
input::-webkit-input-placeholder {
    color: black;
}

input:focus::-webkit-input-placeholder {
    color: black;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: black;
}

input:focus:-moz-placeholder {
    color: black;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: black;
}

input:focus::-moz-placeholder {
    color: black;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: black;
}

input:focus:-ms-input-placeholder {
    color: black;
}

input.zkeError::-webkit-input-placeholder {
    color: #cc0000;
}

/* Firefox < 19 */
input.zkeError:-moz-placeholder {
    color: #cc0000;
}

/* Firefox > 19 */
input.zkeError::-moz-placeholder {
    color: #cc0000;
}

/* Internet Explorer 10 */
input.zkeError:-ms-input-placeholder {
    color: #cc0000;
}


[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
 
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.absmiddle { 
    vertical-align: middle;
    margin-bottom: .25em;
}

.alert:empty{
    display:none;
}

.cta { 
    border: 1px solid black;
}

.cta:hover { 
    opacity: .7;
}

.cursor { 
cursor: pointer;
 }

.href { 
    cursor: pointer;
}

.zkeError { 
  color: #cc0000 !important;
}

.zkeThumbnail { 
    cursor: pointer;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.g-recaptcha{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.g-recaptcha iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }

    .pull-right-xs { 
        float: right;
    }

    .pull-left-xs { 
        float: left;
    }

    .pull-center-xs { 
        margin: auto;
    }

}
/*@media (min-width: 768px) and (max-width: 991px) { */
@media (min-width: 768px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }

    .pull-right-sm { 
        float: right;
    }

    .pull-left-sm { 
        float: left;
    }

    .pull-center-sm { 
        margin: auto;
    }

}
/* @media (min-width: 992px) and (max-width: 1199px) { */
@media (min-width: 992px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
    
    .pull-right-md { 
        float: right;
    }

    .pull-left-md { 
        float: left;
    }

    .pull-center-md { 
        margin: auto;
    }

}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    
    .pull-right-lg { 
        float: right;
    }

    .pull-left-lg { 
        float: left;
    }

    .pull-center-lg { 
        margin: auto;
    }

}

.container-fluid { max-width: 1030px;}

body {
	font-family: 'Open Sans', sans-serif;
	background: #fff url(../_images/bg.png);
	font-size: 14px;
	line-height: 1.2;
	color: #1d1d1d;
}

.form-control {
	color: #474747;
	border-radius: 0;
	-webkit-box-shadow: none; box-shadow: none;
	height: 45px; font-weight: normal;
	border-color: #e5e5e5;
}
.form-control:focus {
	-webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,.16);
	box-shadow: 		inset 0 0 3px 0 rgba(0,0,0,.16);
}

input[type=checkbox], input[type=radio] { margin-top: 2px; }

textarea.form-control {min-height: 120px;}


::-webkit-input-placeholder {color:#a0a0a0 ;}
::-moz-placeholder          {color:#a0a0a0 ;}/* Firefox 19+ */
:-moz-placeholder           {color:#a0a0a0 ;}/* Firefox 18- */
:-ms-input-placeholder      {color:#a0a0a0 ;}

ul { list-style: none; padding: 0;}
p {margin-bottom: 20px;}

a { color: #474747; transition: color 200ms ease-in-out 0s,  background-color 200ms ease-in-out 0s;}
a:hover, a:focus { text-decoration: none;}
a:hover, a.more { color: #ef2431;}

a.more:hover {text-decoration: underline;}

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


hr {
	margin: 40px 0 42px;
	border-top:1px solid #ebebeb;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 15px 0 21px;
	color: #000;
	line-height: 1;
	font-weight: 700;
}

/* 	BUTTONS
...............................*/

.btn-red {
	border: 0;
	position: relative;
	display: inline-block;
	padding: 9px 25px 9px;
	background-color: #4daacc;
	color: #fff; font-size: 14px; font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.btn-red {
	transition: all 200ms ease-in-out 0s;
}
.btn-red:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}

button.btn-send {}



/* 	HEADER
------------------------------------------------------------------- */

.header {

}

.navbar-header {
	text-align: center;
    padding: 40px 20px;
	background: url(../_images/header-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}


/* 	Logo
...............................*/
.navbar-header { float: none;}
a.navbar-brand {
	float: none; padding: 0; height: auto; display: inline-block;
}


/*	PAGE
-----------------------------------------------*/

.content {
	background-color: #fff;
}

.page-title {
	min-height: 87px;
	padding: 27px 26px 20px;
	background-color: #f7e467;
	text-transform: uppercase;
	margin: 0;
}
.page-content .text {
	padding: 20px 26px 20px;
	background-color: #fcf5c9;
}

.contact .text {background-color: transparent;}

.text ul {
	list-style: disc;
	margin: 0rem 0rem 0rem 3rem;
}

/* 	BLOCKS
-----------------------------------------------*/

.block-main .title {
	min-height: 87px;
	padding: 23px 26px 20px;
}
.block-main .title h2 {
	font-size: 23px; text-transform: uppercase;
	margin: 0;
}

.block-social { background-color: #cdd7ea; }

.block-social .title {
	padding: 14px 18px 10px 12px;
	background: url(../_images/social-bg.jpg) 0 0 no-repeat; background-size: cover;
}

.block-social .ava {float: left;margin-right: 8px;}
.block-social .table-block { 
	display: table; padding-top: 27px;
	color: #fff;
	font-size: 13px;
}
.block-social .table-block span { font-size: 16px; font-weight: bold; display: block; }


.block-social .like { float: right; margin-top: -21px; box-shadow: 2px 3px 4px 0 rgba(0,0,0,.75);}


.block { height: 100%; }

.block .text {
	padding: 20px 35px 20px;
}

.block-1 .title { background-color: #f7e467; }
.block-1 { background-color: #fcf5c9; }

.block-2 .title { background-color: #b0d78c; }
.block-2 .text {padding-top: 33px;}
.block-2 { background-color: #edf5e0; }
.block-2 img { box-shadow: 5px 5px 4px 0 rgba(0,0,0,.6);}
.block-2 a:not(:last-child) {margin-right: 70px;}

.block-3 .title { background-color: #f7a66e; }
.block-3 { background-color: #fdead9; }



/* 	SIDEBAR
-----------------------------------------------*/

.sidebar-block-map .text {padding: 0;}
.sidebar-block-map a {text-decoration: underline;}
.sidebar-block-map h3 { color: #374243; }

.sidebar-block-map .map {
	margin-bottom: 34px; position: relative;
}

.sidebar-block-map .map em {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: -24px;
	width: 48px; height: 48px; line-height: 48px; background-color: #fff;
	border-radius: 100%;
	color: #ee3124; margin: 0px auto;
	font-size: 24px;
	text-align: center;
}



/* Map
...............................*/
#map {
	width: 100%;
	height: 209px; 
}


.form-search {
	position: absolute; right: 9px; top: 93px;
	width: 30px; height: 30px;
	overflow: hidden;
	transition: all 200ms linear 0s;
}
.form-search .form-group {vertical-align: top;}
.form-search .form-control {
	height: 30px; border: 0; vertical-align: top;
	position: absolute;
	left: 191px;
	opacity: 0;
	transition: all 200ms linear 0s; 
}
.form-search:hover {
	width: 187px;
}
.form-search:hover .form-control {
	left: 0; opacity: 1;
}

.btn-search {
	color: #fff;
	border: 0;
	font-size: 16px;
	width: 30px; height: 30px;
	text-align: center; padding: 0;
	vertical-align: top;
	background-color: #000;
		position: absolute;
		right: 0; top: 0;
}


/* Contact
...............................*/
form.form-contact {}
form.form-contact label {}
form.form-contact .form-control {}


/* 	SOCIAL LINKS
-----------------------------------------------*/
.social-inline>li { padding: 0;}
a.social {}

.header .social-inline {
	text-align: right; padding: 43px 0px 16px;
}
.header .social-inline a { font-size: 14px; color: #fff;}
.header .social-inline a:hover { color: #5b5b5b;}


/* Slider
-----------------------------------------------*/
.carousel-fade .carousel-inner .item { transition-property: opacity;}
.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {opacity: 0;}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {left: 0;);transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-control { z-index: 2; font-size: 0; color: transparent;}


.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-right: 12px;
    background-color: rgba(255,255,255,.6);
}
.carousel li {
    margin-right: 12px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-right: 12px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 13px;
}

.carousel-indicators {
    bottom: 11px;
}


.carousel-fade .carousel-control {
	background: transparent;
	font-size: 14px; line-height: 30px;
	color: #fff;
	text-align: center;
}

.block-slider .carousel-fade .carousel-control { width: 60px;}

.carousel-fade .carousel-control:before {
	position: absolute; top: 45%;
	width: 30px; height: 30px;
	background-color: rgba(0,0,0,.6);
	border-radius: 100%;
}
a.carousel-control.left:before {
	left: 50%;
}
a.carousel-control.right:before {
	right: 50%; 
}

.block-slider {
	position: relative;
}
.block-slider .item { min-height: 299px;}

.block-slider .item-1 {
	background: url(../_images/slide-1.jpg) 0 0;
	background-size: cover;
}
.block-slider .item-2 {
	background: url(../_images/slide-2.jpg) 100% 0;
	background-size: cover;
}
.block-slider .item-3 {
	background: url(../_images/slide-3.jpg) 100% 0;
	background-size: cover;
}
/*.block-slider .item-4 {
	background: url(../_images/slide-4.jpg) 100% 0;
	background-size: cover;
}
*/
/*
.owl-theme .owl-controls {
	margin-top: -2.5rem;
}
.owl-carousel .owl-stage-outer {
    z-index: -1;
}
.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid white;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: white;
}
*/

.owl-dots { 
  position: relative;
  margin-top: -2em!important;
}

/* Footer
-----------------------------------------------*/
.footer-area {}


.footer {
	background-color: #fff;padding: 25px 35px;
}

.copyright img {
	float: left; margin-right: 14px;
}
.copyright  p {padding-top: 18px; font-size: 13px;}

.footer a {}
.footer a:hover {}

.footer-social-links { text-align: right; padding-top: 15px;}


.footer-social-links a { color: #808080; font-size: 13px;}
.footer-social-links a:hover { color: #000; }
.footer-social-links ul {margin-bottom: 2px;}
.footer-social-links li {padding: 0 2px; color: #808080;}

/* Custom
-----------------------------------------------*/
.img-opacity-animation img { transition:  opacity 200ms ease-in-out 0s;}
.img-opacity-animation:hover img {opacity: .7;}




/* @ MEDIA
-----------------------------------------------*/
@media only screen and (min-width: 768px){
	.block-main .row {
		margin: 0;
		display: table;
		height: 100%;
	}
	.block-main .col-sm-8,
	.block-main .col-sm-4,
	.block-main .col-sm-6 {
		display: table-cell; float: none; height: 100%;
			vertical-align: top;
			padding: 0;
	}
}


@media only screen and (min-width: 1024px) {
	.navbar-header {
		min-height: 300px;
		text-align: right;
		padding: 81px 61px 20px 0;
	}
}

@media only screen and (max-width: 1219px) and (min-width: 1024px) {
	
}

@media only screen and (max-width: 1023px) {
	.block-2 .text { text-align: center; }
	.block-2 a:not(:last-child) {margin: 0px 10px 20px;}
	.block-2 a {display: inline-block;text-align: center; margin: 0px 10px 20px;}
}


@media only screen and (max-width: 1023px) and (min-width: 768px){
	
}

@media only screen and (max-width: 767px) {
	.footer-social-links  {clear: both; text-align: center; padding-top: 20px;}

	.footer { padding: 25px 22px;}
	.copyright img { max-width: 30%; }
	.copyright p {  padding-top: 3px;}

	.block-social .like {margin-top: 10px;}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	
}

@media only screen and (max-width: 479px) {
	
}


/* Navigations
-------------------------------------------------------------------------------------------------------*/
.nav-container {
	position: relative;
	min-height: 40px;
	padding-left: 63px;
	background-color: #4daacc;
}
.navbar-collapse { -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0;}

.nav-container .fa {
	position: relative; z-index: 1;
	float: right; margin: 10px 70px 0 0;
	color: #4daacc; line-height: 26px;
	background-color: #fff; text-align: center; font-size: 18px;
	width: 21px; height: 20px; border-radius: 3px;
}
.nav-container .fa:hover { color: #03536f; background-color: #f0f0f0; }

.navbar { 
	margin: 0; min-height: inherit; border-radius: 0; border: 0;
}

.navbar-nav { padding: 0; margin: 0; float: none; display: inline-block;}
.navbar-nav a {
	position: relative;
}

.navbar-nav > li > a {
	display: block;
	padding: 0;
	color: #fff;
	font-size: 18px;
	outline: none;
	text-transform: uppercase;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, 
.navbar-nav .open > a, .navbar-nav .open > a:focus, .navbar-nav .open > a:hover,
.navbar-nav > li.active > a {
	color: #03536f;
	background-color: transparent;
}
.open > .sub-nav { display: block;}

.navbar-collapse.in {overflow: inherit;}

a.navbar-toggle {
	position: absolute;
	right: 15px;
	top: 41px;
	width: 35px;
	margin: 0;
	z-index: 1;
	overflow: hidden;
		padding: 0;
		border-radius: 0;
		cursor: pointer;
}
a.navbar-toggle span {
	background-color: #fff;
	transition: background-color 200ms ease-in-out 0s;
	border: 0;
	height: 4px;
	display: block;
}
a.navbar-toggle:hover span, a.navbar-toggle:focus span { background-color: #03536f;}
a.navbar-toggle span + span {  margin-top: 6px;}
.navbar-toggle span:first-child { border-top-width: 0;}
.navbar-toggle span:last-child { border-bottom-width: 0;}


/* @ MEDIA
-----------------------------------------------*/
@media only screen and (min-width: 768px){
	.navbar-nav > li > a {
		font-size: 16px;
		padding: 10px 0 5px;
		white-space: nowrap;
	}
	.navbar-nav > li:not(:last-child) { padding: 0 30px 0 0px;}
	.caret {
		position: absolute;
		margin: 10px 0 0 10px;
	}
}


@media only screen and (max-width: 1023px) and (min-width: 768px){
	.nav-container {padding-left: 19px;}
	.navbar-nav > li:not(:last-child) {
	    padding: 0 33px 0 0px;
	}
	.navbar-nav > li > a {font-size: 15px;}
	.nav-container .fa {margin-right: 28px;}
}

@media only screen and (max-width: 767px) {
	a.navbar-toggle {display: inline-block;}

	.nav-container {text-align: center; padding-left: 0;}

	.navbar-nav > li > a {
		height: auto;
		padding: 16px 23px;
	}
	.dropdown-menu>li>a:not(:hover) {color: #fff;}

	.dropdown-menu {text-align: center;}

	a.navbar-toggle {
		top: 7px;
		left: 13px;
	}

	.nav-container .fa {margin-right: 13px; position: absolute; right: 0;}


}

@media only screen and (min-width: 529px) {
	.hide-custom-social {
		display: block;
	}
	.show-custom-social {
		display: none;
	}
}

@media only screen and (max-width: 528px) {
	.hide-custom-social {
		display: none;
	}
	.show-custom-social {
		display: block;
	}
}

@media only screen and (max-width: 479px) {
	
	
}