.main-nav{margin:20px 0px;}
.main-nav li a{font-family:roboto_condensedbold; }
.amity-department{font-family:roboto_condensedbold; font-size:30px; color:#464646;}
.conference-theme{margin:0; padding:20px 0px; font-family:roboto_condensedbold; text-align:center; border-bottom:2px solid #CCC; margin-bottom:1px;}

#slider .item img{
        display: block;
        width: 100%;
        height: auto;
    }
	.pad-0{padding:0;}
	.mar-0{margin:0;}
	.mar-t-20{margin-top:20px;}
	.pad-tb-5{padding:5px 0px;}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*register page*/
.register-bg{background:url(../image/1.jpg) no-repeat; background-size:cover;}
.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
	margin-bottom:20px;
}
.download-text{color:#fff;}
.download-text a{color:#fff;}
.border-none{border:none;}
.compay-social-widget { background-color:#000000; padding:10px 0 5px 0; /*! position:relative; */}
.social-link { margin:0px; position:relative; z-index:2; padding:0; display:block;}
.social-link li{ display:inline-block; margin:5px 15px; padding:0; list-style:none; position:relative;}
.social-link > li > a {
	-webkit-transition: color .6s ease-out;
  -moz-transition: color .6s ease-out;
  -o-transition: color .6s ease-out;
  transition: color .6s ease-out;
  background-color:transparent;
  border:1px solid transparent;
  /*display:block;*/
  position:relative;
  color:#aaa;
  font-weight: 500;
  font-size:45px;
}
.social-link > li > a span { font-size:28px;}


.social-link > li > a:hover { text-decoration:none;}
.google:before{ content: "\f0d5";  font-family:"FontAwesome";  vertical-align:top; margin-right:8px;}
.facebook:before{content: "\f09a"; font-family:"FontAwesome";  vertical-align:top; margin-right:8px;}
.Twitter:before{content: "\f099"; font-family:"FontAwesome";   vertical-align:top; margin-right:8px;}
.linkedin:before{ content: "\f0e1"; font-family:"FontAwesome";   vertical-align:top; margin-right:8px;}


.social-link > li .google:hover,.social-link > li .pinterest:hover { color:#F00;}
.social-link > li .Twitter:hover,.social-link > li .instagram:hover { color:#0CF;}

.social-link > li .facebook:hover,.linkedin:hover { color:#09C;}
.footer-bor-top {
    background-color: #191919;
    position: relative;
}
.footer-link {
    margin: 30px 0 0px 0;
    position: relative;
    z-index: 2;
    padding: 0;
    display: block;
}
.footer-link li {
    display: inline-block;
    padding: 0;
    list-style: none;
    position: relative;
}
.footer-link > li > a {
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
    background-color: transparent;
    display: block;
    color: #aaa;
    margin: 0 15px;
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 2rem;
}
.footer-co-link {
    margin: 10px 0;
}
.footer-co-link p {
    margin: 20px 0;
    padding: 0px 0;
    font-size: 14px;
    color: #999;
}

