/*	################################################################

	File Name: style.css
	Template Name: Eventro
	Created By: Shah Zobayer Ahmed
	http://revoltheme.com

	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) ABOUT SECTION
	4) NEWS LATTER SECTION
	5) CONTACT SECTION
	6) FOOTER SECTION
	7) RESPONSIVE STRUCTURES
################################################################# */

@import url(animate.css) screen;
@import url(bootstrap.css) screen;
@import url(font-awesome.css) screen;

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald:300,regular,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,regular,600,700,800);




/* *******************
 * 1. GENERAL SECTION
 ******************* */

*{margin: 0;padding: 0px;}
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #ccc;
    text-shadow: none;
    background: #ccc;
}
::-webkit-input-placeholder {
    color: #353535 !important;
}
:-moz-placeholder {
    color: #353535 !important;
}
::-moz-placeholder {
    color: #353535 !important;
}
:-ms-input-placeholder {
    color: #353535 !important;
}
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #f3392f;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    line-height: 140% !important;
    color: #f3392f;
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

input,
textarea {
    color: #353535 !important
}
.left {
    float: left;
    display: block;
}
.center {
    margin: 0 auto;
    display: block;
    clear: both;
    display: block;
}
.right {
    float: right;
    display: block;
}
.hidden {
    overflow: hidden;
    display: block;
}

body .fixed{
    width: 100%;
    position: fixed !important;
    top:0;
    z-index: 999999;
    background: #000;
    transition: all 1s;
}

.section-title{
    text-align: center;
    padding-bottom: 50px;
    display: block;
    overflow: hidden;
}
.section-title h2{
    font-size: 35px;
    font-weight: 400;
    color: #007cff;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    float: left;
}
.section-title h2:before{
    width: 100%;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #e1e1e1;
    bottom: -10px;
}
.section-title h2:after{
    text-align: center;
    content: "";
    height: 4px;
    width: 20%;
    background: #007cff;
    position: absolute;
    bottom:-10px;
    left: 0
}

/*******************
 2. HEADER SECTION
****************** */

.header-section {
    width: 100%;
    position: fixed;
    top: 20px;
    z-index: 999;
    transition: all 1s;
}

.navbar {
    background: transparent;
    border: none;
    border-radius: 0;
    min-height: auto;
    margin-bottom: 0;
}


.navbar-nav {
    float: inherit;
    text-align: center;
    display: inline-block;
    height: auto;
    margin-top:30px
}
.navbar-brand{
    height: auto;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:active{
    background: transparent;
    color:#007cff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/*******************
 3. COVER SECTION
****************** */
.cover-section{
    background: url(../images/cover-bg.jpg) no-repeat;
    padding: 200px 0;
    background-size: cover;
    display: block;
    text-align: center;
    position: relative;
}

.counter-box{
    position: relative;
}

#countdowntimer {
    position: relative;
    bottom: -310px;

}
.animated {
}
.animated > h2 > span {
}

.animated > a {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

}

ul.countdown{}
ul.countdown li{
    list-style: none;
    display: inline-block;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    border:1px solid #cccccc;
    background: #fff;
    padding: 60px 0;
}
ul.countdown li:first-child{
    border-radius: 10px 0 0 10px;
}
ul.countdown li:last-child{
    border-radius: 0px 10px 10px 0px;
}

ul.countdown li b{}
ul.countdown li p{
    font-weight: 300;
}

.couner-box {
}

.animated > h2 {
    color: #fff;
    font-size: 55px;
}

.animated > h2 > span {
    display: block;
    text-align: center;
    color: #007cff
}

.animated > a {
}

.days {
}

.displayformat {
}

.hours {
}

.minutes {
}

.seconds {
}



/*******************
 4. ABOUT SECTION
****************** */

.about-section {
    padding: 200px 0 110px;
}

.col-sm-6 {
}

.col-sm-6 > a {
}

.how-title {
}

.about-item {
}

.about-caption {
}

.about-caption > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color:#353535 ;
}

.about-caption > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #353535;
    border: 1px solid #007cff;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.button-hover:hover{
    background:#007cff;
    border: 1px solid #007cff;
    color: #fff !important;
}

.video-box {
}

.video-box > iframe {
}



/*******************
 5. COUNTER SECTION
****************** */

.counter-area {
    background: url(../images/counter-bg.jpg) no-repeat;
    background-size: cover;
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

.counter-item {
}

.counter-item .fa {
    font-size: 35px;
    border: 1px solid #007cff;
    border-radius: 5px;
    height: 110px;
    width: 110px;
    padding: 35px 0;
}

.fa-microphone {
}

.counter-caption {
    font-size: 24px;
    display: block;
    margin-top: 15px;
    line-height: 34px;
}

.counter-caption > span {
}

.counter-caption > p {
    text-transform: uppercase;
}

.fa-users {
}

.fa-clock-o {
}

.fa-arrows-h {
}



/*******************
 6. ABOUT SPEAKER SECTION
****************** */

/*******************
 7. NEWS LATTER SECTION
****************** */
.about-speaker-section {
    padding: 110px 0
}

.section-title {
}

.section-title > h2 {
}

.speaker-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.speaker-item img{
    /*max-height: 262px;
    max-width: 282px*/
    width: 100%;
    height: auto;
}

.speaker-content {
    width:100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    transform: rotate(-90deg);
    left: -110%;
    transition: all 0.5s
}
.speaker-item:hover .speaker-content{
    left: 0;
    transform: rotate(0deg);
}

.speaker-content > h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    padding: 0;
    margin: 35% 0 10px;
}

.speaker-content > ul {
}

.speaker-content > ul > li {
    list-style: none;
    color: #fff;
    display: inline-block;
    margin: 3px;
}

.speaker-content > ul > li > a {
    color: #fff;
}

.speaker-content > ul > li > a i{
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 7px 0
}
.speaker-content > ul > li > a:hover i{
    background: #007cff;
    border: 1px solid #007cff
}

.memories-section {
   /* padding: 110px 0;    */
}

.col-sm-4 {
}

.memories-item {
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 1s;
}
.memories-item img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.memories-item:hover img{
     transform: scale(1.2);
}

.memories-item > a {
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 115px;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    z-index: 99;
    background: rgba(0, 124, 255, .29);
    color: #fff;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s
}
.memories-item:hover a{
    opacity: 1;
}

.sponsors-section {
    padding: 100px 0;
}

.sponsors-section .section-title{
    margin-bottom: 30px;
    display: block;
}

.sponsors-section a{

    display: block;
    padding: 10px;
    margin:30px 0;
    text-align: center;
}

.sponsors-section img{
    height: 40px;
    width: auto;
    display: inline-block;
}
.client-item {
    padding: 0;
    margin: 0;
}

.client-item{
    border-top: 1px solid transparent;
    border-left: 1px solid  transparent;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.client-item:nth-child(4), .client-item:nth-child(8) ,.client-item:last-child{
    border-right:  1px solid  transparent;
}

.client-item:nth-last-child(-n+4){
    border-bottom:  1px solid  transparent;
}



/*******************
 8. CONTACT SECTION
****************** */
.contact-section {
    padding: 120px 0;
    background: #fff;
    background-size: cover;
    position: relative;
}
/*.contact-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.55)
}
*/
.social-media {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.social-media > ul {
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.social-media > ul > li {
    display: inline-block;
}

.social-media > ul > li > a {
}

.input-group{
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.input-group input{
    height: 50px;
    border-radius:0;
    background: transparent;
    border: 1px solid #353535;
    color: #353535;
    width: 100%;
}
.input-group-addon {
    background: #ef3c31;
    position: absolute;
    right: 0;
    width: 80px;
    height: 60px;
    top: -5px;
    border: none;
    z-index: 100;
}


.input-group-addon i {
    color: #fff;
    font-size: 34px;
    /*position: relative;   */
    top: 10px;
}
.input-group-addon i:after{
    left: 0;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ef3c31;
    z-index: 99
}
.input-group-addon i:before{
    position: relative;
    z-index: 99999;
    top: 7px;
}
.textarea-group .message{
    background: transparent;
    border: 1px solid #353535;

}
.contact-submit{
    text-align: center;
}
.contact-btn {
    width: 150px;
    height: 50px;
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}
.message-btn{
    width: 100%;
    height: 100%;
    background:  transparent;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #353535  ;
    font-weight: 400;
    color: #353535;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
}

.copyright-section{
    background: #242424;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}
.copyright-section h2{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-size: 35px;
}
.copyright-section a{
    color: #007cff
}

.copyright-section a:hover{
    color: #fff;
}


.map-section .container-fluid{
    padding: 0;
}

div#map {
    height: 400px;
}

/* ///////////////////
  10.  RESPONSIVE STYLE
/////////////////// */
@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        font-size: 13px;
        padding: 0 13px;
    }
    .memories-item{
        height: 190px;
    }

}

@media (max-width: 768px){
    ul.countdown li{
        width:25%;
        float: left;
    }
    button.navbar-toggle.collapsed {
        margin-top: 20px;
    }
    ul.nav.navbar-nav.navbar-right {
        display: block;
        margin: 0;
        background: #000;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        font-size: 15px;
        padding: 13px;
        text-align: left;
        display: block;
        border-bottom: 1px solid #fff;
    }
    .col-md-3.client-item {
        border: 1px solid #ccc;
    }

}







