/*
Template Name: Transport
Description: HTML5 / CSS3 Multi Page
Version: 1.0
Author: Cloud Software Solution Ltd.
*/


/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/
.hero-slide img{
    min-width: 100%;
    }
.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 50%;
    transform : translateY(-50%);
    }

.hero-slide .carousel-caption {
    position    : relative;
    right       : 0;
    left        : 0;
    text-align  : left;
    text-shadow : none;
    width : 60%;
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #777777;
    font-weight     : 500;
    animation-delay : 1s;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #ff5722;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 56px;
    line-height             : 1;
    font-weight             : bold;
    text-transform          : capitalize;
    margin                  : 30px 0 20px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 24px;
    color                   : #555555;
    font-weight             : normal;
    margin-bottom           : 30px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */

.hero-slide .carousel-control.left {
    left : -100%;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #65d3e3;
    background-color : #65d3e3;
    opacity          : 1;
    }
	
/* Slider Sponsor*/
.owl-item div{
	font-size: 15px;
}
.owl-item div p{
	color: #b4b4b4;
	margin: 0;
}
.owl-item div.border{
border-left: 1px solid #ccc;position: absolute;height: 85%;top: 25px;right: -8px;
}
.owl-stage {
    margin: 0 auto;
}
table.foot-note,
table.foot-note .table-bordered > tbody > tr > td{
	border:0;
}
table.foot-note tr:last-child td:last-child {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color:#7b8a97;
	font-size:15px;
	margin-top:-50px;
}

.header {
	z-index: 5555;
	position: relative;
}

/*Media Query*/

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 16px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 18px;
        }
    .hero-slide .carousel-caption small{
        font-size: 11px;
        }

    .hero-slide .carousel-caption{
        padding: 40px 0;
        }
    }


@media (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 18px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 14px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 16px;
        line-height: 1;
        }

    .hero-slide .carousel-caption small{
        font-size: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }
    }

@media (max-width : 600px) {
    .carousel-indicators{
        display: none;
        }

    .hero-slide .carousel-caption{
        width: 100%;
        text-align: center;
        padding: 30px;
        }

    .hero-slide .carousel-caption .lead{
        margin-bottom: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 10px;
        padding: 5px 10px;
        border-width: 1px;
        }
    }

@media only screen and (min-width : 533px){
.hero-bg .btn {
margin: -207px 0 0 !important;
width: 230px !important;
/*display:inline-table !important;*/
padding: 10px 0;
position: absolute;
}
.embed-responsive.embed-responsive-16by9{
width: 245px;
}
}
@media only screen and (min-width : 640px){
.hero-bg .btn {
margin: 0 0 0 !important;
width: 275px !important;
padding: 10px 0;
left: 32px;
position: absolute;
}
.embed-responsive.embed-responsive-16by9{
width: 295px;
}
}
@media only screen and (min-width : 667px){
.hero-bg .btn {
width: 290px !important;

}
}
@media only screen and (min-width : 600px){
.hero-bg .btn {
width: 315px;
/*left: inherit;*/

}
}
@media only screen and (min-width : 480px) and (max-width : 767px) {
.hero-title {
    top: 23% !important;
}

.embed-responsive.embed-responsive-16by9{
	display: inline-block;
}

.hero-bg .btn {
    width: 300px !important;
    left: initial !important;
    margin: 0 0 !important;
}

iframe#player {
    /*top: -140px !important;*/
}

.hero-bg {
    height: 555px !important;
}

.hero-logo {
    padding-right: 0px !important;
    width: 40% !important;
    margin-right: 15px !important;
}

.hero-bg h1 {
    display: inline-block;
    width: 300px !important;
    margin-left: 1em !important;
    line-height: 1.1;
    font-size: 40px !important;
}

.run-man img {
    width: 220px !important;
    height: auto !important;
}

.run-man {
    transform: translateX(180px) !important;
}

@keyframes move {
     0% { transform: translateX(-400px) !important; }
    50% { transform: translateX(180px) !important; }
   100% { transform: translateX(180px) !important; }
}

}

@media (max-width : 320px){
    .hero-slide{
        display: none;
        }
		.hero-bg {
    height: 645px !important;
}

    }



/* ------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-thumb-home {
  position: relative;
  margin-bottom: 30px;
  vertical-align: middle;
}

.service-thumb-home a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.service-thumb-home a::before {
  content: "";
  background: #3b2b6a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #3b2b6a 0%, #307c95 100%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3B2B6A), color-stop(100%,#307c95), color-stop(100%,#7db9e8));
  background: -webkit-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: -o-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: -ms-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: linear-gradient(to right, rgba(59, 43, 106, 0.6) 0%,rgba(48, 124, 149, 0.6) 100%,rgba(125, 185, 232, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2b6a', endColorstr='#7db9e8',GradientType=1 );
  position: absolute;
  top: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.service-thumb-home a:hover::before {
  opacity: 1;
}

.service-thumb-home img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.service-home h3 {
  margin-bottom: 15px;
}

.service-home .content-row {
  margin-top: 154px;
}

.service-home .readmore {
  display: inline-block;
  margin-top: 10px;
}


/*home2*/

.service-home2{
  margin-bottom: 0px !important;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background: #f5f6f8 url(http://192.168.1.249/css/wordpress/unship/dev/unship/wp-content/uploads/2015/05/block-img1.jpg?id=2459) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.service-thumb-home.thumb-grid a,
.service-thumb-home.thumb-grid a:before,
.service-thumb-home.thumb-grid a img{
  border-radius: 4px;
}
.service-thumb-home.thumb-grid a,
.service-thumb-home.thumb-grid a:before,
.service-thumb-home.thumb-grid a img{
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------
Featuer Section
--------------------------------------------------------------------- */
.feature-section.feature-section1 {
  background: #FFF url(../img/about-the-race.png?=v2) no-repeat;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
}

.feature-section.feature-section2 {
  background: #FFF url(../img/about-the-race2.png) no-repeat;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
}

.feature-section h2,
.about-teef h2{
  /*color: #fff;*/
  margin-bottom: 35px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.feature-section p {
  margin-bottom: 22px;
}

.feature-section1 p img {
	display:none;
	float: left;
    margin: 10px 10px 10px 0;
    width: 50%;
}

.feature-section .btn {
  margin-top: 22px;
}

.feature-section .btn:hover {
  background-color: rgba(50, 131, 158, 0.7) !important;
}

/*home*/

.feature-section1{
  padding: 30px 0;
  color: #555;
}

.feature-section h2{
  color: #555;
}

.feature-section .btn{
  border-radius: 3px;
}

.feature-section2{
  padding: 0;
  color: #555;
}

.feature-section2 .container .row div,
.feature-section3 .container .row div{
/*	float:right;*/
	margin: 30px 0 0;
	/*width: 100%;*/
}

body.event-details_content .feature-section3 .container .row div{
	width: 100%;
}

.feature-section3 h2 {
    margin:0;
}

.feature-section3 p {margin: 60px 0 100px;}

body.sponsors_content .feature-section3 p {
    margin: 0;
}

body.sponsors_content .feature-section3 img {
    display: inherit;
}

/* ------------------------------------------------------------------
Whyus Setion
--------------------------------------------------------------------- */
.why-us-setion .content-row {
  margin-top: 90px;
}

/*css-tab*/
.css-tab {
  text-align: center;
}

.css-tab .nav-tabs {
  border: 0;
  background: #f4f6f7;
  display: inline-block;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 45px;
  text-align: center;
}

.css-tab .nav-tabs>li>a {
  color: #7b8a97;
  font-size: 18px;
  border-radius: 30px;
  padding: 12px 33px;
  border: 0;
}

.css-tab .nav-tabs>li>a i::before {
  float: left;
  font-size: 40px;
  line-height: 14px;
  margin-right: 10px;
  margin-top: 7px;
}

.css-tab .nav-tabs>li>a i {
  color: #65d3e3;
}

.css-tab .nav-tabs > li > a:hover, 
.css-tab .nav-tabs > li > a:focus, 
.css-tab .nav-tabs > li.active > a, 
.css-tab .nav-tabs > li.active > a:hover, 
.css-tab .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background: #65d3e3;
  border: 0;
}

.css-tab .nav-tabs > li > a:hover i,
.css-tab .nav-tabs > li > a:focus i,
.css-tab .nav-tabs > li.active > a i, 
.css-tab .nav-tabs > li.active > a:hover i, 
.css-tab .nav-tabs > li.active > a:focus i {
  color: #fff;
}

.css-tab-content h3 {
  font-size: 30px;
  line-height: 80px;
  margin: 0;
}

.css-tab-content p {
  margin-bottom: 25px;
}

@media (min-width : 992px) {
  .content-text {
    text-align: left;
  }
}


/*home2*/

.css-tab2 .nav-tabs{
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  border: 0;
  background: #f4f6f7;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}

.css-tab2 .nav-tabs li{
  float: none;
  margin-bottom: 10px;
  line-height: 18px;
}

.css-tab2 .tab-content h3{
  line-height: 45px;
  margin-bottom: 20px;
}

.css-tab2 .nav-tabs li:last-child{
  margin-bottom: 0;
}

.css-tab2 .nav-tabs li a{
  position: relative;
  border-radius: 5px;
  padding: 25px 5px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}
.css-tab2 .nav-tabs li a i:before{
  line-height: 0;
  margin:0;
}

.css-tab2 .tab-content{
  padding-left: 180px;
}

/* ------------------------------------------------------------------
TESTIMONIAL SECTION
--------------------------------------------------------------------- */
.testimonial-section {
  background-color: #f4f6f7;
  position: relative;
  overflow: hidden;
}

.testimonial-section::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 400px;
  color: #EAECEE;
  position: absolute;
  left: 0px;
  top: 95px;
}

.testimonial-section .row-content {
  margin-top: 70px;
}

.testimonial-content {
  padding-bottom: 50px;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.testimonial-content .client-title {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #bfc4d2;
  margin-top: 42px;
}
/*
@media (max-width: 1280px) {
iframe#player {
    min-height: 290px;
    width: 100%;
}
}*/

/*@media (max-width: 767px) {
  iframe#player {
    min-height: 191px;
	width: 339px;
}
}

@media (max-width: 319px) {
  iframe#player {
    min-height: 133px;
	width:100%;
}
.hero-title h1 {
	font-size: 37px;
	line-height: 1.3;
}
}*/

.embed-responsive {
    overflow: visible;
}


@media (min-width:1280px){
	
iframe#player {
      min-height: 237px;
      width: 420px;
			}

iframe.embed-responsive-item{
			}

.hero-bg h1 {
		  display: inline-block;
      width: 410px !important;
      margin: 15px 0;
			  }
			  
.hero-bg .btn {
	width: 420px !important;
  position: relative;
  left: 0;

}

}

@media (min-width:1200px){

.hero-bg .btn {
	margin:30px 0 0 !important;
	position: relative;
  left: 0;

}
iframe#player {
  width: 375px;
}
}


@media only screen and (min-width:1024px) and (max-width: 1119px){
.hero-title {
    top: 15% !important;
}
iframe#player {
		min-height: 247px;
		width: 375px;
			}

.hero-bg .btn {
    margin: 5px 0 0 !important;
    width: 320px !important;
    position: relative;
    left: 0;
}

.hero-logo {
    padding-right: 4% !important;
    left: 2em;
}

.hero-logo img{
max-width: 80%;
}

.hero-title h1 {
    font-size: 43px;
    line-height: 1.25;
    display: inline-block;
    width: 320px;
    margin: 8px 0;
}

.run-man {
  transform: translateX(280px) !important;
}

.run-man img { 
  width:35% !important;
  height: auto !important;
}
}
			
@media only screen and (min-width: 960px) and (max-width: 1023px) {
iframe#player {
	min-height: 211px !important;
  width: 375px;
}

.hero-bg h1 {
    display: inline-block;
    width: 387px;
    margin: 0 -5px;
    top: 65px;
    position: relative;
			  }

.hero-title {
  padding-left: 0 !important;
	top: 15% !important;
}

.hero-title > img{
  width: 365px;
  top: 50px;
  position: relative;
  /*left: 11px;*/
}

.embed-responsive.embed-responsive-16by9 {
    width: 375px !important;
	  display: inline-block;
	  margin: 38px 0;
}

.hero-bg .btn {
    margin: 100px 0 !important;
    width: 375px !important;
    left: 0;
    display: inline-block !important;

			}

.hero-bg {
    height: 737px !important;
}

.hero-logo img{
max-width: 80%;
}

.hero-title h1 {
    font-size: 50px;
    line-height: 1.1;
    display: inline-block;
    width: 330px;
}
}


@media only screen and (min-width: 800px) and (max-width: 959px) {
			  
iframe#player {
  display: inline-block;
  top: 0;
  width: 375px;
  min-height: 211px;
}

/*.hero-bg h1 {
width: 100%;
margin: 30px 0;
 }*/
 .hero-bg h1 {
    margin-top: 1.8em !important;
    margin-left: 2em !important;
    padding-left: 45px !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    width: 350px !important;
    display: inline-block !important;
    text-align: left !important;
}

/*.hero-title {
  padding-left: 0 !important;
	top: 13% !important;
}*/

/*.hero-bg .btn {
width: 375px !important;
position: relative;
left: 0;
display: inline-block !important;
margin: -5em 0 0 !important
}*/

.hero-bg .btn {
    width: 280px !important;
    position: relative;
    left: 0;
    display: inline-block !important;
    margin-top: -6em !important;
}

iframe#player {
    display: inline-block;
    top: 0;
}
iframe.embed-responsive-item {
    display: inline-block;
    width: 300px;
    padding: 0;
    top: 0;
    position: absolute;
}

.embed-responsive.embed-responsive-16by9 {
    width: 375px;
    display: inline-block;
}

.hero-logo {
    padding-right: 0px !important;
    margin: 5em 0 !important;
    width: 40% !important;
}

/*.hero-logo img{
  max-width: 80%;
}
*/
/*.hero-title h1 {
    font-size: 50px;
    line-height: 1.1;
    display: inline-block;
    width: 330px;
}*/

.run-man {
    transform: translateX(180px) !important;
}

.run-man img {
    width: 40%;
    height: auto;
}

}
			

@media (min-width:992px) {

.hero-bg .btn {
	margin:5px 0 0 !important;
	width: 375px !important;
	position: relative;
  left: 0;

}

iframe#player {
  min-height: 210px !important;
	width: 375px;
	top: 0;
}
.embed-responsive.embed-responsive-16by9 {
    width: 375px;
}

.hero-title > img {
top: 10px;
position: relative;
width: 375px;
}

}		
				
@media only screen and (min-width: 768px) and (max-width: 799px) {
			  
#testimonial-carousel .carousel-indicators {
				bottom: -3px;
}

iframe#player {
			min-height: 197px;
			width: 350px;
			}

.hero-bg h1 {
    margin: 30px 0;
    font-size: 40px;
    line-height: 1.2;
			}

.hero-bg h1 > img{
    width: 50% !important;
      }

.hero-title {
    top: 20% !important;
}

.hero-bg .btn {

    display: inline-block !important;
    margin: -2em -32px 0 !important;
    position: relative;
    width: 330px !important;
}

.embed-responsive.embed-responsive-16by9 {
    width: 350px;
}

.hero-title > img {
   top: 10px;
   position: relative;

}

.hero-logo {
  padding-right: 0 !important;
  width: 50% !important;
}

.hero-logo img{
max-width: 80%;
}

.run-man {
  transform: translateX(200px) !important;
}

.run-man img {
    width: 45% !important;
    height: auto !important;
}

}
			
			
@media only screen and (min-width: 736px) and (max-width: 767px) {
iframe#player {
				min-height: 180px;
width: 320px;
/*top: -190px !important;*/
position: relative;
			}

.hero-bg h1 {
display: inline-block;
width: 348px;
margin: 0 -5px;
			  }

.hero-title > img{
    width: 230px;
/*margin-top: -310px;*/
top: 25px;
position: relative;
display: block;
}

.hero-bg .btn {
    width: 320px !important;
   /* left: inherit;*/
    margin: 0 0 !important;
}
}
			
			
@media only screen and (min-width : 732px) and (max-width : 735px) {
				iframe#player {
					min-height: 177px;
width: 316px;
/*top: -31px;*/
position: relative;
				}
				.hero-bg h1 {
				  display: inline-block;
width: 344px;
margin: 0 -5px;
			  }
			  .hero-title > img{
    width: 200px;
/*margin-top: -195px;*/
position: relative;
display: block;
top: 50px;

}
.hero-bg .btn {
    width: 315px !important;
}

}
			


@media only screen and (min-width: 667px) and (max-width: 731px) {
				iframe#player {
				min-height: 163px;
width: 290px;
display: inline-block;
position: relative;
/*top: -30px;*/
			}
			.hero-bg h1 {
    display: inline-block;
    width: 315px;
    margin: 0 -5px;
}
.hero-title > img{
    width: 300px;
/*margin-top: -280px;*/
position: relative;
display: block;
top: 40px;
}

.run-man {

    transform: translateX(160px) !important;
}
			}


@media only screen and (min-width: 640px) and (max-width: 666px) {
iframe#player {
min-height: 155px;
width: 275px;
display: inline-block;
position: relative;
			}

.hero-logo {
    padding-right: 0px !important;
    width: 45% !important;
    margin-right: 25px !important;
}      

.hero-bg h1 {
display: inline-block;
width: 260px !important;
margin:15px !important;
font-size: 31px !important;
}

.hero-bg .btn {
    width: 260px !important;
    left: initial !important;
    margin: 0 0 !important;
}

.hero-title > img{
width: 200px;
display: block;
top: 45px;
position: relative;


}
			}
			

@media only screen and (min-width: 600px) and (max-width: 639px) {

iframe#player {
				min-height: 155px;
width: 275px;
position: relative;
/*top: -150px !important;*/
display: inline-block;
			}
			.hero-bg h1 {
    width: 100%;
position: relative;
/*top: -200px;*/
}
.hero-title > img{
    width: 273px;
margin-top: 45px;
}
.hero-bg .btn {
	margin: -10px 0 0 !important;
width: 275px !important;
}
.embed-responsive.embed-responsive-16by9 {
    width: 260px;
}
			}


@media only screen and (min-width: 568px) and (max-width: 599px) {

iframe#player {
min-height: 138px;
width: 246px;
display: inline-block;
position: relative;
			}

.hero-bg h1 {
position: relative;
display: inline-block;
margin: 15px 0 !important;
width: 250px !important;
font-size: 30px !important;
			}

.hero-title > img{
width: 200px;
position: relative;
display: block;
top: 30px;
}

.hero-bg .btn {
width: 226px !important;
margin: 0 0 !important;
}

.hero-logo {
    margin-right: 3em !important;
}

.run-man {
    transform: translateX(100px) !important;
}

			}


@media only screen and (min-width: 533px) and (max-width: 567px) {

iframe#player {
				min-height: 130px;
width: 230px;
/*top: -32px;*/
position: relative;
			}
			.hero-bg h1  {
				display: inline-block;
width: 253px;
margin: 0px -4px;
			}
			.hero-title > img{
    width: 200px;
/*margin-top: 10px;*/
position: relative;
display: block;
top: 45px;

}
			}

@media only screen and (min-width : 480px) and (max-width : 532px) {

iframe#player {
					min-height: 117px;
width: 208px;
top: -32px;
position: relative;
				}

.hero-bg h1 {
		display: inline-block;
    width: 200px !important;
    margin: 0 !important;
    font-size: 30px !important
}

.hero-title > img{
    width: 156px;
    margin-top: -60px;
}

.hero-bg .btn {
    width: 200px !important;
    left: initial !important;
    margin: 0 0 !important;
}

.run-man {
    transform: translateX(100px) !important;

}

}
			
@media only screen and (min-width: 414px) and (max-width: 479px) {

iframe#player {
min-height: 186px;
width: 100%;
}

.hero-title h1{
  width: 100%;
}

.hero-bg h1 {
    margin: 15px 0 !important;
    font-size: 45px !important;
    line-height: 1.2 !important;
}

.hero-bg .btn {
	margin: 5px 0 0 !important;
}

.hero-title > img {
  top: 10px;
  position: relative;
}

.hero-bg {
    height: 710px !important;
}

.hero-logo {
    padding-right: 0 !important;
    margin-top: 0 !important; 
}

.run-man {
    transform: translateX(60px) !important;
}

.run-man img {
    width: 333px !important;
    height: auto !important;
}

}


@media only screen and (min-width: 412px) and (max-width: 413px) {

iframe#player {
min-height: 185px;
width: 100%;
}

.hero-bg h1 {
margin: -10px 0;
width: 100%;
}

.hero-bg .btn {
	margin:-10px 0 0 !important;
}

.hero-title > img {
top: 10px;
position: relative;

}

			}


@media only screen and (min-width: 384px) and (max-width: 411px) {

iframe#player {
				min-height: 173px;
				width: 100%;
			}

.hero-bg h1 {
		margin: 20px 0 !important;
    width: 100% !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
			}

.hero-bg .btn {
	margin:-10px 0 0 !important;
}

.hero-title > img {
    top: 10px;
position: relative;
}

.hero-bg {
    height: 690px !important;
}

.hero-logo {
    margin-bottom: 15px !important;
}

.run-man {
    transform: translateX(80px) !important;
}

.run-man img {
    width: 300px !important;
    height: auto !important;
}
}


@media only screen and (min-width: 361px) and (max-width: 383px) {

iframe#player {
		min-height: 169px;
		width: 100%;
			}

.hero-bg h1 {
    margin: 10px;
    width: 100%;
    font-size: 40px;
    line-height: 1.2;
}

.hero-bg .btn {
	  margin: 10px 0 !important;
}

.hero-title > img {
    top: 10px;
    position: relative;
}

.hero-bg {
    height: 690px !important;
}

.hero-logo {
    padding-right: 0; 
    position: relative;
    z-index: 1;
    float: none; 
    display: inline-block;
    margin: 10px;
    width: 90%;
}

.hero-logo img{
    max-width: 100%;
}

.run-man {
    transform: translateX(90px) !important;
}

.run-man img {
    width: 80% !important;
    height: auto !important;
}
}
			
			
@media only screen and (max-width: 360px) {

iframe#player {
				min-height: 162px;
        width: 100%;
			}

.hero-bg h1 {
		font-size: 40px !important;
    line-height: 1.2 !important;
			}

.hero-bg .btn {
	margin:0 0 0 !important;
}

.hero-title > img {
    top: 10px !important;
    position: relative;

}
.hero-bg {
    height: 690px !important;
}

.run-man {
    transform: translateX(80px) !important;
}

.run-man img {
    width: 350px !important;
    height: auto !important;
}
}


@media only screen and (min-width: 320px) and (max-width: 359px) {
iframe#player {
min-height: 144px;
width: 100%;
			}

.hero-bg h1 {
display: inline-block;
margin: 15px 0 !important;
width: 100%;
font-size: 35px !important;
line-height: 40px !important;
			}

.hero-title {
    text-align: center;
}

.about-teef h1, a.lightSpeedIn {
    margin: 10px 0 20px 0;
}

.hero-bg .btn {
	margin:10px 0 !important;
	padding: 10px !important;
}

.hero-title > img {
    top: 10px !important;
}

.hero-logo {
    padding: 5% !important;
}

}			


#testimonial-carousel .carousel-indicators li {
  width: 18px;
  height: 5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 10px;
}

#testimonial-carousel .carousel-indicators .active {
  width: 18px;
  height: 5px;
  background-color: #65d3e3;
  border: 1px solid transparent;
}


/*home2*/

.testimonial-section.testimonial2:before{
  display: none;
}
.testimonial-section.testimonial2 >.container > .row-content{
  padding: 40px 90px 40px;
}
.testimonial2 .carousel-inner{
  padding-bottom: 65px;
}

.testimonial2 .carousel:before{
  content: "\f10e";
  font-family: fontawesome;
  font-size: 70px;
  position: absolute;
  left: -54px;
  z-index: 10;
  top: 40px;
  text-shadow: 5px -5px 0px #F2F3F5, 5px 4px 0px #F2F3F5;
  color: #FFFFFF;
}

.testimonial2 .testimonial-content{
  padding:50px;
  background: #fff;
  border-radius: 20px;
}

.testimonial2 .carousel-indicators {
  bottom: -35px;
}

.testimonial2 .carousel-indicators li {
  width: 7px!important;
}

.testimonial2 .carousel-indicators li.active {
  width: 18px!important;
}

.testimonial2 .client-title{
  display: inline-block;
  line-height: 18px;
  position: relative;
  color: #7B8A97
}
.testimonial2 .client-title:before,
.testimonial2 .client-title:after{
  content: "";
  width: 15px;
  height: 3px;
  background: #F1F1F1;
  position: absolute;
  top: 8px;
}

.testimonial2 .client-title:before{
  left: -20px;
}
.testimonial2 .client-title:after{
  right: -20px;
}
.client-org{
  display: block;
  line-height: 18px;
}

.client-org a{
  color: #C0C3D4;
  text-transform: capitalize;
  font-size: 12px;
}

.client-org a:hover{
  color: #65D3E3;
}
.client-avatar{
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.client-avatar img{
  width: inherit;
  margin: 0 auto;
  box-shadow: 0 0 0 4px #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}


/* ------------------------------------------------------------------
PARTNER SECTION
--------------------------------------------------------------------- */
.partner-section {
}

.partner-section .row-content {
  margin-top: 55px;
}

.partner-carousel-navigation {
}

.partner-carousel-navigation .prev,
.partner-carousel-navigation .next {
  position: absolute;
  top: -30px;
  margin-top: -20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.21);
  font-size: 40px;
}

.partner-carousel-navigation .prev:hover,
.partner-carousel-navigation .next:hover {
  color: #65d3e3;
}

.partner-carousel-navigation .prev {
  left: 90%;
}

.partner-carousel-navigation .next {
  right: 20px;
}

/* ------------------------------------------------------------------
Home - PARTICIPATING COMPANIES
--------------------------------------------------------------------- */
.participating-company {
  padding: 100px 0;
  background: url(../img/participating-companies.jpg) no-repeat center center fixed;
  background-size: cover;
}

.participating-company h2.section-title{
	color:#FFF;
	margin:0 0 45px 0;
}

span.count-description strong {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

span.count-description {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 0 20px 120px;
  font-weight: 400;
}

span.count-description:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e01d";
  font-family: Flaticon;
  font-size: 100px;
  line-height: 70px;
  float: left;
  color: #65d3e3;
  margin-right: 10px;
}

span.count-description.flaticon-boat:before {
  /*/ content: "\e006"; */
  content: url(../img/companies.png);
}

span.count-description.flaticon-international:before {
  content: url(../img/team.png);
}

span.count-description.flaticon-compass:before {
  content: url(../img/amount.png);
}

.count-description ul li {
	display:inline-block;
}

.count-description ul li:last-child {
margin:0 0 0 10px;
	}

/* ------------------------------------------------------------------
Home - TEEF
--------------------------------------------------------------------- */
.teef {
  padding: 100px 0;
  /*background: url(../img/teef-bg.jpg) no-repeat center center fixed;*/
  background-color: #f1f1f1;
  background-size: cover;
}
.about-teef {
  padding-bottom: 100px;
}
.white {
  color :white;
}


/* ------------------------------------------------------------------
ABOUT PAGE
--------------------------------------------------------------------- */
.about-intro-section {
  background: url(../img/intro-bg.jpg) no-repeat;
  background-size: cover;
  padding: 112px 0;
}

.about-intro {
}

.about-intro h2 {
  margin-bottom: 25px;
}

.about-intro p {
  margin-bottom: 25px;
}

.company-in-number {
  margin-top: 90px;
}

.company-in-number .timer {
  font-size: 30px;
  font-weight: 700;
}

.company-in-number i {
  float: left;
}

.company-in-number i::before {
  font-size: 100px;
}

.branch i,
.branch .timer {
  color: #f291a8;
}

.employee i,
.employee .timer {
  color: #80c5e5;
}

.delivery i,
.delivery .timer {
  color: #f3c979;
}

.number-info {
  overflow: hidden;
}

.facts-description {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7b8a97;
}

.history-section {
  padding: 112px 0;
  background-color: #f4f6f7;
}

.history-section h2 {
  margin-bottom: 30px;
}

.history-timeline {
  margin-top: 50px;
}

/*carousel fade effect*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.item .history-info {
  padding: 60px;
  color: #fff;
  background-color: #89bde6;
  position: relative;
}

.item .history-info::before {
  content: "";
  background: url(../img/carousel-indicator-blue.png);
  position: absolute;
  left: 50%;
  top: -68px;
  margin-left: -10px;
  width: 20px;
  height: 68px;
}

.item:nth-child(2) .history-info {
  background: #a4d4d1;
}

.item:nth-child(2) .history-info::before {
  background: url(../img/carousel-indicator-tarquis.png);
}

.item:nth-child(3) .history-info {
  background: #b4cd7c;
}

.item:nth-child(3) .history-info::before {
  background: url(../img/carousel-indicator-green.png);
}

.history-year .year {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #ccc;
  margin-bottom: 5px;
}

.history-year .title {
  display: block;
  font-weight: 400;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #606676;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.history-info h3 {
  color: #fff;
  margin-bottom: 30px;
}

.history-info p {
  margin-bottom: 30px;
}

#historyCarousel .carousel-indicators li {
  background-color: rgba(0,0,0,.2);
  border: 1px solid transparent;
}

#historyCarousel .carousel-indicators .active {
  background-color: #fff;
}

.mission-section h3 {
  margin-bottom: 20px;
}

.mission-section p {
  margin-bottom: 25px;
}

.annual-report-section {
  padding: 120px 0 180px;
  background-color: #f4f6f7;
}

.annual-report-section .section-title {
  line-height: 60px;
}

#reportCarousel {
}

.annual-report {
  margin-top: 85px;
}

.report-thumb {
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
}

.report-info h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin: 20px 0 30px;
}

.report-info p {
  margin-bottom: 25px;
}

.report-info .btn i {
  margin-left: 15px;
}

#reportCarousel .carousel-indicators {
  bottom: -100px;
}

#reportCarousel .carousel-indicators li {
  background-color: rgba(0,0,0,.2);
  border: 1px solid transparent;
}

#reportCarousel .carousel-indicators .active {
  background-color: #fff;
}

/* ------------------------------------------------------------------
SERVICE PAGES
--------------------------------------------------------------------- */
.service-featured-thumbs img {
  width: 100%;
}

.service-featured-thumbs .service-thumb {
  margin-bottom: 30px;
}

.service-featured-content > h2 {
  line-height: 40px;
  margin-bottom: 35px;
}

.service-blocks {
  margin-top: 112px;
}

.service-blocks .service-block {
  margin-bottom: 35px;
}

.service-blocks .service-block .service-icon {
  float: left;
  margin: 10px 20px 0 0;
}

.service-blocks .service-block .service-icon i {
  display: block;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: #ECECEC;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.service-blocks .service-block:hover .service-icon i {
  background: #65d3e3;
  color: #fff;
}

.service-blocks .service-block .service-icon i:before {
  font-size: 60px;
}

.service-blocks .service-block .service-content {
  overflow: hidden;
}

.service-blocks .service-block .service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-blocks .service-block .service-content h3 a {
  color: #606676;
}

.service-blocks .service-block .service-content h3 a:hover {
  color: #65d3e3;
}


/*Single-service*/

.single-service-contents {
  padding: 100px 0 65px;
}

.service-sidebar.sidebar-wrapper {
  background-color: #F9F9FB;
  padding: 20px;
  margin-bottom: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.service-sidebar.sidebar-wrapper h2 {
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: normal;
  padding-bottom: 0;
}

.widget .service-list li {
  margin-bottom: 8px;
}

.widget .service-list li:last-child {
  margin-bottom: 0;
}

.widget .service-list li a {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  line-height: 36px;
}

.widget .service-list li a:before {
  content: "";
  font-family: Flaticon;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 19px;
}

.widget .service-list li a.icon-air:before {
  content: "\e002";
}

.widget .service-list li a.icon-marine:before {
  content: "\e004";
}

.widget .service-list li a.icon-store:before {
  content: "\e023";
}

.widget .service-list li a.icon-shipping:before {
  content: "\e005";
}

.widget .service-list li a.icon-transportation:before {
  content: "\e043";
}

.widget .service-list li a.icon-trucking:before {
  content: "\e02b";
}

.widget .service-list li.active a {
  color: #65D3E3;
}

.widget .download-wrap {
  position: relative;
  margin-bottom: 10px;
}

.widget .download-wrap a {
  background-color: #E9E9E9;
  color: #5C5D6A;
  border: 2px solid #E1E1E1;
  display: block;
  font-size: 12px;
  padding: 10px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.widget .download-wrap a:hover {
  border: 2px solid #65D3E3;
}

.widget .download-wrap a span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

.widget .download-wrap a i {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #A7A7A7;
  border: 2px solid #A7A7A7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.single-service-content .single-service-thumb {
  margin-bottom: 50px;
}

.single-service-content .single-service-thumb img {
  width: 100%;
}

.single-service-content h2 {
  margin-bottom: 30px;
}

.single-service-content h3 {
  margin-bottom: 30px;
}

body.sponsors_content .feature-section .container h2 {
    font-size: 18px;
    line-height: 30px;
}

/* ------------------------------------------------------------------
TEEF
--------------------------------------------------------------------- */

.team-intro {
  padding: 50px 0;
}

.team-intro .team-thumb img {
  width: 100%;
}

.team-intro-content {
  margin: 30px 20px;
}

.team-service {
  padding-top: 70px;
}

.team-service-contents {
  padding-top: 120px !important;
  padding-bottom: 112px !important;
}

.team-service-contents h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 30px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.team {
  padding: 112px 0 67px;
  background: #f5f6f8;
}


/* ----------------------------------------------------------------
CAREER Page
-------------------------------------------------------------------*/

.career {
  padding: 120px 0;
}

.career .career-contents {
  margin-top: 120px;
}

.career ul.joblist {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  margin: 0;
  padding: 0 !important;
  font-weight: 700;
  color: #777;
}

.career ul.joblist li {
  padding: 15px 0;
}

.career ul.joblist li a {
  color: #111;
}

.career ul.joblist li a:hover {
  background: #65D3E3;
  color: #FFFFFF;
  border-radius: 2px;
}

.career ul.joblist li:first-child {
  margin-right: 20px;
}

.career ul.joblist li:last-child {
  float: right;
}

/*job-post*/

.job-post {
  padding: 120px 0;
}

.job-details dl dt {
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.job-details dl dd {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.job-details dl dd::before {
  font-family: FontAwesome;
  content: "\f192";
  font-size: 10px;
  color: #65D3E3;
  position: absolute;
  top: 3.5px;
  left: 0;
}


/* ----------------------------------------------------------------
FAQ Page
-------------------------------------------------------------------*/

.faq-contents {
  padding: 120px 0;
}

#accordion .accordion-group {
  border: 2px solid #F5F5F5;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#accordion .accordion-heading {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

#accordion .accordion-heading a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #606676;
  font-weight: 600;
  padding: 8px 15px;
  border-bottom: 1px solid #F5F5F5;
}

#accordion .accordion-heading:hover a {
  color: #65D3E3;
}

#accordion .accordion-heading a.collapsed {
  border-bottom: 1px solid transparent;
}

#accordion .accordion-heading a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 38px;
}

#accordion .accordion-heading a.collapsed:after {
  content: "\f105";
}

#accordion .accordion-inner {
  padding: 15px;
}

/* ----------------------------------------------------------------
Contact Page
-------------------------------------------------------------------*/
.contact-info-section {
  padding: 112px 0;
}

.contact-info-section .section-title {
  line-height: 60px;
}

.contact-info-section .content-row {
  margin-top: 100px;
}

.contact-info-section h3 {
  margin-bottom: 20px;
}

.other-office-address {
  padding: 112px 0;
  background-color: #f4f6f7;
}

.other-office-address .content-row {
  margin-top: 60px;
}

.other-office-address h2 {
  text-align: center;
}

.other-office-address h3 {
  margin-bottom: 20px;
}

.branch-map img {
  background-color: #fff;
  padding: 2px;
}

.hero-bg {
  background: url(//www.klratrace.com/staging2019/img/klrr2019-hero-image.png?=v15) no-repeat 50% 50% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-top: -85px;
  background-size: cover;
  height: 100vh;
  /*z-index: -2;*/
  top: -20px;
  position: relative;
  margin-bottom: -20px;
}


/*.run-bg {
  background: url(../img/klrr2019-run-image.png?=v0804) no-repeat 50% 50% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}*/

.hero-title {
	top: 13%;
	position: relative;
	z-index: 1;
  display:block;
}

.hero-logo{

  padding-right: 17%;
  position: relative;
  z-index: 1;
  float: left;
  display: inline-block;
  margin-top: 15px;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .hero-title {top: 13%;}
 .hero-bg{height: 722px;}
}

.hero-title h1,
.container h1,
.container h2{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
/*.hero-title h1{
  text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
             0px 8px 13px rgba(0,0,0,0.3),
             0px 18px 23px rgba(0,0,0,0.1);
}*/
.hero-title h1 span{
	display:block;
}
.hero-title h1 > span.event-details{
	font-size: 30px;
	top: 10px;
	position: relative;
	display: block;
	line-height: 1.3;
}
.hero-title h1 sup{
	font-size: 25px;
	top: -30px;
}
.txt-white {
	color: white;
}

.navbar {
	min-height: 70px;
}

.navbar-brand {
    padding: 8px 15px;
}

.navbar-collapse {
	padding-top: 10px;
}

.lightSpeedIn,
.quote-btn {
	font-size: 18px;
	letter-spacing: 2px;
	margin: 20px 10px;
	text-transform: uppercase;
}
.hero-bg .btn {
	display:block;
	/*margin: 0 0 25px;*/
	border-radius: 0;
  font-weight: 600;
}

body.event-details_content .cta-section a.beneficiary{
	display:none;
}

body.event-details_content section.team-intro h3 {
    display:inline-block;
}
body.event-details_content section.team-intro h2 {
	margin:0;
}
body.event-details_content section.team-intro .margin-top{
	height:0;
}
body.event-details_content section.team-intro a.register
 {
    float: right;
    margin: -10px 0 10px;
}
body.event-details_content .team-intro .table-responsive{
	margin-top: 130px;
	padding-bottom: 30px;
}
body.beneficiary_content section.feature-section a.register,
body.race_guidelines section.feature-section a.register{
	margin:0;
	border-radius: 30px;
}
body.race_guidelines section.feature-section a.register{
	margin:0;
	border-radius: 30px;
}
body.race_guidelines .feature-section3 p {
    margin:15px 0;
}
@media (max-width: 750px) {
	body.event-details_content section.team-intro a.register {
    display:none;
}
}

/*-------------------------------------
 *  ICON STYLE
 *-------------------------------------*/

.bronze {
    color: #ab9273;
}

.silver {
    color: #cfcfcd
}

.gold {
    color: #eac433;
}

.platinum {
    color: #888785;
}

.red {
    color: #ea2e49;
}

.green {
    color: #107c2f;
}

.magenta {
	color: #eb268f;
}

/*************************
*******Thumbnail Default**
**************************/

.thumb-single {
  position: relative;
}

.thumb-thumb {
  position: relative;
  margin: 60px 0 0;
  display:block;
  overflow:hidden;

  
}

.thumb-thumb img {
  background:url(../img/preloder.gif) center no-repeat;
  background-size: 10px 10px;
  width: 100%;
  


}


.thumb-single:hover .thumb-view{
  display: block;
  /*-webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;*/
}

#thumb .row{
  margin-left: -10px;
  margin-right: -10px;
}

.thumb-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(29, 154, 214, 0.9);
  width: 100%;
  text-align: center;
}

.thumb-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -26px;
  top: 50%;
  position: relative;
}

.thumb-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.thumb-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.thumb-view .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

/*Download Guideline & Forms*/

.dload-guideline {
  margin-top:60px;
  margin-bottom:60px;
}

.dload-guideline small {
  display: block;
  margin: 0 auto 15px;
  max-width: 350px;
}

.dload-guideline ul.browser-icon li {
  display: inline-block;
  margin: 0 3px;
  position: relative;
}
.dload-guideline ul.browser-icon li small {
  font-size: 12px;
  line-height: 1;
  margin: -16px 0 0;
}
.dload-guideline ul.browser-icon li strong {
  font-family: arial;
  position: absolute;
  text-align: center;
  left: 0;
  margin: 2px auto;
  right: 0;
}
.dload-guideline ul.browser-icon li:last-child {
  top: 5px;
}

@media (max-width: 767px) {
  .text-xs-center {
		  text-align: center;
  } 
}


/*************************
*** Google Map ****
**************************/

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
