/* 
Document   : layout
Author     : Peter Brennan
Description: layout styles

*/

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS

*/

/* Respond Breakpoints */
@import url(max-767.css) (max-width: 767px);
@import url(max-480.css) (max-width: 480px);
@import url(min-768.css) (min-width: 768px);
@import url(min-992.css) (min-width: 991px);
@import url(min-1200.css) (min-width: 1200px);

body {
	font-size:16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll !important;
}
.mobile body {
  overflow: hidden;
}

.mobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mobile #scroller {
  min-height: 100vh;
}

button.mfp-button.mfp-close.form-control.btn.btn-warning {
    background: #FAA732;
    color: #FFF;
    width: 100%;
    height: 34px;
    border: 2px solid #fff;
    line-height: 0;
}

button.mfp-button.mfp-close.form-control.btn.btn-warning:hover {
    background: #FFF;
    color: #008080;
    border: 1px solid #EEE;
}

.product_cat_title {
	padding-bottom: 20px;
	font-weight: bolder;
	font-size: 16px;
}
.cke_editable {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
}
.admin-display {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
}
#enquiry-archive {
	font-size: 14px;
	line-height: 44px;
}

.pag-pointer {
	cursor: pointer;
}
.clear-file {
	display: none;
}


/* LOGIN ADMIN */
#create-sitemap {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.panel-default>.panel-heading {
	color: #FFFFFF !important;
	background-color: #008080 !important;
	border-color: #FFFFFF !important;
}
.panel-default>.panel-heading:hover {
	color: #FFFFFF !important;
	background-color: #008080 !important;
	border-color: #FFFFFF !important;
}
.panel-body {
	padding: 15px !important;
}
#admin-login .panel {
	background: #FFF !important;
	border: none !important;
	margin-bottom: 0px !important;
}
#login_submit {
	background: #FFF;
	color: #444;
	border: 1px solid #CCC;
}
#login_form .form-control {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
}
.modal-dialog {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.navbar {margin-bottom:0;}
.navbar-default {background:#FFF; border-bottom: 1px solid #008080;}
.nav.nav-tabs {margin-bottom:22px;}
.btn:active, .btn.active{
-webkit-box-shadow:none;box-shadow:none
}
.container .jumbotron{border-radius: 0;}
.jumbotron {font-size: 16px;}
.jumbotron h1 {text-align: left;}
/*forms*/
.form-control {-webkit-box-shadow:none;box-shadow:none}
.has-error div {padding: 5px;
margin-bottom: 20px;
display:block;
}
.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */
.matter {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 40vmax;
}

.mm-menu {
    background: #008080 !important;
    color: rgba(255, 255, 255, 0.6);
}

.navbar-nav > li > a {
    font-size: 20px !important;
}

@media(min-width:768px){
    .navbar-nav > li > a {
        font-size: 16px !important;
    }
    .navbar-nav>li>a {
        padding: 0px 15px !important;
    }
}

#alert-field-load {
	display: none;
}
#bpopup_loading {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background: url(../images/ajax-loader.gif) no-repeat;
	background-position: center center;
	opacity: 0.4;
	text-align: center;
	display: none;
}
.slice {
	height: 100% !important;
}
.nav-pills>li>a {
	border-radius: 5px;
	border: 1px solid #008080;
	background: #FFFFFF;
	color: #008080;
	cursor: pointer;
}
.nav-pills>li>a:hover {
	border-radius: 5px;
	border: 1px solid #FFF;
	background: #008080;
	color: #FFF;
	cursor: pointer;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	border: 1px solid #FFF;
	background: #008080;
	color: #fff;
}
.hint-box {
	color:#FF0004;
	font-size: 14px;
	font-weight: bolder;
	margin-left: 5px;
}
.thumbnail {
	padding: 10px !important;
	margin-bottom: 15px !important;
}
.product-admin-wrapper {
	/*margin-top: 30px;*/
}
.cat-pro-button {
	margin-bottom: 30px;
}
.admin-icon {
	font-size: 60px;
	text-align: center;
	color: #999999;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
}
.admin-dashboard {
	padding-bottom: 20px;
}
.admin-dashboard-load {
	margin-top: 30px
}
.admin-menu-select {
	cursor: pointer;
	color: #999999;
}
.admin-menu-select .thumbnail {
	background: #FFFFFF;
	border-radius: 5px;
}
.admin-menu-select .thumbnail:hover  {
	background: #999999;
	padding: 10px;
	border-radius: 5px;
}
.admin-menu-select .thumbnail:hover .admin-icon {
	color: #FFFFFF;
}
.admin-menu-select .thumbnail:hover .caption h3 {
	color: #FFFFFF;
}

.menu-active .thumbnail {
	background: #999999;
	padding: 10px;
	border-radius: 5px;
}
.menu-active .admin-icon, .menu-active .thumbnail .caption h3 {
	color: #FFFFFF !important;
}

.admin-menu-select .thumbnail .caption h3 {
	color: #999999;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
}
.admin-cat-title {
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.category-display {
	text-align: center;
	border: 2px solid #000;
	border-radius: 5px;
	padding:5px;
	background: #FFF;
	margin: 5px;
	color: #008080;
}

.category-display-option {
	margin-top: 30px;
}

.navbar-nav>li>a {
    margin-top: 55px;
    text-shadow: 0 0 0 !important;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 13px !important;
}
#logo {
	height: 100%;
	margin-top: 10px;
	margin-left: 20px;
}
.panel {
	border: 0px solid transparent !important;
}
.admin-product-title {
	text-align: center;
	font-size: 22px;
	margin: 10px auto 20px;
}
/*tabs*/
.carousel-admin-wrapper {
	/*margin-top: 30px*/
}

.bd-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	padding: 0;
	color: #888;
}
/** expand the link to fill the whole tab **/
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    outline:none;
}
.panel-default>.panel-heading{
 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panel-default {
	border:none;
}
.navbar-default .navbar-toggle {
	margin-top: 22px;
}

#page-head-products {
    margin-bottom: 20px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
}

@media(min-width:768px){
    #page-head-products {
        margin-bottom: 0px !important;
    }
}

@media(min-width:992px){}

@media(min-width:1200px){}


/* Products */

/*** END MEDIA QUERIES ***/

/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* ADMIN START
================================================== */


.carousel {
	text-align: center;
}
.image-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.image-center {
    width: 100%;
    margin: 5px auto;
    text-align: center;
    height: 150px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.image-center img {
    max-height: 150px;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.image-center-about {
    width: 100%;
    margin: 5px auto;
    text-align: center;
    height: 250px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.image-center-about img {
    max-height: 250px;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.image-center-isotope {
    /*width: 100%;*/
    text-align: center;
    height: 200px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.image-center-isotope img {
	max-height: 200px;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.admin-portal-image {
	margin: auto;
	text-align: center;
	height: 320px;
	background-color: #FFFFFF;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}
.admin-portal-image img {
	max-height: 300px;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.image-container {
	 position: relative;
}
.image-container:before {
    content:     "";
    display:     block;
}
.hint_box {
	display: none;
	margin-top: 2px;
	font-size: 12px;
	color: #FF0000;
	min-height: 15px;
}
.car-active {
	border: 3px solid #1F9440 !important;
}
.car-deactive {
	border: 3px solid #ED2121 !important;
}

/* Sidebar */
.sidebar {
	width: 230px;
	float: left;
	display: block;
	background:#f2f2f2;
	color: #777;
	position: relative;
}

.sidebar .sidebar-dropdown{
	display: none;
}

.sidebar .sidebar-dropdown a{
	color: #fff !important;  
	box-shadow: inset 0px 0px 1px #000;
	background-color: #343434;
  background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
  background: -webkit-linear-gradient(top, #343434, #292929);
  background: -moz-linear-gradient(top, #343434, #292929);
  background: -ms-linear-gradient(top, #343434, #292929);
  background: -o-linear-gradient(top, #343434, #292929);
  background: linear-gradient(top, #343434, #292929);	
  padding:6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  display: block;
  border-top: 2px solid #666;
  border-bottom: 1px solid #333;
  
}

.sidebar ul{
	padding: 0px;
	margin: 0px;
}

.sidebar ul li{
	list-style-type: none;
}

.sidebar #nav { 
  display: block; 
  width:100%; 
  margin:0 auto; 
  position: absolute;
  z-index: 60;
}

.sidebar #nav li i{
	display:inline-block;
	margin-right: 5px ;
	background: #eee ;
	color:#888;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #ccc;
}

.sidebar  #nav li span i{
	margin: 0px;
	color: #999;
	background: transparent !important;
	border: 0px;
}


.sidebar #nav > li > a { 
  display: block; 
  padding: 10px 20px;
  font-size: 13px;
  color: #555555;
  text-decoration: none;
  background-color: #EEEEEE;	
  border-bottom: 1px solid #FFFFFF;
}

.sidebar #nav > li > a:hover, .sidebar #nav > li.open > a { 
  color: #555555;
  text-decoration: none;
  background-color: #DDDDDD;	
  border-bottom: 1px solid #FFFFFF;
}

.sidebar #nav > li > a:hover i, .sidebar #nav > li.open > a  i{
	color: #fff;
  background-color: #167cac !important;
  border: 1px solid #167cac;
}

.sidebar #nav > li > a:hover span i, .sidebar #nav > li.open > a span i{
  color: #fff;
  background: transparent !important;
  border: 0px;
}

.sidebar #nav li li.current{
	background:#f3f3f3;
}

.sidebar #nav li ul { display: none; background: #efefef ; }

.sidebar #nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0px;
  padding-left: 30px;
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.sidebar #nav li ul li a:hover {
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sidebar #nav li.open ul{
	display: block !important;
}

/* Main */

.mainbar{
	position: relative;
	margin-left: 230px;
	margin-right: 0px;
	width: auto;
	background: #EEEEEE url(../admin/images/main-back.png);
	border-left: 1px solid #008080;
	border-bottom: 1px solid #008080;
	z-index: 50;
}

.mainbar .container{
    max-width:100% !important;
	width: 100% !important;
}
.matter-wrapper {
	margin-top: 30px;
}
/* Page head */

.mainbar .page-head{
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
	padding: 8px 20px;
	border-bottom: 1px solid rgba(0, 128, 128, 1);
}

.mainbar .page-head h2{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px !important;
	padding: 10px;
}

.mainbar .page-sub-head{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  padding: 8px 20px;
  border-bottom: 1px solid rgba(0, 128, 128, 1);
}

.mainbar .page-sub-head h2{
	font-weight: normal;
	font-size: 20px;
}
.carousel-thumb-image {
	position: absolute;
	top: 3%;
	right: 5%;
	border-radius: 3px;
	height: 85px;
	max-height: 85px;
}
/* Responsive */

@media (max-width: 480px){
	.mainbar .page-head h2{
		float: none;
	}
	.mainbar .bread-crumb{
		float: none;
		margin-top: 10px;
	}
	.col-left{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.col-right{
		width: 100%;
		float: none;
	}
	.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
		display: none;
	}
}

@media (max-width: 767px){
		
	.form-inline button{
   		margin-left:0px;
   	} 
	.navbar{
		height: 90px;
		max-height: 90px;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}	
	.nav-collapse .dropdown-menu{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu > li{
		color: #999 !important;
	}
	.nav-collapse .dropdown-menu a {
		color: #777;
	}
	.nav-collapse .dropdown-menu a:hover{
		color: #888;
		background:transparent !important;
	}
	.nav-collapse .dropdown-menu hr{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}
	.sidebar{
		float: none;
		width: 100%;
		
	}
	.sidebar .sidebar-dropdown{
		display: block;
	}
	.sidebar #nav{
		display: none;
	}
	.mainbar{
		float: none;
		margin:0px;
		border-left:0px;
	}
	.today-datas{	
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.form{
		margin: 0px !important;
	}
	form .control-group{
		margin:0px !important;
	}
	form .control-label{
		float: none !important;
		width: auto !important;
		text-align: left !important;
	}
	form .controls{
		float: none !important;
		margin-left: 0px !important;
	}
	form .form-actions{
		padding-left: 0px !important;
	}
	.navbar{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.nav-collapse .dropdown-menu{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu > li{
		color: #999 !important;
	}
	.nav-collapse .dropdown-menu a {
		color: #777;
	}
	.nav-collapse .dropdown-menu a:hover{
		color: #888;
		background:transparent !important;
	}
	.nav-collapse .dropdown-menu hr{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}	
	.sidebar{
		width: 200px;
	}
	.mainbar{
		margin-left: 200px;
	}
}

.hide-input {
	display: none !important;
}


/* ADMIN END
================================================== */

/* BRENTECH CSS FRAMEWORK
================================================== */
.centered {
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	z-index: 4;
}
/* Slider Start */

.carousel-image {
	margin: auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.carousel-image img {
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.carousel-title {
	z-index: 4;
	position: relative;
}
.carousel-desc {
	z-index: 4;
	position: relative;
}
.carousel-image {
	z-index: 4;
	position: relative;
        border-radius: 5px;
}
.carousel-link {
	z-index: 4;
	position: relative;
}

.carousel-desc p  {
	
}
.carousel-control {
	background: rgba(255, 255, 255, 0) !important;
	opacity: 0.5 !important;
	text-shadow: none !important;
}
.carousel-control:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	opacity: 0.9 !important;
}
.carousel-layout-selector {
	padding: 20px 0px;
}
.carousel-new-container {
	padding: 20px;
	margin: 10px 0px 30px;
}
#savica-carousel {
	border-bottom: 1px solid rgba(0, 128, 128, 1);
}

.carousel-text-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    color: #555555;
    padding: 10px;
    box-shadow: 0px 0px 0px 1px #008080;
}

.carousel-text-container h2 {
    color: #555555;
    font-size: 14px;
}

.carousel-text-container p {
    color: #555555;
    font-size: 10px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
    .carousel-text-container {
        border-radius: 10px;
        padding: 20px;
    }

    .carousel-text-container h2 {
        font-size: 30px;
        margin: 20px 0px;
    }
    
    .carousel-link {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .carousel-text-container p {
        font-size: 24px;
    }
    
    .carousel-image {
	z-index: 4;
	position: relative;
        border-radius: 10px;
    }
    .carousel-text-container .form-control {
        color: #FFFFFF;
        background-color: #008080;
        border: none;
        }
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* Slider End */

nav#filter {
    margin-bottom: 50px;
    clear: both;
    min-height: 2vh;
    text-align: center;
    margin: auto;
    width: 100%;
}

#filter ul {
    width: 100%;
}

#filter ul li {
    width: 100%;
}

#filter ul ul li {
    width: 100% !important;
}

@media(min-width:768px){

}

.savica-container {
 
}

.hint_box {
	color: #F90004;
	text-align: center;
	padding-top: 10px;
}

.iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;
	
}
.iconRounded:before{margin: auto;text-align: center;}
.iconBig{
	font-size: 50px;
}
.iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}
.boxFeature{margin-bottom:33px;}
/* v2 */
.boxFeature-2 {text-align: center;}
.boxFeature-2 i {margin-bottom: 22px; display:block;}
.boxFeature-2 p {font-size: 12px;}

.boxContent{padding:22px;}
/*** utilies classes ***/
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.noMargin {
	margin:0;
}
.noPaddingBottom {
	padding-bottom:0 !important;
}
.noPaddingTop {
	padding-top:0
}
/*** end utilies classes ***/

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.isotopeItem .iconBig{
		font-size: 33px;
	}
	.isotopeItem .iconBig.iconRounded{
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.isotopeItem .iconLinks a span{font-size:10px;}
}

@media(min-width:992px){
	.iconBig, .isotopeItem .iconBig{
		font-size: 66px;
	}
	.iconBig.iconRounded, .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 28px;
	}
	.isotopeItem .iconLinks a span{font-size:12px;}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
/* NEKO CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

h1, h2, h3, h4, h5, h6, legend {
	margin:0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 44px;
	line-height: 44px;
	font-weight: 300;
	font-style: normal;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}

h1.noSubtitle{
	margin-bottom:90px;
}


.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 5em;
	line-height:1em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


.paralaxText h2 {
	font-size: 3.21em;
	font-weight: 800;
	line-height:1.5em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
	border: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: 0.1em;
}


h2 {
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:17px;

}
h2.subTitle{
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:70px;
	text-align:center;
}
h2.subTitleno{
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:20px;
	text-align:center;
}

h2.subTitle:after, h1.noSubtitle:after {
	display:block;
	height:1px;
	width:100px;
	content:'';
	bottom:-37px;
	position:absolute;
	margin-left:-50px;
	left:50%;
}



/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
	content:none
}
h3, legend {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 14px;
	font-weight: 600;
	letter-spacing: -0.06em;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}
h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.116em;
	line-height: 1.5714em;
	margin-bottom: 0.916em;
}
h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 1em;
	line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}
p, ul {
	margin-top: 0;
	margin-bottom: 12px;
}

strong {
	font-weight:bold
}
small, aside {
}
li {
	line-height: inherit;
}
a:link, a:visited {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}
a.readMore {
	display:block;
	margin-top:0.75em;
	font-style:italic;
}
.noquote {
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	border: none;
	text-align: left;
}
blockquote {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
}
blockquote p {
	font-size: inherit;
}
blockquote small {
	font-size:50%;
	display:inline;
}
blockquote:before {
	content:'\e928';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
blockquote:after {
	content:'\e929';
	font-family: 'custom-icons';
	margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}
hr {
	padding:0;
	margin:3em 0 3em 0;
}
.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.paralaxText blockquote {
	font-size: 44px;
	line-height: 44px;
	}
	.paralaxText #noquote {
		font-size: 44px;
		line-height: 44px;
		color: #FFF;
		margin-bottom: 0;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		padding-left: 0;
		border: none;
		text-transform: uppercase;
		text-align: center;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
		letter-spacing: 0.1em;
	}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */
.slice {padding:33px 0;}

/*** buttons ***/
.btn {
	text-transform:uppercase;
	padding:5px 5px;
	font-size:18px;
	 -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.btn-lg {
	padding:18px 23px;
	font-size:22px;
}
.btn-sm {
	padding:10px 13px;
	font-size:12px;
	border-radius:4px;
}
.btn-xs {
	padding:4px 7px;
	font-size:10px;
	border-radius:4px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}
.btn i {
	margin-right:0.5em;
}

/*** call to actioon ***/

.ctaBox{padding:33px 11px;}
.ctaBoxFullwidth{padding:0;}

.ctaBox a {margin-top:22px;} 
.ctaBox h1 {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
	letter-spacing:normal;
	text-transform:none;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	.slice {padding:66px 0;}
}

@media(min-width:992px){

	.ctaBox a {float:right; margin-top:0;} 
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */
.paralaxSlice1 {
	width:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: center center;
}
.maskParent{position: relative; height:100%;width:100%}
.paralaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position: relative;

}
.paralaxMask {width:100%; height:100%;overflow:hidden;position:absolute;background:rgba(0,0,0,0.15);}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
    .paralaxSlice1 {
	width:100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
    }
}

@media(min-width:768px){
    .paralaxSlice1 {
	width:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: center center;
    }
}

@media(min-width:992px){}

@media(min-width:1200px){

	.paralaxSlice1 {
		background-attachment: fixed;
		background-position: 50% 0;
	}

}

/*** END MEDIA QUERIES ***/


/* END PARALLAX STUFF
================================================== */

/* HEADER
================================================== */
#main-header{background:#eee;}
.navbar-brand{padding-left: 10px;}


.fixedHeader {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.fixedHeader #mainMenu li a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.fixedHeader .nav-brand {
    margin-top: 0.6em;
    width: 100px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */
.navbar-nav > li > a {
    display: block;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#ccc;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.navbar-nav > li > a i {
		margin-right: 10px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU
================================================== */
/* HOME
================================================== */
body#fullScreen {overflow:scroll !important}

#home{padding-top:44px;}
#mapWrapper{ height:350px; }

#homeFullScreen {
	height:100%;
	display:table;
}

#homeFullScreen .maskParent {display:table;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
#homeFullScreen #flexHome {margin: 0;}
#homeFullScreen #flexHome h1, #homeFullScreen #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}
#homeFullScreen .flexslider .slides > li{height:80px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	#homeFullScreen #flexHome h1 {font-size:22px;}
	#logoBig {padding:0 11px;}
}

@media(min-width:768px){
	#home {padding-top:70px;}

}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
.newsText{padding:20px 20px 25px 20px; margin-bottom: 22px;}
.newsText h3{margin-bottom: 8px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px;} 

/* END NEWS
================================================== */

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

footer{padding:20px 0; 
margin-top: 50px;}

#footerLogo {margin-bottom: 22px;}
#footerRights {padding:20px 0 10px; font-size:12px;}



@media(min-width:768px){}
/* END FOOTER 
================================================== */


/* SLIDERS
================================================== */
/*** flex ***/
#flexHome {
	background: transparent;
	margin-top:0;
}
#flexHome .flex-control-nav	{
text-align:left;
margin-bottom:-44px;

}
#flexHome h1 {
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 32px;
	line-height:1em;
	text-transform:uppercase;
	padding:0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
}
#flexHome h1:after  {content:''}
#flexHome h2 {text-align:left; display: inline-block;}
.flexslider .slides > li {height:110px;}

.flex-control-nav{position:static; margin-top:22px;}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}
/** OWL SLIDER **/
.owl-buttons {}
.owl-theme .owl-controls .owl-buttons div{
	position:absolute;
	top:42%;
	background:none;
	font-family: 'custom-icons';
	font-size:3em;
	text-align:center;
	color:#fff;


}
.owl-next {right:0;}
.owl-prev {left:0;}
.owl-next:before {content: '\e766';}
.owl-prev:before {content: '\e765';}
.owl-theme .owl-controls {margin-top:22px;}

/*** MEDIA QUERIES ***/
@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	#homeFullScreen .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 12px;}
}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:40px;}
	#flexHome {
	margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:160px;}
	#homeFullScreen .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 50px;}
	#flexHome {
	margin-top:66px;
	}
	.flexslider .slides > li {height:200px;}
	#homeFullScreen .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {font-size: 80px;}
	#flexHome {
		margin-top:88px;
		}
	.flexslider .slides > li {height:250px;}
}

/*** END MEDIA QUERIES ***/

/* PORTFOLIO
================================================== */
nav#filter {margin-bottom:22px;}
nav#filter li{ display:inline-block;list-style:none;}
.isotopeItem {margin-bottom: 22px;}
.isotopeItem .boxContent{margin-top:22px; padding:0;}

#filter
{
	margin-top:15px
}

#filter ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#filter ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#filter ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#filter ul li.current-menu-item
{
	background:#ddd
}

#filter ul li:hover
{
	background:#f6f6f6
}

#filter ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
        z-index: 9999
}

#filter ul ul li
{
	float:none;
}

#filter ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#filter ul ul ul
{
	top:0;
	left:100%
}

#filter ul li:hover > ul
{
	//display:block
}

#contact_button {
    margin-bottom: 50px;
}

header#project{padding:22px 0;}
#project h1 {text-align:left;}
#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow:none;
	padding:0;
}

#portfolioSheetWrapper .stage {
	width: 100%;
	height:auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

#portfolioSheetWrapper .content{

    width:100%;
}
/* END PORTFOLIO
================================================== */

/* FORM
================================================== */
#verifyImg{margin-bottom: 11px;}
/*** MEDIA QUERIES ***/

@media(max-width:767px){
    .isotope .isotope-item {
        width: 100% !important;
    }
}

@media(min-width:768px){}

@media(min-width:992px){

}

@media(min-width:1200px){input#verify{margin-top: 0;}}

/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */




/* MISCELANIOUS
================================================== */

.content-fade {
    display: none;
}

/* Preloader one page */
#preloader {
    position: fixed;
    top:100px;
    left:0;
    right:0;
    bottom:0;
    z-index:10000; /* makes sure it stays on top */
    text-align: center;
    background: #FFF;
}

#status {
    width:100%;
    height:100px;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */

    margin-top:-100px; /* is width and height divided by two */
    text-align: center;
    padding-top:15px;
    text-transform: uppercase;
    border-radius:11px;
}
#status img{margin-bottom: 22px;}

/*** hover images ***/
.imgHover article {
	position:relative;
}
.mask {
	position:absolute;
	top:0;
	left:15px;
	background: rgba(79, 175, 194, 1);
	/*width:100%;*/
	display:none;
    z-index:0;
}
.iconLinks {
	display:none;
    position: relative;
}

.iconLinks a{  
    display: inline-block;
    text-decoration:none;

}
.iconLinks a:hover i{     
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.iconLinks a span{
	position: relative;
	top: -30px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}
.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}


.ie8 .mask {
	background:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

/*** pricing table ***/
.pricingBloc {
	text-align:center;
	margin-top:22px;
}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0 1.5em;
}
.pricingBloc ul li {
	padding:1.5em 0
}
.pricingBloc h2 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 11px;
	font-weight: 300;
}
.pricingBloc h3 {
	font-size: 44px;
	font-weight: 400;
	display: block;
	padding: 22px;
	margin-bottom: 0;
}
.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 300;
	margin: 11px 0 0 0;
	display: block;
	letter-spacing: normal;
}
.pricingBloc p {
	margin-bottom:0;
	padding:1.5em
}
.pricingBloc.focusPlan {
	margin-top:0;
}
.pricingBloc.focusPlan h3 {
	padding:1.25em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/*** end pricing table ***/

/*** responsive video ***/
.videoWrapper {
	position: relative;
    padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}
/*** end responsive video ***/

.sharrre .button {
float: left;
width: 60px;
}

/** Coming soon **/
body#comingSoon{padding-top:0; background: #4B4A4A}
#comingSoon .bgComingSoon{text-align: center;}
#comingSoon h1 {color:#eee;}
.comingSoonLogo {margin: 22px auto}
.bgComingSoon{padding-top:10%; padding-bottom:10%;}

.countdown_amount {display:block;font-size:44px; padding-top:60px; line-height:0; font-family: 'Open Sans', sans-serif; font-weight:300; color:#333;}
.countdown_section {display:inline-block; width:150px; height:150px; margin:10px; border-radius: 50%; border:3px solid #eee; text-align: center}
#defaultCountdown {text-align: center;}
.logoImg {height:200px; width:200px; border:2px solid #eee;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	
	
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MISCELANIOUS
================================================== */
