/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');


body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3 {
    margin: 0 0 15px;
    font-weight: 400;
    color: white;
}
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #111;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    color: white;
    margin: 0 0 20px;
    text-align: left;
    font-size: 14px;

}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: white;
}

a:hover,
a:focus {
    color: white;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}




.light {
    font-weight: 400;
}

/* --- logo --- */

.site-logo a.brand {
	color: #111;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-top: 20px;
}


/* ------- Navigation ------------ */
#navigation {
	background: #000;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 16px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* misc */
hr {
  margin-top: 0px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 30px;
    padding-bottom: 30px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* ====  slider ==== */

/* Header */

section#intro {
	padding:0;
	width: 100%;
	background: #333;
}

/* Carousel Styles */

.carousel-inner img {
}

.carousel-control {
}

.carousel-control.left,
.carousel-control.right {
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  padding-left:40px;
  padding-top:0px;
  padding-bottom:80px;
  padding-right: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:20px;
  padding-left: 20px;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}


.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
    -webkit-transition: background .2s ease-in-out,padding .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,padding .2s ease-in-out;
        transition: background .2s ease-in-out,padding .2s ease-in-out;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* ===========================
--- About
============================ */




/* ===========================
--- Services
============================ */
.service-box {
	background: #fff;
	border: 1px solid #f7f7f7;
	padding: 20px;
}

.service-icon {
	margin-bottom: 20px;
}	


/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	

/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}



/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a { 
	display: block;
	background: #3873ae;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

footer {
    background-color: #404040;
}

footer {
	text-align: left;
	padding: 50px 0 ;
	margin-bottom: -82px;
	
}

footer p {
	color: #f8f8f8;
	font-size: 14px;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}



/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #999;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- button --- */
.btn {
	background-color: #ec6608;
	border-radius: 10px;
	border-color: #ec6608;
	margin-top: 60px;
	padding:15px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 20px;
}

.btn.btn-noradius {
	border-radius: 0;
}

.btn:hover {
	color: #ec6608;
	border-color: #ec6608;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* --- progress --- */
.progress {
  height: 40px;

}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	#navigation {
		padding: 20px 0;
	}
	.site-logo{
		margin: 0 0 0 30px;
		float:none;
	}
	.navbar-custom ul.nav li a {
		color: #eee;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;

	}
	.navbar-header {
		margin-top:-40px;
		padding:0;
	}
	.navbar-header button {
		background: #111;
	}
	
	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}
	
	.navbar-custom .nav {
		background: #444;
	}
	
	.service-box {
		margin-bottom: 50px;
	}
	
	.team-wrap {
		margin-bottom: 30px;
	}
	
	form#contact-form {
		margin-bottom: 50px;
	}
	
	.xs-marginbot-20 {
		margin-bottom: 20px;
	}

}

@media (max-width:980px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}



.panel-group .panel {
    padding: 20px;
    border-radius: 0px;
    border:none;

 }   

.panel-default>.panel-heading {
    color: white;
    background-color: #0A3C74;
    border-color: none;
    border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.panel-default {
	background-color: #0A3C74;
    border-color: none;
    padding: 10px;
}

.panel-default {
    border-color:#000;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #0A3C74;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel-title > a {
  color: white;
}

.panel {
    background-color: rgba(0,0,0,.00);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.00);
    
}

#owl-demo .item{
  background: none;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
  display:none;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#map-canvas {
	width:100%;
    height: 100%;
 	height:calc(100% - 0px);
}



/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}

a { 
   text-decoration: none;
}

ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.container {
   /* margin: auto; */
   /* padding: 50px; */
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 50px;
   z-index: 1000;
   transition: .2s;

}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
   top: 2px;
}

#sticky-social a:hover span {
   left: 100%;
   transition: all .2s cubic-bezier(1, -0.15, 0.01, 0.94);
}

#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; transition: .2s; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }	

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }	

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }	

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }	

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }	

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }	

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }	



.img {
  max-width: 100%;
width: auto;
height: auto;
vertical-align: middle;
}

.item {
	width: auto;
	height: auto;
	margin: auto;
}

.h3 {
    margin-top: 120px;
    margin-bottom: -40px;
}

.btn {
	background: transparent;
    	color: white;
    	border-color: white;
    	border-radius: 0;
    	border-width: 0px;
    	font-size: 20px;
    	transition: .2s;
}

.btn:hover {
	background: white;
    	color: #1C1C1C;
    	border-color: white;
    	border-radius: 0;
    	border-width: 0px;
    	font-size: 20px;
    	transition: .2s;
}

.btn:focus {
	background: white;
    	color: #1C1C1C;
    	border-color: white;
    	border-radius: 0;
    	border-width: 1px;
    	font-size: 20px;
    	transition: .2s;
}

.carousel-showsixmoveone
{
  .carousel-control
  { 
    width: 4%;
    background-image:none;

    &.left 
    {
      margin-left:15px;
    }

    &.right 
    {
      margin-right:15px;
    }
  }

  .cloneditem-1, 
  .cloneditem-2, 
  .cloneditem-3,
  .cloneditem-4, 
  .cloneditem-5
  {
    display: none;
  }

  .carousel-inner
  {
    @media all and (min-width: 768px)
    {
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(33.333%, 0, 0);  
          left: 0;
        }

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-33.333%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }    
      } 

      > .active.left,
      > .prev
      {
        left: -33.333%;
      }

      > .active.right,
      > .next
      {
        left:  33.333%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-1,
      .cloneditem-2
      {
        display: block;
      }
    }

    @media all and (min-width: 992px)
    {    
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(16.666%, 0, 0);  
          left: 0;
        }    

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-16.666%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }
      }

      > .active.left,
      > .prev
      {
        left: -16.666%;
      }

      > .active.right,
      > .next
      {
        left:  16.666%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-3,
      .cloneditem-4, 
      .cloneditem-5
      {
        display: block;
      }
    }    
  }
}


.col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal-header {
	border: 0px;
	padding: 20px 20px 0px 15px;
}

.modal-body {
	padding: 0;
}

.img-full {
	width: 100%;
	border-radius: 5px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 15px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	padding-top: 7px;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 30px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background: rgba(255, 255, 255, 0.65);
}

.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: white;
	background: #CA900E;
	border-radius: 5px;
}


.navbar-default {
	background: transparent;
	border-color: transparent;
}

.navbar-collapse {
	border-top: none;
	box-shadow: none;
}

.navbar-header button {
	transition: .2s;
	background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	color: #333;
	background-color: white;
}

.navbar-default:hover .navbar-toggle:hover .icon-bar {
	color: white;
	background-color: #333;
}

.navbar-default:hover .navbar-toggle:focus .icon-bar {
	background-color: #333;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: white;
	color: #333;
	transition: .2s;
}

.navbar-toggle {
	width: 45px;
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btnCar {
	background-color: rgba(36, 36, 36, 0.66);
	border: transparent;
	width: 100%;
	height: 100%;
	margin-top: 0;
	color: white;
}

.btnCar:hover {
	opacity: 1;
}

.btnCar:hover .play{opacity: 1; -webkit-transition: 0.3s;}
.play{
	position : absolute;
    opacity: 0;
    top:0%; 
    width:100%;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100;
    height: 100%;
    -webkit-transition: 0.3s;
} 

.col3 {
	background: #1A164A;
	opacity: 1;
	color: black;
	padding-left: 20px;
	margin: 10px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-top: 20px;
	border-radius: 5px;
}



.col3>h3 {
	margin-bottom: 0px;
	color: #D49C1E;
}

.col3>p {
	color: white;
}

.col3cont {
	color: white;
}

.col3line {
	margin-bottom: 3px;
	height: 1px;
	border-top: 1px dotted #D49C1E;
}

.col3-foot {
	background: transparent;
	opacity: 0.8;
	color: black;
	padding-left: 20px;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-radius: 5px;
}

.col3-foot>h3 {
	color: white;
	font-size: 25px;
	margin-bottom: 5px;
}

.col3-foot>p {
	color: white;
}

.col3-foot>pr>a {
	color: #1A164A;
}

.col3-foot>pr>a:hover {
	color: white;
}

.col3cont-foot {
	color: white;
}

.col3line-foot {
	height: 1px;
	border-top: 1px dotted white;
}

.carousel-indicators li {
	background: #B9B9B9;
}

.carousel-indicators .active {
	background: #4C4C4C;
}

* {
    font-family: Raleway;
    /* margin:0; */
    /* padding:0; */
}

.logo, .intro, .menu, .content {
    padding:0px;
}
.menu {
    background:#1A164A;
    height:52px;
    width:100%;
}
.content {
    margin-top:10px;
}
.menu-padding {
    padding-top:40px;
}
.content p {
    margin-bottom:20px;
}
.sticky {
    position:fixed;
    top:0;
    padding-top: 30px;
}

.compensate {
	margin-top:36px;
}

.modal {
	height: 100%;
}

.modal-dialog {
    top: 15%;
    max-width: 800px;
    max-height: 250px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.btn-top {
    background-color: #ec6608;
    border-radius: 10px;
    border-color: #ec6608;
    padding: 15px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #F5E9CE;
    border-color: #FFFFFF;
    border-radius: 200px;
    border-width: 1px;
    font-size: 20px;
    transition: .2s;
    padding-top: 11px;
    padding-left: 15px;
}

.btn-top:focus {
    background-color: #ec6608;
    border-radius: 10px;
    border-color: #ec6608;
    padding: 15px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #F5E9CE;
    border-color: #FFFFFF;
    border-radius: 200px;
    border-width: 1px;
    font-size: 20px;
    transition: .2s;
    padding-top: 11px;
    padding-left: 15px;
}

.btn-top:hover {
    background: #F5E9CE;
    color: #CA900E;
    border-color: #F5E9CE;
    border-radius: 200px;
    border-width: 1px;
    font-size: 20px;
    transition: .2s;
}

.btn-book {
    background-color: #ec6608;
    border-radius: 10px;
    border-color: #ec6608;
    padding: 15px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    background: #1A164A;
    color: #F5E9CE;
    border-color: transparent;
    border-radius: 200px;
    border-width: 2px;
    font-size: 20px;
    transition: .2s;
    padding-top: 11px;
    padding-left: 15px;
}

.btn-book:hover {
    background: transparent;
    color: #1A164A;
    border-color: #1A164A;
    border-radius: 200px;
    border-width: 2px;
    font-size: 20px;
    transition: .2s;
}

p:first-letter {
	display:block;
	margin: 20px 15px 15px 0px;
	float:left;
	color:white;
	font-size:80px;
	font-family:Verdana;
}

.pblack {
	color: #1A164A;
}

.pblack:first-letter {
	display:block;
	margin: 22px 15px 15px -5px;
	float:left;
	color: #1A164A;
	font-size:80px;
	font-family:Verdana;
}

.btn-toptoggle {
	background: #D49C1E;
}

.btn-toptoggle:hover {
	background: #1A164A;
	color: white;
}

.btn-toptoggle:focus {
	background: #1A164A;
	color: white;
	border: none;
}


/* remove gutter spacing outside */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

/* only remove padding of middle columns */
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right:0;
  padding-left:0;
}

.row.no-gutter-2 {
  margin-left: 0;
  margin-right: 0;
}    
    

/* remove padding all columns */
.row.no-gutter-2>div[class*='col-'] {
  padding:0;
}

p {
	font-family: "Raleway";
}

b {
	font-family: "Raleway";
}

#banner_area img {display:none; position: absolute; top: 0; left: 0;}

#banner_area img:first-child {display:block;}

#cycler{position:relative; width: 100%;}
#cycler img{position:absolute;z-index:1; width: 100%}
#cycler img.active{z-index:3; width: 100%}

.col4 {
	background: #1A164A;
	opacity: 1;
	color: black;
	border-radius: 5px;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: -75px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.info_cir {
	border-radius: 200px;
	background-color: #0072BC;
	padding-top: 3px;
}

.tooltip_img {
	top: 0px;
	width: 3vw;
	position: relative;
	opacity: 0;
	-webkit-transition: .5s;
}

.info_cir:hover + .tooltip_img {
	opacity: 1;
	top: 10px;
	-webkit-transition: .5s;
}

.txt_info {
	text-align: center; color: #1A164A; font-size: 14px; background-color: #D49C1E; border-radius: 5px; margin-bottom: 5px; margin-right: 0px; padding: 2px; padding-left: 5px; padding-right: 5px;
}

.white {
	background-color: white;
}

.yellow {
	background-color: #D49C1E;
}

.horse_img {
	
/* height: 14px; */
	
width: 200px;
	
/* -webkit-filter: drop-shadow(10px 10px 10px black); */
	
-webkit-box-shadow: 8px 8px 20px rgba(0,0,0,0.4);
	
}

.horse_img:hover {
	
/* height: 14px; */
	
/* -webkit-filter: drop-shadow(10px 10px 10px black); */
width: 190px;
margin-bottom: 5px;
margin-top: 5px;
box-shadow: 0px 0px 20px rgba(0,0,0,0);
cursor: pointer;
}

.row {
	/* margin-left: 0px; */
}

.bannerIMG {
	width: 100%;
	-webkit-filter: grayscale(100%) contrast(30%) brightness(60%);
}

.form_button {
	background-color: #1A164A;
	color: white;
}

.form_button:hover {
	background-color: transparent;
	border: solid 1px #1A164A;
	color: #1A164A;
}

.captcha_style {
	margin-left: 10px;
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

#error_form {
	opacity: 0;
	background-color: #D49C1E;
	padding: 5px;
	font-size: 16px;
}

.error_lbl {
	padding: 10px;
	display: none;
	margin: 10px;
}

b {
	font-weight: 600px;
}

.small_font {
	font-size: 14px;
}

.blue {
	border-color: #1A164A;
}

.fixed_height {
	/* min-height: 100px; */
	/* max-height: 650px; */
}

.oc-item {
	margin: 0px;
}

.quotes-control {
	margin-bottom: 0;
	/* padding-bottom: 330px; */
}

.quotes-control > .owl-nav > .owl-prev, .quotes-control > .owl-nav > .owl-next {
	    padding-top: 2px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 10px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 0px;
    color: #1A164A;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.quotes-control > .owl-nav > .owl-prev:hover, .quotes-control > .owl-nav > .owl-next:hover {
	background-color: #1A164A;
}

.resize-fix {

}