/**/
/* fonts */
/**/
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,700);


/**/
/* reset */
/**/
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, strong, sub, sup, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
html, body {
	-webkit-text-size-adjust: none;
}
dl, dt, dd, ul, ol, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a, button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}


/**/
/* defaults */
/**/
html, body {
	height: 100%;
	background: #fff;
	font: 400 13px/1 Raleway, 'Josefin Sans', Arial, sans-serif;
	color: #000;
}
input {
	display: block;
	width: 100%;
	padding: 6px 10px 4px;
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/*----------------------------------------------*/
/*                   PLUGINS                    */
/*----------------------------------------------*/

/**/
/* owl carousel */
/**/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-webkit-transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-ms-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1s ease both;
  -moz-animation: scaleUpFrom 1s ease both;
  animation: scaleUpFrom 1s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1s ease both;
  -moz-animation: scaleUpTo 1s ease both;
  animation: scaleUpTo 1s ease both;
}
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


.content-slider .slider {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.content-slider .slider .pic {
	height: 500px;
}

/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* clearfix */
/**/
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}


/**/
/* page */
/**/
.page {
	position: relative;
	min-height: 100%;
	padding-bottom: 83px;
	box-sizing: border-box;
}
.page-header {
	position: relative;
}
.page-content {
	max-width: 940px;
	margin: 0 auto;
	padding: 50px 20px;
}
.main-column {
	float: left;
	width: 73%;
}
.side-column {
	float: right;
	width: 24%;
}
.page-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f2f2f2;
}
@media screen and (max-width: 767px) { /* phone */
	.page {
		padding-bottom: 96px;
	}
	.main-column {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.side-column {
		float: none;
		width: 100%;
	}
}



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

/**/
/* logo */
/**/
.logo {
	position: absolute;
	z-index: 10;
	bottom: 25px;
	left: 50%;
	margin-left: -101px;
}
.logo a {
	display: block;
	width: 202px;
	height: 70px;
	background: url(../img/logo.png);
}
@media screen and (max-width: 767px) { /* phone */
	.logo {
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 10px 0 15px;
		background: #4d4c4d;
	}
	.logo a {
		margin: 0 auto;
	}
}


/**/
/* main nav */
/**/
.main-nav {
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.main-nav li {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	padding: 20px 17px 15px;
}
.main-nav a {
	display: block;
	color: #fff;
}
.main-nav a:hover {
	text-decoration: underline;
}
.main-nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 0;
	font-size: 12px;
	background: rgba(0,0,0,0.8);
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.main-nav li:hover ul {
	opacity: 1;
	pointer-events: auto;
}
.main-nav li li {
	display: block;
	margin: 0;
	padding: 5px 17px;
	font-family: Raleway, Arial, sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: none;
}
.main-nav li form {
	position: absolute;
	top: 100%;
	left: 12px;
	width: 200px;
	background: rgba(0,0,0,0.8);
	padding: 5px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.main-nav li form button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	background: url(../img/icon-search-alt.png) 50% 50% no-repeat;
	opacity: 0.5;
}
.main-nav li:hover form {
	opacity: 1;
	pointer-events: auto;
}
.main-nav .switcher {
	position: relative;
	display: none;
}
.main-nav .switcher i {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
}
.main-nav .switcher i:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.main-nav .switcher i:before {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.main-nav li .icon-search {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon-search.png);
}
.main-nav li .icon-twitter {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 16px;
	margin-right: 12px;
	background: url(../img/icon-twitter.png);
}
.main-nav li .icon-facebook {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 16px;
	margin-right: 12px;
	background: url(../img/icon-facebook.png);
}
.main-nav li .icon-google-plus {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 16px;
	margin-right: 12px;
	background: url(../img/icon-google-plus.png);
}
.main-nav li .icon-instagram {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 16px;
	background: url(../img/icon-instagram.png);
}
@media screen and (max-width: 767px) { /* phone */
	.main-nav {
		background: #008dce;
	}
	.main-nav a {
		padding: 13px 0 9px;
	}
	.main-nav a:hover {
		background-color: rgba(255,255,255,0.1);
		text-decoration: none;
	}
	.main-nav ul {
		display: none;
	}
	.main-nav li {
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px solid #fff;
	}
	.main-nav li ul {
		position: static;
		padding: 0;
		opacity: 1;
		pointer-events: auto;
	}
	.main-nav li li {
		padding: 0;
		text-align: center;
	}
	.main-nav li form {
		position: static;
		width: auto;
		padding: 10px 15px;
		background: #008dce;
		opacity: 1;
		pointer-events: auto;
	}
	.main-nav li form button {
		top: 10px;
		right: 15px;
	}
	.main-nav .switcher {
		display: block;
	}
	.main-nav li .icon {
		padding: 0;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.main-nav li .icon:hover {
		background-color: transparent;
	}
	.main-nav li .icon-search {
		display: none;
	}
}


/**/
/* slider */
/**/
.slider {
	margin-top: -55px;
	background: #000;
}
.slider .pic {
	height: 339px;
	background-position: 50% 50%;
	background-size: cover;
}
.slider .pic-small {
	height: 249px;
}
.slider .owl-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 11px;
	height: 32px;
	background: url(../img/slider-prev.png);
}
.slider .owl-next {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 32px;
	background: url(../img/slider-next.png);
}
@media screen and (max-width: 767px) { /* phone */
	.slider {
		margin-top: 0;
	}
}



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

/**/
/* page title */
/**/
.page-title {
	background: #008dce;
}
.page-title h1 {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.page-title h2 {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.page-title span {
	font-weight: 700;
}


/**/
/* page intro */
/**/
.page-intro {
	padding: 15px 0 35px;
	background: #4d4c4d;
}
.page-intro p {
	max-width: 940px;
	margin: 25px auto 0;
	padding: 0 20px;
	line-height: 20px;
	color: #fff;
}


/**/
/* text */
/**/
.text p {
	margin-top: 20px;
	line-height: 20px;
}
.text p:first-child {
	margin-top: 0;
}
.text ul {
	margin-top: 20px;
}
.text li {
	position: relative;
	margin-top: 10px;
	padding-left: 36px;
	line-height: 20px;
}
.text li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 15px;
	width: 6px;
	height: 6px;
	background: #008dce;
}


/**/
/* services */
/**/
.services ul {
	margin: 0 -20px;
	text-align: center;
}
.services li {
	display: inline-block;
	width: 140px;
	margin: 20px 10px 0;
}
.services li img {
	display: block;
}
.services li img:first-child {
	position: relative;
	margin-bottom: -266px;
	opacity: 0;
	transition: opacity 0.3s;
}
.services a:hover img:first-child {
	opacity: 1;
}
.services li h3 {
	margin-top: 2px;
	padding: 21px 0 22px;
	background: #4d4c4d;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	transition: background 0.3s;
}
.services a:hover h3 {
	background: #008dce;
}
.services a:hover {
	text-decoration: none;
}


/**/
/* staff */
/**/
.staff ul {
	margin: -50px -20px 0;
	text-align: center;
}
.staff li {
	display: inline-block;
	width: 220px;
	margin: 50px 10px 0;
	text-align: left;
}
.staff li img {
	display: block;
}
.staff li h3 {
	padding: 20px 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: #008dce;
}
.staff li h3 a {
	color: #008dce;
}
.staff li p {
	line-height: 16px;
	color: #4d4c4d;
}


/**/
/* secondary nav */
/**/
.secondary-nav {
	margin-top: -4px;
}
.secondary-nav li {
	margin-top: 4px;
}
.secondary-nav a {
	display: block;
	padding: 15px 15px 15px 30px;
	background: #f2f2f2;
	border-left: 6px solid #d1d1d1;
	line-height: 20px;
	text-transform: uppercase;
	color: #838383;
	transition: background 0.3s;
}
.secondary-nav a:hover {
	background: #f9f9f9;
	text-decoration: none;
}


/**/
/* socials nav */
/**/
.socials-nav {
	margin-top: 20px;
}
.socials-nav li {
	margin-top: 4px;
	line-height: 40px;
	text-transform: uppercase;
}
.socials-nav a {
	position: relative;
	display: block;
	background: #f2f2f2;
	padding-left: 75px;
	color: #838383;
	transition: background 0.3s;
}
.socials-nav a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.socials-nav img {
	position: absolute;
	top: 50%;
	left: 29px;
	margin-top: -8px;
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* copyrights */
/**/
.copyrights {
	padding: 35px 20px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #4d4c4d;
}