

body {
	font-family: 'Oxygen', sans-serif;
    font-size: 16px;
	background: #ffffff;
	color: #494949;
}


/*=======================================
    FONTS STYLES
========================================*/
@font-face {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), url('/fonts/Oxygen-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('/fonts/Roboto-regular.woff') format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato'), url('fonts/lato.woff') format('woff');
}

/*=======================================
    GENERAL STYLES
========================================*/

a, a:active, a:focus{
    outline:0px;
	color:inherit;
	text-decoration:none;
}
a:hover{
    text-decoration:none;
    outline:0px;
    cursor:pointer;
	color:inherit;
}
input, textarea{
    height:35px;
}
/* outline effect in focus inputs */
input:focus, textarea:focus,
textarea.form-control:focus, input.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 137, 39, 0.6);
    outline: 0 none;
}
ul, ol{
    font-size: 16px;
	line-height: 23px;
	padding: 0;
}
#content-sec ol {
	margin: 15px;
}
/*section{
	padding-top:25px;
	padding-bottom:25px;
}*/
section#homepage-sec {
	padding-top: 45px;
}
@-ms-viewport{width:auto!important} /* show ie10 scrollbar static */

/**************************************************/
/*  USEFULL CLASSES
/**************************************************/

.padding-0{
    padding:0px;
}
.padding-left-0{
    padding-left:0px;
}
.padding-right-0{
    padding-right:0px;
}
.padding-tb-10{
	padding-top:10px;
	padding-bottom:10px;
}
.margin-tb-10{
	margin-top:10px;
	margin-bottom:10px;
}
.margin-tb-15{
	margin-top:15px;
	margin-bottom:15px;
}
.margin-tb-20{
	margin-top:20px;
	margin-bottom:20px;
}
.margin-t-15-b-5{
	margin-top:15px;
	margin-bottom:5px;
}
.margin-top-10 {margin-top: 10px}
.margin-20 {margin: 20px 0px;}
.margin-40 {margin: 40px 0px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-40 {margin-top: 40px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-40 {margin-bottom: 40px;}

.font-size-parent{
	font-size:inherit !important;
}
.display-inline{
	display:inline-block;
}
@media(max-width:992px){
	.text-sm-center{
		text-align:center;
	}
}


@media(max-width:768px){
	.text-left-xs{
		text-align:left !important;
	}
	.margin-top-xs-30 {
		margin-top: 30px;
	}
}

.img-expand{
	width:100%;
}

h1{
	font-family: 'Oxygen', sans-serif;
	font-size: 32px;
	color: #252525;
}

h2 {	
	font-family: 'Oxygen', sans-serif;
	font-size: 26px;
}

h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	color: #252525;
	margin-top:5px;
}

h4{
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	color: #252525;
	margin-top:5px;
}


blockquote p {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
}

p {
    font-weight: 300;
    line-height: 23px;
}

.color-default {
	color: #000;
}

.color-primary {
	color: #cd4e13; /* Orange/Brown */
}

.color-secondary {
	color: #fff;
}

/* vertical align css class */
.display-table {
    display: table;
    width: 100%;
}
.col-xs-table-cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

/**************************************************/
/*  BUTTONS
/**************************************************/

/***** Button Primary *****/

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus{
    font-family: 'Oxygen', serif;
	text-align:center;
	border-radius:0px;
	border:0px;
	background: rgb(235, 152, 45);background: -moz-linear-gradient(top, rgb(235, 152, 45) 0%, rgb(235, 152, 45) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235, 152, 45)), color-stop(100%,rgb(235, 152, 45)));background: -webkit-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -o-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -ms-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: linear-gradient(to bottom, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb982d', endColorstr='#eb982d',GradientType=0 );font-family: Oxygen, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 1px 1px 3px rgba(0,0,0, 0.36);
	max-width: 165px;
	width: 100%;
	height: 35px;
	text-shadow: none!important;
} 
.btn-primary.expand{
    display:block;
    width:100%;   
	max-width: 100%;
}
.btn-primary.btn-inline-block{
	display:inline-block;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    color:#fff;
}
.btn-primary > i{
	background: #d78213;
    border-radius: 50px;
    margin-left: 0;
    /*padding: 2px 9px;*/
	padding: 3px 10px;
}
.btn-primary > .fa-angle-right:before {
    position: relative;
    top: -1px;
    right: -1px;
}

/***** Button Link *****/

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover{
	text-decoration:none;
	color: rgb(232, 137, 39);
	font-size:inherit;
}

/***** Button Primary *****/ /* in case the design need to different buttons */

.btn-secondary{
    font-size:16px;
}
.btn-secondary.light{
    font-weight:300;
}
.btn-secondary.colour-primary{
    color:#E88927;
}
.btn-secondary.blue{
    font-size:15px;
    color:#1b448e;
}
.btn-secondary.black.light{
    font-size:13px;
    color:#494949;
}

.btn-secondary.green:hover{
    color:#008f8d;
}
.btn-secondary.blue:hover{
    color:#1b448e;
}

/***** Button Testimonials *****/

.btn-testimonials{
	font-size: 17px;
	color: #FFF;
	text-align: center;
	padding: 5px 15px;
	border: 1px solid #FFF;
	background: transparent none repeat scroll 0% 0%;
}

/***** Buttons Rollover Effects *****/

.opacity-rollover{
    opacity:1;
    transition: opacity .3s linear 0s;
	-webkit-transition: opacity .3s linear 0s;
	-moz-transition: opacity .3s linear 0s;
}
.opacity-rollover:hover{
    opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/**************************************************/
/*  CUSTOM SELECT STYLE
/**************************************************/

.select-box{
	height: 35px;
	border: 1px solid #CCC;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	position:relative;
}
.select-box > select{
	height: 35px;
	padding:0 5px;
	width: 100%;
	font-size: 16px;
	line-height: 1;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-box::after{
	content:"\f107";
	position:absolute;
	right: 10px;
	line-height: 35px;
	font-family: FontAwesome;
	top: 0px;
}

/**************************************************/
/*  MODAL STYLES
/**************************************************/

.modal-header {
    background-color: #000;
	color: #fff;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bootstrap-dialog-title {
	font-size: 1.5em;
}

.modal-dialog-directions {
	min-height:80%;
}
.modal-backdrop {
	bottom: 0;
	position: fixed;
	z-index: 1040;
	opacity: 0.4;
	display: none;
}

.modal-backdrop  > .fa {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	color: white;
}
.modal-backdrop.fade.in{
	background:none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
}
.modal-dialog {
	margin:5% auto;
}
.btn.btn-primary.btn-lg{
    text-align:center;
    padding:5px 15px;
    background: rgb(235, 152, 45);background: -moz-linear-gradient(top, rgb(235, 152, 45) 0%, rgb(235, 152, 45) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235, 152, 45)), color-stop(100%,rgb(235, 152, 45)));background: -webkit-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -o-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -ms-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: linear-gradient(to bottom, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb982d', endColorstr='#eb982d',GradientType=0 );font-family: Oxygen, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 1px 1px 3px rgba(0,0,0, 0.36);
	border-radius:0;
	border:0px;	
}
.bootstrap-dialog-header{
	font-size:20px;
	font-weight:700;
}
.bootstrap-dialog-message{
	font-size:17px;
}

/**************************************************/
/*  COOKIES BAR
/**************************************************/
#cookieinfo{
	background-color:rgb(1, 54, 104);
}
.cookie-text{
	color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal;
	margin: 10px 0;
	padding-bottom:0px;
}
.cookie-close{
	text-align:right;
}
.cookie-close > i{
	color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal;
	font-family:FontAwesome !important;
}

/*=======================================
    NAVBAR SECTION STYLES
=======================================*/


/**************************************************/
/*  MEGAMENU - NAVBAR
/**************************************************/

.navbar-collapse > .nav > li > a{
    font-size: 17px;
    color:#fff;
    opacity:1;
    transition: opacity 0.3s linear 0s;
	padding: 15px;
	font-family: Oxygen,sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal;
}
@media all and (max-width:1200px) and (min-width:992px){
	/* removing text wrapping in the megamenu in md size 
	.navbar-collapse > .nav > li > a{
		padding-left:0px;
		padding-right:0px;
	}*/
}
.navbar-collapse > .nav > li > a:hover, .navbar-collapse > .nav > li > a:focus, .navbar-collapse > .nav > li > a:active{
    opacity:.5;
	color: rgb(232, 137, 39)!important; /* Navbar text hover colour */
}
@media (max-width: 991px) {
	.navbar-collapse > .nav > li > a:hover, .navbar-collapse > .nav > li > a:focus, .navbar-collapse > .nav > li > a:active{
		opacity:.5;
		color: #fff; /* Navbar text hover colour */
	}
}
.nav > li > a:focus, .nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:active, .navbar-inverse .navbar-nav > .active > a:hover{
	background:none;
}

/************** Mobile Hamburger Styling **************/

.navbar-toggle{
    margin:0;
	background-color: rgb(232, 137, 39);
	border: 1px solid rgba(0, 0, 0, 0);
}
.navbar-toggle:focus, .navbar-toggle:hover  {
	background-color: rgb(1, 54, 104)!important; /* DARKER */
	/*background-color: #013668!important;*/
}
/* Bar/line styles */
.navbar-toggle .icon-bar {
	background-color: rgb(255, 255, 255);
	width: 22px;
	height: 3px;
	margin-top: 2px;
}
.navbar-toggle .icon-bar + .icon-bar{
	margin-top: 3px;
}

/**************************************************/
/*        CATEGORY DROPDOWN STYLES
/**************************************************/

/************** LEVEL 1 (MEGAMENU) ****************/

.navbar {
	background: rgb(255, 255, 255);
	margin:0px;
	border:none;
}

/* navbar-collapse style */
.navbar-inverse .navbar-collapse {
    border-top: 0px solid transparent;
}
/* Mobile menu height */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none!important;
}

/* navbar-brand style */
.navbar-inverse .navbar-brand {
	height: 88px;
	color: #000;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse .navbar-brand:hover {
	color: #000;	
}

/***************************************************/
.navbar-inverse .navbar-nav > .active > a {
	background: #013668;
}

/* Navbar menu text colour when open on desktop */
.navbar-inverse .navbar-nav > .open > a , .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    font-family: Oxygen,sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal; 
    background-color: transparent;
}
/***************************************************/

/* space between item text and caret */
.navbar-collapse > .navbar-nav > li.level-1 > .dropdown-toggle > i {
    margin-left:5px;
}

/* dropdown menu level 1 */
.dropdown-menu.level-1{
	border: 1px solid rgb(204, 204, 204);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	background:rgb(1, 54, 104);
	border-radius: 0px;
	padding: 0px;
	margin-left: 0px;
	box-sizing: content-box;
	height:auto;
	/*transition: height 0.4s ease 0s;
	transform:translateY(800px);
	-webkit-transform:translateY(800px);
	-moz-transform:translateY(800px);
	-ms-transform:translateY(800px);
	-o-transform:*/
}

/* Drop down on hover */
@media(min-width:992px){
	.dropdown.open{
		background:none;
	}
	.dropdown-menu li:hover .sub-menu {
		visibility: visible; 
	}
}


/**************** LEVEL 2 *********************/

/* reverse dropdown */
/* COLLAPSE */
@media (min-width: 991px) {
	li.level-1.left > .dropdown-menu.level-1{
		left: auto;
	}
	li.level-1.left > .dropdown-menu.level-1 > li.level-2 > .dropdown-menu.level-2{
		left: auto;
		right:100%;
	}
	li.level-1.left > .dropdown-menu.level-1 > li.level-2 > .dropdown-toggle.level-2{
		text-align:right !important;
	}
	li.level-1.left > .dropdown-menu.level-1 > li.level-2 > .dropdown-toggle.level-2 > i{
		left: 10px;
		right:auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	li.level-1.left > .dropdown-menu.level-1 {
		left: 5%;
	}
}
@media screen and (min-width: 1200px) {
	li.level-1.left > .dropdown-menu.level-1 {
		left: 10%;
	}
}
ul.dropdown-menu > li.level-2{
	font-family: Oxygen,sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal;
	position: static; /* this will fixed dropdown menu level 3 to the ul top */
}
.dropdown-toggle.level-2 > i{
	position: absolute;
	right: 10px;
	line-height: 1.2;
	font-size:17px;
}
ul.dropdown-menu > li.level-2 > a:hover, ul.dropdown-menu > li.level-2.active > a{
	color:rgb(235, 152, 45) !important;
	background-color:rgb(1, 54, 104) !important;
}
.dropdown-menu.level-2{
	border-radius: 0px;
	padding: 0px;
	margin-left: 0px;
	background-color: #013668;
	position: absolute;
	left: 100%;
	top: -1px;
	margin-top:0px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	min-width: 280px;
	box-sizing: content-box;
	border: 1px solid rgb(204, 204, 204);
	height:auto;
}


/******************** LEVEL 3 **************************/
ul.dropdown-menu > li.level-3 > a:hover{
	color:rgb(232, 137, 39) !important;
	background:transparent;
}
.dropdown-menu.level-3{
	display:block;
	border-radius: 0px;
	padding: 0px;
	margin-left: 0px;
	background-color:transparent;
	position: static;
	margin-top:0px;
	box-shadow: none;
	border:none;
}
/******************** LEVEL 4 **************************/
ul.dropdown-menu > li.level-4 > a{
	padding: 10px 30px;
}
ul.dropdown-menu > li.level-4 > a:hover{
	color:rgb(232, 137, 39) !important;
	background:transparent;
}

/* Text format for every link inside dropdown level 1 */
ul.dropdown-menu > li > a{
	padding:10px 20px;
	font-family: Oxygen,sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal;
}

/* COLLAPSE */
@media (max-width: 991px) {
    /* Displays navbar toogle */
	.navbar-toggle {
        display: block;
		margin-top: 21px;
    }
	
	/* this piece makes the navbar collapse in sm. also removes the borders styles in desktops layouts */
    #megamenu{
        min-height:0px; /* this hide the nav-bar */
		border:none;
    }
	#megamenu .container{
        width:100%;
    }
	.container > .navbar-header{
		width: 100%;
		float: none;
	}
	.navbar-right{
		margin-right:0px;
	}
	.nav.navbar-nav.navbar-right{
		margin-top:0px !important;
	}
	.container > .navbar-collapse {
		margin-left:-15px; /* reduce the margin in MOBILE */ /* MEGAMENU ON MOBILE */
		margin-right:-15px;
	}
	.navbar-collapse {
		border-top:none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-collapse > ul.nav.navbar-nav {
        float: none!important;
    }
    ul.nav.navbar-nav{
        border:0; /* this removes borders */
		padding-top: 0px;
		background: #013668; /* Navbar drop down menu background on mobile */ /* MEGAMENU ON MOBILE */
		padding: 0px; /* Spacing of mobile menu options */
		margin-bottom: 0px;
    }
    
    .navbar-collapse > ul.nav.navbar-nav > li {
        float: none;
        display:block;
		border:0;
		text-align:left;
    }
	.navbar-collapse > ul.nav.navbar-nav > li:first-child {
		padding-top:5px;
	}
	.navbar-collapse > ul.nav.navbar-nav > li:last-child {
		padding-bottom:5px;
	}
    .navbar-collapse > ul.nav.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		/*border-top: 1px solid #666;
		border-bottom: 1px solid #000;*/
		font-family: Oxygen,sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
    }
	.navbar-collapse > ul.nav.navbar-nav > li > a:hover {
		color: rgb(235, 152, 45) !important;
		opacity:1; /* remove opacity for dropdown menu toggle in collapse */
    }
	/* .nav .open */
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
		background-color:transparent;
		border:none;
		color: rgb(235, 152, 45) !important;
	}
	.nav .open > a.dropdown-toggle, .nav .open > a.dropdown-toggle:focus, .nav .open > a.dropdown-toggle:hover{
		
	}
	
	/* collapse dropdown-menu in 991px */
	.navbar-nav li > .dropdown-menu { /* every dropdown-menu closed*/
		display:none;
	}
	.navbar-nav li.open > .dropdown-menu { /* open (display:block) for that dropdown-menu*/
		position: static;
		float: none;
		margin-top: 0px;
		background-color: transparent;
		border: 0px none;
		box-shadow: none;
		margin:0px;
		display:block !important;
		background-color:rgba(255,255,255,.3);
		width: 100%;
		position: static;
		height: auto !important;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		color:#fff;
		text-align:left;
		padding: 7px 15px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover{
		
	}
	
	/* Rollover Style */
	.nav .open > a, ul.dropdown-menu > li.level-1 > a:hover, ul.dropdown-menu > li.level-1 > a:active, ul.dropdown-menu > li.level-1 > a:focus, 
	ul.dropdown-menu > li.level-2 > a:hover, ul.dropdown-menu > li.level-2 > a:active, ul.dropdown-menu > li.level-2 > a:focus, 
	ul.dropdown-menu > li.level-3 > a:hover, ul.dropdown-menu > li.level-3 > a:active, ul.dropdown-menu > li.level-3 > a:focus,
	ul.dropdown-menu > li.level-4 > a:hover, ul.dropdown-menu > li.level-4 > a:active, ul.dropdown-menu > li.level-4 > a:focus,  
	ul.dropdown-menu > li.level-2.active > a:hover, ul.dropdown-menu > li.level-2.active > a:active, ul.dropdown-menu > li.level-2.active > a:focus{
		color:rgb(235, 152, 45) !important;
		background:transparent !important;
	}
	
	/* Custom class to allow dropdown toggle on mobile (instead of following parent link) */
	a.dropdown-menu-xs {
		width: 80px; /* Set width for easier clickability */
		position:absolute !important;
		right:0px;
		z-index:9999;
		text-align: center !important;
	}
	a.dropdown-menu-xs i {
		font-size: 14px; /* size fontawesome icon */
	}
}

@media (max-width:768px){
    .menu_list{ 
        padding: 0 10px; /* style collapse megamenu for mobile */
        width:100%;
    }
	.navbar-right{
		margin-right:-15px;
	}
	
}


/************** select country websites **************/
@media all and (max-width:992px) and (min-width:768px) {
	#website-select.navbar-nav.nav.navbar-right {
		margin: 0px;
		float: none !important;
	}
	#website-select.navbar-nav.nav.navbar-right > li{
		width:100%;
	}
	ul#website-select.nav.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #000;
		font-family: Oxygen,sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
    }
	ul#website-select.nav.navbar-nav > li > a:hover {
		color: rgb(235, 152, 45) !important;
		opacity:1;/* remove opacity for dropdown menu toggle in collapse */
    }
	/* .nav .open */
	#website-select.nav .open > a, #website-select.nav .open > a:focus, #website-select.nav .open > a:hover{
		background-color:transparent;
		border:none;
		color: rgb(235, 152, 45) !important;
	}
}

@media (max-width:768px){
	#website-select.navbar-nav.nav.navbar-right {
		margin: 0px -15px;
		width:auto;
	}
}
#website-select-lang {
	width:100%;
}
  
/* Tablet, Desktop + Only */
@media all and (min-width:992px) {
	/* select country websites */
	#website-select {
		position: absolute;
		top:10px;
		right:40px;
		font-size: 8px!important;
		background: #ffffff; /* Background Colour */
		border-radius: 4px;
		list-style: none!important;
		text-decoration: none!important;
	}
  
	#website-select.nav {
		margin:0px;
		padding:0px 0px 0px 0px!important;
	}
 
	#website-select.navbar-right .dropdown-menu {
		left: auto;
		right: 0px;
	}
  
	#website-select> li {
		width:auto;
	}

	#website-select> li > a  {
		font-family: sans-serif!important;
		color: #000000;	/* Text Colour */
		font-size: 12px;
		font-weight: normal;
		padding: 4px 8px 4px 8px!important;
		text-decoration: none!important;
	}

	#website-select> li > a > img {
		margin-right: 5px;
	}
  
	#website-select-dropdown {
		border-radius: 4px!important;
		background: #eee;
		margin-left: -10px;
		border:1px solid #ccc; 
		padding: 2px 0px 6px 0px!important;
	}

	#website-select-dropdown > li > a {
		font-family: sans-serif!important;
		color: #000!important;
		font-size: 12px !important;
		font-weight: normal;
		text-align: left;
		margin: 0px;
		padding: 5px 8px 4px 8px!important;
		clear: both;
		font-weight: 400;
		border-bottom: 1px dotted #fff;
		width: auto;
	}
  
	#website-select-dropdown > li > a:hover, #website-select-dropdown > li > a:focus, #website-select-dropdown > li > a:active {
		background: #ddd;
	}
	#website-select-dropdown > li > a  > img{
		margin-right: 5px;
	}
}

/**************************************************/
/*  ------------ FORMS STYLES ---------------------
/**************************************************/

#form-callback-footer.form input, #form-callback.form input{
	border:none !important;
	background-color:#fff !important;
	color: #404040;
	padding: 0 5px;
}
/*
#form-callback.form input, #form-callback.form textarea {
	margin-bottom: 10px;
}*/
#form-callback-footer.form textarea, #form-callback.form textarea{
	border:none !important;
	background-color:#fff !important;
	color: #404040;
	padding: 0 5px;
	height:100px;
}

#form-callback.form label{
	font-size: 14px;
	font-weight: 400;
}

.form label{
	font-size:16px;
	font-weight:400;
}
.form input{
	height:35px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid rgb(204, 204, 204);
	background:rgb(255, 255, 255);
	padding:0 5px;
	width:100%;
	line-height:35px;
}
/* Custom checkbox */

input[type=checkbox].square-check-maillist { display:none; } /* to hide the checkbox itself */

input[type=checkbox].square-check-maillist + label:before{
	font-family: FontAwesome;
	font-size: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.form input[name=field-subs].square-check-maillist + label:before { content: "\f0c8"; color: #ccc; } /* unchecked icon */
.form input[name=field-subs].square-check-maillist + label:before { letter-spacing: 6px; } /* space between checkbox and label */
.form input[name=field-subs].square-check-maillist:checked + label:before { content: "\f14a"; color: rgb(232, 137, 39); } /* checked icon */
.form input[name=field-subs] + label{
	margin-top: 10px !important;
}

.form input[name=field-verification]{
	width: calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
}
.form textarea{
	border:1px solid rgb(204, 204, 204);
	background:rgb(255, 255, 255);
	padding:5px;
	width:100%;
	height:125px;
}
#form-callback-footer.form input.form-error, #form-callback.form input.form-error, #form-contact.form input.form-error, #form-blog.form input.form-error, .form textarea.form-error{
    border:1px solid rgb(221, 0, 0) !important;
	background-color:rgb(255, 170, 170) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(221, 0, 0, 0.4) !important;
}
.form .form_success{
    border:1px solid #5CB85C !important;
}
.form .error-message{
	color:rgb(221, 0, 0);
	font-size:14px;
	font-weight:300;
	text-align:right;
	width:100%;
	float:right;
	padding-bottom: 0;
    margin-bottom: 5px;
}
#form-blog.form .error-message{
	margin-top: 0px;
}
#form-callback-footer.form .error-message, #form-callback.form .error-message{
	color:rgb(232, 137, 39) !important;
	margin-top: 0px;
}

.required{
    color:rgb(232, 137, 39);
}
.required-fields{
	font-weight:300;
	font-size:17px;
}
.requiredfield {
	color: rgb(232, 137, 39);
}

/**************************************************/
/*  ----------------- HOMEPAGE ---------------------
/**************************************************/

/**************************************************/
/*            HOMEPAGE BANNER 
/**************************************************/

/* CUSTOM CAROUSEL STYLES */
#homepage-carousel .image > a > img{
	width:100%;
}
#homepage-carousel .carouselimage{
	background-size:cover !important;
	background-position:center center !important;
}

#homepage-carousel .carouselimage.imagelarge{
	height:600px;
}
#homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imagesmall, #homepage-carousel .carouselimage.imageextrasmall{
	width:100%;
}

#homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imagesmall, #homepage-carousel .carouselimage.imageextrasmall{
	display:none;
}
#homepage-carousel .carouselimage.imagelarge{
	display:block;
}

@media(max-width:1200px){
	#homepage-carousel .carouselimage.imagelarge, #homepage-carousel .carouselimage.imagesmall, #homepage-carousel .carouselimage.imageextrasmall{
		display:none;
	}
	#homepage-carousel .carouselimage.imagemedium{
		display:block;
	}
	#homepage-carousel .carouselimage{
		background:none;
	}
}

@media(max-width:750px){
	#homepage-carousel .carouselimage.imagelarge, #homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imageextrasmall{
		display:none;
	}
	#homepage-carousel .carouselimage.imagesmall{
		display:block;
	}
}

@media(max-width:450px){
	#homepage-carousel .carouselimage.imagelarge, #homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imagesmall{
		display:none !important;
	}
	#homepage-carousel .carouselimage.imageextrasmall{
		display:block !important;
	}
}
/* END CUSTOM CAROUSEL STYLES */

/*=======================================
    CAROUSEL SECTION STYLES
=======================================*/

.carousel-holder {
	width: 100%; 
	z-index:0; 
}

/* Carousel base class */
.carousel {
	width: 100%; 
}
.carousel-caption h3 {
	font-family: Oxygen,sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 38px!important; font-weight: normal;
}

a.btn-carousel {
	background: none;
	color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
	margin:0px;
    padding: 10px;
	text-decoration: none;
	text-shadow: none;
}

/* Carousel Indicators */
.carousel-indicators {
	bottom: 20px;
}

.slider-size {
	height: 485px; /* This is your slider height, images need to be 500px high */
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 70px;
	z-index: 1;
}


/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;
}

.carousel-inner > .item > img {
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-control {
  top: 225px;
  bottom: auto;
  text-shadow: none;
  opacity: 0.3;
  z-index:9;
}


/* Remove background gradient from carousel controls */
.left.carousel-control {
    background:none;
}
.right.carousel-control {
    background:none;
}


/* Carousel Fade Classes */
.carousel-fade .carousel-inner .item {
	-webkit-transition: opacity ease-in-out 1.0s!important;
	-moz-transition: opacity ease-in-out 1.0s!important;
	-o-transition: opacity ease-in-out 1.0s!important;
	transition: opacity ease-in-out 1.0s!important;
}

.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;
}

/* Removing the conflict between the bootstrap carousel (backface-visibility: hidden + transform:translate3d(0,0,0)) and the testimonial section (background-attachment: fixed) */
@media not all, (-webkit-transform-3d){

	/* Specifying for id, to prevent future troubles with more carousels */

	#myCarousel .carousel-inner > .item {
	
		transition: display 1500ms linear 0s;
		overflow:hidden;	
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: visible; 
		backface-visibility: visible; 
		-webkit-perspective: 1000;
		perspective: 1000;

	}

	#myCarousel .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	  left: 0;
	  -webkit-transform: translate(0,0);
	  transform: translate(0,0);
	}

}

/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL START
***********************************************/

	.fixed-container {
		position: fixed;
		right: 0;
		transition: width linear 0.3s;
		z-index:1;
	}

	.fixed-container .fixed-container-opener {
		float: left;
		width: 45px;
		cursor: pointer;
		color: #fff;
		font-size: 18px;
		line-height: 36px;
		text-align: center;
		transform: translate(0px, 0px);
		z-index: 16;
	}
	
	.fixed-container .fixed-container-content {
		position: absolute;
		left: 45px;
		padding: 15px;
		background-color: rgb(1, 54, 104);
		color:#fff;
		-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
		box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
		z-index: 1000;
	}

		#callback .fixed-container-opener {
			height: 220px;
			/*background: rgb(235, 152, 45);background: -moz-linear-gradient(top, rgb(235, 152, 45) 0%, rgb(235, 152, 45) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235, 152, 45)), color-stop(100%,rgb(235, 152, 45)));background: -webkit-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -o-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -ms-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: linear-gradient(to bottom, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb982d', endColorstr='#eb982d',GradientType=0 );font-family: Oxygen, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 1px 1px 3px rgba(0,0,0, 0.36);;*/
			background: rgb(1, 54, 104); /* For browsers that do not support gradients */
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		
		#callback .fixed-container-opener > span {
			transform: rotate(270deg);
			-webkit-transform: rotate(270deg);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: rotate(270deg);  /* IE 9 */
			display: block;
			height: 215px;
			width: 220px;
			font-family: 'Oxygen', sans-serif;
		}

		#callback .fixed-container-content {
			width: 341px;
		}
			
			#callback .fixed-container-content .callback-tooltip {
				width: 29px;
				height: 29px;
				background-color: #000;
				font-size: 23px;
			}
			
			#callback .fixed-container-content .submit-enquiry {
				width: 50%;
				height: 25px;
				background-color: #dd4646;
			}

	/*----------------------------- Callback Thanks -----------------------------*/
	#callback .callback-thanks {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		padding: 15px;	
		background-color: #000;	
		opacity: 0.9; /* Change for transparency */
	}

	#callback .callback-thanks h1 {
		font-size: 36px;
		color: #000;
		text-align: center;
	}
	
	#callback .callback-thanks p {
		text-align: center;
	}

/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL END
***********************************************/

/**************************************************/
/*  ----------------- TOP BANNER -----------------
/**************************************************/
.parallax-banner{
	position:relative;
}
.parallax-banner > div > .big-text{
    bottom: 0px;
	top: auto;
	background: rgba(0, 38, 68, 0.55);
	position: absolute;
	width: 100%;
}
.parallax-banner .banner-content > .parallax-banner-title{
    color:#fff;
	font-size: 60px;
	margin-top: 10px;
	margin-bottom: 15px;
	/*margin-bottom: 0px;*/ /* in case they don't like the subtitle in top banner */
}
.parallax-banner .banner-content > .parallax-banner-text{
	font-size:18px;
	color:rgb(232, 137, 39);
	margin: 0px 0px 20px;
}
.parallax-banner .banner-content > .parallax-banner-text.blog-banner-text{
	font-size:16px;
	color:#fff !important;
	margin: 0px 0px 20px;
}
.parallax-banner .banner-content > .parallax-banner-text.blog-banner-text > .blogcategory{
	color:rgb(232, 137, 39) !important;
}

@media (max-width:768px){
	.parallax-banner .banner-content > .parallax-banner-title{
		font-size: 45px;
	}
}
@media (max-width:400px){
	.parallax-banner .banner-content > .parallax-banner-title{
		font-size: 35px;
	}
	.parallax-banner .banner-content > .parallax-banner-text{
		font-size:16px;
	}
}

/**************************************************/
/*           BREADCRUMB
/**************************************************/

#breadcrumb{
	color: rgb(255, 255, 255)!important; font-size: 14px!important; font-weight: normal;
	line-height: 40px;
}
#breadcrumb.product-breadcrumb .bread, #breadcrumb.product-breadcrumb .separator{
	color: #404040;
}
@media(max-width:768px){
	#product-breadcrumb{
		line-height: 20px !important;
		margin-top: 15px;
	}
}
#breadcrumb .bread{
	line-height: 40px;
}
#breadcrumb .bread:hover{
	color:rgb(255, 255, 255);
}
#breadcrumb .separator{
	margin: 0px 10px;
    display: inline-block;
}

/**************************************************/
/*                FOOTER
/**************************************************/

.googlemap{
	background:rgb(1, 54, 104);
	color: #fff;
}
.googlemap h3 {
	font-size: 24px;
	margin-bottom: 16px;
}
.googlemap-heading {
	margin-bottom: 25px!IMPORTANT;
	color: #ffffff;
	font-size: 24px;
}
#map_canvas {
    width: 100%;
    height: 250px;
    background-color: #CCC;
}

#form-callback-footer label{
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 0;
	margin:0px;
}
.callback {
	margin-top: 20px;
	margin-bottom: 30px;
}
.callback p{
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 0;
}
.callback p.contact{
	color:#FFFFFF;
}
.adr  span {
	display: block;
}

/*=======================================
    FOOTER STYLES
=======================================*/

#footer {
	background: rgb(1, 54, 104);
	font-size: 14px;
	color: #fff;
	padding: 20px 0 20px 0;
}










/* Themes for 0001 */

.bg-primary {
	background: #062647;
	opacity: 0.5;
}

.page-strapline {
	font-family: 'Oxygen', sans-serif;
	font-size: 34px;
	line-height: 52px;
	height: 60px;
	display: table-cell;
	padding:0px;
	color: #fff;
}

.page-strapline:after {
	/* IE Fix for line heights, align webfonts based on Verdana */
    content: ''; font-family: Verdana, Arial, sans-serif;
}

/* End Themes */


.form-control {
    background-color: rgba(255, 255, 255, 0);
}

.debug, .debug td{
	font-family: courier;
	color: #fff;
	padding: 0px 5px!important;
	border: 1px dotted #fff!important;
}

.scrolling-content-holder {
	position: relative;
	top:570px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}




/*=======================================
    HOME SECTION STYLES
=======================================*/

/**** Vignettes section ****/
#vignettes{
	margin:55px 0;
}
.vignette-headline{
	margin: 0 0 15px;
	font-size: 22px;
}
.vignette-text > p{
	font-size: 14px;
	margin: 15px 0;
	padding-bottom:0px;
}

@media(max-width:992px){
	.vignette{
		margin-bottom:15px;
	}
}
@media all and (max-width:992px) and (min-width:768px){
	.vignette-text > p{
		margin-top: 0;
	}
}

/**** Testimonial section ******/

#testimonials-sec {
	width: 100%;
	display: block;
	height: auto;
	height: 445px;
	min-height: 445px;
	color: #fff;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-attachment: fixed !important;
}
#testimonials-sec .container {
	height: 100%;
}

.testimonial-quote {
	font-size: 22px;
	line-height: 37px;
}
.testimonial-quote  + p{
	font-size: 14px;
	margin: 25px 0 20px;
}

.btn-testimonial {
	background: none;
	font-family: 'Oxygen', serif;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px;
}

/***** Mini Gallery ****/
#mini-gallery{
	margin-top:10px;
	margin-bottom:10px;
}
#mini-gallery .subtitle > h4{
	color: rgb(232, 137, 39) !important;
}

#content-header-sec {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 274px;
    color: #fff;
}


/*==========================================
    GALLERY STYLES
==========================================*/

p.icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.0em;
	color: #fff;
	opacity: 1;
	width: 100%;
	cursor: pointer;
}

.image-container {
	position: relative;
}
.image-container .overlay {
	display: none;
	background: #000;
	opacity: 0.1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.image-container:hover .overlay {
	display: block;
	cursor: pointer;
}
.image-container:hover p{
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	top:40%;
}

.image-container:hover img {
	opacity: 0.3;
	
}

.image-container .caption {
	padding: 2px 10px;
	margin: 0px;
	background: #333;
	color: #ccc;
	font-size: 0.8em;
	height: 18px;
}

/* Custom Gallery Slide Style */
 img.slide-content  {
    display: block;
	background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

}

.blueimp-gallery {
	background: rgba(0,0,0, 0.8);
}

/* Image gallery thumbnails */

/*=======================================
    Gallery STYLES
=======================================*/

#gallery-sec {
	background: url('/images/Gallery_banner.png') no-repeat 50% 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 274px;
	color: #fff;
}

nav#filter ul {
	margin-bottom: 30px;
}

nav#filter li {
	display: inline-block;
	list-style: none;
	background-color: #f2efef;
	border: 1px solid #d1d1d1;
	margin-right: 10px;
}

nav#filter a {
	font-size: 15px;
	color: #636262;
	border-radius: 0;
}

nav#filter a:hover, nav#filter a.current {
	background-color: #fff;
	color: #252525;
	font-weight: bold;
	border: 2px solid #474747;
}

.load_more {
	clear: both;
	background: #393939;
}

.load_more_text {
	padding: 5px 0;
	font-size: 15px;
	color: #fefefe;
}

.load_more a:hover {
	text-decoration: none;
}

/* SELECT2LIST - USED IN GALLERY */

ul.select2list {                                                                              
    overflow: hidden;                                                                    
    margin-bottom: 15px;
	list-style-type: none;
}                                                                                        
 
ul.select2list li {                                                                           
    float: left;                                                                         
    padding: 0px 5px;        
	min-width: 100px;
	text-align: center;
}   

ul.select2list li:first-child {                                                                                                                                                    
    padding-left: 0px;
}                                                                                     

ul.select2list li span{          
	background: rgb(235, 152, 45);background: -moz-linear-gradient(top, rgb(235, 152, 45) 0%, rgb(235, 152, 45) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235, 152, 45)), color-stop(100%,rgb(235, 152, 45)));background: -webkit-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -o-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: -ms-linear-gradient(top, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);background: linear-gradient(to bottom, rgb(235, 152, 45) 0%,rgb(235, 152, 45) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb982d', endColorstr='#eb982d',GradientType=0 );	
    display: block;                                                                      
    padding: 0px 10px;
	line-height: 30px;
	border: 1px solid #000;
	border-radius: 3px;
}

ul.select2list li.selected span  {                                                             
    color: #fff;
}

ul.select2list li a {
	
	display: block;                                                                      
    padding: 0px 10px;                                                                                                                                         
    color: #666;                                                                         
    text-decoration: none;
	border: 1px solid #bbb;
	line-height: 30px;
	border-radius: 3px;
} 

/**************************************************/
/*  -------------- BLOG LIST PAGE -----------------
/**************************************************/

/* WITH LEFT MENU */
.leftmenu{
	border:none;
	border-radius: 0px;
	box-shadow:none;
	transition: box-shadow 0.3s ease 0s;
	margin-bottom:50px;
}
.leftmenu:hover{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.leftmenu .headline{
	border-bottom: medium none;
	padding: 15px;
	transition: background-color 0.5s ease 0s;
	position:relative;
	border-radius: 0px;
}
.leftmenu .headline:hover{
	background-color: #EFEFEF;
}
.leftmenu .headline > .panel-title > i{
	position: absolute;
	right: 15px;
	left: auto;
	font-size: 25px;
	display: none;
	line-height: 0.7;
	width: 96%;
	height: 100%;
	text-align: right;
	display:none;
}
.leftmenu .headline > .panel-title > i:hover{
	cursor:pointer;
}
.blogcategory-list{
	padding:0px;
}
@media(max-width:992px){
	.leftmenu .headline > .panel-title > i{
		display:inline-block;
	}
	.blogcategory-list{
		display:none;
	}
}
@media(min-width:993px){
	.blogcategory-list{
		display:block !important;
	}
}
.blogcategory-list > a{
	display:block;
	background-color:transparent;
	transition: background-color 0.3s ease 0s;
	padding: 13px;
}
.blogcategory-list > a > i{
	padding-right:10px;
}
.blogcategory-list > a:hover{
	background-color:#EFEFEF;
}
.blogcategory-list > a.active{
	background-color:#EFEFEF;
}

#blog-categories{
	margin-top: -80px; /* remove padding from owl-carousel (30px) and .section(50px) */
}
#blog-categories .owl-next, #blog-categories .owl-prev{
	color: #fffff;
	text-align: center;
	height: 35px;
	width:35px;
	font-size:30px;
	line-height:30px;
	border-radius: 50%;
}
#blog-categories .owl-next:hover, #blog-categories .owl-prev:hover{
	cursor:pointer;
	opacity:1;
	background:#fff;
}
#blog-categories .item{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#blog-categories .item .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 40px;
	width: 100%;
	height: 100%;
}
#blog-categories .item .overlay:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15) none repeat scroll 0% 0%;
	box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.3) inset;
	transition: all 0.2s ease-in 0s;
}
#blog-categories .item:hover .overlay:before{
	background: transparent none repeat scroll 0% 0%;
	transition: all 0.2s ease-in 0s;
}
#blog-categories .item .overlay .description{
	position: relative;
	z-index: 100;
	height: 100%;
	width: 100%;
	display:block;
}
#blog-categories .item .overlay .description span{
	top: 60%;
	position: absolute;
	/*font-weight: 700;*/
	left: 0px;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#blog-categories .item .bc-image{
	display: block;
	height: 320px;
	width: 100%;
	float: left;
	background-size: cover;
	background-position: 50% center;
}

#blog-list{
    padding: 50px 0 0;
}
.blog-list-row{
    margin-bottom:25px;
	margin-top: 25px;
}
.blog-list-row h2.blog-list-title{
    font-size:26px;
    font-weight:300;
    margin-top:0px;
}
.blog-list-row h3.blog-list-author{
    font-size:14px;
    margin:20px 0;
    color:#a0a0a0;
}
.blog-list-row h3.blog-list-author .blogcategory{
	color:rgb(232, 137, 39);
}
.blog-list-row div.short-content{
    font-size:16px;
}
.load-more-blogs{
	padding-bottom:25px;
}

/****** Blog entry ******/
.blog-contact-title{
	font-size:26px;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 3px;
}
.blog-contact-message{
	margin: 15px 0px;
	font-size: 16px;
}


/*=======================================
    Content Page STYLES
=======================================*/

#about-sec {
	background: url('/images/Blog_banner.png') no-repeat 50% 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 274px;
	color: #fff;
}

#testimonials {
	background: url('/images/ContentPage_testimonials.png') no-repeat 0% 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 250px;
	min-height: 550px;
	color: #fff;
}

#content-sec ul{
	font-size:14px;
	padding:15px;
}

/**************************************************/
/*  ------------- 404 ERROR PAGE -----------------
/**************************************************/

#error-page-sec{
	text-align:center;
	padding-bottom: 150px;
	padding-top:130px; 
	color:rgb(64, 64, 64);
	background-color:rgb(244, 244, 244);
}
.head-main-404{
	font-size:60px;
	margin-bottom: 50px;
	font-family:inherit;
}
.main-404{
	font-size:18px;
	margin-bottom:20px;
}

@media (max-width:991px){
	#error-page-sec{
		padding-bottom: 120px;
		padding-top:100px;
	}
}
@media (max-width:500px){
	#error-page-sec{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	#error-page-sec .head-main-404{
		font-size: 50px;
	}
	#error-page-sec .main-404{
		font-size: 17px;
	}
}
@media (max-width:300px){
	#error-page-sec .head-main-404{
		font-size: 40px;
		line-height: 40px;
	}
	#error-page-sec .main-404{
		font-size:16px;
	}
}


/**************************************************/
/*                SQUEEZE PAGES
/**************************************************/

#squeeze-header .contact{
	font-size:20px;
	font-weight:700;
	padding: 20px 0;
}
#squeeze-header .contact > span{
	font-weight:400;
}

#squeeze-header .contact-xs{
	font-size:18px;
	font-weight:400;
	padding: 20px 0;
}
#squeeze-header .contact-xs a{
	font-weight:700;
}

#squeeze-section > .heading{
	background-color:#104b7d;
	text-align:center;
	color:#fff;
}
#squeeze-section > .heading h1{
	font-size:54px;
	font-weight:700;
}
#squeeze-section > .heading h1 + div.subtitle{
	font-size:28px;
	font-weight:400;
	margin-bottom: 20px;
}

@media(max-width:768px){
	#squeeze-section > .heading h1{
		font-size:30px;
	}
	#squeeze-section > .heading h1 + div.subtitle{
		font-size:20px;
	}
	#squeeze-section .squeeze-content{
		margin-bottom:30px;
	}
}
@media(max-width:500px){
	#squeeze-header .contact{
		display:none;
	}
	#squeeze-header .contact-xs{
		display:block !important;
	}
	#squeeze-header .company-logo{
		width:100%;
		text-align:center;
	}
}

#squeeze-section > .content{
	padding:50px 0;
}
#squeeze-section .squeeze-content > p{
	font-size:16px;
}
#squeeze-section .box{
	background-color:#f6f6f6;
	padding:30px;
	border:1px solid #d7d7d7;
	margin-bottom:35px;
}
#squeeze-section .box.squeeze-form-box{
	border-color:#e9dc88;
	background-color:#fdfac8;
}
#squeeze-section .box .heading{
	font-size:25px;
	color:#104b7d;
}
#squeeze-section .box.squeeze-form-box .heading{
	color:#d47b26;
}
#squeeze-section .box .text{
	font-size:16px;
	margin:15px 0;
}

#squeeze-section .form label{
	font-size: 16px;
	font-weight: 400;
}
#squeeze-section .form input, #squeeze-section .form textarea{
	border:1px solid #eade8f;
}
#squeeze-section .form .btn-primary.disable-after-validation{
	border-radius:0px;
	background: #e4923c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0OTIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjgyMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e4923c 0%, #d6822d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4923c), color-stop(100%,#d6822d));
	background: -webkit-linear-gradient(top, #e4923c 0%,#d6822d 100%);
	background: -o-linear-gradient(top, #e4923c 0%,#d6822d 100%);
	background: -ms-linear-gradient(top, #e4923c 0%,#d6822d 100%);
	background: linear-gradient(to bottom, #e4923c 0%,#d6822d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4923c', endColorstr='#d6822d',GradientType=0 );
	border: 1px solid #d6822d;
	color:#fff !important;
	font-size:25px !important;
	text-shadow: 2px 2px #d97c19;
}
#squeeze-section .form .error-message{
	margin-top:0px;
}
#squeeze-section .squeeze-links-box .links > li{
	margin:10px 0;
}
#squeeze-section .squeeze-links-box .links > li i{
	color:#104b7d;
	padding-right:10px;
}

#footer-squeeze .footer{
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #d7d7d7;
}

/**************************************************/
/*             EMAIL SIGN UP POP UP
/**************************************************/

.popup{
	top:auto;
	bottom:0px;
	right: 0px;
	left:auto;
	position:fixed;
	z-index:9999;
	display:none;
}
.popup .popup-content{
	-webkit-border-radius: 5px 0px 0px;
	-moz-border-radius: 5px 0px 0px;
	border-radius: 5px 0px 0px;
	border-top: 5px solid rgb(232, 137, 39);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	padding: 1em 1.5em;
	background: #FFF none repeat scroll 0% 0%;
	max-width: 100%;
	width: 25em;
}

.popup.closing .popup-content {
	animation:popup-slidedown 0.5s;
	-webkit-animation:popup-slidedown 0.5s;
	-moz-animation:popup-slidedown 0.5s;
	-ms-animation:popup-slidedown 0.5s;
	-o-animation:popup-slidedown 0.5s;
	-webkit-backface-visibility:hidden
}

.popup .popup-content {
	animation:popup-slideup 0.5s;
	-webkit-animation:popup-slideup 0.5s;
	-moz-animation:popup-slideup 0.5s;
	-ms-animation:popup-slideup 0.5s;
	-o-animation:popup-slideup 0.5s;
	-webkit-backface-visibility:hidden
}
.popup .popup-wrapper .popup-message{
	font-size: 1.3em;
	margin-bottom:1em;
}
#form-popup.form label{
	font-size:14px;
	font-weight:400;
}
#form-popup.form input{
	height:35px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid rgb(204, 204, 204);
	background:rgb(255, 255, 255);
	padding:0 5px;
	width:100%;
	line-height:35px;
}
#form-popup.form button.btn-primary{
	border-radius:0px !important;
	background:none;
	background-color: rgb(232, 137, 39) !important;
}
#form-popup.form .error-message{
	margin-top:0px;
}
#form-popup.form input.form-error{
	border:1px solid rgb(221, 0, 0) !important;
	background-color:rgb(255, 170, 170) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 0, 0, 0.4) !important;
}
.popup .popup-close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
	color: #BBB;
	background: transparent none repeat scroll 0% 0%;
}
.popup .popup-close:hover{
	color: #777;
}

.popup-thankyou{
	display:none;
}

@keyframes popup-slideup{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:0
	}
	1%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:0
	}
	2%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:1
	}
	100%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:1
	}
}
@-webkit-keyframes popup-slideup{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:0
	}
	1%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:0
	}
	2%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:1
	}
	100%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:1
	}
}
@-moz-keyframes popup-slideup{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:0
	}
	1%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:0
	}
	2%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:1
	}
	100%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:1
	}
}
@-ms-keyframes popup-slideup{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:0
	}
	1%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:0
	}
	2%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:1
	}
	100%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:1
	}
}
@-o-keyframes popup-slideup{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:0
	}
	1%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:0
	}
	2%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px);
		opacity:1
	}
	100%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity:1
	}
}
@keyframes popup-slidedown{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0)
	}
	100%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px)
	}
}
@-webkit-keyframes popup-slidedown{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0)
	}
	100%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px)
	}
}
@-moz-keyframes popup-slidedown{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0)
	}
	100%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px)
	}
}
@-ms-keyframes popup-slidedown{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0)
	}
	100%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px)
	}
}
@-o-keyframes popup-slidedown{
	0%{
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0)
	}
	100%{
		transform:translateY(800px);
		-webkit-transform:translateY(800px);
		-moz-transform:translateY(800px);
		-ms-transform:translateY(800px);
		-o-transform:translateY(800px)
	}
}

/**************************************************/
/*           CASE STUDIES HOME PAGE
/**************************************************/
#casestudies-sec{
	padding-top:40px;
	padding-bottom:40px;
}
.casestudies-filter-box-row{
	position:relative;
}
.casestudies-filter-box{
	position: absolute;
	top: -100px;
	right: 0px;
}
@media(max-width:992px){
	.casestudies-filter-box{
		position:static;
		margin-bottom:30px;
	}
}
.casestudy-item-border{
	border: 1px solid rgb(204, 204, 204);
}
.casestudy-item-description{
	padding:15px;
}
.casestudy-item-border .casestudy-item-title{
	font-size:21px;
	margin-top:0px;
	margin-bottom: 15px;
	height: 47px;
}
.casestudy-item-border .casestudy-image{
	display:block;
	overflow:hidden;
}
.casestudy-item-border .short-content{
	height:90px;
	overflow: hidden;
}
.casestudy-item-border .casestudy-item-continue{
	padding-bottom:0px;
	margin-bottom:0px;
}
.casestudy-item-border .casestudy-image img{
	transform: scaleY(1);
	opacity: 1;
	transition: all 0.7s ease-in-out 0s;
}
.casestudy-item-border .casestudy-image:hover img{
	transform: scale(1.3);
}

/**************************************************/
/*           CASE STUDIES CONTENT PAGE
/**************************************************/
#casestudies-content-sec > .container{
	padding-top:30px;
	padding-bottom:15px;
}
.casestudy-content{
	margin-bottom:35px;
}
.casestudy-content h2{
	margin-top:0px;
	margin-bottom:15px;
}
.casestudy-enquiry{
	margin-bottom:25px;
}
.casestudy-content ul{
	padding-left: 15px;
	list-style: outside;
}
.casestudy-content ul li{
	margin-bottom:10px;
}
.casestudy-enquiry > p{
	margin-bottom:10px;
	font-weight:700;
	color: rgb(1, 54, 104);
}
.casestudy-enquiry > a{
	margin-bottom:10px;
}
.casestudy-images{
	margin-bottom:35px;
}

#casestudies-carousel{
	background-color:#f8f8f8;
}
#casestudies-carousel .owl-carousel{
	padding: 10px 0px 40px;
}
#casestudies-carousel .owl-next, #casestudies-carousel .owl-prev{
	text-align: center;
	width: 35px;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	height: 100%;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius:0px;
	border: 0px;
	z-index: 1;
}
#casestudies-carousel .owl-next > i, #casestudies-carousel .owl-prev > i{
	display: block;
	position: absolute;
	width: 32px;
	top: 211px;
	top: -webkit-calc(50% - 35px);
	top: -moz-calc(50% - 35px);
	top: calc(50% - 35px);
}
#casestudies-carousel .owl-item .item {
	text-align:left;
}

/***********************************************
* 	OWL CAROUSEL START
***********************************************/
 
	.owl-carousel {
	  display: none;
	  width: 100%;
	  -webkit-tap-highlight-color: transparent;
	  /* position relative and z-index fix webkit rendering fonts issue */
	  
	  z-index: 1;
	  padding: 30px 0px 50px;
	}
	
	.owl-carousel .owl-stage {
	  position: relative;
	  -ms-touch-action: pan-Y;
	}

	.owl-carousel .owl-stage:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
	}

	.owl-carousel .owl-stage-outer {
	  position: relative;
	  overflow: hidden;
	  /* fix for flashing background */
	  -webkit-transform: translate3d(0px, 0px, 0px);
	}
 
	.owl-carousel .owl-controls .owl-nav .owl-prev, 
	.owl-carousel .owl-controls .owl-nav .owl-next, 
	.owl-carousel .owl-controls .owl-dot {
	  cursor: pointer;
	  cursor: hand;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	.owl-carousel.owl-loaded {
	  display: block;
	}

	.owl-carousel.owl-loading {
	  opacity: 0;
	  display: block;
	}
 
	.owl-carousel.owl-hidden {
	  opacity: 0;
	}

	.owl-carousel .owl-refresh .owl-item {
	  display: none;
	}
 
	.owl-carousel .owl-item {
	  position: relative;
	  min-height: 1px;
	  float: left;
	  -webkit-backface-visibility: hidden;
	  -webkit-tap-highlight-color: transparent;
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	.owl-carousel .owl-item .item {
	  text-align:center;
	}
 
	.owl-carousel.owl-text-select-on .owl-item {
	  -webkit-user-select: auto;
	  -moz-user-select: auto;
	  -ms-user-select: auto;
	  user-select: auto;
	}

	.owl-carousel .owl-grab {
	  cursor: move;
	  cursor: -webkit-grab;
	  cursor: -o-grab;
	  cursor: -ms-grab;
	  cursor: grab;
	}

	.owl-carousel.owl-rtl {
	  direction: rtl;
	}

	.owl-carousel.owl-rtl .owl-item {
	  float: right;
	}

	.owl-item .item .img-link{
		text-align: center;
		height: 178px;
		display: block;
		position:relative;
	}
	
	.owl-item .item .img-link > img{
		max-height: 178px;
		max-width: 100%;
	}
	
	/* No Js */
	.no-js .owl-carousel {
	  display: block;
	}
	
	/* OWL CAROUSEL - PRODUCT SLIDER */
	.owl-nav-container{
		position:relative;
		-moz-user-select: none; 
		-khtml-user-select: none; 
		-webkit-user-select: none; 
		-o-user-select: none;
	}

	.owl-prev {
		font-size: 78px;
		width: 30px;
		height: 70px;
		line-height:70px;
		position: absolute;
		left: 0;
		top: 211px;
		top: -webkit-calc(50% - 35px);
		top: -moz-calc(50% - 35px);
		top: calc(50% - 35px);
		cursor: pointer;
		color: #fff;
		z-index: 2;
		opacity:1;
		background-color: #fff;
		transition: opacity 0.3s, background-color 0.6s;
		-webkit-transition: opacity 0.3s, color 0.6s;
		text-align:left;
		text-indent:-1px;
	}

	.owl-next {
		font-size: 78px;
		width: 30px;
		height: 70px;
		line-height:70px;
		position: absolute;
		right: 0;
		top: 211px;
		top: calc(50% - 35px);
		top: -webkit-calc(50% - 35px);
		top: -moz-calc(50% - 35px);
		cursor: pointer;
		color: #fff;
		z-index: 2;
		opacity:1;
		background-color: #fff;
		transition: opacity 0.3s, background-color 0.6s;
		-webkit-transition: opacity 0.3s, color 0.6s;
		text-align:right;
		text-indent:1px;
	}
	
	.owl-next, .owl-prev{
		color: rgb(37, 37, 37);
		text-align: center;
		height: 35px;
		width:35px;
		font-size:30px;
		line-height:30px;
		border: 1px solid #CCC;
		border-radius: 50%;
	}

	.owl-next:hover, .owl-prev:hover{
		opacity:.5;
		background-color:#ccc;
		cursor:pointer;
	}

	.owl-next > .fa, .owl-prev > .fa {
		display: inline-block;
	}

	.owl-controls {
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		text-align: right;
		position: absolute;
		top: 5%;
		right: 0;
		display: none;
	}

	@media(min-width: 450px){
		.owl-controls {
			display: block;
		}
	}

	@media(min-width: 768px){
		.owl-controls {
			text-align: right;
			width: 100%;
			top: 5%;
			left: 0;
		}
	}

	.owl-dot {
		display: inline-block;
		margin: 0 4px;
	}

	.owl-dot span{
		width: 15px;
		height: 15px;
		background-color: #C4D7E6;
		display: block;
		border-radius: 50%;
	}

	.owl-dot.active span{
		background-color: #2662A4;
	}
	
/***********************************************
* 	OWL CAROUSEL END
***********************************************/

/***********************************************
* 	PEOPLE STYLES
***********************************************/

/*=======================================
    MEDIA QUERIES
=======================================*/

/* Mobile to to Tablet */
@media all and (max-width:767px) and (min-width:200px) {

    .head-main { 
        font-size:28px ;
    }

}



/***************************************** 
******	Additional Header styling ********
*****************************************/
.header-text-box {
    margin-top: 57px; /* 54px;*/
    color: #a1a1a1;
    font-size: 16px;
	margin-left: -27px;
}
.vertical-line {
    width: 1px;
    background-color: #cbcbcb;
    height: 39px;
    float: left;
    margin-right: 20px;
	margin-top: 1px;
}
.header-text-box p {
    margin: 0 0 3px;
    padding: 0;
    line-height: 1;
}

#megamenu-navbar i.fa.fa-mobile {
	font-size: 50px;
    margin-right: 5px;
    display: inline-block;
	color: #013668;
}
.header-phone-box {
	margin-top: 55px; /* 50px;*/
    color: #013668;
    text-align: right;
    display: inline-block;
	margin-right: 10px;
}
.header-phone-box p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
.header-phone-box a.tel {
	font-size: 24px;
    line-height: 1;
    font-weight: 900;
}
.btn-primary.btn-right {
    margin-top: 53px; /*51px;*/
    float: right;
    width: 100%;
    max-width: 245px;
	padding: 10px 12px;
	height: auto;
}
p.lh-default {
	line-height: 23px;	
}

#megamenu-navbar .v-middle, #navbar-0001 {
	margin-top: 0!important;
}
#megamenu-navbar {
	z-index: auto;
	border-top: 5px solid #cecece;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.mobile-background {
	background: #013668;
	color: #ffffff;
	height: 40px;
}
a.get-a-quote, li.mobile-mortgage-quote {
	display: none!important;
}

@media screen and (max-width: 768px) {
	a.navbar-brand {
		margin: 0 auto;
		float: none;
		display: block;
	}
	a.navbar-brand > img {
		float: right;
		height: 70px;
		margin-right: 20px;
	}
	.tablet-mobile i.fa.fa-mobile {
		margin-top: 4px!important;
	}
	a.get-a-quote {
		font-size: 15px;
		display: inline-block!important;
		color: #eb982d;
		margin-top: 10px;		
		font-family: 'Lato';
		font-weight: 900;
	}
	.mobile-background {
		border-bottom: solid 1px #0d2841;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	#megamenu-navbar {
		border-top: none;
	}
	.navbar-brand {
		padding: 8px 0 0 0;
	}
	.header-text-box {
		margin-top: 42px;
		float: right;
		width: 60%;
		font-size: 15px;
	}
	.vertical-line {
		margin-right: 10px;
	}
	.navbar-header {
		display: inline-block;
		width: 40%;
		text-align: right;
	}
}
@media screen and (max-width: 991px) {
	#megamenu-navbar .container {
		width: 100%;
	}
	
	.mobile-background button {
		float: left;		
		margin: 0 5px 0 15px;
		border: none;
		background: transparent;
		margin-top: 2px;
		padding: 9px 0;
	}
	.mobile-background button+p {
		float: left;
		font-size: 15px;
		margin: 9px 0 0 0;
		padding: 0;
		font-family: 'Lato';
		font-weight: 900;
	}
	.tablet-mobile {
		float: right;
		color: white!important;
		margin-top: 9px;
		font-family:'Lato';
		font-weight: 900;
	}
	.tablet-mobile i.fa.fa-mobile {
		font-size: 17px!important;
		margin-right: 5px;
		color: white!important;
		float:left;
		margin-top: 4px;
	}
	.tablet-mobile .header-phone-box {
		margin-top: 0;
		color: #FFFFFF;
	}
	.tablet-mobile .header-phone-box a.tel {
		font-weight: 400;
		font-size: 15px;
		margin-right: 15px;
		line-height: 23px;		
		font-weight: 900;
		font-family: 'Lato';
	}
	#error-page-sec .btn-primary {
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#megamenu-toolbar {
		padding: 0;
	}	
	.btn-primary.btn-right {
		margin-top: 39px;
		padding: 8px 12px;
	}
	.navbar-header {
		height: 95px;
	}
	a.navbar-brand {
		padding: 0 15px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	a.navbar-brand img {
		height: 70px;
	}
	.header-text-box {
		margin-top: 43px;
		margin-left: -40px;
	}
	#megamenu-navbar {
		z-index: auto;
		border-bottom: 5px solid #cecece;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top: none;
	}
	.vertical-line {
		margin-top: -1px;
	}
	.header-text-box p {
		margin: 0;
	}
}
@media screen and (min-width: 992px) {
	#megamenu-toolbar {
		background: #013668;
	}
	#navbar-0001  {
		float: none;
		width: 970px;
		margin: 0 auto!important;
		display: table;
	}
	.navbar-header {
		height: 115px;
	}
	.navbar-brand img {
		max-width: 296px;
		max-height:	82px;
	}
	#callback .callback p, .googlemap p.required.pull-right {
		position: absolute;
		left: 0;
	}
	
	#navbar-0001 > li {
		float: none;
		display: table-cell;
		text-align: center;
		
	}
	#navbar-0001 li.level-1:first-child a {
		text-align: left;
	}
	#navbar-0001 li.level-1:nth-last-child(2) a {
		text-align: right;
	}

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#navbar-0001 {
		width: 100%;
		max-width: 970px;
		margin: 0 auto!important;
	}	

	.btn-primary.btn-right  {
		margin-top: 54px;
	}	
	#callback .callback p, .googlemap p.required.pull-right {
		left: -15px;
	}
	/*#megamenu-toolbar, .googlemap.container-fluid {
		margin-left: -15px;
	}*/
	.header-text-box {
		margin-left: 0;
	}
	.header-phone-box {
		margin-top: 57px;
	}
	#megamenu-navbar i.fa.fa-mobile {
		position: absolute;
		right: -15px;
		top: 54px; /*50*/
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px) {
	#navbar-0001 {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
	}
	#megamenu-navbar i.fa.fa-mobile {		
		position: absolute;
		top: 52px; /* 48px;*/
		right: -3px;
	}
}

@media screen and (max-width: 450px) {
	.btn-testimonial {
		font-size: 15px;
	}
	.extend-small-devices {
		width: 100%!important;
	}

	a.get-a-quote {
		display: none!important;
	}
	.navbar-brand img {
		height: 55px;
	}
	a.navbar-brand > img {
		margin: 0 auto;
		float: none;
	}
	li.mobile-mortgage-quote {
		display: block!important;
	}
	.navbar-header {
		display: block;
		width: 100%;
		text-align: inherit;
	}
	.header-text-box {
		display: none;
	}
}
@media screen and (max-width: 330px) {

	.navbar-brand img {
		height: 50px;
	}
}
/******************* fooooter *************/
.vcard, .callback p.contact, .googlemap p.adr {
	font-size: 14px;
}
.btn-linkedin, .btn-twitter, .btn-facebook {
    background: #eb982d;
    border: none;
    border-radius: 0;
    height: 35px;
    width: 35px;
}
@media screen and (max-width: 450px) {
	.bottom-fix {
		width: 100%!important;
	}
	.bottom-fix p.required.pull-right {
		float: left!important;
		margin-top: 10px;
	}
	.testimonial-quote {
		font-size: 15px;
		padding: 0;
		margin: 0;
		line-height: 1.5;
	}
}
@media screen and (max-width: 360px) {
	.googlemap .btn.btn-primary.btn-lg {
		max-width: 100%;
	}
	.googlemap a.btn-facebook, .googlemap a.btn-twitter, .googlemap a.btn-linkedin {
		margin-top: 15px;
		margin-right: 5px;
	}
}
/************************* callback ***************/

.clear-button-style {
	background: transparent!important;
	color: #ffffff!important;
	border: solid 1px #ffffff!important;
	border-radius: 0;
}
#callback .required.callback {
	position: absolute;
    right: 15px;
    top: 0;
    width: 100%;
	font-size: 14px;
}
/******** blogs */
#blog-content-sec {
	padding: 20px 0;
}
#blog-content-sec ul, #blog-content-sec ol {
	margin-left: 15px;
}
/************ conetnt ************/
#content-sec {
	font-size: 16px;
	padding: 20px 0;
}

#error-page-sec .btn-primary > i {
	background: transparent;
}

/**************mortgage calculator *************/

.mortgage-calc {
	background: #ededed;
	padding-bottom: 20px;
}
h6 {
	margin-top: 25px;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	color: #494949;
}
.mortgage-calc input {
	background: #ffffff;
	font-size: 16px;
	padding: 0 10px;
	margin: 10px 0;
	#color: #494949;
	width: 100%;
}
.mortgage-calc input:active, .mortgage-calc input:focus {
	border-top: transparent!important;
	border-left: transparent!important;
}
.mortgage-result .nav.nav-tabs {
	padding: 15px 15px 0!important;
}

.mortgage-result .nav-tabs>li.active>a, .mortgage-result .nav-tabs>li.active>a:focus, .mortgage-result .nav-tabs>li.active>a:hover {
	background-color: #eb982d!important;
}
.noUi-background {
	background: #eb982d;
	border: none;
	border-radius: 0;
}
.noUi-origin {
	background: #ababab;
}
.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 20px;
    left: 0;
    top: -2px;
    background: #646361;
    border: none;
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 5px #646361;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
.mortgage-result {
    background: #ededed;
    color: #FFF;
    padding-bottom: 26px;
}
.mortgage-result ul.nav.nav-tabs {
	padding-top: 60px!important;
	border: none;
}
.mortgage-result .nav-tabs>li {
	width: 50%;
}
.mortgage-result .nav-tabs>li:first-child {
	padding-right: 2px;
}
.mortgage-result a.btn-primary.btn-right {
	margin-top: 0;
}
.mortgage-result p#resulttext, p#interesttext {
	display: inline-block;
	padding: 20px 0;
	margin:0;
	width: 100%;
	font-size: 18px;
	float: none;
	text-align: center;
}

.mortgage-result p#monthlypayment, p#interestonly {
	margin: 0;
	font-weight: 700;
	width: 100%;
	font-size: 18px;
	float: none;
	text-align: center;
	padding: 0 0 20px;
}
.mortgage-result  .tab-content {
	display: table;
    vertical-align: middle;
    text-align: center;
    height: 175px;
	width: 100%;
	background: #eb982d;
}
.tab-content>.active {
	line-height: normal;
    display: table-cell;
    vertical-align: middle;
}

.header-text-right-container {
	font-family: 'Oxygen', sans-serif;
	text-align: right;
	color: #eb982d;
	top: 30px;
	font-size: 19px;
	position: relative;
	float: right;
}
.mortgage-result .nav.nav-tabs li a {
	border-radius: 0!important;
	border: none!important;
	color: #FFF!important;
    text-align: center;
	background: #f1bb75;
	margin: 0;
}

.header-text-right-container p.need-help, .header-text-right-container p.call-us {
	display: inline-block;
}
.header-text-right-container p.call-us a.tel{ 
	margin-right: 10px;
}
.banner-content .header-text-right-container {
	text-align: left;
	float: none;
	top: 0;
	background: rgba(0,0,0, 0);
	font-family: 'Oxygen', sans-serif;
}

.vignette .btn-primary.btn-inline-block {
    display: inline-block;
    text-shadow: none;
    line-height: 35px;
    max-width: 100%;
    height: 100%;
    text-align: left;
    background: transparent;
    color: rgb(235, 152, 45)!important;
	filter: none;
}
.fa-linkedin {
	color: #FFFFFF;
}

#content-sec a, .blog-entry-content a {
	color: #eb982d;
	font-size: 16px;
}

@media screen and (min-width: 1200px) {
	#homepage-sec h1 {
		font-size: 26px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {
		font-size: 15px!important;
		padding: 6px 7px;
	}
	.mortgage-result .tab-content {
		height: 183px;
	}
}
@media screen and (min-width: 416px) and (max-width: 991px){
	.mortgage-result .tab-content {
		height: 131px;
	}
	.mortgage-result ul.nav.nav-tabs {
		padding-top: 0!important;
	}
}
@media screen and (max-width: 768px) {
	.mortgage-result a.btn-primary.btn-right {
		float: none;
		width: 100%;
		max-width: 100%;
		display: inline-block;
	}	
	.mortgage-result ul.nav.nav-tabs {
		padding-top: 0!important;
	}
}
@media screen and (max-width: 415px){
	.mortgage-result .tab-content {
		height: 144px;
	}
	.nav>li>a {
		padding: 10px 11px;
	}
}
@media screen and (max-width: 320px) {
	.nav>li>a {
		padding: 5px;
		font-size: 15px!important;
	}		
}