.fonts {
	font-family: 'Open Sans';
	font-family: 'Raleway', sans-serif;
}

/* GRID */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	border:0;
	outline:none;
	vertical-align:top;
	max-width:100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
iframe {border:0;
}
input,
textarea {
	outline:none !important;
	resize:none;
	-webkit-appearance: none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}

.color {color:#e74c3c;
}

/** MAIN **/
body {
	color: #262626;
	background: #fff;
	font-weight:400;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height:24px;
	margin: 0;
	padding: 0;	
}
html {font-size: 100%;
}
::selection{
	background: #a21f34;
	color: #ffffff;
}
::-moz-selection {
	background: #a21f34;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	color: #262626;
	text-decoration:none !important;
}
a:hover { color: #e74c3c;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 10px 0;
}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9900; /* makes sure it stays on top */
}
#status {
	width:500px;
	height:118px;
	position:absolute;
	left:40%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/ALEX_cosmetic_professional.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}



/** HEADER **/
#top {
	background:none;
	border:none;
	position:absolute;
	left:0;
	top:10px;
	width:100%!important;
	z-index:999;
}
#top header,
.fixed-menu-wrapper {
	padding: 20px 0;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	background:#fff;
	z-index:1000;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100% !important;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* Logo */
#logo {
	float:left;
	vertical-align:top;
}
.logo_top {
	display:block;
}
.logo_fixed {
	display:none;
}
.fixed-menu .logo_top {
	display:none;
}
.fixed-menu .logo_fixed {
	display:block;
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: 0 11px 0 4px;
    position: relative;
}
.navmenu ul li a {
	display: inline-block;
	color: #a21f34;
	font-size: 14px;
	padding: 0;
	font-weight:700;
	text-decoration:none !important;
	outline:none;
	text-transform:uppercase;
	opacity:0.8;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.navmenu li a:hover,
.navmenu li.active a {
    text-decoration: none;
    opacity:1;
    color: #a1a1a1;
    
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
.navmenu ul li:last-child {margin-right:0;
}
.fixed-menu .navmenu ul li a {
	color: #a21f34;
}

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:  0px 4px 8px #aaa;
}
.full_slider_caption {
    position:absolute;
	bottom:15%;
	left:0;
	right:0;
	color: #fff;
	text-align:center;
    font-size: 18px;
    font-weight: 300;
	line-height: 24px;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	float:none;
}
.full_slider_caption.fleft {
	text-align:right;
}
.full_slider_caption.fright {
	text-align:left;
}
.full_slider_caption.fcenter {
	text-align:center;
}
.full_slider_caption img {
	width:auto !important;
	margin:0 auto;
}
.full_slider_caption.fleft img {
	margin:0 auto 0 0;
}
.full_slider_caption.fright img {
	margin:0 0 0 auto;
}
.slide_title,
.full_slider_caption p {
	margin-bottom:34px;
}
.slide_title {
	font-size:60px;
	line-height:normal;
	font-family: 'Open Sans';
	font-weight:300;
	color:#fff;	
	text-transform:uppercase;
	margin-bottom: 100px;
}
.slide_title_alt {
	font-size:18px;
	line-height:normal;
	font-family: 'Open Sans';
	font-weight:normal;
	color:#fff;	
}
.slide-logo {
	padding-bottom:50px;	
}
.shortcode_button { 
	display:inline-block;
	margin:0 0 5px 0;
	text-decoration:none;
	border:none;
	background-color:#a21f34;
	color:#fff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:20px;
	font-size:16px;
	padding:13px 30px 14px 30px;
	font-weight:600;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
}
.shortcode_button:hover {
	background-color:#979797;
	color:#fff;
}
.shortcode_button.gray {
	background-color:#d8d7d6;
	color:#262626;
}
.shortcode_button.gray:hover {
	background-color:#fff;
}
.shortcode_button.small {
	font-size:14px;
	font-weight:400;
	background-color: #97c437;
	padding:3px 20px 4px 20px;
	text-transform: none;
}
.shortcode_button.small:hover {
	background-color:#979797;
}
.slides .shortcode_button {
	margin:0 10px;
}

.page_section .block_header_b {
	width: 100%;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:42px;
	text-align:right;	
}

.page_section .block_header {
	width: 100%;
	overflow:hidden;
	padding-top:52px;
	padding-bottom:42px;
	text-align:left;	
}
#about .block_header {
	padding-top: 42px;
	padding-bottom: 45px;
}
.page_section .block_header.skills {
	background: #f2f2f2;
}
.page_section .block_header.skills h2 {
	margin-bottom: 25px;
}

.counters-list {
	padding: 25px 0 3px 0;
}

.counters-list li {
	width: 25%;
	float: left;
	text-align: center;
}
.counters-list li .text {
	font-weight: 600;
	font-size: 20px;
	padding-top: 18px;
}
.skill .skill_wrap {
    position:absolute;
	left:0;
	top:0;
}
.skill_wrap .skill_text {
	color:#262626;
	left:50%;
	margin-left: -65px;
	font-size:30px !important;
	text-transform: uppercase;
}
.easyPieChart {
    position: relative;
    text-align: center;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
	line-height:35px;
	color:#262626;
	font-weight:300;
	font-size:30px;
	margin:0 0 40px 0;
	padding:0 0 10px 0;	
	text-transform:uppercase;
	position:relative;
}
.page_section .block_header h2:before {
	content:'';
	width:70px;
	height:2px;
	background-color: #a21f34;
	position:absolute;
	bottom:0;
	left:0;
}
.block_header.fun-fucts {
	padding-top: 46px;
	background-image: url(../images/bgs/background1.jpg);
	color: #fff;
}
.block_header.fun-fucts h2 {
	color: #fff;
	margin-bottom: 25px;
}
.block_header.services {
	padding-top: 42px;
	padding-bottom: 14px;
}
.block_header.services h2 {
	margin-bottom: 25px;
}
.facts-list-wrap {
	padding: 26px 0 5px 0;
}
.facts-list-wrap .facts-list {
	text-align: center;
}
.facts-list-wrap .facts-list .count {
	padding-top: 28px;
	font-size: 30px;
	font-weight: 600;
}
.facts-list-wrap .facts-list .text {
	padding-top: 8px;
	font-size: 16px;
	font-weight: 600;
}
.service-item {
	padding-top: 69px;
	padding-bottom: 20px;
	margin-top: -23px;
	text-align: left;
}
.service-item .img-wrap-alt {
	padding: 35px 30px 0 0;
	margin-bottom: 40px;
	float: left;
}
.service-item .title {
	padding-bottom: 6px;
	color: #262626;
	font-size: 20px;
	font-weight: 700;
}
#portfolio .block_header h2 {
	margin-bottom: 25px;
}
#portfolio .title {
	padding-bottom: 6px;
	color: #262626;
	font-size: 20px;
	font-weight: 700;
}

.portfolio-menu {
	padding-bottom: 30px;
	text-align: center;
}
.portfolio-menu li {
	display: inline-block;
}
.portfolio-menu li.active a {
	border:1px solid #a21f34;
	color: #262626;
}
.portfolio-menu li.active a:hover {
	color: #262626;
}
.portfolio-menu li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #262626;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	line-height: 28px;
	display: block;
	padding: 0 19px;
	cursor: pointer;
	border:1px solid #fff;
}
.portfolio-menu li a:hover {
	color: #aeaeae;	
}
.portfolio-list {
	width: 100% !important;
}
.portfolio-list li {
	width: 25%;
}
.portfolio-list li .wrap {
	position: absolute;
	height: 100%;
	display: block;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg-shadow-portfolio.png);
	opacity: 0;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
}
.portfolio-list li .wrap:hover {
	opacity: 1;
}
.portfolio-list li .cover {
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	position: relative;
	vertical-align: middle;
}
.portfolio-list li .cover img {
	margin: -30px 0 0 -30px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.portfolio-list li > img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.app-item .add-item {
	display: block;
	width: 120px;
	margin: 30px auto 0 auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: #34abb9;
	transition: background 500ms;
	-webkit-transition: background 500ms;
}
.app-item .add-item:hover {
	background: #a21f34;
	color: #fff;
}

.portfolio-like {
	padding: 47px 0 50px 0;
	text-align: center;
}
.portfolio-like .title {
	font-size: 30px;
	font-weight: bold;
	color: #262626;
	padding-bottom: 23px;
}
.portfolio-like .shortcode_button {
	margin: 12px 10px 0 10px;
	font-size: 14px;
	padding: 4px 20px 4px;
	font-weight: normal;
	background: #34abb9;
}
.portfolio-like .shortcode_button:hover {
	background: #a21f34;
}
.portfolio-like .shortcode_button.gray {
	background: #515151;
	color: #fff;
}
.portfolio-like .shortcode_button.gray:hover {
	background: #262626;
}
.hintergrundbild1-block {
	padding: 0 !important;
	background-image: url(../images/bgs/treatment_1.jpg);
	box-shadow: 0px -4px 6px #aaa, 0px 4px 6px #aaa;
}
.hintergrundbild1-block .wrap {
	padding-top: 400px;
	height: 100%;
}
.hintergrundbild2-block {
	padding: 0 !important;
	background-image: url(../images/bgs/ambient_1.jpg);
	box-shadow: 0px -4px 6px #aaa, 0px 4px 6px #aaa;
}
.hintergrundbild2-block .wrap {
	padding-top: 300px;
	height: 100%;
}
.abstandshalter-block {
	padding: 0 !important;
	background-image: url(../images/bgs/fun-fucts-bg.jpg);
}
.abstandshalter-block .wrap {
	padding-top: 5px;
	background: url(../images/testimonials-wrap-bg.png);
	height: 100%;
}
.testimonials-block {
	padding: 0 !important;
	background-image: url(../images/bgs/background1.jpg);
}
.testimonials-block h2 {
	color: #fff;
	margin-bottom: 20px;
}
.testimonials-block .wrap {
	padding-top: 42px;
	padding-bottom: 30px;
	background: url(../images/testimonials-wrap-bg.png);
	height: 100%;
}
.testimonials-slide {
	
	text-align: center;
}
.testimonials-slide .img-wrap {
	margin: 0 auto 50px auto !important;
	width: 100px;
	height: 100px;
	text-align: center;
	float: none !important;
}
.testimonials-slide .caption {
	padding-bottom: 15px;
	min-height: 300px;
}
.testimonials-slide .caption p {
	color: #fff;
	font-style: italic;
	font-weight: normal;
}
.testimonials-slide .caption .sign {
	padding-top: 6px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.clients-list-wrap 	{
	padding: 44px 0;
	background-image: #fff;
}
.clients-list li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
}
.clients-list li a { 
	opacity:1;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
}
.clients-list li a:hover { 
	opacity:0.5;
}
.page_section .block_header_b .img-wrap_b {
	border-radius:50%;
	overflow:hidden;
	float:right;	
	margin-left:45px;
}
.page_section .block_header_b .sub-title_b {
	padding-bottom:10px;
	font-size:20px;
	color:#262626;
	font-weight:600;
	display:block;
}

.page_section .block_header .img-wrap {
	border-radius:0%;
	overflow:hidden;
	float:left;	
	margin-right:45px;
}
.page_section .block_header .sub-title {
	padding-bottom:10px;
	font-size:20px;
	color:#262626;
	font-weight:600;
	display:block;
}
.full_width img {
	width:100%;
	height:auto;
}
.pb0 {
	padding-bottom:0 !important;
}



h3 {
	line-height:35px;
	color:#262626;
	font-weight:300;
	font-size:30px;
	margin:0 0 17px 0;
	padding:0;	
}
h4 {
	line-height:25px;
	color:#262626;
	font-weight:400;
	font-size:18px;
	margin:0 0 19px 0;
	padding:0;	
}



.stretch {
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


/*counter*/
.counter_wrapper {
	position: relative;
}
.shortcode_counter {
	padding-bottom:20px;
	padding-top:23px;
	text-align:center;
}
.counter_title {
	line-height:24px;
	font-size:18px;
	font-weight:300;
	color:#262626;
	padding:0;
	margin:0;
	font-style:italic;
	text-transform:none;
}
.stat_temp {
    width: 0 !important;
    display: none !important;
}
.stat_count {
	line-height:50px;
	font-size:60px;
	font-weight:400;
	color:#262626;
	padding:0;
	margin:0 0 24px 0;
	font-family: 'Raleway';
}

.grey_bg {
	background:#fbfbfb;
	position:relative;
	padding-top:80px;
	padding-bottom:58px;
}
.grey_bg .container {
	position:relative;
	z-index:20;	
}
.grey_bg ul {
	padding-top:32px;
}
.grey_bg ul li {
	padding:0 0 20px 0;
	text-align:center;
	position:relative;
	line-height:24px;
	font-style:italic;
}
.grey_bg ul li:before {
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-25px;
	width:50px;
	height:1px;
	background:#cdcdcd;
	content:'';
}
.grey_bg ul li:last-child:before {
	display:none;
}

@media (min-width: 768px) {
	.team_info {
		padding-top:120px;
		padding-bottom:70px;
		min-height:538px;
	}
	.team_avatar {
		position:absolute;
		bottom:-30%;
		width: 33.33333333333333%;
		padding-left:15px;
		padding-right:15px;
	}
	.odd .team_avatar {
		left:0;
	}
	.even .team_avatar {
		right:0;
	}
	.team.odd {
		text-align:left;
	}
	.team.even {
		text-align:right;
	}
	.last .counter_wrapper:before {
		display:none;
	}	
}

/* Partners */
.partners {
	margin-bottom:34px;
}
.partners div.item {
	padding-bottom:30px;
	text-align:center;
	position:relative;
}
.partners div.item img {
	display:block;	
	opacity: 1;	
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	width:100%;
	height:auto;
}
.partners div.item img.hovered {
	opacity:0;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
}
.partners div.item a:hover img {
	opacity:0;
}
.partners div.item a:hover img.hovered {
	opacity:1;
}

/* Featured Project */
.slider_caption {
	position:absolute;
	left:200px;
	right:100px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	padding-top:16px;
}
.slider_caption p {
	line-height:20px;
	font-style:italic;
}
.slide_info {
	line-height:28px;
	font-style:italic;
	font-size:18px;
	margin-bottom:27px;
}
.slider_caption h2 {
	padding-bottom:32px;
}
.divider {
	margin:0 auto;
	margin-bottom:38px;
	width:170px;
	height:1px;
	background:#cdcdcd;
}

/* Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.image-grid {
	margin-top:20px;	
}
.image-grid .container {
	position:relative;
}
.image-grid .element { 
	background:none; 
	overflow:hidden; 
	margin-bottom:30px;	
}


/* Subscribe Block */
.promo_text {
	padding-top:68px;
	padding-bottom:43px;
	text-align:center;
}
.subscribe_block {
	padding-bottom:73px;
	max-width:830px;
	margin:0 auto;
}
.subscribe_block .socials {
	padding-top:2px;
}
.subscribe_block form input[type="text"] {
	background: none #b1b2b1;
	margin: 0 15px 7px 0;
	padding: 5px 9px 6px 9px;
	width: 350px;
	border:1px #cdcdcd solid;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:none;
	font-size:14px;
	color:#666666;
	font-weight:400;
	font-family: 'Open Sans';
	line-height:22px;
	display: inline-block;
	vertical-align:top;
}
input.subscribe,
input.send_btn {
	cursor: pointer;
	background-color: rgb(255, 255, 255) !important;
	color: #000 !important;
	margin: 0 0 7px 0 !important;
	display: inline-block;
	padding: 0 20px !important;
	height:30px;
	line-height:30px;
	font-size: 14px !important;
	font-weight: 700 !important;
	width: auto !important;
	font-family: 'Open Sans';
	vertical-align:top;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	border:0 !important;
	text-transform:uppercase;
}
input.subscribe:hover,
input.send_btn:hover {
	background-color: #000000 !important;
	text-decoration: none;
	color:#fff !important; 
}

@media only screen and (max-width: 992px) {
    .subscribe_block {
		max-width:inherit;
		padding:0 15px;
	}
	.subscribe_block form input[type="text"] {
		width: 100%;
	}
	.subscribe_block .fleft,
	.subscribe_block .fright {
		float:none;
	}
}

/** Contact Section **/
.contacts_block_bg {
	/*background-image:url(../images/bgs/wellness_1.jpg);*/
	background: #a21f34 url('../images/bg.jpg') no-repeat left top;
}
.contacts_block_bg .wrap {
	padding-bottom: 12px;
	/*background: url(../images/bgs/fun-fucts-bg.jpg);*/
	height: 100%;
	
}
#contact h2 {
	color: #fff;
	margin: 0 0 25px 0;
}
#contact h3 {
	color:#fff;
	font-weight:700;
	font-size:20px;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
#contact .block_header {
	padding-top: 42px;
	padding-bottom: 13px;
}
#contact .block_header p {
color: #fff;

}


form input[type="text"],
form textarea {
	/*background: url(../images/contacts-input-bg.png);*/
	margin: 0 0 10px 0;
	padding: 0px 12px;
	width: 375px;
	height: 34px;
	border:none;
	outline:none;
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	font-size:14px;
	color:#333333;
	font-weight:400;
	font-family: 'Open Sans';
	line-height:normal;
}

form input[type="checkbox"],
form checkbox {
	width: 40px;
	height: 40px;
	background: #ddd;
	margin: 20px 90px;

	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);

}
form textarea {
    margin-right:0px;
	margin-bottom:5px;
	border-right: 0px solid #a21;
	height: 160px;
	overflow:hidden;
	padding-top: 5px;
	border-color: #a11e33;
}

#fields .input-wrap {
	float: left;
	padding: 0 10px 0 0;
}
#fields .input-wrap:first-child {
	padding: 0 10px 0 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color: #777777;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color: #777777;
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #777777;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 3px;
	-webkit-border-radius:3px;
    margin: 0 0 22px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
	text-align:left;
	line-height:22px;
	font-size:14px;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.png);
}
.notification_ok:before {background-image:url(../images/info.png);
}

/* Footer */
.footer {
	background:#fff;
	line-height:22px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
	color:#262626;
	
}
.hide {
	opacity:0;
}

/* Icon Box */
.icon_box {
	padding:0 0 5px 40px;
	position:relative;	
	line-height:22px;
	font-size:14px;
	color:#fff;
}
.icon_box .icon {
	position:absolute;
	left:0;
	top:6px;
}
.icon_box a {
	color: #fff;
}
.socials-list {
	padding: 18px 0 0;
}
.socials-list li { 
	float: left;
	padding: 0 0 0 20px;
}
.socials-list li:first-child {
	padding: 0;
}
.socials-list li a {
	opacity: 1;
	-webkit-transition:opacity 0.5s ease;
    transition:opacity 0.5s ease;
}
.socials-list li a:hover {
	opacity: 0.6;
}
.logo-bottom {
	float: left;
}
.footer .copyrights {
	float: right;
}
h6 {
	line-height:22px;
	color:#fff;
	font-weight:400;
	font-size:14px;
	margin:0 0 4px 0;
	padding:0;
	text-transform:uppercase;		
}
.clear-resp {
	clear: both;
	display: none;;
}

/* Responsive changes */
@media (max-width: 1400px) {
/*	.stretch {
		background-attachment:scroll !important;
	}*/
}
@media only screen and (max-width: 410px) {
	#home .slide_title  {
		display: none;
	}
	#home .slide_title_alt {
		padding-bottom: 20px
	}
	
	
	
}
@media only screen and (max-width: 485px) {
	.clear-resp {
		clear: both;
		height: 20px;
		display: block;;
	}
	#about .img-wrap {
		margin: 0 auto;
	}
	.testimonials-slide .img-wrap {
		margin-bottom: 0;
	}
	.testimonials-slide .caption p {
		font-size: 14px;
	}
	
	.portfolio-list li {
		width: 50%;
	}
	
}
@media only screen and (max-width: 660px) {
	.testimonials-slide .img-wrap {
		margin-bottom: 0 !important;
	}
	.clients-list li {
	width: calc(100% / 3);
	}
	
}
@media only screen and (max-width: 767px) {
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
		background:#fff;
		opacity: 0.4;
	}
	#top header nav {
		display: none !important;
	}	
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-25px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../images/btn_menu.png) no-repeat;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#262626;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 80px;
		left:0;
		padding:15px 40px 20px 20px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
	}
	.mobile_menu_wrapper a:hover {color:#138a99;
	}
	.service_block_bg {
		position:relative;
		left:0;
		top:0;
		bottom:auto;
		width:100%;
		z-index:10;
		height:300px;
		margin-top:40px;
	}
	.grey_bg {
		padding-bottom:0;
	}
	.slide_info {
		margin-bottom:10px;
	}
	.slider_caption h2 {
		padding-bottom:10px;
		font-size:15px;
		line-height:25px;
	}
	.divider,
	.slider_caption .triangle,
	.slider_caption p {
		display:none;
	}
	.image-grid .element { 
		width:100%;	
	}
	.full_slider_caption p {
		display:none;
	}
	.logo_top {
		display:none;
	}
	.logo_fixed {
		display:block;
	
	}
	.facts-list-wrap {
		width: 50% !important;
		float: left;
	}
	.counters-list li {
		width: 50%;
		padding-bottom: 20px;
	}
	.slide_title {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.slide-logo {
		display: none;;
	}
	.shortcode_button {
		font-size: 9px;
		padding: 3px 20px 3px;
	}
	form input[type="text"], form textarea {
		width: 100%;
	}
	#fields .input-wrap {
		float: none;
	}
	#fields .input-wrap:first-child {
		padding: 10;
	}
	.pp_details { width: 100%!important;}

	.testimonials-slide .img-wrap {
		margin: 0 auto 30px auto !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Grid */
    .testimonials-slide .img-wrap {
		margin: 0 auto 30px auto !important;
	}
    .socials-list li {
		padding: 0 0 0 10px;
	}
	.container {
        width: 760px;
    }	
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
		
	.slide_info {
		margin-bottom:10px;
	}
	.slider_caption h2 {
		padding-bottom:15px;
	}
	.divider,
	.slider_caption .triangle {
		display:none;
	}
	.image-grid .element { 
		width:25%;	
	}
	.slide_title {
		font-size: 25px;
	}
	
	
	
}

@media (min-width: 992px) {
	/* Grid */
	.container {
        width: 990px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    } 
	
	.slide_info {
		margin-bottom:17px;
	}
	.slider_caption h2 {
		padding-bottom:15px;
	}
	.divider {
		display:none;
	}
	.image-grid .element { 
		width:25%;	
	}	
	.slide_title {
		font-size: 40px;
	}

	 
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
	.divider {
		display:block;
	}
	.contact_form {
		padding-right:9x;
	}
	.slider_caption h2 {
		padding-bottom:32px;
	}
	form textarea {
		width: 760px;
	}
}





