@charset "utf-8";

/* ------------------- reset ----------------------- */ 


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

img {
	border:0;
}

body {
	line-height:1;
}



/* ------------------- general styles ----------------------- */ 


* {
	position:relative;
}


a {
	text-decoration:none;
	color:#4d4d4d;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

a:hover, a:active {
	text-decoration:underline;
}

html {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:medium;
	color:#4d4d4d;
}

html, body {
	height:100%;
	min-width:300px;
}

h1 {
	font-size:36px;
	margin:0 0 28px;
	font-weight:normal;
				
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

h2 {
	font-size:20px;
	margin:0 0 20px;
	font-weight:normal;
	line-height:32px;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}


h3 {
	font-size:16px;
	margin:0 0 15px;
	font-weight:bold;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

h4, h5, h6 {
	font-size:14px;
	margin:0 0 15px;
	font-weight:bold;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

p, li {
	line-height:140%;
}

p {
	margin:0 0 20px;
	font-size:14px;
	line-height:23px;
}

ol, ul {
	padding:0 0 20px 50px;
}

.floatR {
	float:right;
}

.floatL {
	float:left;
}

.hidden {
	display:none !important;
	width:0;
	height:0;
	overflow:hidden;
}

input, textarea, select, button {
	font-family: 'Open Sans', sans-serif !important;
}


/* ------------------- sisu wrapperid ----------------------- */

#fullView {
	display:none;
	}

.wrap {
	width:100%;
	min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto;
	overflow-x:hidden;
	background-image:url("../img/bg.png");
}

.section {
	padding-top:22px;
	display:flex;
}

.section-box {
	height:400px;
	background-color:#fcfcfc;
	background-size:contain;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.section-box>div>div.section-box {
	height:auto;
	padding:0 15px;
}

.section-box.title-bg {
	background-color:#848484;
	color:#fff;
}
.section-box.white-bg {
	background-color:#fff;
}
.section-box.gray-bg {
	background-color:#9a9a99;
	color:#fff;
}
.section-box.gray-bg p {
	color:#fff;
}

.section-box.light-gray-bg {
	background-color:#eaeaea;
}

.section-box.lighter-yellow-bg {
	background-color:#f7f7f3;
}

.section-box.light-yellow-bg {
	background-color:#dfe0d9;
}

.section-box.dark-yellow-bg {
	background-color:#aba894;
	color:#fff;
}
.section-box.dark-yellow-bg p {
	color:#fff;
	font-weight:normal;
}

.section-box .high-container{
	height:200%;
	z-index:1;
}
	
.section-box .txt-box{	
	padding: 30px 10px;
}

.section-box.title-bg h2 {
    position: absolute;
    bottom: 100px;
    right: 40px;
	font-weight:300;
	text-transform:uppercase;
	font-size:40px;
}

.section-box h3 {
	color:#097c95;
	text-transform:uppercase;
	font-size:20px;
	margin:0;
	line-height:1.6;
}
.section-box ul li {
	font-size:16px;
	color:#4c4c4c;
	font-weight:300;
	text-transform:uppercase;
	line-height:1.6;
	list-style:none;
}
.section-box ul {
	padding:0px;
	}
a.viewmore {
	/*color:#097c95;*/
	font-size:14px;
	text-transform:normal;
	font-weight:300;
}

.last-row .section-box {
    height: 300px;
}

.txt-box-wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.txt-box-wrap.wrap-right {
    padding-left: 282px;
}
.txt-box-wrap.wrap-left {
    padding-right: 350px;
	padding-left:0;
}
.txt-box-wrap>.txt-box {
	display:table-cell;
	vertical-align:middle;
}


.kontakt-section {
	padding:0 30px;
}

.firmast-wrap{
	font-style:italic;
	font-weight:300;
	padding-top:30px;
}

.border-70 {
	display:block;
	margin:80px 10% 0;
	background-color:#bfc0b9;
	height:2px;
}

.contact-us-map {
	padding-bottom:50px;
}

.firma-pildid {
	/*text-align:right;
	display:flex;
	flex-direction:row;
	width:100%;
	height:50%;*/
}

.firma-pildid img {
	/*display:block;
	width:auto;
	height:100%;
	margin-top:63px;
	padding:0 10px;
	box-sizing:border-box;
	vertical-align:bottom;
	height:auto;*/
	width:100%!important;
	height:100%;
}

.firma-pildid-div{
	overflow:hidden;
	height:296px;
	margin-top:63px;
}
/* inimesed */

.our-people {
	padding:50px 0 0;
	float:right!important;
}

.person-image img {
	max-width:100%;
	width:auto;
	height:auto;
	margin:0 0 20px;
}

.person-box{
	z-index: 9999;
	}
.staff-member-photo{
	max-width:100%;
	width:auto;
	height:auto;
	margin:0 0 10px;
	
	}
	
.staff-member {
	padding-bottom:20px;
	display: inline-block;
	margin-left: 25px;
}
.staff-member h3.staff-member-name {
	margin:0;
	text-transform:uppercase;
	font-size:14px !important;
}
.staff-member p {
	text-transform:uppercase;
	font-size:13px;
	font-weight:300;
	line-height:1.3;
}
.staff-member a {
	color:#097C95;
}
.staff-member a:hover,
.staff-member a:focus {
	color:#666;
	text-decoration:none;
	outline:none;
}
.section-box.dark-yellow-bg ul li {
    cursor: pointer;
}
.main-contact {
	padding-top:50px;
}
.main-contact .person-info p {
	font-size:16px;
}
.main-contact .person-info p strong {
	font-weight:normal;
}

.map-wrap {
	padding-top:40px;
}

.footer-logo {
	text-align:center;
	padding:0 30px;
}

.footer-logo img {
	max-width:100%;
	width:auto;
	height:auto;
}

.about-section .info-section .contact-section {
	padding-top:30px;
}

.about-section .info-section .contact-section h2,
.about-section .info-section .contact-section p {
	font-style:italic;
	font-weight:300;
}

/*  contact form wrap  */

.contact-form-wrap {
	background-color:#e8e8e8;
	border:3px solid #d6d6d6;
	margin-bottom:20px;
	margin-top:50px;
	padding:60px 30px 20px;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
	width:100%;
	margin:5px 0;
	color:#000;
	background-color:#d5d5d5;
	border:none;
	border-radius:3px;
	padding:5px 10px;
	max-width:100%;
}

.contact-form-wrap input[type="submit"] {
	width:auto;
	float:right;
}

.contact-form-wrap .top-icon {
    color: #FFF;
    font-size: 38px;
    background-color: #D6D6D6;
    position: absolute;
    top: 0px;
    left: 30px;
    padding: 0 15px;
	border-radius:0 0 3px 3px;
}


/* ------------------- header --------------------- */


.header {
    height: 375px;
}

.def_header {
    height: 178px;
}

.header {
	background-image:url("../img/headerimage.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#e9eae2;
	background-size:contain;
}


.logo {
    padding: 45px 30px;
}

.logo svg {
	width:180px;
	height:auto;
}

.header-right {
	background-color:#097c95;
	text-align:center;
	margin-right: -1px;
}

.contact-link-container {
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	z-index: 9999;
}

.header-right a {
	color:#fff;
	font-size:40px;
	font-weight:300;
	text-transform:uppercase;
}

.header-right a.fb-link {
    border: 1px solid #FFF;
    border-radius: 200px;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    padding: 0 4px 0 0;
	margin-left:30px;
}

.header-right a:hover,
.header-right a:focus {
	color:#75c5d6;
	text-decoration:none;
	outline:none;
}

.sisu-wrap {
	padding-top: 50px;
	background-color:#e9eae2;
	margin-bottom:40px;
}




/* pop-up */

.nice-popup {
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.nice-popup .container {
    background-color: #FFF;
    z-index: 999;
}

.kirjeldus-box{

    float: right;
    clear: right;
    display: block;
    width: 100%;

}
.materjalid-box{

    float: left;
    clear: left;
    display: inline-block;
    width: 49%;


}

a.close-btn {
	background-image:url("../img/close.png");
	border:1px solid #000;
	background-position:center center;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	top:30px;
	right:30px;
}

a.close-btn:hover,
a.close-btn:focus {
	text-decoration:none;
	outline:none;
}

.sisuala {
    padding: 90px 50px;
	background-color:#fff;
	margin-top:22px;
	margin-right:-15px;
	margin-left:-15px;
}

.sisuala h1 {
	font-weight:300;
	text-transform:uppercase;
	font-size:42px;
	margin:0;
}
.sisuala-section h1 {
	font-size:32px;
}

.page-title {
	padding-bottom:30px;
}

.materjalid-box,
.materjalid-box p {
	text-transform:uppercase;
}

.materjalid-box {
	padding-bottom:20px;
}

.big-image-box {
	height:500px;
	line-height:500px;
	text-align:center;
}

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

.sisuala-section p,
.sisuala-section ul,
.sisuala-section ol {
	font-size:18px;
	font-weight:300;
	line-height:1.6;
	margin: 0 0 20px;
}
/*
.sisuala p{
	float:left;
	width:45%;
	}
*/

.sisuala p,
.sisuala ul,
.sisuala ol {
	font-size:14px;
	line-height:1.6;
	margin: 0 0 20px;
}

.sisuala ul,
.sisuala ol {
	padding:0 0 0 15px;
}

.sisuala ul li,
.sisuala ol li {
	padding-bottom:8px;
}

.sisuala ul li {
	list-style:url("../img/style.png");
}

.goback {
	padding-top:60px;
	margin-bottom:-30px;
}

.goback a {
	font-size:20px;
	font-weight:300;
	color:#4c4c4c;
}

.goback a:hover,
.goback a:focus {
	color:#666;
	text-decoration:none;
	outline:none;
}

.calltoaction {
	padding-top:60px;
	margin-bottom:-30px;
	font-size:24px;
}

.calltoaction a {
	font-size:28px;
	font-weight:400;
	color:#4c4c4c;
	text-decoration: underline;
}

.calltoaction a:hover,
.calltoaction a:focus {
	color:#666;
	text-decoration:none;
	outline:none;

}

/* ------------------- muud stiilid ----------------------- */




.btn {
	display:inline-block;
	font-size:13px;
	padding:13px;
	font-weight:bold;
	color:#fff;
	border:2px solid #fff;
	margin: 0 15px;

	cursor:pointer;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.btn:hover {
	text-decoration:none;
}

.links-section .btn {
	display:block;
	margin:0;
	border:none;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:30px 20px;
	border-radius:0;
}
.links-section .btn:focus,
.links-section .btn:hover {
	color:#fff;
	outline:none;
}

.links-section .btn.darkBtn {
	background-color:#585747;
}

.links-section .btn.darkBtn:focus,
.links-section .btn.darkBtn:hover {
	background-color:#666552;
}

.links-section .btn.blueBtn {
	background-color:#97adbf;
}

.links-section .btn.blueBtn:focus,
.links-section .btn.blueBtn:hover {
	background-color:#7C9CB7;
}

/* ------------------- clearfix ----------------------- */


.clearfix:before,
.clearfix:after {
    content:" ";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}


/*-------*/


.clear {
	clear:both;
	width:100%;
	display:block;
}




/* ------------------- footer ----------------------- */


.footer {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.footer-copyright {
	padding:20px 0;
	text-align:center;
}

.footer-copyright p {
	font-size:12px;
}

/* ------------------- popplogo footeris ----------------------- */



.popplogo {
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 38px;
	text-align:right;
}

.popplogo a {
	display:inline-block;
	width:0;
	height:0;
	opacity:0.5;
	background:url(../img/weblogo.png) center no-repeat;
}

.popplogo a:hover {
	opacity:1;
	
transform:rotate(-360deg);
-ms-transform:rotate(-360deg); /* IE 9 */
-webkit-transform:rotate(-360deg); /* Opera, Chrome, and Safari */
}






/* ------------------- other styles ----------------------- */



.error_1_frame {
	border: 1px solid #ACF01F;
	padding: 10px;
	vertical-align: middle;
}
.error_2_frame {
	border: 1px solid #FF3300;
	padding: 10px;
	vertical-align: middle;
}
.error_3_frame {
	border: 1px solid #FFCC00;
	padding: 10px;
	vertical-align: middle;
}
.error_4_frame {
	border: 1px solid #FF3300;
	padding: 10px;
	vertical-align: middle;
}
.error_5_frame {
	border: 1px solid #4876FF;
	padding: 10px;
	vertical-align: middle;
}

.pageingLinks{
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.pageingLinks .nr{
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.pageingLinks .nr:hover{
	background-color: #f5f5f5;
}
.pageingLinks .act{
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
.pageingLinks .act:hover{
	background-color: #f5f5f5;
}
.pageingLinks a{
	text-decoration: none;
}
.pageingLinks a:hover{
	text-decoration: none;
}

.image_album_border {
	border: 1px solid #D9D9D9;
	padding: 10px;
	text-align: center;
	line-height: normal;
}
.image_album_border:hover {
	border: 1px solid #aeaeae;
}


/* ---- Row with equal height columns ---- */


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/* media */

@media screen and (max-width:1200px) {

.txt-box-wrap.wrap-right {
    padding-left: 225px;
}
.txt-box-wrap.wrap-left {
    padding-right: 230px;
}
.section-box .txt-box {
    padding: 30px 10px;
}
.kontakt-section {
    padding: 0px 10px;
}

}


@media screen and (max-width:992px) {

.section-box .high-container {
    height: 100%;
}
/*.section-box > div > div.section-box {
    height: 100%;
}*/
section-box > div > div.section-box.lighter-yellow-bg {
    height: 200%;
}
.last-row .section-box.pull-right {
	margin-top:-400px;
	height:400px;
}
.txt-box-wrap.wrap-right {
    padding: 0 0 142px;
}
.last-row .section-box.col-xs-12 {
    height: auto;
}

}

@media screen and (max-width:767px) {

.links-section .btn {
    width: 100% !important;
}

.sisuala {
    padding: 90px 20px;
}

}

@media screen and (max-width:600px) {

.section-box.title-bg h2 br {
    display:none;
}

.header.row-eq-height {
	display:block;
}
.header-right {
    height: 100px;
}
.last-row .section-box,
.section-box {
    height: auto;
    width: 100% !important;
    /*min-height: 150px !important;*/
}
.section-box.title-bg h2 {
    bottom: 23px;
    right: auto;
    left: 15px;
}
.last-row .section-box.pull-right {
    margin-top: 0;
    height: auto;
}
.section-box.light-gray-bg {
    background-position: 103px bottom !important;
}
.section-box.gray-bg {

}
/*.section-box > div > div.section-box.lighter-yellow-bg {
    height: 100%;
}*/
.last-row .section-box.col-xs-12 {
	background-image:none !important;
}
.row .section-box{
	background-color:none !important;
}

.header {
    height: 340px;
}
.header-right a {
    font-size: 30px;
}
.header-right a.fb-link {
    height: 44px;
    width: 44px;
}
.section-box.title-bg h2 {
    font-size: 30px;
}

.firma-pildid  {
	text-align:center;
	line-height:1 !important;
}

.firma-pildid img {
    width: 47% !important;
    padding: 0;
	vertical-align:middle;
}

}


@media screen and (max-width:400px) {

.txt-box-wrap.wrap-right,
.section-box .txt-box,
.section-box {
	background-image:none !important;
	padding-bottom:10px !important;
}

.person-box {
	width:100% !important;
}

.qr-pic {
	display:none;
}

}



.container {
	min-height:10px!important;
	}



.bxslider-gallery {
	float:right;
	width:49%;
	}
.bx-controls .bx-pager,
.gallery-wrapper .bx-controls{
	display:none;
	}
#interjoorile_popup,
#vaikeformaadiline_popup,
#suureformaadiline_popup,
#foto_popup,
#kleebised_popup{
	visibility:hidden;	
}

.gallery-wrapper .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px none;
    left: 0px;
    width: 100%;
    height: 350px !important;
    padding: 0;
}
.gallery-wrapper .bx-wrapper .bxslide img {
    max-width: 100%;
	max-height:350px;
    height: auto;
    width: auto;
	display:initial;
	margin:0 auto;
	vertical-align:middle;
}
.bxslide {
    height: 350px !important;
    text-align: center;
    line-height: 350px;
}
.bxslider-gallery .pager-wrapper {
    margin-left: -104%;
}
.pager-wrapper .bx-wrapper .bx-viewport {
    width: auto !important;
    display: block;
    border: medium none;
    box-shadow: none;
    height: 110px !important;
}
.pager-wrapper .bx-wrapper .bx-viewport a {
    width: 100px !important;
    border: 1px solid #ccc;
    margin-left: 10px;
}
.bx-wrapper {
    max-width: 690px !important;
	margin-bottom:0;
}
.bx-wrapper .bx-prev {
	left:-40px !important;
    background-image: url("../img/arr_L.png") !important;
}
.bx-wrapper .bx-next {
	right:-40px !important;
    background-image: url("../img/arr_R.png") !important;
}
.pager-wrapper .bx-wrapper .bx-controls-direction a {
    top: -110px;
    margin: 0;
    height: 100px;
	background-position:center center !important;
}

@media screen and (max-width:992px) {

.gallery-wrapper .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px none;
    left: 0px;
    width: 100%;
    height: 200px !important;
    padding: 0;
}
.gallery-wrapper .bx-wrapper .bxslide img {
	max-height:200px;
}
.bxslide {
    height: 200px !important;
    line-height: 200px;
}



.pager-wrapper .bx-wrapper .bx-viewport {
    height: 90px !important;
}
.pager-wrapper .bx-wrapper .bx-viewport a {
    width: 80px !important;
}
.pager-wrapper .bx-wrapper .bx-controls-direction a {
    top: -100px;
}

}
@media screen and (max-width:990px) {
.staff-member {
  margin-left: 5px;}

}

@media screen and (max-width:767px) {
.person-box {
	  text-align: center;
	  z-index: 9999;
	}
.main-contact{
	  padding-top: 30px;
	}
.staff-member {
	  margin: 0 auto;
	}
.footer-copyright{
	display:none;
	}
.footer-logo img {
	 margin-bottom: 20px;
	}
.main-contact {
	  margin: 0!important;
	}
.sisuala h1 {
	font-weight:300;
	text-transform:uppercase;
	font-size:25px;
	margin:0;
	margin-top: 50px;
	word-break: normal;
}
.section-box.title-bg h2 br {
    display:none;
}

.bxslider-gallery {
    float: left;
    width: 100%;
}
.sisu-wrap {

	margin-bottom:0px;
}
#fullView {
	display:block;
	}
.sisuala p {
    float: none;
    width: 100%;
}
.bxslider-gallery .pager-wrapper {
    margin: 0 55px;
}
}

.popup_content .container .sisuala{
	padding-top:15px;
	padding-bottom:5px;
	
	}
	
.headerlink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	}

.staff-member-listing a {
		color:#4d4d4d;
	}

#fullView p {
	font-size: 30px;
	font-weight: 300;
	padding-top: 12px;
	text-transform: uppercase;
	text-align: center;
	
}
	
#copiright p{
	font-size: 12px;
}

.the-slider {
	clear: both;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.the-news-above-title {
	text-align: right !important;
	position: relative !important;
	margin-top: 30px !important;
	margin-bottom: 50px;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
}

@media all and (max-width: 600px) {

	.the-news-above-title {
		text-align: center !important;
	}

}

.the-news {
	width: calc(100% + 30px);
	height: 232px !important;
	background: #111;
	margin-left: -15px;
}

.the-news a {
	display: block;
	width: 100%;
	height: 232px !important;
}

@media all and (max-width: 700px) {

	.sp-image {
		width: 100% !important;
		height: auto !important;
		max-height: auto !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	.sp-image-container,
	.sp-slide {
		height: auto !important;
	}

	.sp-mask {
		height: 150px !important;
	}

	.sp-buttons {
		margin-top: -66px !important;
	}

	.sp-slider-container {
		margin-top: -21px;
	}

}

/* navbar */
@media(min-width:768px){.navbar{max-width:722px;}}
@media(min-width:992px){.navbar{max-width:962px;}}
@media(min-width:1200px){.navbar{max-width:1142px;}}


.navbar-light .navbar-toggler{
	border-width:thick;
}

.navbar{
	text-align: right;
	/*font-family: Myriad Pro Regular;
	color: #fff; !important*/
	margin-bottom: 0px !important;
	border: 0px !important;
	border-radius: 0px !important;
	background-color: #2d748b !important;
	position: fixed !important;
    right: 0;
    left: 0;
    z-index: 10000 !important;
	
	width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}



.nav-link:hover{
	color: #99e1f8 !important;
	border-bottom: 5px solid #99e1f8 !important;
	/*padding-bottom: 10px !important;*/
}
.nav-link{
	color: #fff !important;
	background-color:transparent !important;
	border-bottom: 5px solid #2d748b!important;

}

/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:transparent !important;
	color: #99e1f8 !important;
	border-bottom: solid 5px #99e1f8 !important;
	padding-bottom: 10px !important;
}*/

.navbar-nav{
	padding-bottom: 0px !important;
	font-size: 20px !important;
}

.navbar-brand{
	padding-top:8px !important;
}
.faa{
	border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 3px;
    color: white;
    
    border: 1px solid #fff;
    text-align: center;
	/font-size:inherit !Important;
}

.faa-facebook{
	color: #fff !important;
}
.fa-facebook:hover{
	color:#99e1f8 !important;
	text-decoration: none !important;
}
.dropdown-item{
	color:#fff !important;
	font-size: 12px;
	z-index:1000;
}
.dropdown-item:hover{
	color:#2d748b!important;
}
.icon-bar{
	background-color:#fff !important;
}
.dropdown-menu{
	background-color: #2d748b!important;
	text-transform: capitalize;
	margin:0px!important;
}
/*.navbar ul.nav li:hover > ul.dropdown-menu {
    display: block;   
}*/
/* before and after */
.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
    display: none;
}
.dropdown-menu > .active > a{
	background-color: transparent !important;
	color: white !important;
}
.dropdown-menu > .active > a:hover{
	background-color: white !important;
	color: #337ab7 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	background-color: white !important;
	color: #337ab7 !important;
}

/* bootstrap dropdown hover menu*/

/*body {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4f5d6e;
  position: relative;
  background: rgb(26, 49, 95);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(10%, rgba(26, 49, 95, 1)), color-stop(24%, rgba(29, 108, 141, 1)), color-stop(37%, rgba(41, 136, 151, 1)), color-stop(77%, rgba(39, 45, 100, 1)), color-stop(90%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 1)));
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#1a315f', GradientType=0);
}

.body-wrap {
  min-height: 700px;
}

.body-wrap {
  position: relative;
  z-index: 0;
}*/

.body-wrap:before,
.body-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 260px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 0)));
  background: linear-gradient(to bottom, rgba(26, 49, 95, 1) 0%, rgba(26, 49, 95, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#001a315f', GradientType=0);
}

.body-wrap:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(26, 49, 95, 0) 0%, rgba(26, 49, 95, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001a315f', endColorstr='#1a315f', GradientType=0);
}

.custom-map-wrap{
	padding-top:50px;
	padding-bottom:50px;
}
.custom-contact-us-map{
	padding-bottom:0px;
}
.bwg-item0{
	background-color: transparent !important;
}
.bwg_standart_thumb_spun1_0 {
	background-color: transparent !important;
}
.bwg_gal_title_0{
	color: #000 !important;
	font-weight: normal !important;
}
.div[id^="bwg_container"] *{
	font-weight: normal !important;
}
[class^="tablenav-pages_"]{
	visibility:hidden;
	display:inline !important;
}
.contact-ps-box{
	margin-top: 50px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}


/*GRID*/
@media(max-width:768px){
	.col-md-12{/*max-width:100%!important;flex-grow:0!important;flex-shrink:0!important;flex-basis:100%!important;*/background-image:none!important;}
}
/*@media(min-width:768px) and (max-width:992px){
	.col-md-12{max-width:100%!important;flex-grow:0!important;flex-shrink:0!important;flex-basis:100%!important;}
}*/
@media(min-width:992px){
	/*.col-lg-4{max-width:100%!important;flex-grow:0!important;flex-shrink:0!important;flex-basis:33.333333%!important;}*/
	.hidden-xs{max-width:100%!important;flex-grow:0!important;flex-shrink:0!important;flex-basis:0%!important;height:0px!important;padding:0px!important;}
	/*.col-lg-8{max-width:100%!important;flex-grow:0!important;flex-shrink:0!important;flex-basis:66.666667%!important;}*/
	.col-lg-4{background-size:85%!important;}
}
@media(min-width:1440px){.nav-item{margin-right:30px;}}

.hidden-xs{
padding:0!important;
min-height:0!important;	
}