/*




/* --- TABLE OF CONTENT

01. RESET
02. PRIMARY STYLES
03. GENERAL LAYOUT
04. HEADER
		1. Header Styles
		2. Logo
		3. Navigation
05. FOOTER
06. HOME
07. SERVICES
08. TESTIMONIALS
09. FUN FACTS
10. BLOG
11. NEWSLETTER
12. PRICING
13. CONTACT
14. FEATURES
		1. Photos Hover Animations
		2. Dropcaps
		3. Partners
		4. Social Icons
15. MOBILE DEVICES
16. RESPONSIVE NAVIGATION
17. PRINT STYLES

--- */


/* ========================================================== */
/* 				  		    01. RESET                         */
/* ========================================================== */
   
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, 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 {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
	
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Roboto', sans-serif; font-weight: 400;}
body { margin: 0; }

a { color: #454545; font-weight: 300;}
a:visited { color: #dcddff; }
a:hover { color: #3498db; }
a:hover, a:active, a:focus { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
ins { background: #ffff99; color: #000000; text-decoration: none; }
mark { background: #ffff00; color: #000000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
   dd { margin: 0 0 0 40px; }
*/
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical;}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ========================================================== */
/* 				  	    02. PRIMARY STYLES                    */
/* ========================================================== */

img,object,video,embed { max-width: 100%; }
img { height: auto; vertical-align: middle;}

.bold {	font-weight: 700; }
.italic { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin-left: auto; margin-right: auto; }
.clearBoth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
th, thead td { font-weight: bold; }
em, dfn, cite { font-style: italic; }
del { color: #cccccc; text-decoration: line-through; }
dfn, ins { border-bottom: 1px solid #E8E8E8; }
abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted #E8E8E8; cursor: help; }
a { text-decoration: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
ol, ul { list-style: none; }

body { position: inherit /* conflict prettyphoto and dynamic to top plugin */; }
body, html, #wrapper { height:100%; }

::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

code, kbd, samp, pre, tt, var {
	font: 11px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}

code, pre, input[type=text], input[type=password], input[type=email], textarea {
	line-height: 20px;
}

p, a, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 25px;
	font-size:16px;
	    text-align: justify;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#757575;
}

.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header .row {
	overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: 22.05%;
}

.row .fourcol {
	width: 19%;
	margin-right: 1%;
}

.row .fivecol {
	width: 39.45%;
}

.row .fivecol img {width:100%;}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.last {
	margin-right: 0px;
}

/* ========================================================== */
/* 				  		 03. GENERAL LAYOUT                   */
/* ========================================================== */

body {
	background-color: #fff;
}

#container{
	position:relative;
	overflow:hidden;
}

.section_wrapper{
	width:100%;
	background-color:#fff;
	position:relative;
}

.section_wrapper.grey_bg{
	background-color:#fff;
}

.section_wrapper.dark_bg{
	background-color: rgb(246,227,200);
}

.section_wrapper.grey_border{
	border-top:1px solid #e0e0e0;
}

.section_box{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding: 15px 0px;
	position:relative;
}

.section_box.no_margins{
	padding:80px 0 0 0;
}

.section_box.small_margins{
	padding:80px 0 40px 0;
}

.section_box.partners_margins{
	padding:50px 0;
}

.section_features{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	/*padding:0 0 0 0;*/
	padding: 25px 0 50px 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

a.button_blue{
	display:inline-block;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	padding:6px 15px;
	margin:10px 0 20px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.clb {
    font-size: 18px;
    padding: 5px 5px;
    color: #fff;
    font-size: 18px;
	text-decoration: underline;
}
 
a.button_blue{
	background-color: transparent;
	border:1px solid #3498db;
	color:#3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_blue:hover{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.align_center{
	text-align:center;
}

/* Call To Action
========================================================== */

.call_to_action_white_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#fff;
}

.call_to_action_grey_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#fff;
}

.call_to_action_dark_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#34B1C4;
}

.call_to_action_white, .call_to_action_grey, .call_to_action_dark{
	margin:0 auto!important;
	position:relative;
	z-index:10;
	padding: 30px 0 0 0;
	width:100%;
	max-width:720px;
	text-align:center;
}

.call_to_action_white h3, .call_to_action_white h4, .call_to_action_grey h3, .call_to_action_grey h4, .call_to_action_dark h3, .call_to_action_dark h4{
	margin:0;
	padding:0;
}

.call_to_action_white h3, .call_to_action_grey h3, .call_to_action_dark h3{
	margin: 0;
	display:block;
	clear:both;
	font-size:36px;
	line-height:48px;
	text-align:center;
	font-weight:300;
}

.call_to_action_white h3, .call_to_action_grey h3{
	color:#454545;
}

.call_to_action_dark h3{
	color:#FFF;
}

.call_to_action_white span, .call_to_action_grey span, .call_to_action_dark span{
	margin: 0;
	display:block;
	clear:both;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:300;
	color: #ffffff;
	font-style:italic;
}

.call_to_action_white span, .call_to_action_grey span{
	color:#656565;
}

.call_to_action_dark h4{
	color:#bbb;
}

.separator_wrapper{
	display:block;
	margin:12px 0 0 0;
}

.separator_first_circle{
	display:inline-block;
	width:8px;
	height:8px;
	border:3px solid #34b1c4;
    -moz-border-radius:7px;  
    -webkit-border-radius:7px;  
    border-radius:7px;
}

.separator_second_circle{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
	border:2px solid #fff;
    -moz-border-radius:4px;  
    -webkit-border-radius:4px;  
    border-radius:4px;
}

.separator_second_circle_grey{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
    -moz-border-radius:4px;  
    -webkit-border-radius:4px;  
    border-radius:4px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	line-height:110%;
	color:#454545;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

h1.margin_bottom,h2.margin_bottom,h3.margin_bottom,h4.margin_bottom,h5.margin_bottom,h6.margin_bottom{
	margin-bottom:30px;
}
.title_small_margins{
	margin-bottom:10px;
}

h1{
	font-size:32px;
	line-height:46px;
}

h2{
	font-size:28px;
	line-height:32px;
}

h3{
	font-size:26px;
	line-height:32px;
}

h4{
	font-size:20px;
	line-height:28px;
}

h5{
	font-size:18px;
	line-height:22px;
}

h6{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

.uppercase{
	text-transform:uppercase;
}

.blue{
	color:#3498db;
}

.white{
	color:#fff;
}

.green{
	color:#16a085;
}

.red{
	color:#df4c3c;
}

.padding_top{
	padding-top:25px;
}

.padding_top_large{
	padding-top:35px;
}

/* ========================================================== */
/* 						    04. HEADER                        */
/* ========================================================== */

/* ----- 1. Header Styles ----- */
#header_wrapper{
	position: fixed;
	width: 100%;
	height:70px;
	padding:10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#header_wrapper.shrink {
	width:100%;
	height:70px;
	padding:0;
	z-index:1000;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_wrapper #header {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}

/* ----- 2. Logo ----- */
a#logo {
    position: relative;
	float:left;
	    margin: 5px 0 0 -10px;
	z-index:900;
	font-family: 'Roboto', sans-sefif;
	font-size:24px;
	line-height:22px;
	color:#454545;
}

/* ----- 3. Navigation ----- */
#nav {
	margin-left: 10px;
	    float: left;
	position:relative;
}

#nav li {
	display: inline-block;
        position: relative;
	margin: 20px 10px 0 10px;
}

#nav li.last {
	margin-right:0;
}

#nav li a {
	display: inline-block;
	text-align:center;
	color: #454545;
    font-size: 16px;
	line-height:18px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav .current a, #nav li a:hover {
	color:#3498db;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* ========================================================== */
/* 						     05. FOOTER                       */
/* ========================================================== */

#footer {
	width:100%;
	background-color:#2f3539;
	border-top:1px solid #2a2f37;
	z-index:100;
	padding:50px 0 20px 0;
}

#footer_box {
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
	text-align:center;
}

#footer p{
	color:#aaa;
	font-size:16px;
	    text-align: center;
}

.copyright a{
	font-size:16px;
	text-decoration:underline;
}

/* ========================================================== */
/* 				  		    06. HOME                          */
/* ========================================================== */

#home_wrapper{
	width: 100%;
	z-index: 1;
/*	background-position: center top;*/
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
	
	background-position: 50% 32%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.holst_bg {background: url(../images/bg_holst.jpg);}
.popart_bg {background: url(../images/bg_popart.jpg);}
.collage_bg {background: url(../images/bg_collage.jpg);}
.montage_bg {background: url(../images/bg_montage.jpg);}
.babyborn_bg {background: url(../images/bg_babyborn.jpg);}
.polygon_bg {background: url(../images/bg_polygon.jpg);}
.vector_bg {background: url(../images/bg_vector.jpg);}
.grange_bg {background: url(../images/bg_grange.jpg);}

.home_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

span.home_title {
	font-weight: 300;
	font-family:'Roboto', sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	clear: both;
	display: block;
	text-shadow: 1px 1px 8px rgb(0, 0, 0);
}

span.home_subtitle {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 35px;
	clear: both;
	display: block;
	text-shadow: 1px 0px 6px rgb(81,77,77);
}



/* ========================================================== */
/* 				  		    07. SERVICES                      */
/* ========================================================== */

.services_box{
	background-color:#f4f4f4;
	border-bottom:1px solid #e4e4e4;
	padding:30px 20px 20px 20px;
}

.services_box span{
	margin-bottom:10px;
}

.services_box span a{
	margin-top:130px!important;
	color:#454545;
	font-size:17px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.services_box span a:hover{
	color:#3498db;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.services_box p{
	margin-bottom:15px;
}

/* ========================================================== */
/* 						  08. TESTIMONIALS                    */
/* ========================================================== */

.testimonials_wrapper{
	    width: 100%;
    margin-top: -139px;
    position: relative;
    background-color: #34b1c4;
}

.testimonials_box{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:12px 0 50px 0;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks_nav {
	display:none;
}
  
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index:100;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
}

.callbacks1_s1 a, .callbacks1_s2 a, .callbacks1_s3 a {
	display:none;
}

.testimonials_info{
	overflow:hidden;
	padding:10px 0;
	border-right:1px solid #eee;
}

img.testimonials_picture{
	float:left;
	margin-right:30px;
	margin-left: 30px;
	width:100px;
	height:100px;
	padding:5px 5px;
	background-color:#34b1c4;
	border:1px solid #fff;
	-webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
}

p.testimonials_name{
	float:left;
	margin: 0;
	padding-top:30px;
	font-size:18px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}

p.testimonials_name span{
	font-size:18px;
	font-weight:300;
	font-style:italic;
	text-transform:none;
	color:#fff;
}

p.testimonials_text {
	padding:20px 0 0 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	color:#fff;
}

/* ========================================================== */
/* 						    09. FUN FACTS                     */
/* ========================================================== */

.fun_fact_wrapper{
	width:100%;
	background-color:#34b1c4;
	position:relative;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.fun_fact_box{
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 28px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    text-align: center;
}

.fun_fact_item span{
	color:#bbb;
	font-size:18px;
	font-weight:300;
	vertical-align:top;
	line-height:32px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.fun_fact_icon{
	padding-right:10px;
	color:#858585;
	font-size:32px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.fun_fact_wrapper:hover span, .fun_fact_wrapper:hover .fun_fact_icon{
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 						      10. BLOG                        */
/* ========================================================== */

.blog_item{
	background-color:#fff;
	border:10px solid #e0e0e0;
	margin-bottom:10px;
}

.blog_item:hover {
    transition: box-shadow .25s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.feedback_item{
	background-color:#fff;
	margin-bottom:10px;
}

.blog_item_inner{
	padding:0 10px;
	text-align: center;
	margin-top:20px;
	font-family: 'Roboto', sans-serif;
}

.blog_item_inner span{
	display: block;
	font-weight: bold;
	padding:0 10px;
	text-align: center;
	margin-top:20px;
	font-family: 'Roboto', sans-serif;
}

.blog_item_inner p{
	/*margin:10px 0 25px 0;*/
	margin: 10px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

span.blog_title{
	margin-bottom:5px;
}

span.blog_title a{
	font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #34b1c4;
    border-radius: 5px;
    padding: 7px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

span.blog_title a:hover{
	color:#7ae4f4;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog_icons{
	color:#858585;
	font-size:14px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #aaa;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog_icons.last{
	border-right: none;
}

a.blog_icons:hover{
	color:#3498db;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.blog_comments_icon{
	float:right;
	margin-top:5px;
	font-size:20px;
	color:#555;
	font-weight:400;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.blog_comments_icon i{
	font-size:18px;
}

.blog_comments_icon:hover{
	color:#3498db;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.button_grey{
	background-color: transparent;
	border:1px solid #3498db;
	color:#3498db;
	display:inline-block;
	font-weight:400;
	font-size:13px;
	padding:4px 15px;
	margin:0 0 20px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_grey:hover{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		   11. NEWSLETTER                     */
/* ========================================================== */

.newsletter_wrapper{
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	z-index:10;
	background: #34b1c4;
}

.newsletter_box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:70px 0 70px 0;
}

i.email_icon{
	display: inline-block;
	margin-top:45px;
	background:url(../images/email.png) no-repeat;
	width:200px;
	height:180px;
}

.newsletter_info{
	padding:30px 0 30px 60px;
	border-left:1px solid #2d9cae;
}

.newsletter_info h2{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
}

.newsletter_info p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #ebf8fc;
}

.newsletter_form_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	height: 500px;
}

.newsletter_form_box {
	/*margin: 0 auto;*/
	float: right;
	max-width: 490px;
	padding: 18px 14px 18px 18px;
	background-color: rgba(0, 0 ,0, 0.4);
	border-radius: 5px;
}

#newsletter-form #email_newsletter, #name_newsletter, #phone_newsletter {
	width:91%;
	max-width:350px; 
	height:56px;
	line-height:56px;
    padding:0 4%;
	border: 1px solid #2a97a9;
	background-color: #33a4b6;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	color:#fff;  
    font-size:16px;
	margin:5px 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:56px;
    background-color:#f1c40f;  
	border: 1px solid #f1c40f;
    color:#454545;  
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	font-size:16px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

.submit-button-newsletter {
	width: 140px;
	height:56px;
    background-color:#f1c40f;  
	border: 1px solid #f1c40f;
    color:#454545;  
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	font-size:16px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

.submit-button.newsletter:hover {
	color:#454545;
    background-color:#fff;
	border: 1px solid #fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	color:#454545;
    background-color:#fff;
	border: 1px solid #fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
    padding:15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

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

    /* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }


p.newsletter_success_box{
	font-size:18px;
	color:#eee;
	font-style:italic;
	margin-bottom:15px;
}

/* ========================================================== */
/* 				  		    12. PRICING                       */
/* ========================================================== */

.price_item{
	margin-top:25px;
	margin-bottom:35px;
	border-bottom:1px solid #e0e0e0;
	-webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.price_head{
	text-align:center;
	padding:40px 0 50px 0;
	background-color:#454545;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.price_head.blue_head{
	background-color:#01b4b4;
}

.price_head.green_head{
	background-color:#16a085;
}

.price_head.red_head{
	background-color:#f0644b;
}

.price_head h2{
	margin:0;
	color:#fff;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}

.price_head h4{
	margin:0;
	padding:15px 0 15px 0;
	color:#fff;
	font-size:60px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.price_head h4 span{
	font-size:18px;
}

span.montly{
	font-size:32px;
	font-weight:100;
	color:#fff;
}

ul.price_features{
	margin:0;
	padding:0 40px;
	background-color:#f8f8f8;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}

ul.price_features li{
	padding: 20px 0;
	border-bottom:1px solid #e0e0e0;
}

ul.price_features li.first{
	padding:45px 0 20px 0;
	border-bottom:1px solid #e0e0e0;
}

ul.price_features li.last{
	border-bottom: none;
	padding-bottom:30px;
}

span.right{
	float:right;
}

.price_button_wrapper{
	text-align:center;
	background-color:#f8f8f8;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:15px 40px 20px 40px;
	-webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

a.price_button{
	display:block;
	width:100%;
	font-size:14px;
	font-weight:400;
	padding:12px 0;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.price_button.pb_green{
	background-color:#16a085;
	border:1px solid #16a085;
	color:#fff;
}

a.price_button.pb_blue{
	background-color:#01b4b4;
	border:1px solid #01b4b4;
	color:#fff;
}

a.price_button.pb_red{
	background-color:#f0644b;
	border:1px solid #f0644b;
	color:#fff;
}

a.price_button.pb_green:hover{
	background-color:#fff;
	border:1px solid #16a085;
	color:#16a085;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.price_button.pb_blue:hover{
	background-color:#fff;
	border:1px solid #01b4b4;
	color:#01b4b4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.price_button.pb_red:hover{
	background-color:#fff;
	border:1px solid #f0644b;
	color:#f0644b;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 						     13. CONTACT                      */
/* ========================================================== */

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:960px;
	padding-bottom:40px;
}

input.contact-input{
	width:97.40%;
	height:36px;
    padding:0;
	margin-right:2%;
	margin-bottom:20px;
	color: #aaa;
	border:none;
	border-bottom: 2px solid #777;
	background-color:#393f43;
    font-size:14px;
	float:left;
}

textarea{
	height:140px;
	margin:20px 0 30px 0;
	width:93.40%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #999;
	border: 2px solid #777;
	border-top:none;
	background-color:#393f43;
    font-size:14px;
	float:left;
}

input.contact-submit{
	color: #fff;
	border: 2px solid #34b1c4;
	background-color: #34b1c4;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	color:#34b1c4;
	background-color: transparent;
	border:2px solid #34b1c4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  color: #aaa;
  background-color:#393f43;
  outline: none;
}

p.contact_success_box{
	color:#999;
	font-size:20px;
	font-style:italic;
}

/* ========================================================== */
/* 				  		    14. FEATURES                      */
/* ========================================================== */

/* ----- 1. Photos Hover Animations ----- */
.zoom_photo{
	display:block;
	overflow:hidden;
    text-align: center;
}

.view {
	width:100%;
	/*height: 220px;*/
	padding:0;
	border:none;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {

   display: block;
   position: relative;
}

.view span.zoom {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
}

.view-first img {
width:100%;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   height:100%;
   width:100%;
}

.zoom_photo:hover .view-first img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.zoom_photo:hover .view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.zoom_photo:hover .view-first a.zoom {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/* ----- 2. Dropcaps ----- */
.featured_dropcap{
	float:left;
	margin-top:10px;
}

.dropcaps_icon {
	float:left;
	margin:0 25px 15px 0;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 24px;
	font-weight:600;
	color:#fff;
	border: 1px solid #34b1c4;
	background-color: #34b1c4;
	position: relative;
	-webkit-border-radius: 25px 25px;
    -moz-border-radius: 25px 25px;
    border-radius: 25px 25px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.featured_dropcap:hover .dropcaps_icon {
	color:#3498db;
	border: 1px solid #3498db;
	background-color: #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.featured_dropcap p{
	margin-bottom:15px;
}

/* ----- 3. Partners ----- */
ul.partners{
	margin:0;
	width:100%;
	max-width:1140px;
	text-align:center;
}

ul.partners li{
	display:inline-block;
	margin:0 35px;
}

/* ----- 4. Social Icons ----- */
.social_margins{
	padding:40px 0 10px 0;
}

ul.social_icons{
	display: block;
	width:100%;
	max-width:1140px;
}

ul.social_icons li{
	display:inline-block;
    margin:10px 0!important;
	padding:0 30px!important;
	text-align:center;
	line-height:100%!important;
}

ul.social_icons li a i {
  font-size:36px;
  line-height: 36px;
  color: #757575;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.social_icons li a i:hover {
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color:#3498db;
}


#submit-msg {
	padding: 5px 5px;
	color: #fff;
	font-size: 18px;
	background-color: rgba(0,0,0,0.5);
	margin: 5px 0 10px 0;
	border-radius: 5px;
	display: none;
}



@media only screen and (max-width: 1630px) {
	.home_box {
		padding: 15px 0 0 0;
	}

	.newsletter_form_wrapper {
		padding-top: 1px;
	}
	
	.newsletter_form_box {
		max-width: 490px;
		padding: 6px 15px 17px 15px;
	}


	#home_wrapper{
		background-position: 50% 20%;
		background-attachment: fixed;
		background-size: contain;
	}
	
	
/*	
	#submit-msg {
		padding: 3px 3px;
		font-size: 16px;
		margin: 3px 0 7px 0;
	}
*/
}
/*
@media only screen and (max-width: 1572px) {
	#home_wrapper{
		background-position: 50% 29%;
		background-attachment: fixed;
		background-size: contain;
	}
}
*/


@media only screen and (max-width: 1410px) {
	span.home_title {
	font-size: 33px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 1.5px;
	}

	span.home_subtitle {
		font-family:'Roboto', sans-serif;
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 32px;
	}
}

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

	span.home_subtitle {
		font-family:'Roboto', sans-serif;
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 30px;
	}
}


@media only screen and (max-width: 1280px) {
	span.home_title {
	font-size: 30px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 1.5px;
	}

	span.home_subtitle {
		font-family:'Roboto', sans-serif;
		font-size: 21px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	
	#home_wrapper {
		background-position: 50% 16%;
	}
}

@media only screen and (max-width: 1200px) {
	.newsletter_form_wrapper {
		height: 400px;
	}
	#home_wrapper {
		background-position: 50% 16%;
	}
	span.home_title {
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 1.5px;
	}

	span.home_subtitle {
		font-family:'Roboto', sans-serif;
		font-size: 21px;
		line-height: 27px;
		margin-bottom: 32px;
	}
}


@media only screen and (max-width: 1100px) {
	span.home_title {
	font-size: 28px;
	line-height: 25px;
	}

	span.home_subtitle {
		font-family:'Roboto', sans-serif;
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 30px;
	}
}

/* ========================================================== */
/* 		                 max-width: 1024px                    */
/* ========================================================== */




@media only screen and (max-width: 1024px) {
	.newsletter_form_box {
		max-width: 450px;
		padding: 5px 5px 17px 5px;
	}
	
	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#home_wrapper, .info_wrapper {
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
}

/* ========================================================== */
/* 					   15. MOBILE DEVICES                     */
/* ========================================================== */

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

	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		clear:both;
	}
	
	#header_wrapper {
		position: relative;
		height:60px!important;
		padding:0!important;
	}
	
	#header_wrapper #header {
		position: relative;
		width:90%;
		padding:0 5%;
		text-align:center;
	}
		
	#header_wrapper.shrink {
		width:100%;
		height:60px!important;
		padding:0!important;
	}
	
	/* ----- logo ----- */

	
	ul.social{
		float:none;
	}
		
	a.button_blue, a.button_white{
		font-size:10px;
		padding:7px 14px;
		margin:0 0 20px 0;
	}
	
	.call_to_action_white{
		padding: 70px 0 0 0!important;
	}
	
	.call_to_action_white span,
	.call_to_action_grey span,
	.call_to_action_dark span {
		font-size:22px;
		line-height:32px;
		font-weight:400;
		margin-bottom:20px;
	}
	
	.call_to_action_white span,
	.call_to_action_grey span,
	.call_to_action_dark span {
		font-size:16px;
		line-height:24px;
	}

	.section_box{
		padding: 50px 0 40px 0;
		max-width: 450px;
	}
	

	#home_wrapper{
		margin:0 auto;
		width:90%;
		padding-left: 5%;
		padding-right: 5%;
		background-position: 22% 16%;
	}
	
	.home_box{
		width:100%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	span.home_title{
		font-size: 46px;
		line-height: normal;
	}

	span.home_subtitle{
		font-size:26px;
		line-height:32px;
	}
				
	.newsletter_box{
		padding:60px 0;
	}
	
	#newsletter-form #email_newsletter{
		width: 90%;
		max-width:280px;
		margin-bottom:10px;
	}

	#slider-wrapper{
		margin:0 auto;
		width:90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.services_item {
		float:left;
		padding-bottom:50px;
	}
		
	.services_item.last {
		padding-bottom:30px;
	}	
		
	.section_features{
		padding:40px 0 0 0;
	}
	
	.testimonials_wrapper{
		margin-top:-55px;
	}
		
	.testimonials_info{
		border-right: none;
	}
					
	.testimonials_box{
		width:90%;
		margin:0 5%;
		padding:40px 0 15px 0;
		text-align:center;
	}
	
	img.testimonials_picture{
		display:inline-block;
		float:none;
		margin:0;
	}
	
	p.testimonials_name{
		float:none;
		font-size:14px;
		line-height:20px;
	}
	
	p.testimonials_name span{
		font-size:12px;
		font-weight:300;
		font-style:italic;
		text-transform:none;
	}
	
	p.testimonials_text {
		padding:5px 0 0 0;
		font-size: 15px;
		line-height: 22px;
	}
	
	span.testimonials_text, span.testimonials_autor{
		font-size:18px!important;
		line-height:32px!important;
	}
	
	span.testimonials_autor{
		font-size:14px!important;
		line-height:28px!important;
	}
	
	.fun_fact_box{
		text-align: left!important;
	}
	
	.fun_fact_item{
		padding:5px 0;
	}
	
	.newsletter_box{
		width:100%;
		max-width:1000px;
		margin:0 auto;
		padding:50px 0 50px 0;
		text-align:center;
	}
	
	.newsletter_info{
		padding:30px 0;
		border-left: none;
	}
	
	.newsletter_info h2{
		font-size: 26px;
	}
	
	.newsletter_info p{
		font-size: 18px;
		line-height: 28px;
	}
	
	#newsletter-form #email_newsletter {
		width: 90%;
		margin-bottom:10px;
	}
	
	#newsletter-form #submit-button-newsletter {
		width: 140px;
		height:56px;
		margin:0;
	}
	
	.mainprice1 span, .mainprice2 span, .mainprice3 span, .mainprice4 span {
	color: rgb(85, 83, 83);
	text-decoration: line-through;
	font-weight: normal;
	font-size: 0.8em;
	}

	.mainprice1 {
		float:right;
		margin-top:40px;
	    color: red;
	    font-weight: bold;
	    font-size: 2em;
	}

	.mainprice2 {
		float:right;
		margin-top:28px;
	    color: red;
	    font-weight: bold;
	    font-size: 2em;
	}

	.mainprice3 {
		float:right;
		margin-top:27px;
	    color: red;
	    font-weight: bold;
	    font-size: 2em;
	}

	.mainprice4 {
		float:right;
		margin-top:25px;
	    color: red;
	    font-weight: bold;
	    font-size: 2em;
	}

}

/* ========================================================== */
/* 						   MOBILE 320px                       */
/* ========================================================== */
@media handheld, only screen and (max-width: 320px) {
	
	.testimonials_wrapper{
		margin-top:-30px;
	}

}

/* ========================================================== */
/* 				    16. RESPONSIVE NAVIGATION                 */
/* ========================================================== */
#wt_responsive_nav_wrap {
	width: 100%;
	right: -100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: #ffffff;
	height: 100%;
	padding: 90px 0;
	margin-left: -2px;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: 	scale(0.5);
	-moz-transform: 	scale(0.5);
	-ms-transform: 		scale(0.5);
	-o-transform: 		scale(0.5);
	transform: 			scale(0.5);
	-webkit-transition: all 0.6s ease;
	-moz-transition: 	all 0.6s ease;
	-o-transition: 		all 0.6s ease;
	-ms-transition: 	all 0.6s ease;
	transition: 		all 0.6s ease;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%; }

#wt-responsive-nav {
	margin-left: 0;
	width: 100%; }

.show_responsive_nav {
	overflow: hidden; }

.csstransforms3d #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(0.5);
	-moz-transform: 	scale3d(0.5);
	-ms-transform: 		scale3d(0.5);
	-o-transform: 		scale3d(0.5);
	transform: 			scale3d(0.5); }

.show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale(1);
	-moz-transform: 	scale(1);
	-ms-transform: 		scale(1);
	-o-transform: 		scale(1);
	transform: 			scale(1);
	-webkit-transform: 	translate(-100%, 0);
	-moz-transform: 	translate(-100%, 0);
	-ms-transform: 		translate(-100%, 0);
	-o-transform: 		translate(-100%, 0);
	transform: 			translate(-100%, 0); }	

.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(1);
	-moz-transform: 	scale3d(1);
	-ms-transform: 		scale3d(1);
	-o-transform: 		scale3d(1);
	transform: 			scale3d(1);
	-webkit-transform: 	translate3d(-100%, 0, 0);
	-moz-transform: 	translate3d(-100%, 0, 0);
	-ms-transform: 		translate3d(-100%, 0, 0);
	-o-transform: 		translate3d(-100%, 0, 0);
	transform: 			translate3d(-100%, 0, 0); }	

#wt-responsive-nav>li:first-child>a:first-child { border-top-style: solid; border-top-width: 1px; }
#wt-responsive-nav li { margin: 0; padding: 0; position: relative; float: none; clear: both; }
#wt-responsive-nav li > a:before {
	content: "\e00b";
	position: absolute;
	top: 13px;
	margin-left: -15px;
	font-family: 'icons-font';
	font-size: 12px;
	color: #222; }
#wt-responsive-nav li > a i {
	position: absolute;
	top: 15px;
	display: inline-block;
	right: 24px;
	font-size: 14px;
	color: #222; }
#wt-responsive-nav .sub-menu {
	/*display: none;*/ }		
#wt-responsive-nav, 
#wt-responsive-nav li > a {
	border-color: #E1E1E1;
	color: #555;
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none; 
	transition: none }
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,	
#wt-responsive-nav li > a.active {
	color: #FFFFFF;
	background-color: #222; }
#wt-responsive-nav .current_page_item  > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item  > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
	color: #FFFFFF;}
#responsive_nav_open:hover, 
#responsive_nav_hide:hover {
	background-color: #222; }
#responsive_nav_open:hover i:before, 
#responsive_nav_hide:hover i:before {
	color: #FFFFFF; }
	
.current_page_item > a:before, 
.current-menu-item > a:before {
	font-weight: normal; }	
			
#wt-responsive-nav ul { margin: 0; padding: 0; display: block; width: 100%; left: 0; position: relative; }
#wt-responsive-nav a { padding: 13px 28px; border-bottom-style: solid; border-bottom-width: 1px; width: 100%; display: block; margin: 0; text-decoration: none; position: relative; }
#wt-responsive-nav a { padding-left: 35px; }
#wt-responsive-nav ul a { padding-left: 55px; }
#wt-responsive-nav ul ul a { padding-left: 75px; }
#wt-responsive-nav ul ul ul a { padding-left: 95px; }
	
#responsive_nav_open, 
#responsive_nav_hide {
	position: absolute;
	top: 0;
    	right: 0;
    	margin: 15px 20px;
	text-decoration: none;
	text-align: center;
	width: 34px;
	height: 34px;
	z-index: 9999;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #E1E1E1;
	display: none;
	background-color: #FFFFFF; }
#responsive_nav_open i:before, 
#responsive_nav_hide i:before {
	color: #333333;
	font-size: 18px;
	margin: 0;
	display: block;
	line-height: 36px; }
#responsive_nav_hide i:before {
	font-size: 30px; }		
.small_device_active #responsive_nav_open { display: block; }
.small_device_active #nav { display: none; }	
#responsive_nav_hide {
	display: block;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	top: 0;
    	right: 0;
	margin: 15px 20px;
 }	
.show_responsive_nav #responsive_nav_hide {
	opacity: 1;
	visibility: visible; }

/* ========================================================== */
/* 				  	     17. PRINT STYLES                     */
/* ========================================================== */
	 
	@media print {
		* {background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; }
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; /* h5bp.com/t */ }
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
	}
table {
 
  border-collapse: collapse;
  color: #686461;
      margin: 20px 0 6px 0px;
}
caption {
  padding: 10px;
  color: white;
  background: #0abab4;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: left;
}
td {
  padding: 10px;
  text-align: center;
}
tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
  background: #dafaff;
}
.pagination ul {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
}
.pagination ul li {
    display: inline-block;
    margin: 0 10px;
}
.pagination ul li a {
    display: block;
    width: 62px;
    height: 62px;
    color: #454545;
    text-decoration: none;
    border: #3498db solid 1px;
    border-radius: 50%;
    line-height: 62px;
}
.pagination ul li a.current {
    background: #fff;
    color: #3498db;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  /*margin-left: -20px;*/
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #8e2b22;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #8e2b22;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /*body {
    padding-left: 20px;
    padding-right: 20px;
  }*/
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
.post_info {
    text-align: center;
    margin: 0;
    padding: 0;
}
.post_info li {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #3498db;
   
}
.post_info li .circ {
    display: inline-block;
    color: #454545;
    border: #3498db solid 1px;
    border-radius: 50%;
    margin-right: 10px;
    width: 62px;
    font-size: 17px;
}
.post_info li.read_more a {
    color: #3498db;
    padding-left: 72px;
    display: block;
    text-decoration: none;
    background: url(../images/rm.png) no-repeat left;
}
.post {
    margin: 50px 0;
    padding-bottom: 50px;
   
}
.post h2 a {
      text-transform: uppercase;
    color: #454545;
    text-decoration: none;
    font-size: 31px;
}
.post_thumb {
  
    padding: 5px;
    margin: 15px 0;
}
.post_thumb img {
    width: 100%;
    height: auto;
}
.entry {
    font-size: 17px;
    margin-bottom: 50px;
}
.sub_title {
    font-size: 19px;
    font-weight: 300;
    color:#3498db;
      margin-top: 10px;
    line-height: 19px;
    margin-bottom: 50px;
	    text-align: center;
}
.text_center {width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
#toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin: 18px 30px 0px 0px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("images/phone.png") no-repeat;
    background-size: 30px;
}
.carousel_item a {pointer-events:none;}
@media screen and (-webkit-min-device-pixel-ratio: 1.3), not all, not all, not all, screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx)
#toggle {
    background-image: url("../images/phone.png");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
       background-size: 40px;
}

@media screen and (min-width: 70em) {
	.carousel_item a {
		pointer-events:all;
	}

	#toggle {
	    display: none;
	}
}

.telph {    
	text-align: right;
     columns: 2;
     -webkit-columns: 2; 
    -moz-columns: 2;
    float: right;
    max-width: 240px;
    font-weight: 500;
    color: #000;
	white-space: nowrap;
	font-size: 1em;
}

.telph li {
	max-width: 115px;
	float:right;
}

.telph li:first-child {
	padding-top: 10px;
	margin-bottom: -3px;
}

.telph li:last-child {
	font-size: 1.2em;
	padding: 20px 0;
}

.contactos {
	color:#000;
	font-size:12px;
	font-weight:500;
}

.ls-bottom-nav-wrapper {display:none;}

/* Input form */
.form-style {
	/*background-color: rgba(0,0,0,0.5);*/
/*	padding:10px;*/
	border-radius: 5px;
}



.form-style-heading {
	font-family:'Roboto', sans-serif;
	color:#fff;
	text-align:center;
	padding: 5px;
	font-size: 26px;
	font-weight: 300;
}

/* Form Input Upload Styling*/

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.uplbtn {
	background: #ffee00;
  background-image: -webkit-linear-gradient(top, #ffee00, #d18f2c);
  background-image: -moz-linear-gradient(top, #ffee00, #d18f2c);
  background-image: -ms-linear-gradient(top, #ffee00, #d18f2c);
  background-image: -o-linear-gradient(top, #ffee00, #d18f2c);
  background-image: linear-gradient(to bottom, #ffee00, #d18f2c);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #474147;
  -moz-box-shadow: 0px 1px 3px #474147;
  box-shadow: 0px 1px 3px #474147;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
  border: solid #f5f5f5 1px;
  text-decoration: none;
  display: inline-block;
}

.uplbtn:hover {
  background: #d18f2c;
  background-image: -webkit-linear-gradient(top, #d18f2c, #ffee00);
  background-image: -moz-linear-gradient(top, #d18f2c, #ffee00);
  background-image: -ms-linear-gradient(top, #d18f2c, #ffee00);
  background-image: -o-linear-gradient(top, #d18f2c, #ffee00);
  background-image: linear-gradient(to bottom, #d18f2c, #ffee00);
  text-decoration: none;
}

/*	color: #454545;
	background: #ffee00;
	  background-image: -webkit-linear-gradient(top, #ffee00, #d18f2c);
	  background-image: -moz-linear-gradient(top, #ffee00, #d18f2c);
	  background-image: -ms-linear-gradient(top, #ffee00, #d18f2c);
	  background-image: -o-linear-gradient(top, #ffee00, #d18f2c);
	  background-image: linear-gradient(to bottom, #ffee00, #d18f2c);
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;*/


/*.fileUpload span {
	font-size: 1.25em;
	font-weight: 600;
	color: yellow;
	text-decoration: underline;
	display: inline-block;
}*/

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*.file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-input + label {
	font-size: 1.25em;
	font-weight: 600;
	color: yellow;
	text-decoration: underline;
	display: inline-block;
	margin: 10px 0;
	padding: 10px 10px;
}

.file-input:focus + label,
.file-input + label:hover {	
}*/

 /*.file-input::-webkit-file-upload-button {
  visibility: hidden;
  margin:10px 10px;
}
.file-input::before {
  content: 'Выбрать фото';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 4px 2px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}
.file-input:hover::before {
  border-color: black;
}
.file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}*/
#contact-form {
	margin: 0 auto;
}
#feedback-form {
	text-align:center;
}

#feedback-form .formdescr {
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 0.9em;
}
.name-input, .email-input, .country-code, .phone{
	/*font-family:'Roboto', sans-serif;
	font-weight:300;
	border:none;
	border-bottom:1px solid #B8B0B0;
	background-color:#741F1F;
	margin:10px 10px;
	outline: none;
	color:#fff;
	text-align: center;*/
	width:91%;
	max-width:350px; 
	height:56px;
	line-height:56px;
    padding:0 4%;
	border: 1px solid #2a97a9;
	background-color: #33a4b6;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	color:#fff;  
    font-size:16px;
	margin:5px 10px 0 0;
}
.name-input:required, .email-input:required, .country-code:required, .phone:required {
	background-color:#33a4b6;
}

.country-code {
	width: 50px;
}
.submit-email{
	width: 200px;
	height: 56px;
	background-color: #f1c40f;
	border: 1px solid #f1c40f;
	color: #454545;
	display: inline;
	margin: 0 5px 0 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}

.popup_btn {
  background: #ffee00;
  background-image: -webkit-linear-gradient(top, #ffee00, #d18f2c);
  background-image: -moz-linear-gradient(top, #ffee00, #d18f2c);
  background-image: -ms-linear-gradient(top, #ffee00, #d18f2c);
  background-image: -o-linear-gradient(top, #ffee00, #d18f2c);
  background-image: linear-gradient(to bottom, #ffee00, #d18f2c);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #474147;
  -moz-box-shadow: 0px 1px 3px #474147;
  box-shadow: 0px 1px 3px #474147;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #f5f5f5 1px;
  text-decoration: none;
  margin-top: 20px;
}

.popup_btn:hover {
  background: #d18f2c;
  background-image: -webkit-linear-gradient(top, #d18f2c, #ffee00);
  background-image: -moz-linear-gradient(top, #d18f2c, #ffee00);
  background-image: -ms-linear-gradient(top, #d18f2c, #ffee00);
  background-image: -o-linear-gradient(top, #d18f2c, #ffee00);
  background-image: linear-gradient(to bottom, #d18f2c, #ffee00);
  text-decoration: none;
}

#contact_results {
	text-align: center;
	color: #fff;
	padding: 5px 0;
}
input[type="file"] {
	color: #AF9595;
}

.calcform {
	width: 100%;
	padding: 20px 0;
}
.calcform select {
	margin:0 15px 0;
    font-family: 'Roboto', sans-serif;
    border: 3px solid #34B1C4;
    padding: 5px;
    width: 100px;
}

.calcform input {
	border:none;
	background: 0;
	font-size:24px;
	width:60px;
	margin: 0 0 0 5px;
}

.calltoaction {
	background: url("../images/bg-top-main.png");
	width: 100%;
	height: 640px;
}

.call_to_action_left {
	width:50%;
	float:left;
}
.call_to_action_left p {
	color: #fff;
	font-size:28px;
}

.call_to_action_right {
	width:50%;
	float:right;
}

.top_form form{
	text-align: center;
	padding: 9px 13px 10px;
	background: #eeedec;
	border: 1px solid #fff;
	color: #6e6d6d;
}

.call_to_action_right p{
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 19px;
	text-align: center;
}

.thumb {
	height: 30px;
	border: 1px solid #000;
	margin: 10px 5px 15px 10px;
}

/* Carousel Plugin */
#carousel .item{

}

.price_list {
	margin: 15px auto;
	background: url(../images/bg_price.png) no-repeat;
	max-width: 1064px;
	height: 340px;
}

.calc-heading {
	font-size: 1.3em;
}

.calcwrap {
	margin: 15px 0;
}

.section_features .row {
	margin-top: 25px;
}

.section_feature .row .threecol {
	position:relative;
}

.mainprice1 span, .mainprice2 span, .mainprice3 span, .mainprice4 span {
	color: rgb(85, 83, 83);
	text-decoration: line-through;
	font-weight: normal;
	font-size: 0.8em;
}

.mainprice1 {
	float:right;
	margin-top:40px;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.mainprice2 {
	float:right;
	margin-top:28px;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.mainprice3 {
	float:right;
	margin-top:27px;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.mainprice4 {
	float:right;
	margin-top:25px;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.figure1holst {background: url(../images/figure1holst.png) no-repeat;height: 320px;}
.figure2holst {background: url(../images/figure2holst.png) no-repeat;height: 320px;}
.figure3holst {background: url(../images/figure3holst.png) no-repeat;height: 320px;}
.figure4holst {background: url(../images/figure4holst.png) no-repeat;height: 320px;}

.figure1popart {background: url(../images/figure1popart.png) no-repeat;height: 320px;}
.figure2popart {background: url(../images/figure2popart.png) no-repeat;height: 320px;}
.figure3popart {background: url(../images/figure3popart.png) no-repeat;height: 320px;}
.figure4popart {background: url(../images/figure4popart.png) no-repeat;height: 320px;}

.figure1collage {background: url(../images/figure1collage.png) no-repeat;height: 320px;}
.figure2collage {background: url(../images/figure2collage.png) no-repeat;height: 320px;}
.figure3collage {background: url(../images/figure3collage.png) no-repeat;height: 320px;}
.figure4collage {background: url(../images/figure4collage.png) no-repeat;height: 320px;}

.figure1montage {background: url(../images/figure1montage.png) no-repeat;height: 320px;}
.figure2montage {background: url(../images/figure2montage.png) no-repeat;height: 320px;}
.figure3montage {background: url(../images/figure3montage.png) no-repeat;height: 320px;}
.figure4montage {background: url(../images/figure4montage.png) no-repeat;height: 320px;}

.figure1polygon {background: url(../images/figure1polygon.png) no-repeat;height: 320px;}
.figure2polygon {background: url(../images/figure2polygon.png) no-repeat;height: 320px;}
.figure3polygon {background: url(../images/figure3polygon.png) no-repeat;height: 320px;}
.figure4polygon {background: url(../images/figure4polygon.png) no-repeat;height: 320px;}

.figure1babyborn {background: url(../images/figure1babyborn.png) no-repeat;height: 320px;}
.figure2babyborn {background: url(../images/figure2babyborn.png) no-repeat;height: 320px;}
.figure3babyborn {background: url(../images/figure3babyborn.png) no-repeat;height: 320px;}
.figure4babyborn {background: url(../images/figure4babyborn.png) no-repeat;height: 320px;}

.figure1vector {background: url(../images/figure1vector.png) no-repeat;height: 320px;}
.figure2vector {background: url(../images/figure2vector.png) no-repeat;height: 320px;}
.figure3vector {background: url(../images/figure3vector.png) no-repeat;height: 320px;}
.figure4vector {background: url(../images/figure4vector.png) no-repeat;height: 320px;}

.figure1grange {background: url(../images/figure1grange.png) no-repeat;height: 320px;}
.figure2grange {background: url(../images/figure2grange.png) no-repeat;height: 320px;}
.figure3grange {background: url(../images/figure3grange.png) no-repeat;height: 320px;}
.figure4grange {background: url(../images/figure4grange.png) no-repeat;height: 320px;}

.counts p {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

.counts .spincrement {
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0;
}

.more {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 6px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #808586;
    background-color: #fff;
}

.more:hover {
	background-color: #34b1c4;
	color: #e8f5f7;
}

.heading {
	font-size: 26px !important;
	font-style: normal !important;
    text-align: center;
    color: #ffffff;
}


.category_item {
	display: block;
    position: relative;
	width: 100%;
	height: 231px;
	margin: 0;
	padding: 0;
    background-size: cover;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

.cat1 {
	background-image: url(../images/category1.png);
}

.cat2 {
	background-image: url(../images/category2.png);
}

.cat3 {
	background-image: url(../images/category3.png);
}

.cat4 {
	background-image: url(../images/category4.png);
}

.cat5 {
	background-image: url(../images/category5.png);
}

.cat6 {
	background-image: url(../images/category6.png);
}

.cat7 {
	background-image: url(../images/category7.png);
}

.cat8 {
	background-image: url(../images/category8.png);
}

.category_item:hover .category_text span {
	background: rgba(94, 129, 187, 0.8);
}

.category_text span {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.5);
}

.category_text:hover {
	color: #000;
}

/*.category_item:hover {
    transition: box-shadow .25s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}*/

#PicExtPrice {
	margin: 15px 0;
}

.total:before {
	content: 'Стоимость: ';
}

.total:after {
	content: ' грн.';
}

.select {
	margin: 0 auto;
}

.gradient_bg {
background: #f2f2f2; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #f2f2f2 0%, #d1d1d1 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #f2f2f2 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #f2f2f2 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d1d1d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }

.zakazsize {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

.zakazsize input {
	margin:0 5px;
}

.popup-btn {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    z-index: 10000;
    position: relative;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.popup-btn span {
	display: block;
}

.popup-btn button {
    width: 280px;
    background-position: 200px;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,1,.3);
}

.popup_btn:hover {
	color: #fff;
}

#popup_main_carousel {
	display: none;
	background-color: rgba(38, 12, 12, 0.5);
	padding: 10px;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.newsletter_form_box {
		max-width: 400px;
		margin: 0 20px;
	}

	.figure1holst {background: url(../images/resp/figure1holst.png) no-repeat;height: 191px;}
	.figure2holst {background: url(../images/resp/figure2holst.png) no-repeat;height: 191px;}
	.figure3holst {background: url(../images/resp/figure3holst.png) no-repeat;height: 191px;}
	.figure4holst {background: url(../images/resp/figure4holst.png) no-repeat;height: 191px;}

	.figure1popart {background: url(../images/resp/figure1popart.png) no-repeat;height: 191px;}
	.figure2popart {background: url(../images/resp/figure2popart.png) no-repeat;height: 191px;}
	.figure3popart {background: url(../images/resp/figure3popart.png) no-repeat;height: 191px;}
	.figure4popart {background: url(../images/resp/figure4popart.png) no-repeat;height: 191px;}

	.figure1collage {background: url(../images/resp/figure1collage.png) no-repeat;height: 191px;}
	.figure2collage {background: url(../images/resp/figure2collage.png) no-repeat;height: 191px;}
	.figure3collage {background: url(../images/resp/figure3collage.png) no-repeat;height: 191px;}
	.figure4collage {background: url(../images/resp/figure4collage.png) no-repeat;height: 191px;}

	.figure1montage {background: url(../images/resp/figure1montage.png) no-repeat;height: 191px;}
	.figure2montage {background: url(../images/resp/figure2montage.png) no-repeat;height: 191px;}
	.figure3montage {background: url(../images/resp/figure3montage.png) no-repeat;height: 191px;}
	.figure4montage {background: url(../images/resp/figure4montage.png) no-repeat;height: 191px;}

	.figure1polygon {background: url(../images/resp/figure1polygon.png) no-repeat;height: 191px;}
	.figure2polygon {background: url(../images/resp/figure2polygon.png) no-repeat;height: 191px;}
	.figure3polygon {background: url(../images/resp/figure3polygon.png) no-repeat;height: 191px;}
	.figure4polygon {background: url(../images/resp/figure4polygon.png) no-repeat;height: 191px;}

	.figure1babyborn {background: url(../images/resp/figure1babyborn.png) no-repeat;height: 191px;}
	.figure2babyborn {background: url(../images/resp/figure2babyborn.png) no-repeat;height: 191px;}
	.figure3babyborn {background: url(../images/resp/figure3babyborn.png) no-repeat;height: 191px;}
	.figure4babyborn {background: url(../images/resp/figure4babyborn.png) no-repeat;height: 191px;}

	.figure1vector {background: url(../images/resp/figure1vector.png) no-repeat;height: 191px;}
	.figure2vector {background: url(../images/resp/figure2vector.png) no-repeat;height: 191px;}
	.figure3vector {background: url(../images/resp/figure3vector.png) no-repeat;height: 191px;}
	.figure4vector {background: url(../images/resp/figure4vector.png) no-repeat;height: 191px;}

	.figure1grange {background: url(../images/resp/figure1grange.png) no-repeat;height: 191px;}
	.figure2grange {background: url(../images/resp/figure2grange.png) no-repeat;height: 191px;}
	.figure3grange {background: url(../images/resp/figure3grange.png) no-repeat;height: 191px;}
	.figure4grange {background: url(../images/resp/figure4grange.png) no-repeat;height: 191px;}

	.mainprice1 {font-size:0.8em;margin:0;}
	.mainprice2 {font-size:0.8em;margin:0;}
	.mainprice3 {font-size:0.8em;margin:0;}
	.mainprice4 {font-size:0.8em;margin:0;}

	.services_box span a {
		font-size: 0.5em;
	}

}

form .error {
  color: #fff;
  display: inline-block;
}

#errorform {
	color: #fff;
	background: red;
}