/*
	Author: Occura Software Ltd
	Author url: http://www.occurasoftware.com
	Copyright 2016 Allright Reserved
*/


@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Glegoo);

/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */
 *{
	padding:0;
	margin:0;
 }
 article, section, footer{
	width:100%;
	float:left;
}
h4, h5, h6,
h1, h2, h3 		{margin-top: 0;}
ul, ol 			{margin: 0; }

html, body{
	margin: 0;
	padding: 0;
	font-family:"PT Sans",sans-serif;
}

a	{color:#06a2dd!important;
	text-decoration: none; 
	outline:none !important;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
a:focus,
a:hover {text-decoration: none;outline: 0;}
p		{color:#222; margin:0px 0px 10px; }
 
 /**
 * ========================================
 * COMMON CLASSES
 * ========================================
 */
 body{
	background:url(../images/content-bg.gif) repeat 0 0;
	
 }
 .breadcrumb 	{background:#d9edf7; margin-top:70px;} 
 .breadcrumb a	{color:#ff4500 !important;}
 .clearfix	{width:100%; margin:2% 0px !important;}
 .rows		{width:100%; margin:0; padding:0;}
 .exclude-padding-left	{padding-left:0;}
 .exclude-padding-right	{padding-right:0;}
 
 .rows-container	{width:100%; float:left; margin:0; padding:0;}
 .percentage-100	{width:100% !important; float:left; overflow:hidden;}
 .percentage-75		{width:75% !important; float:left; overflow:hidden;}
 .percentage-50		{width:50% !important; float:left; overflow:hidden;}
 .percentage-25		{width:25% !important; float:left; overflow:hidden;}
 
 .imgs		{width:100% !important;vertical-align:middle;}

 .grid-1, .grid-2, .grid-3,
 .grid-4, .grid-5, .grid-6,
 .grid-7, .grid-8, .grid-9,
 .grid-10,.grid-11,.grid-12 {overflow:hidden;}
 
 .parallax{
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding: 0 !important;
    margin: 0 !important;
    border-top: 2px solid #ddd;
 }
 .wrapper	{width:970px; margin:0 auto;}
 .wrapper p {font-size:13px;}
 .general-title{
	width:75%;
	margin:0 auto;
	padding:2% 0;
	text-align:center;
	overflow:hidden;
}

.general-title h1{
	font-size: 31px;
	text-transform: capitalize;
    letter-spacing: 0.6px;
    padding-bottom: 0;
}

 .customthumbnail, .teamthumbnail	{
	display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border:0;
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
 .figure			{width:100%; overflow:hidden;}
 .figure img		{margin:0px auto 15px;}
 
 .text						{width:100%; overflow:hidden; color:#fff; font-family:'Glegoo',sans-serif !important;}
 .text h1,h2,h3,h4,h5,h6	{text-align:center; margin-bottom:15px;}
 .text p					{line-height:1.5;}
 
 .transform-view{
	width:100%;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.transform-view:hover {
	width:100% !important;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
 /**
 * ========================================
 * HEADER STYLES
 * ========================================
 */
 .navigation{
	background: url(../images/main-bg.gif) repeat 0 0;
	border-bottom:1px solid rgba(51, 51, 51, 0.52);
    width: 100%;
    padding: 8px 0 10px;
	position:fixed;
	z-index:100;
}
.navbar-inverse{
	background:transparent !important;
	border:0px;
	border-radius:0px;
	border-color:transparent !important;
	padding:0px;
	min-height:initial;
}
.navbar	{margin:0;}
.navbar-brand img{
	height: 50px;
}
.nav-pull{float:right !important;}
.navbar-nav > li > a{
	color:#fff !important;
	font-size:14px;
	line-height:1.7;
	text-transform:uppercase;
}
.navbar-nav > li > a:hover, 
.navbar-nav > li > a.active,
.navbar-nav > li > a:focus {
	color:#ff4500 !important;
}

.navbar-nav .nav-content{
	display:none;
	position:absolute;
	width:100%;
	background:url(../images/main-bg.gif);
	overflow:hidden;

}
.nav-content a			{color:#fff !important;}
.nav-content a:hover,
.anv-content a.active,
.nav-content:focus		{color:#ff4500 !important;}

.nav-sub	{padding:8px 15px;}
.nav-sub ul	{
	padding:0;
	margin:0;
	list-style-type:none;
}
.nav-sub ul li a{
	display:inline-block;
	padding:5px 0px;
}
.navbar-nav > li > a:focus ~ .nav-content{
	display:block;
	-webkit-transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.navbar-brand{
	float: left;
    height: auto;
	padding:5px 0px 0px;
}

 /**
 * ========================================
 * SECTIONS STYLES
 * ========================================
 */

.main-slide{
	width:100%;
	margin:0 auto 0;
	margin-top:70px !important;
	padding:0;
	/*max-height:560px;*/
	overflow:hidden;
 }
/*.main-slide img{max-height:560px;}*/
.section-1 h1{
	line-height: 1.3em;
    color: rgb(41, 41, 41);
    font-family: /* Glegoo, serif */ 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
	font-size:30px;
	line-height:1.1em;
}
.section-1 h1 span	{color:#FF4500;}
.section-1 p		{line-height:1.7;}

.customthumbnail .figure > img{
	margin-bottom:0 !important;
}
.section-2 .figure > img{
	width:100%;
	min-height:140px;
	max-height:140px;
	overflow:hidden;
}
.customthumbnail .caption{
	box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 25px 20px 15px 20px;	
}
.customthumbnail .caption .text h3	 {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.customthumbnail .caption .text h3 a {
	color:#FF4500 !important;
	font:inherit;
	font-weight:600;
}
.caption p{
	line-height:1.8;
}

.teamthumbnail img{
	overflow:hidden;
	max-height:270px;
	margin: 0 auto;
}
.teamthumbnail a h3{
	text-align: center;
    font-weight: 400 !important;
    padding: 2% 0;
    line-height: 1.5 !important;
    color: #222222;
    font-size: 18px;
}

.section-3{
	background:rgba(255,255,255, 1);
	border-top:1px solid #ccc;
}


/* special offers */

.innerTitle {
	border-bottom:1px solid #ccc;
	width:100%;
	position:relative;
	height:15px;
	margin-bottom:15px;
}
.innerTitle h2 {
	color:#2f2f2f;
	font-size:24px;
	text-transform:uppercase;
	position:absolute;
	top:0;left:0;
	background:#fff;
	padding-right:10px;
	font-weight:normal;
}
.innerTitle h2 span{
	color: #ff4500;
}
#specialOffers	{margin-bottom:5px;}
.offers .item 	{width:100%; margin:20px auto; position:relative;display:block;}

.offers .item img {
	display: block;
	width: 100%;
	min-height: 200px;
	max-height: 200px !important;
	overflow:hidden;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.offers .item span {
	display:block;
	width:100%;
	background:#242424;
	color:#ffffff;
	font-size: 15px;
	padding:10px 0%;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	text-align:center;
	text-transform:uppercase;
}

/* carousel buttons */
.owl-controls {
	position:absolute;
	top:-34px;
	right:10px;
	margin-top:0 !important;
	background:#fff;
}
.owl-controls .owl-prev, 
.owl-controls .owl-next {
	margin: 2px !important;
	display:block;
	width:29px;
	height:29px;
	text-indent:-9999px;
	opacity:1 !important;
}
.owl-prev {background:url(../images/icons/carousel-prev.png) left top no-repeat !important;}
.owl-next {background:url(../images/icons/carousel-next.png) left top no-repeat !important;}
.owl-controls .owl-prev:hover, 
.owl-controls .owl-next:hover {background-position:left bottom !important;}


.section-3 h1{color:#ff4500; font-family:'Open Sans', Arial, sans-serif; font-weight:bold;}
.partners-fluid{
	width:100%;
	overflow:hidden;
}
.partners-fluid ul{
	list-style:none;
	width:95%;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.partners-fluid ul li{
	padding: 5px 15px;
	display: inline-block;
	margin-bottom:10px;
}
.partners-fluid ul li img{
	width: auto;
	height: 60px;
}


.contact-info div{margin:5% 0;}
.contact-info div{margin:2% 0px;}
.contact-info h5{
    line-height: 1.8;
	text-transform:uppercase;
	text-align:left;
}
.contact-info a	{color:#ff4500 !important;}
.contact-info p{font-size: 13px;}
 /**
 * ========================================
 * FORM STYLES
 * ========================================
 */
.contact-form{display:block;}
.contact-form input, 
.contact-form textarea, 
.contact-form button{
	border-radius:0px;
}
.contact-form .form-required{color:#F00;}


 /**
 * ========================================
 * CUSTOM BTN STYLES
 * ========================================
 */
.btn-blue{
	color: #ffffff !important;
    background-color: #337ab7;
    border: 0px;
    border-radius: 0;
    padding: 5% 0;
    text-align: center;
    width: 100%;
 }
 
 
 /* =====================================*/
/* sticky button 						*/
/* =====================================*/
.sticky-flags {
    position: fixed;
    right: 0;
    top: 24%;
    z-index: 1000;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.sticky-flags div {
    margin-right: 5px;
    background-color: #000;
    min-width: 90px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
    text-decoration: none;
    padding: 12px;
    height: 44px;
}
.sticky-flags div a{
	display: inline-block;
    padding: 1px;
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px;
    color: #fff !important;
}
.sticky-flags div a:hover, .sticky-flags div a.active, .sticky-flags div a:focus{
    color: #999 !important;
	text-decoration:none;
}
 
 /* =====================================*/
/*back top button						*/
/* =====================================*/

#toTop {
	display: none; 
	width: 49px; 
	height: 48px; 
	overflow: hidden; 
	background: url(../images/icons/totop.png) 0 0 no-repeat rgba(0, 0, 0, 0.75) ; 
	position: fixed; 
	margin-right: -600px !important; 
	right: 47% !important; 
	bottom: 60px; 
	z-index: 999;
}
#toTop:hover{
	outline: none;
    background:url(../images/icons/totop.png) no-repeat 0 -57px rgba(0, 0, 0, 0.95);
}
#toTop:active,#toTop:focus {outline: none;}
 
 /**
 * ========================================
 * FOOTER STYLES
 * ========================================
 */
.footer{
	background: url(../images/main-bg.gif) repeat 0 0;
    width:100%;
	padding:25px 0 5px;
	border-top: 2px solid #333;
 }

.footer-block	{overflow:hidden; }
.footer-block h5{
	color:#fff; 
	font-weight:bold;
	font-family: 'Droid Sans', arial, tahoma, verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
	text-align:left;
}
.footer-block span	{color:#ff4500;}
.footer-block p{
	color: #8f8f8f;
    font-size: 13px;
    margin-bottom: 10px;
}
.footer-block p > a{color: #8f8f8f !important;text-decoration:none;}
.footer-block p > a:hover{text-decoration:underline;}

.footerLinkList 		{*}
.footerLinkList ul 		{padding:0;}
.footerLinkList ul li 	{margin-bottom:10px; margin-left:15px; color:#ff4500;}
.footerLinkList ul li a {
	display:block; 
	text-decoration:none;
	color: #8f8f8f !important;
    font-size: 13px; 
	padding-left:20px;

}
.footerLinkList ul li a:hover{text-decoration:underline;}

.copyright{
	width:100%;
	float:left;
	padding:2% 0px 0px;
	text-align:center;
	border-top:1px solid #333;
}
.copyright p	{color:#8f8f8f;}
.copyright p a	{color:#8f8f8f !important;}


ul.spip, ul.no-list{
	list-style: square;
	-webkit-padding-start: 30px;
}

.img-wrp{
	background-position: center center !important;
	background-size:auto  100% !important;
}

.jumbotron{
	background-color: transparent;
	border: 0px;
	color: rgb(255, 255,255);
	position: absolute;
	top:0;
	left:0;
	right: 0;
	padding-top: 100px;
}

.jumbotron p{
	color: rgb(255, 255, 255);
}


 /**
 * ========================================
 * RESPONSIVE STYLES
 * ========================================
 */
 
 /* =Media Queries
-------------------------------------------------------------- */

@media (min-width: 992px) {

  #toTop {margin-right: -45% !important;}
}
@media (max-width: 991px) {
	.wrapper{width:100%;}
	.navigation .container{width:initial;}
    #toTop {margin-right: -45% !important;}
}

@media (min-width: 768px) {
	
    #toTop {margin-right: -45% !important;}
    .img-wrp{	
		min-height: 450px;
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-content{z-index:1;}
	.nav-pull{
		float:left !important;
		width: 100%;
	}
	.nav-pull li{
		text-align: center;
	}
	.main-slide {min-height:auto !important;}
	.img-wrp{	
		min-height: 250px;
	}
	#toTop {margin-right: -45% !important; bottom:75px;}
}

@media (max-width: 479px) {
	

	#toTop {margin-right: -45% !important; bottom:75px;}
}

@media (max-width: 380px){
	
	.col-xs-6{
		width:100% !important;
	}
	
}

