/*
Theme Name: Ukrainian Academy of Plastic Surgery
Theme URI: http://bshepelev.com
Description: The theme for WordPress
Author: Shepelev Boris
Version: 1.a
*/

/* --- RESET ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

* { border:0; margin:0; padding:0; outline: none; border-collapse: collapse; }

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, font, img, 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 { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html,
body { 
	padding:0;
	margin:0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	line-height:19px;
	min-width:280px;	
	position:relative;
	height:100%; 
	max-width:100%;
	background:#FFF;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
}

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:center;
}

.center {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:left;
}

.left { float:left; }

.right { float:right; }

.clear {
	clear:both;
	width:100%;
	height:0px;
}

@media screen and (max-width: 1200px) { 
	.center {
		width:90%;
		padding:0 5%;
	}
}

@media screen and (max-width: 1024px) { 
	.center {
position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h2.title {
	font-size:25px;
	line-height:25px;
	color:#424242;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding:0 0 35px 0;
}

h2.title span {
	display:inline-block;
	position:relative;
}

h2.title span:before,
h2.title span:after {
	content:'';
	position:absolute;	
	top:12px;
	height:2px;
	width:105px;
	background:#c19b77;
}

h2.title span:before { left:-125px; }
h2.title span:after { right:-125px; }

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

	h2.title {
		font-size:22px;
		line-height:22px;
	}
	
	h2.title span:before,
	h2.title span:after {
		width:50px;
	}
	
	h2.title span:before { left:-70px; }
	h2.title span:after { right:-70px; }
	
}

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

	h2.title {
		font-size:20px;
		line-height:20px;
	}
	
	h2.title span:before,
	h2.title span:after {
		width:30px;
	}
	
	h2.title span:before { left:-50px; }
	h2.title span:after { right:-50px; }

}

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

	h2.title {
		font-size:16px;
		line-height:16px;
	}

	h2.title span:before,
	h2.title span:after {
		width:5px;
		top:8px;
	}
	
	h2.title span:before { left:-15px; }
	h2.title span:after { right:-15px; }


}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	padding:5px 0;
	background:#FFF;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	position:relative;
	z-index:999;
	transition: 0.2s;
    max-width: 100%;
    box-sizing: border-box;
}

.header .logo a {
	display:inline-block;
	width:247px;
	height:75px;
	background:url("images/logo-top.png") no-repeat 0 0;
	text-indent:-9999px;
}

.header .menu {
	padding:27px 0 0 0;
}

.header .menu li {
	display:inline-block;
	list-style:none;
	position:relative;
	margin:0 20px;
}

.header .menu li.menu-item-has-children:before {
	content:'';
	display:block;
	width:9px;
	height:5px;
	background:url("images/menu-down.png") no-repeat 0 0;
	position:absolute;
	top:50%;
	right:-15px;
	margin:-2px 0 0 0;
}

.header .menu li.menu-item-has-children:hover:before {
	background:url("images/menu-down-hover.png") no-repeat 0 0;
}

.header .menu ul li ul li.menu-item-has-children:before {
	content:'';
	display:block;
	width:5px;
	height:9px;
	background:url("images/menu-right.png") no-repeat 0 0;
	position:absolute;
	top:50%;
	right:10px;
	margin:-4px 0 0 0;
}

.header .menu ul li ul li.menu-item-has-children:hover:before {
	background:url("images/menu-right-hover.png") no-repeat 0 0;
}

.header .menu li a {
	font-size:17px;
	font-weight:bold;
	color:#424242;
	text-decoration:none;
	padding:8px 0;
}

.header .menu li a:hover {
	color:#414c6d;
	border-bottom:2px solid #7e7999;
}

.header .menu li ul {
	position:absolute;
	top:130%;
	left:0px;
	background:#FFF;
	z-index:999;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	width:200px;
	display:none;
}

.header .menu li ul li ul{
	position:absolute;
	top:-1px;
	left:100%;
	background:#FFF;
	z-index:999;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	width:200px;
	display:none;
}

.header .menu li ul li {
	display:block;
	border:1px solid #ececec;
	margin:0;
	padding:10px 15px;
}

.header .menu li ul li:hover {
	border:1px solid #414c6d;
}

.header .menu li ul li:hover a,
.header .menu li ul li:hover a:hover {
	border:none;
}

.header .menu li.menu-item-has-children:hover > ul {
	display:block;
}

.header .menu li ul li a {
	font-weight:normal;
}

.header .button {
	padding:30px 0 0 35px;
}

.header .button a {
	font-size:17px;
	line-height:17px;
	color:#FFF;
	background-color:#414c6d;
	text-decoration:none;
	display:inine-block;
	border:2px solid #414c6d;
	padding:8px 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
}

.header .button a:hover {
	background:#2b9dd9;
	color:#FFF;
}

.header.fixed {
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999999;
}

.logged-in .header.fixed { top:29px; }
.mobile-menu { display:none; }

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

	.header .menu ul  {
		display:none;
	}

	.mobile-menu {
    background: url(images/menu_final.png) top center no-repeat;
    background-size: contain;
    width: 33px;
    height: 46px;
    display: inline-block;
    position: relative;
    top: -7px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
	}
	
}

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

	.header .button a {
		font-size:16px;
		line-height:16px;
		padding:8px 12px;
	}

	.mobile-menu {
		right:-15px;
	}
}

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

	.header {
		padding:5px 0;
	}
	
	.header .button {
		display:none;
	}


}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.drop-down-menu {
	background:#FFF;
	padding:30px 0;
	display:none;
}

.drop-down-menu li {
	display:block;
	list-style:none;
	padding:10px;
	border-top:1px solid #c19b77;
	position:relative;
}

.drop-down-menu li:first-child { border:none; }

.drop-down-menu li a {
	color:#000;
	text-decoration:none;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	width:100%;
	display:inline-block;
}

.drop-down-menu li a span {
	display:block;
	width:100%;
}

.drop-down-menu li.menu-item-has-children.active { background:#decfc3; }

.drop-down-menu li ul {
	display:block;
	background:#efe5dc;
	padding:10px 20px;
	display:none;
	margin:10px 0;
}

.drop-down-menu li ul li ul {
	background:#e6d7c9;
}

/*
.drop-down-menu li.menu-item-has-children span {
	background:url("images/menu-down.png") no-repeat center center;
	display:block;
	position:absolute;
	right:10px;
	top:5px;
	width:54px;
	height:30px;
}
*/
.drop-down-menu li.menu-item-has-children.active > span { background:url("images/menu-down-hover.png") no-repeat center center; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pages  {
	padding:28px 0 0 0;
	background:#FFF;
}

.single-post .pages  { padding:14px 0 28px; }

.archive .pages  { padding:14px 0 28px; }

.pages .center {
	border:1px solid #c5a180;
	padding:20px 25px;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pages h1 {
	font-size:21px;
	line-height:39px;
	color:#424242;
	font-weight:bold;
}



.pages .content {
	font-size:16px;
	line-height:21px;
	color:#424242;
}

.pages .content p {
	display:block;
	padding:5px 0;
}


.pages .content ul {
	margin:5px 0 5px 17px;
}

.pages .content a {
	color:#cf9c76;
	text-decoration:underline;
}

.pages .content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pages .content a:hover { text-decoration:none; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sliders .item {
	height:378px;
	overflow:hidden;
}

.sliders .slick-prev,
.sliders .slick-next {
    display:none!important;
}

.sliders .item h2 {
	padding:65px 0 30px;
	font-size:50px;
	line-height:52px;
	color:#424242;
}

.sliders .item h3 {
	font-size:25px;
	line-height:39px;
	color:#424242;
	position:relative;
	padding:0 0 20px 0;
}

.sliders .item h3:before {
	content:'';
	position:absolute;
	bottom:5px;
	left:0px;
	height:2px;
	width:355px;
	background:#c19b77;
}

.sliders .item p {
	font-size:20px;
	line-height:39px;
	color:#424242;
}

.sliders p.button { padding:20px 0 0 0; }

.sliders a.to-form {
	font-size:17px;
	line-height:17px;
	color:#FFF;
	background-color:#414c6d;
	text-decoration:none;
	display:inine-block;
	border:2px solid #414c6d;
	text-transform:uppercase;
	padding:10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
}

.sliders a.to-form:hover {
	
	background:#2b9dd9;
	color:#FFF;
}

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

	.sliders .item .center {
		width:80%;
	}

	.sliders .item h2 {
		font-size:35px;
		line-height:40px;
		padding:25px 0 15px;
	}
	
	.sliders .item h3 {
		font-size:20px;
		line-height:30px;
		padding:0 0 10px 0;
	}
	
	.sliders .item h3:before {
		width:150px;
	}
	
	.sliders .item p {
		font-size:16px;
		line-height:21px;
	}
	
	.sliders a.to-form {
		font-size:16px;
		line-height:16px;
		padding:8px 12px;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.who-fits-the-plastic {
	background:#FFF;
	padding:45px 0;
}

.who-fits-the-plastic .list {
	width:100%;
	text-align:center;
	background:url("images/who-fits-the-plastic-next.png") no-repeat center center;
}

.who-fits-the-plastic .item {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	border:2px solid #decbb9;
	width:42%;
	margin:0 1.5%;
	padding:15px 15px;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	min-height:340px;
}

.who-fits-the-plastic h3 {
	color:#424242;
	font-weight:bold;
	font-size:21px;
	line-height:27px;
	display:block;
	padding:10px 0 15px 50px;
}

.who-fits-the-plastic .item:first-child h3 { background:url("images/who-fits-the-plastic-1.png") no-repeat 5px 0; }
.who-fits-the-plastic .item:last-child h3 { background:url("images/who-fits-the-plastic-2.png") no-repeat 0 5px; }

.who-fits-the-plastic ul li {
	font-size:18px;
	line-height:24px;
	color:#242322;
	list-style:none;
	display:block;
	background:url("images/who-fits-the-plastic-li.png") no-repeat 15px 20px;
	padding:10px 0 10px 50px;
}

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

	.who-fits-the-plastic .list {
		background:none;
	}

	.who-fits-the-plastic .item {
		width:100%;
		margin:15px 0;
		min-height:auto;
	}
	
	.who-fits-the-plastic ul li {
		padding:5px 0 5px 50px;
	}

}

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

	.who-fits-the-plastic {
		padding:45px 0 15px;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus { outline: none; }

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.result-before-and-after {
	background:#FFF;
	padding:45px 0;
}

.brick_result-before-and-after { position:relative; }

.result-before-and-after .slider-wrap {
	font-size:0px;
	width:672px;
	margin:0 auto;
	position:relative;
}

.block-18 {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#eeebeb;
	z-index:99999;
	text-align:center;
}

.block-18 i {
	color:#000;
	font-weight:bold;
	border:2px solid #d09d78;
	display:inline-block;
	padding:20px 40px;
	font-size:20px;
	top:45%;
	position:relative;
	cursor:pointer;
	font-style:normal;
}

.result-before-and-after .slider-wrap .item .do,
.result-before-and-after .slider-wrap .item .posle {
	display:inline-block;
    max-width: 100%;
	width:336px;
	height:385px;
}

.result-before-and-after .slick-prev,
.result-before-and-after .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
	width:48px;
	height:48px;
	text-indent:-9999px;
	margin:-20px 0 0 0;
}

.result-before-and-after .slick-prev {
	background:url("images/slide-left.png") no-repeat center center;
	left:-100px;
}

.result-before-and-after .slick-next {
	background:url("images/slide-right.png") no-repeat center center;
	right:-100px;
}

.result-before-and-after .slick-prev:hover { background:url("images/slide-left-hover.png") no-repeat center center; }
.result-before-and-after .slick-next:hover { background:url("images/slide-right-hover.png") no-repeat center center; }

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

	.result-before-and-after .slick-prev,
	.result-before-and-after .slick-next {
		background-color:#FFF;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width:68px;
		height:68px;
		border:1px solid #c19b77;
		z-index:999;
	}

	.result-before-and-after .slick-prev { left:-35px; }
	.result-before-and-after .slick-next { right:-35px; }
	
	.result-before-and-after .slick-prev:hover { background:#FFF url("images/slide-left-hover.png") no-repeat center center; }
	.result-before-and-after .slick-next:hover { background:#FFF url("images/slide-right-hover.png") no-repeat center center; }

}

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

	.result-before-and-after .slider-wrap {
		width:336px;
		height:770px;
        max-width: 100%;
	}

	.result-before-and-after .slider-wrap .item .do,
	.result-before-and-after .slider-wrap .item .posle {
		display:block;
	}
	
}

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

	.result-before-and-after .slick-prev { left:10px; }
	.result-before-and-after .slick-next { right:10px; }
	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.phones p {
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:0 5%;
}

.phones .center { text-align:center; }

.phones .center a {
	background:url("images/phones.png") no-repeat 0 center;
	padding:25px 0 25px 100px;
	display:inline-block;
	width:250px;
    max-width: 100%;
	margin:20px 0 0 0;
	text-decoration:none;
}

.phones .center a:hover {
	background:url("images/phones-hover.png") no-repeat 0 center;
}

.phones a span {
	font-size:28px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	display:block;
	text-align:center;
}

.phones a i {
	font-style:normal;
	font-size:17px;
	line-height:28px;
	color:#000000;
	display:block;
	border-top:1px solid #c19b77;
	padding:5px 0 0 0;
	margin:10px 0 0 0;
	text-align:center;
}

.uptocall-mini {
	position:fixed;
	bottom:50px;
	right:50px;
	cursor:pointer;
	z-index:999;
	display:none;
}

.uptocall-mini .uptocall-mini-phone {
	display:block;
	-moz-border-radius:50% !important;
	-webkit-border-radius:50% !important;
	border-radius:50% !important;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	background-color:#2BC123;
	width:60px;
	height:60px;
	-webkit-animation:uptocallmini 1.5s 0s ease-out infinite;
	-moz-animation:uptocallmini 1.5s 0s ease-out infinite;
	animation:uptocallmini 1.5s 0s ease-out infinite;
}

.uptocall-mini .uptocall-mini-phone:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url("images/mini.png");
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-animation:uptocallphone 1.5s linear infinite;
	-moz-animation:uptocallphone 1.5s linear infinite;
	animation:uptocallphone 1.5s linear infinite;
}

@-webkit-keyframes uptocallphone{
	0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
	50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
	100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone{
	0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
	50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
	100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}

@keyframes uptocallphone{
	0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
	50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
	100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}

@-webkit-keyframes uptocallmini{
	0%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
	10%{box-shadow:0 0 8px 6px rgba(39, 149, 136, 0.3), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(39, 149, 136, 0.3);}
	100%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}

@-moz-keyframes uptocallmini{
	0%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
	10%{box-shadow:0 0 8px 6px rgba(39, 149, 136, 0.3), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(39, 149, 136, 0.3);}
	100%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}

@keyframes uptocallmini{
	0%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
	10%{box-shadow:0 0 8px 6px rgba(39, 149, 136, 0.3), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(39, 149, 136, 0.3);}
	100%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}
	.uptocall-mini.to-form {
		display:block;
	}
@media screen and (max-width: 1024px) { 
	.uptocall-mini.mobile {
		display:block;
	}
    .uptocall-mini.to-form{
        display: none;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mgallery {
	display:block;
	margin:35px auto;
	position:relative;
	width:690px;
}

.brick-gallery {
	position:relative;
}

.mgallery .slick-prev,
.mgallery .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
	width:48px;
	height:48px;
	text-indent:-9999px;
	margin:-20px 0 0 0;
}

.mgallery .slick-prev {
	background:url("images/slide-left.png") no-repeat center center;
	left:-100px;
}

.mgallery .slick-next {
	background:url("images/slide-right.png") no-repeat center center;
	right:-100px;
}

.mgallery .slick-prev:hover { background:url("images/slide-left-hover.png") no-repeat center center; }
.mgallery .slick-next:hover { background:url("images/slide-right-hover.png") no-repeat center center; }

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

	.mgallery .slick-prev,
	.mgallery .slick-next {
		background-color:#FFF;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width:68px;
		height:68px;
		border:1px solid #c19b77;
		z-index:999;
	}

	.mgallery .slick-prev { left:-35px; }
	.mgallery .slick-next { right:-35px;	}
	
	.mgallery .slick-prev:hover { background:#FFF url("images/slide-left-hover.png") no-repeat center center; }
	.mgallery .slick-next:hover { background:#FFF url("images/slide-right-hover.png") no-repeat center center; }

}

@media screen and (max-width: 680px) { 
.header{
    
}
	.mgallery {
		width:90%;
	}
	
	.mgallery img {
		width:100%;
		height:auto;
	}
.phones .center a{
    width: unset;
}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.how-will-increase {
	background:#FFF;
	padding:65px 0 45px;
}

.how-will-increase .list {
	width:100%;
	max-width:1050px;
	text-align:center;
	margin:0 auto;
}

.how-will-increase .list .item {
	display:inline-block;
	text-align:center;
	margin:15px 0px;
	vertical-align:top;
	font-size:0px;
	width:260px;
	position:relative;
}

.how-will-increase .list .item .images {
	position:relative;
}

.how-will-increase .list .item .images span {
	display:inline-block;
	width:43px;
	height:43px;
	background:#414c6d;
	font-size:20px;
	line-height:43px;
	color:#eeeeee;
	font-weight:bold;
	position:absolute;
	left:50%;
	bottom:-8px;
	margin:0 0 0 -22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.how-will-increase .list .item:before {
	content:'';
	position:absolute;
	width:83px;
	height:11px;
	background:url("images/next-circle.png") no-repeat 0 0;
	left:-43px;
	top:70px;
}

.how-will-increase .list .item h3 {
	font-size:14px;
	line-height:18px;
	color:#424242;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	padding:20px 0 7px 0;
	position:relative;
	left:-10%;
	width:120%;
}

.how-will-increase .list .item:nth-child(1):before,
.how-will-increase .list .item:nth-child(5):before {
	display:none;
}

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

	.how-will-increase .list .item:nth-child(4):before,
	.how-will-increase .list .item:nth-child(7):before {
		display:none;
	}
	
	.how-will-increase .list .item:nth-child(5):before {
		display:block;
	}

}

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

	.how-will-increase .list .item:before {
		display:none!important;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.why-people-choose-us {
	padding:45px 0;
}

.why-people-choose-us .list {
	text-align:center;
}

.why-people-choose-us .list .item {
	display:inline-block;
	vertical-align:top;
	width:190px;
	padding:20px 0 20px 60px;
	text-align:left;
	margin:0 10px;
}

.why-people-choose-us .list span {
	font-size:14px;
	line-height:18px;
	color:#424242;
	font-weight:bold;
	text-transform:uppercase;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#port {
	width: 100%;
	height:587px;
	position:relative;
	display:block;
	overflow:hidden;
}
	
.parallax-viewport {
    position: relative;
    overflow: hidden;
	height:587px;
}
.parallax-layer {
    position: absolute;
}

.circle {
	height:517px;
	background:url("images/circle.png") no-repeat center center;
	padding:35px 0;
	position:absolute;
	top:35px;
	left:50%;
	margin:0 0 0 -557px;
	width:1115px;
}

.circle .center {
	position:relative;
}

.circle .banner {
	position:absolute;
	left:155px;
	top:120px;
	display:inline-block;
	width:200px;
}

.circle .banner h3 {
	font-size:19px;
	line-height:24px;
	color:#f1ebe5;
	font-weight:bold;
	text-transform:uppercase;	
}

.circle .banner h4 {
	font-size:27px;
	line-height:27px;
	color:#424242;
	border-bottom:2px solid #ffffff;
	display:inline-block;
	padding:10px 0;
	margin-bottom:20px;
}

.circle .banner p {
	font-size:16px;
	line-height:19px;
	color:#fffefe;
}

.circle .fform {
	position:absolute;
	width:420px;
	left:360px;
	top:70px;
}

.circle .fform h3 {
	font-size:19px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:0 0 30px 0;
	position:relative;
}

.circle .fform h3:before {
	content:'';
	position:absolute;
	bottom:13px;
	left:50%;
	margin:0 0 0 -65px;
	width:130px;
	height:2px;
	background:#dac3ad;
}

.circle .fform h4 {
	font-size:21px;
	line-height:30px;
	color:#424242;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

.circle .fform .wpcf7 small {
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#ffffff;
	padding:0;
	margin:0;
	display:block;
	text-align:center;
	position:relative;
	top:-15px;
}

.circle .fform .wpcf7 input.wpcf7-text {
	width:265px;
	padding:6px 14px;
	border:1px solid #FFF;
	background:#c19b77;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	font-family: 'Source Sans Pro', sans-serif;
	display:block;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px auto;
	background:none;
}

.circle .fform .wpcf7 input.wpcf7-submit {
	display:block;
	width:265px;
	margin:20px auto;
	border:2px solid #414c6d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	padding:6px 14px;
	background:#2b9dd9;
	font-weight:bold;
	text-transform:uppercase;	
	box-sizing:border-box;
}

.circle .fform .wpcf7 input.wpcf7-submit:hover {
	background:#414c6d;
	cursor:pointer;
}

.circle .fform .wpcf7 p {
	position:relative;
}

.circle .fform .wpcf7 span.wpcf7-not-valid-tip { display:none; }

.circle .fform .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.circle .fform .wpcf7 textarea.wpcf7-not-valid { 
	border:1px solid red; 
	-webkit-box-shadow: 0 0 7px rgba(234,18,18,.75);
	-moz-box-shadow: 0 0 7px rgba(234,18,18,.75);
	box-shadow: 0 0 7px rgba(234,18,18,.75);
}

.circle .fform .wpcf7 .wpcf7-response-output {
	color:red;
	display:block;
	font-size:12px;
	line-height:12px;
	border:none;
	width:100%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	padding:15px 0 0 0;
	margin:0;
}

.circle .fform .wpcf7 .ajax-loader { 
	position:absolute;
	bottom:10px;
	left:30px;
	display:block;
	z-index:10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#FFF;
	padding:3px;
	background-repeat:no-repeat;
	background-position:center center;
}

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

	.circle {
		left:-10%;
		margin:0px;
	}

}

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

	#port,
	.parallax-viewport {
		position: relative;
		overflow: hidden;
		height:700px;
	}

	.circle {
		height:auto;
		background:none;
		position:reative;
		top:auto;
		left:auto;
		bottom:auto;
		right:auto;
		margin:0;
		width:auto;
		padding:20px 0;
	}
	
	.circle .fform {
		position:relative;
		width:100%;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
		background:#c19b77;
		padding:15px 30px 0 30px;
		box-sizing:border-box;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		height:auto;
	}
	
	.circle .fform h4 {
		font-size:19px;
		line-height:23px;
	}
	
	.circle .banner {
		position:relative;
		width:100%;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
		background:#c9a685;
		padding:15px;
		box-sizing:border-box;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		height:auto;
		margin:0 0 20px 0;
		text-align:center;
		display:block;
	}
	
	.circle .banner p {
		display:block;
		padding:0 0 20px 0;
	}

}

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

	.circle .fform h3 {
		font-size:18px;
		padding:0 0 20px 0;
	}

	.circle .fform h4 {
		font-size:17px;
		line-height:21px;
	}
	
	.circle .banner h3 {
		font-size:17px;
		line-height:21px;
	}

	.circle .banner h4 {
		font-size:24px;
		line-height:25px;
		padding:8px 0;
		margin-bottom:10px;
	}

	.circle .banner p {
		font-size:15px;
		line-height:18px;
	}
	
}

.circle-big { display:none; }

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

	.circle-big { display:block; }
	
	.circle-big .center { text-align:center; }
	
	.circle-big img {
		width:90%;
		height:auto;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.employees {
	padding:45px 0;	
}

.employees h2.title { padding:0 0 5px 0; }

.employees .description {
	font-size:14px;
	line-height:14px;
	color:#424242;
	text-align:center;
}

.employees .slider-wrap {
	width:626px;
	margin:45px auto;
	position:relative;
	font-size:0px;
}

.employees .slider-wrap .item { position:relative; }

.employees .slider-wrap .pic {
	width:250px;
	display:inline-block;
}

.employees .slider-wrap .item .pic img { 
	vertical-align:bottom; 
	border:1px solid #f3e3d5
}

.employees .slider-wrap .item .data {
	position:absolute;
	right:5px;
	bottom:20px;
	background:#e6d7c9;
	width:385px;
	font-size:16px;
	line-height:19px;
	color:#000000;
	padding:25px 30px;
	box-sizing:border-box;
}

.employees .slider-wrap .item .data:before {
	position:absolute;
	content:'';
	width:105px;
	height:18px;
	display:block;
	background:url("images/employees-linecircle.png") no-repeat 0 0;
	left:-105px;
	top:50%;
	margin:-9px 0 0 0;
}

.employees .slider-wrap .item .data p {
	padding:2px 0;
}

.employees .slider-wrap .data h3 {
	font-size:20px;
	line-height:20px;
	color:#000000;
	font-weight:bold;
	display:block;
	padding:0 0 10px 0;
}

.employees .slick-prev,
.employees .slick-next {
    position: absolute;
    top: 40%;
    display:block;
    cursor: pointer;
	width:48px;
	height:48px;
	text-indent:-9999px;
	margin:-20px 0 0 0;
}

.employees .slick-prev {
	background:url("images/slide-left.png") no-repeat center center;
	left:-170px;
}

.employees .slick-next {
	background:url("images/slide-right.png") no-repeat center center;
	right:-170px;
}

.employees .slick-prev:hover { background:url("images/slide-left-hover.png") no-repeat center center; }
.employees .slick-next:hover { background:url("images/slide-right-hover.png") no-repeat center center; }

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

	.employees .slick-prev,
	.employees .slick-next { 
		background-color:#FFF;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width:68px;
		height:68px;
		border:1px solid #c19b77;
		z-index:999;
	}

	.employees .slick-prev { left:-35px; }
	.employees .slick-next { right:-35px; }
	
	.employees .slick-prev:hover { background:#FFF url("images/slide-left-hover.png") no-repeat center center; }
	.employees .slick-next:hover { background:#FFF url("images/slide-right-hover.png") no-repeat center center; }

}

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

	.employees {
		padding:45px 0 10px;	
	}

	.employees .slider-wrap {
		width:300px;
        max-width:100%;
	}.employees .slick-next {
    right: 0;
}
.employees .slick-prev {
    left: 0;
}

	.employees .slider-wrap .pic {
		display:block;
		margin: 0 auto;
	}

	.employees .slider-wrap .item .data {
		position:relative;
		width:100%;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
	}
	
	.employees .slider-wrap .item .data:before { display:none; }


} 

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#map { 
	height: 570px; 
	overflow:hidden;
	margin:0;
	padding:0;
}

.map .map-contact {
	position:absolute;
	left:15%;
	top:0px;
	width:480px;
	height:400px;
}

.map .map-contact .center { width:480px; }

.map .contact {
	border:2px solid #8a8fa0;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;	
	width:480px;
	margin:50px 0;
	padding:25px;
	position:relative;
}

.contact .wpcf7 {
	position:relative;
	padding:40px 0 0 0;
}

.contact .wpcf7 h4 {
	position:absolute;
	top:-27px;
	left:50%;
	display:block;
	width:260px;
	color:#000000;
	font-size:16px;
	line-height:16px;	
	font-weight:bold;
	background:#414c6d;
	padding:15px 0;
	margin:0 0 0 -130px;
	text-align:center;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.contact .wpcf7 .left small,
.contact .wpcf7 .full small {
	display:block;
	color:#000000;
	font-size:16px;
	line-height:16px;
	padding:10px 0 17px;
	font-weight:bold;
}

.contact .wpcf7 .left,
.contact .wpcf7 .right { 
	width:45%; 
}

.contact .wpcf7 .right {
	border-left:1px solid #e6d7c9;
	padding-left:5%;
	margin-left:4.5%;
}

.contact .wpcf7 input.wpcf7-text {
	border:1px solid #c19b77;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:16px;
	box-sizing:border-box;
	padding:5px 10px;
	width:100%;
	margin:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact .right small {
	display:block;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	padding:10px 0 8px;
	margin:0;
}

.contact .right b {
	display:block;
	font-size:15px;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:0;
}

.contact textarea {
	border:1px solid #c19b77;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:16px;
	box-sizing:border-box;
	padding:5px 10px;
	width:100%;
	margin:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize:none;
	height:85px;
}

.contact .submits {
	text-align:center;
	padding:10px 0 15px;
}

.contact p { position:relative; }

.contact input.wpcf7-submit {
	display:inline;
	margin:0 auto;
	border:2px solid #414c6d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	color:#414c6d;	
	font-family: 'Source Sans Pro', sans-serif;
	padding:6px 14px;
	background:#FFF;
	font-weight:bold;
	text-transform:uppercase;	
}

.contact input.wpcf7-submit:hover {
	background:#2b9dd9;
	color:#FFF;
	cursor:pointer;
}

.contact .wpcf7 span.wpcf7-not-valid-tip { display:none; }

.contact .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.contact .wpcf7 textarea.wpcf7-not-valid { 
	border:1px solid red; 
	-webkit-box-shadow: 0 0 7px rgba(234,18,18,.75);
	-moz-box-shadow: 0 0 7px rgba(234,18,18,.75);
	box-shadow: 0 0 7px rgba(234,18,18,.75);
}

.contact .wpcf7 .wpcf7-response-output {
	color:red;
	display:block;
	font-size:12px;
	line-height:12px;
	border:none;
	width:100%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	padding:15px 0 0 0;
	margin:0;
	position:absolute;
	bottom:-10px;
	left:0px;
	z-index:999999;
}

.contact .wpcf7 .ajax-loader { 
	position:absolute;
	bottom:20px;
	left:30px;
	display:block;
	z-index:10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#FFF;
	padding:3px;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:999999;
}

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

	.map .map-contact {
		left:2%;
	}
	
}

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

	.map {
		padding-bottom:45px;
	}

	.map .map-contact {
		position:relative;
		left:auto;
		top:auto;
		width:480px;
		height:400px;
		margin:0 auto;
	}

}

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

	.map .map-contact .center,
	.map .contact { 
		width:100%!important; 
		box-sizing:border-box;
	}

	.map .map-contact {
		position:relative;
		left:auto;
		top:auto;
		width:100%!important; 
		height:auto;
		margin:0 auto;
		padding:5px;
		box-sizing:border-box;
	}
	
	.contact .wpcf7 .left,
	.contact .wpcf7 .right { 
		width:100%; 
		border:none;
		padding:0;
		margin:0;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer { padding:15px 0; }

.footer .center { 
	text-align:center;
	font-size:14px;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.to-record,
.to-record-2 {
	position:fixed;
	left:0px;
	top:0px;
	z-index:10000;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.9);
	padding:0px;
	z-index:10001111;
	display:none;
}

div.formss {
	position:relative;
	background:#dac3ad;
	-webkit-box-shadow: 0 5px 40px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 40px rgba(0,0,0,.5);
	box-shadow: 0 5px 40px rgba(0,0,0,.5);
	border:1px solid #c19b77;
	width:500px;
	height:500px;
	margin:-250px auto 0 auto;
	top:50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*width:360px;
	height:360px;*/
	box-sizing:border-box;
	padding:80px 0;
}

div.formss ul { padding:110px 0 0 0; }

div.formss ul li {
	display:block;
	list-style:none;
	padding:5px 0;
	text-align:center;
}

div.formss ul li a {
	font-size:19px;
	line-height:19px;
	color:#424242;
	text-decoration:underline;
}

div.formss ul li a:hover { text-decoration:none; }

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

	div.formss {
    max-height: 90vw;
    max-width:90%;
		width:360px;
		height:360px;
		padding:0;
		margin:-180px auto 0 auto;
	}
	
}

div.formss .wpcf7 {
	padding:80px 0;
	width:360px;
    max-width:80%;
	text-align:center;
	margin:0 auto;
}

div.formss .wpcf7 h4 {
	font-size:25px;
	line-height:29px;
	color:#424242;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding:0 0 15px 0;
}

div.formss .wpcf7 input.wpcf7-text {
	border:1px solid #c19b77;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:16px;
	box-sizing:border-box;
	padding:5px 10px;
	width:80%;
	margin:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#c19b77;
}

div.formss .wpcf7 p {
	display:block;
	padding:5px 0;
}

div.formss small {
	display:block;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	padding:10px 0 8px;
	margin:0;
	top:-15px;
	position:relative;
}

div.formss input.wpcf7-submit {
	display:inline;
	margin:0 auto;
	border:2px solid #414c6d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	color:#FFF;	
	font-family: 'Source Sans Pro', sans-serif;
	padding:6px 14px;
	background:#2b9dd9;
	font-weight:bold;
	text-transform:uppercase;	
}

div.formss input.wpcf7-submit:hover {
	background:#414c6d;
	cursor:pointer;
}

div.formss .wpcf7 span.wpcf7-not-valid-tip { display:none; }

div.formss .wpcf7 input.wpcf7-text.wpcf7-not-valid,
div.formss .wpcf7 textarea.wpcf7-not-valid { 
	border:1px solid red; 
	-webkit-box-shadow: 0 0 7px rgba(234,18,18,.75);
	-moz-box-shadow: 0 0 7px rgba(234,18,18,.75);
	box-shadow: 0 0 7px rgba(234,18,18,.75);
}

div.formss .wpcf7 .wpcf7-response-output {
	color:red;
	display:block;
	font-size:12px;
	line-height:12px;
	border:none;
	width:100%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	padding:15px 0 0 0;
	margin:0;
	position:absolute;
	bottom:-50px;
	left:0px;
	z-index:999999;
}

div.formss .wpcf7 .ajax-loader { 
	position:absolute;
	bottom:20px;
	left:30px;
	display:block;
	z-index:10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#FFF;
	padding:3px;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:999999;
}

div.formss .close-formss {
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	width:32px;
	height:32px;
	background:url("images/close-menu.png") no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}
@media (max-width:  480px){
    div.formss .wpcf7 {
    padding: 65px 0;
    }
    div.formss .wpcf7 h4 {
    font-size: 17px;
    line-height: 18px;
    }
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hide-block a.show {
	display:block;
	border:2px solid #c19b77;
	padding:5px 10px;
	display:block;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#424242;
	text-decoration:none;
	font-weight:bold;
	margin:10px 0 0 0;
}

.hide-block a.show:hover {
	color:#FFF;
	background:#c19b77;
}

.hides { display:none; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.listing-article { 
	font-size:0px; 
	padding:55px 0 45px 0;
}

.item-articles { 
	display:inline-block;
	width:31%;
	vertical-align:top;
	margin:0 1%;
}

.item-articles h3,
.item-articles h3 a {
	font-size:16px;
	line-height:19px;
	color:#424242;
	text-transform:uppercase;
	font-weight:bold;
}

.item-articles h3 {
	display:block;
	padding:0 0 5px 0;
}

.item-articles h3 a:hover { text-decoration:none; }

.item-articles p {
	font-size:14px;
	line-height:15px;
	color:#000000;
	display:block;
	padding:0 0 10px 0;
}

.all-articles {
	padding:20px 0 0 0;
	text-align:center;
}

.all-articles a {
	background:#2b9dd9;
	border:2px solid #414c6d;
	color:#FFF;
	font-size:18px;
	line-height:18px;
	padding:8px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	display:inline-block;
}

.all-articles a:hover { background:#414c6d; }

.listing-article .slick-prev,
.listing-article .slick-next {
    display:none!important;
}

.listing-article .slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
	z-index:99;
	padding:30px 0 0 0;
}

.listing-article .slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.listing-article .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background:#2b9dd9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.listing-article .slick-dots li.slick-active button { background:#414c6d!important; }

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

	.item-articles { 
		margin:0;
		width:100%;
	}
	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.headers { padding:50px 0 0 0;  }

.breadcrumbs { 
	display:block;
	padding:15px 0;
	font-size:16px;
	color:#000;
}

.breadcrumbs a {
	color:#414c6d;
	text-decoration:underline;
}

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

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.download-price-list { overflow:hidden; }

.download-price-list .center { padding:45px 0; }

.download-price-list .center-2 { 
	width:760px; 
	margin:0 auto;
}

.download-price-list .wpcf7 { position:relative; }

.download-price-list .wpcf7 h3 {
	font-size:18px;
	line-height:22px;
	color:#424242;
	display:block;
	padding:0 0 40px 0;
}
 
.download-price-list .wpcf7 input.wpcf7-text {
	border:2px solid #c19b77;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:16px;
	box-sizing:border-box;
	padding:7px 10px;
	width:100%;
	margin:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.download-price-list p { 
	position:relative; 
	padding:8px 0;
}

.download-price-list p.submit { 
	text-align:right; 
	padding:20px 0 0 0;
}

.download-price-list p.submit i {
	display:block;
	width:56px;
	height:77px;
	background:url("images/price-arrow.jpg") no-repeat 0 0;
	position:absolute;
	left:0px;
	top:-4px;
}

.download-price-list .wpcf7 p b {
	display:block;
	font-size:18px;
	line-height:18px;
	font-weight:800;
	color:#424242;
	padding:0 0 15px 0;
}

.download-price-list .right { width:305px; }

.download-price-list input.wpcf7-submit {
	display:inline;
	margin:0 auto;
	border:2px solid #414c6d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	color:#FFF;	
	font-family: 'Source Sans Pro', sans-serif;
	padding:8px 50px;
	background:#414c6d;
	font-weight:bold;
	text-transform:uppercase;	
}

.download-price-list input.wpcf7-submit:hover {
	background:#2b9dd9;
	color:#FFF;
	cursor:pointer;
}

.download-price-list .wpcf7 span.wpcf7-not-valid-tip { display:none; }

.download-price-list .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.download-price-list .wpcf7 textarea.wpcf7-not-valid { 
	border:1px solid red; 
	-webkit-box-shadow: 0 0 7px rgba(234,18,18,.75);
	-moz-box-shadow: 0 0 7px rgba(234,18,18,.75);
	box-shadow: 0 0 7px rgba(234,18,18,.75);
}

.download-price-list .wpcf7 .wpcf7-response-output {
	color:red;
	display:block;
	font-size:12px;
	line-height:12px;
	border:none;
	width:100%;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	padding:15px 0 0 0;
	margin:0;
	position:absolute;
	bottom:-40px;
	left:0px;
	z-index:999999;
}

.download-price-list .wpcf7 .ajax-loader { 
	position:absolute;
	bottom:20px;
	left:30px;
	display:block;
	z-index:10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#FFF;
	padding:3px;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:999999;
}

.download-price-list .list-dpl {
	font-size:0px;
	background:#c19b77;
	padding:12px 0 6px 0;
	text-align:center;
	display:inline-block;
	margin:20px auto;
	border-radius:25px;
}

.download-price-list .list-dpl li {
	display:inline-block;
	list-style:none;
	background:url("images/li.png") no-repeat 0 0;
	font-size:18px;
	line-height:18px;
	color:#ffffff;
	padding:3px 0 3px 30px;
	margin:0 15px;
}
.wpml-languages{
    display: block;
    float: left;
    position: relative;
background: transparent;
	    margin: 23px 20px 0 0;
}

.wpml-languages a.active{
display: block;
    padding: 8px 6px 8px 10px;
    line-height: 16px;
}

.wpml-languages a.active i{
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    background: url(images/menu-down.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: -15px;
    margin: -2px 0 0 0;
}

.wpml-languages a.active img{
    width: 22px;
    float: left;
}

.wpml-languages a img{
    width: 22px;
}

.wpml-lang-dropdown{
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 102%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
    display: none;
    z-index: 10001;
    padding-left: 0;
}

.wpml-lang-dropdown li{
    list-style: none;
    padding: 8px 11px;
}
.wpml-lang-dropdown li img{
margin-top: 4px;
}
.wpml-languages:hover ul.wpml-lang-dropdown{
    display: block;
}
.wpml-languages a{
    text-transform: uppercase;
	    color: #777 !important;
        font-size: 14px;
}

.wpml-languages a span{
    margin: 0 10px;
    position: relative;
    top: -3px;
color: rgba(119, 119, 119, 0.52);
}
.wpml-languages a img {
    width: 22px;
    float: left;
    margin-right: 10px;
}
.wpml-languages a.active img {
margin-right:0;
}
.button.top-button {
    float: right;
}
@media screen and (max-width: 959px) { 

	.download-price-list .center-2 { 
		width:305px; 
	}
	
	.download-price-list .center-2 .left { 
		text-align:center; 
		float:none;
		clear:both;
		width:100%;
	}
	
	.download-price-list .center-2 .left img { 
		width:190px; 
		height:auto; 
		margin:0 auto;
	}
	
	.download-price-list .center-2 .right { 
		padding:30px 0; 
		float:none;
		clear:both;
	}
	
	.download-price-list .list-dpl { 
		width:270px; 
		margin:0 auto;
	}
	
	.download-price-list .list-dpl li { 
		display:block; 
		text-align:left;
		margin-top:7px;
		margin-bottom:7px;
	}

}

@media screen and (max-width: 640px) { 
		.header .right{
	margin-right: 10px;	
	}
	

}
@media screen and (max-width: 450px) { 
.wpml-languages a.active img {
    margin-right: 0;
    display: none;
}
	.header .logo a {
    display: inline-block;
    width: 170px;
    height: 50px;
    margin-top: 11px;
    background: url(images/logo-top.png) no-repeat 0 0;
    text-indent: -9999px;
    background-size: contain;
}

}
@media screen and (max-width: 380px) {
 .phones a span{
    font-size: 20px;
}   
}