* {
margin: 0;
}
html, body {
height: 100%;
font-family: 'PT Sans Caption', sans-serif;
font-size: 1em;
line-height: 1.5;
font-weight: 300;
margin:0;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -218px;
}
.hidden {
display:none !important;
}
:focus {
outline:none;
}

/* HEADER */

.logo a {
width: 100%;
font-size: 14px;
color:#b5b5b5;
padding:70px 0 0 15px;
background:url(../images/logo.png) 0 0 no-repeat;
display: inline-block;
}
.logo a:hover {
text-decoration:none;
}

.slogan {
font-weight:bold;
font-style:italic;
color:#555;
padding-top: 37px;
}

.phone {
color:#e74c3c;
font-size:200%;
line-height:28px;
font-weight:700;
text-align: right;
}
.phone span {
color:#515151;
font-size:70%;
line-height:36px;
font-weight:300;
}

.affix {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.menufix {
height:80px;
overflow: hidden;
}

.nanigation {
background: url(../images/body-bg.png) 0 0 repeat #F3F3F3;
-webkit-box-shadow: inset 0px -61px 70px -47px rgba(0,0,0,0.10);
-moz-box-shadow: inset 0px -61px 70px -47px rgba(0,0,0,0.10);
box-shadow: inset 0px -61px 70px -47px rgba(0,0,0,0.10);
}
.nanigation .container {
background:url(../images/techman.png) 50% 50% no-repeat;
height:507px;
}
h1 {

}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: 'MuseoSans';
font-weight:200;
}
h1, .h1 {
font-size: 45px;
line-height: 1.125;
color: #000;
padding:0 0 20px 0;
margin:20px 0;
border-bottom:1px solid #ccc;
}
h2, .h2 {
font-size: 2em;
}
h3, .h3 {
font-size:20px;
font-size: 1.7em;
}

.center {
text-align:center;
}

a.btns {
position: relative;
display: block;
line-height: 40px;
font-size: 16px;
font-weight: 500;
color: white;
text-align: center;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
background:url(../images/support.png) 20px 50% no-repeat #e74c3c;
padding-left: 20px;
border-bottom: 5px solid #cf7e3b;
border-color: #c0392b;
border-radius: 4px;
}
a.btns:active {
top: 5px;
margin-bottom: 5px;
border-bottom: 0;

}

/* END */

/* NAVIGATION */

.info {
position:relative;
display: inline-block;
width: 100%;
padding: 20px 0 0 0;
}
.info h2 {
text-align:center;
margin: 10px 0 0 0;
font-size:24px;
color:#c0392b;
}
.info h2 span {
font-weight:700;
}
.item a {
color:#595858;
width:170px;
display: inline-block;
padding:0 5px 5px 5px;
text-align:center;
position:absolute;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
opacity:0.7;
margin:0;
}
.item a  img {
	width:100%;
	max-width:100%;
}
.item a:hover {
opacity:1;
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.item a h3{
font-size:12px !important;
font-weight:bold;
margin:0;
padding:5px 0 0 0;
}
.item.first a, .item.fourth a {
top:30px;
}
.item.second a, .item.fifth a {
top:170px;
}
.item.third a, .item.last a {
top:315px;
}

.item.first a {
left:160px;
}
.item.second a {
left:0;
}
.item.third a {
left:160px;
}
.item.fourth a {
right:160px;
}
.item.fifth a {
right:0;
}
.item.last a {
right:160px;
}

.menu ul li.level1.parent {
position:relative;
}
.menu ul li.level1.parent ul {
position:absolute;
width: 100%;
min-width: 200px;
background: #fff !important;
/*top:-9999px;*/
left:0;
display:none;
overflow: hidden;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border-top:0;
-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
/*
.menu ul li.level1.parent:hover ul {
top:100%;
}
*/
.menu ul li.level1.parent ul li {
width:100%;
float:left;
background:none;
}
.menu ul li.level1.parent ul li img {
float:left;
margin-right:10px;
}
.menu ul li.level1.parent ul li a{
font-size:100%;
font-weight:normal;
text-transform:none;
line-height: 49px;
padding: 20px;
text-align:left;
display: inline-block;
color: #555;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-bottom:1px dashed rgba(255, 255, 255, 0.42) !important;
}

li#id3 ul {
width:800px;
margin-left: -400px;
left:50%;
padding-bottom: 15px;
}
li#id3 ul li {
width:50%;
float:left;
padding:0 10px;
}
li#id64 a {
border-bottom:0 !important;
}
/* END */

/* MENU */

.menu {
background:#fff;
-webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.menu .col-md-12 {
position:relative;
}
.menu ul {
padding:0;
margin:0;
}
.menu ul.nav li {
float:left;
list-style:none;
padding:0;
margin:0;
width:15%;
z-index:1;
-webkit-transition: width 0.4s ease 0s;
-moz-transition: width 0.4s ease 0s;
-o-transition: width 0.4s ease 0s;
transition: width 0.4s ease 0s;
}
.navbar-inverse .menuphone {
position:absolute;
}
.menuphone {
right:0;
top:0;
height:80px;
overflow:hidden;
font-size: 18px;
line-height: 80px;
-webkit-transition: opacity 0.4s ease 0s;
-moz-transition: opacity 0.4s ease 0s;
-o-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
z-index:0;
}
.menuphone span {
font-weight:300;
}
.mobilephone .menuphone {
	text-align:center;
	font-size: 28px;
}
.mobilephone .menuphone span {

}
.menu ul.nav li a{
padding:0;
line-height:80px;

color:#555;
font-family: 'MuseoSans','Arial',sans-serif;
font-weight:300;

font-size: 100%;
width:100%;
text-align:center;
text-transform:uppercase;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.menu ul.nav li.level1.current > a, .menu ul.nav li.level1 > a:hover {
background:#eee !important;
text-decoration:none;
}
li.level2.current > a, ul li.level2 a:hover {
color: #5A0000 !important;
}
 
.navbar-inverse {
background: none !important;
}
button.navbar-toggle {
z-index:999;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #fff !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
background:#555;
}
.navbar-collapse {
border-top: 0;
}
.navbar-title {
padding: 0 0 0 10px;
float:left;
text-transform:uppercase;
line-height: 50px;
font-weight: 200;
font-size: 100%;
color: #555;
}

/* SERVICENAV */
.servicenav img {
float:left;
opacity:0.8;
}
.servicenav li.level2 img {
display:none;
}
.servicenav li.level1 > span {
padding-left: 70px;
}
ul.servicenav {
padding:0;
margin:0;
list-style:none;
}
ul.servicenav li.level1 {
	padding:10px;
	overflow:hidden;
	position:relative;
	background:#fff;
	border-bottom:1px solid #E6E6E6;
	cursor: pointer;
}
ul.servicenav li.level1.last {
	border:0;
}
ul.servicenav li.level1.active {
	background:#F8F8F8;
}
ul.servicenav li.level1.active img, ul.servicenav li.level1 img:hover {
	opacity:1;
}
ul.servicenav li.level1.active > a{
font-weight: 700;
color:#272727;
}
ul.servicenav li.parent ul {
display:none;
overflow:hidden;
padding:10px 0 0 30px;
}
ul.servicenav li.parent.active ul {
overflow:hidden;
}
ul.servicenav li.level1 > span {
display: block;
}
ul.servicenav li.level1 > span a {
font-weight: normal;
color:#595858;
font-size:14px;
text-decoration:none;
margin-left:100px;
height:60px;
display: block;
display: table-cell;
vertical-align: middle;
}
ul.servicenav li.level2 {
background:url(../images/arrow.png) 0 7px no-repeat;
padding:0 0 5px 10px;
}
ul.servicenav li.level2 > a {
font-weight: normal;
color:#595858;
font-size:11px;
text-decoration:none;
}
ul.servicenav li.level2.active a {
font-weight: 700;
color:#272727;
line-height: normal;
display: inline-block;
}
li.level2  ul {
padding:5px 0 0 5px !important;
}
.level3  a {
font-weight: normal;
color:#595858 !important;
font-size:10px;
}
.level3.active  a {
font-weight: 700;
color:#272727 !important;
}

ul.nav li.logo {
	padding: 0;
	text-transform: none;
	width: 25% !important;
}
ul.nav li.logo:hover, ul.nav li.logo.current {
	
}
ul.nav li.logo a {
	background:url(../images/logo.svg) 0 50% no-repeat;
	display: block;
	overflow:hidden;
	padding: 0;
	height:80px;
	text-transform: none;
}
ul.nav li.logo span {
	cursor: context-menu;
}
a.logo, div.logo {
	display:block;
	line-height:60px;
	height: 60px;
	background:url(../images/logo.svg) 50% 50% no-repeat  !important;
}

.mainbody ul, .mainbody ol {
margin:20px 0 40px 0;
}

/* END */

/* MAIN */

.main {
padding-top:10px;
padding-bottom:20px;
}
.air {
padding:40px 0;
margin:0 0 30px 0;
}

ul.B_crumbBox {
display: inline-block;
margin:0;
padding:0;
}
ul.B_crumbBox li  a{
float:left;
font-size: 12px;
color:#869ACC;
background:url("../images/arrow.png") 100% 50% no-repeat;
padding-right:20px;
}
ul.B_crumbBox li {
display: inline-block;
font-size: 12px;
float: left;
padding:10px 10px 10px 0;
}
li.B_lastCrumb {
display:none !important;
}
.B_currentCrumb {
color:#9D9D9D;
}
@-moz-document url-prefix() 
{ 
a {text-decoration:none !important;} 
} 

.benefits {
padding: 0 20px 20px 20px;
margin: 0;
display: inline-block;
}
.benefits h2, .service p.title, h3.center {
border-bottom:1px solid #eee;
padding:0 0 20px 0 !important;
margin: 0 0 10px 0 !important;
font-size: 16px;
text-align: center;
font-weight: bold !important;
}
.benefits ul{
margin:0;
padding:0;
list-style:none;
}
.benefits ul li{
float:left;
width:50%;
padding:15px 20px 10px 80px;
background:url(../images/benefits1.png) 10px 10px no-repeat;
min-height: 100px;
-webkit-transition: background-color 0.4s ease 0s;
-moz-transition: background-color 0.4s ease 0s;
-o-transition: background-color 0.4s ease 0s;
transition: background-color 0.4s ease 0s;
}
.benefits ul li.idea {
background:url(../images/idea.png) 10px 10px no-repeat;
}
.benefits ul li.plan {
background:url(../images/plan.png) 10px 10px no-repeat;
}
.benefits ul li.second {
background:url(../images/benefits2.png) 10px 10px no-repeat;
}
.benefits ul li.third {
background:url(../images/benefits3.png) 10px 10px no-repeat;
}
.benefits ul li.last {
background:url(../images/benefits4.png) 10px 10px no-repeat;
}
.benefits ul li:hover{
background-color:#F8F8F8  !important;
}
p.info {
background:url(../images/info.png) 20px 20px no-repeat #FFFFCB;
padding: 20px 20px 20px 100px;
margin:0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #E4E4A1;
border-bottom-width: 5px;
color: #8A8A31;
display: inline-block;
}
p.quote {
	padding: 20px 10px 20px 40px;
	margin:0;
	position: relative;
	font-style: italic;
	color: #535353;
	margin: 0 auto;
	width: 50%;
	max-width:260px;
	min-width:220px;
}
p.quote:before {
	content: open-quote;  
    font-size: 60pt;  
    text-align: left;  
    line-height: normal;  
    color: #E4E4E4;   
    float: left;  
	position: absolute;
	top: 0;
	left: -20px;   
}
p.quote:after  {
	content: close-quote;  
    font-size: 60pt;  
    text-align: left;  
    line-height: 20pt;  
    color: #E4E4E4;   
    right: 20px;   
    position: absolute;  
    bottom: 0;
}
.mainbody h2, .h2, .mainbody h3, .h3, .mainbody h4, .h4 {
text-transform: none;
margin: 30px 0 10px 0;
font-family: 'MuseoSans';
color: #535353;
display: inline-block;
width: 100%;
}
ul.chbox {
padding:20px 0 10px 0;
margin:0;
list-style:none;
display: inline-block;
}
ul.chbox li {
float:left;
width:50%;
}
ul.chbox li p{
padding:5px 10px 10px 40px;
background:url(../images/chbox.png) 0 0 no-repeat;
}

/* END */

/* BOXIES */


.box-content, .box-note, .box-info, .box-warning, .box-hint, .box-download {
margin: 15px 0 !important;
padding: 10px;
}
.box-note, .box-info, .box-warning, .box-hint, .box-download {
background: #FAFAFA;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.box-content {
border: 1px solid #DBDBDB;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #FBFBFB;
box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
padding: 20px;
}
.box-info, .box-warning, .box-hint, .box-download {
padding-left: 40px;
}
.box-info {
background: #EBF5FA url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAmVBMVEX///////////+hvs6mwdD////I2OHL2uOnwtGow9Gfvcz////W4+mcu8vs8vWdvMzu9Pbz9/mkwM/Q3+bX4+rr8fTA1N6aucr////2+fr///+cu8vr8fTt8vXc5uz////09/mkwM+jv86YuMm6z9rD1d+xyda+0tyrxdO2zNi0y9fA1N2aucq7z9qtxtSgvs3d5+2lwc+nwtDmYlcnAAAAInRSTlMAgCjchxjz51c87xDW+472qHTz3b5xaP5wiWD9naLEUJh8gvGTxgAAAPRJREFUeF7tz8duwzAQRVGaalZ37y0k1dyd//+4UAoHIJCn7IJsfFcEeDCDYf/bu6GTSl3qDH9lYSQfdamrHzIK+527FI0yNWLp9rrrXVndrz0y3J47MB2Npp08b/H2yMzLOM/MzAjeK8zKBWML8xTodofuyN2PnC5yAJwo06eUL3pPAKyNG7QRrAEsDZTtOoIlgDf6Exa8AVjQZ2PBAsBAURYMAJwhOANwXv2E1RxALzHuqeHzGyYeA419Gkgj/TFDxbtLB2Vb6y67mMH43ldW/p6znvg6qYhVyZocKN6cDkGhCw6nDe3FecfVQLc6euwvevcFaagxrDpnp2oAAAAASUVORK5CYII=) 0 0 no-repeat;
border-color: #D2DCE1;
}
.box-warning {
background: #FFF0EB url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAolBMVEX////////lqZrkpZXioI/joZH////lqpvlp5j45uLjopLlqZnin47kp5fjoJD67+vioJD////57OjkppbwzsTkp5fhm4rvy8HlqJnuxbvsv7TinYz56ubquq/ino7lqZn////jo5PkppbkpJTquazpt6rhm4rlqpvosaPos6blqJnjopLosKLptajnrp/nsKHkpJXin47tw7jkppfmrJ3joZDjUpi3AAAAJHRSTlMAczzA9u8kH4eR51f9nPyW+R2fyNzrEOdw82b+mn37kgfcr8/Y5kNNAAAA6ElEQVR4Xu3Sx26EMBSF4RMGGMrA1F5SD31qyfu/WrAFWSCDN1lF822uF1eyfuni/3nyzTi2DOi95ml6MaHVS1jKe9AwwoilKNR9bp0pnT10ci7kbDickYWDDv3RkXTHY5c8jvq6kg2wIZl09PhXlt6AQMyr316SsjQFpmKmFloEdwpzYE7hHrSUDCIKiWEkFKKBuufrQSnzvIzS4wMKq29WiuL3tVIsmhklrieTNSVmiuP4zFnZ2faOgvo4ZIm0B/asRCEaFgfWto6zZe2waCy+L1k7xfGJtSWa3BsVbi6a7BclG3/q6QfwxSiFOK2BMgAAAABJRU5ErkJggg==) 0 0 no-repeat;
border-color: #FFD7CD;
}
.box-hint {
background: #FFFAE6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAARVBMVEX////ww3n315X315XyyIDxxHvvvXHxxX3315X315X315X315X315X315Xuu2/10Iv0zIf315XwwHbxxHv205D21ZP10o4iUuZpAAAADnRSTlMA3OCgV8/++SDwYBBAMLnTKgEAAACLSURBVHhe7dE5DsMwDERRavHuUIuX+x81iREjYjEighRu/OsHTkG6uDtvWubWeM01vMQQ4sJN3Zkc0lHIpnovb+nTlis3/dt9pcfDeyra8XiXRB2EUcII4SrhCqGV0ELoJHQQ9kPphp5gYwlHquTAMJK6o+mEEymdkH6G/8dHpGfl93DzS9oHXdzdEwoLDtztuHSMAAAAAElFTkSuQmCC) 0 0 no-repeat;
border-color: #FAE6BE;
}
.box-download {
background: #FAFFE6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEX////V4arA0Yt4Jgt5AAAAAXRSTlMAQObYZgAAAE1JREFUeF69zLENgDAMBVEHySOwBFNkBBe5JTIF40CmRIq+3ND7V68422p2rHWLDXoZrxfms+kAoZQsAHR2whAd4v/Xdqp4JD2SrVvNPoW8Fswck6c5AAAAAElFTkSuQmCC) 0 0 no-repeat;
border-color: #DCE6BE;
}

/* END */

/* service */

.servicecat {
padding-bottom:30px;
}
.serviceteaser {
padding:0;
margin:0;
float:left;
width:50%;
}
.steaserbody {
padding:20px;
}
.steaserbody img {
float:left;
}
.steaserbody .steaser {
padding-left:120px;
}
.steaserbody .steaser h3{
margin:5px 0 10px 0;
}
.leftteaser .steaserbody {
padding:10px;
min-height:80px;
border-bottom:1px solid #eee;
}
.leftteaser .steaserbody .steaser {
padding-left:70px;
}
.leftteaser .steaserbody .steaser h3 {
font-size: 14px;
}
.feedback {
padding:20px;
margin:10px 030px 0;
background: url(../images/clouds.jpg) 50% 100% repeat-x #c1dbe8;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 0px solid #eee;
display: inline-block;
max-width: 100%;
box-shadow: 0 3px 12px rgba(68, 89, 98, 0.18);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.feedback:hover {
box-shadow: 0 3px 32px rgba(68, 89, 98, 0.4);
}
.feedback .mail {
padding:0 10%;
}
.feedback .mail img {
max-width:330px;
margin:0 0 15px 0;
}
.form-control {
	margin:0 0 10px 0;
}
.form-group {
margin-bottom: 0;
}
button.gold {
background:#F9BF3B !important;
color: #FFF;
border:none;
padding:0;
line-height:70px;
width: 100%;
border-radius: 2px;
text-align:center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
button.gold:hover {
-webkit-box-shadow: inset 0px 0px 40px 1px #A87602;
-moz-box-shadow: inset 0px 0px 40px 1px #A87602;
box-shadow: inset 0px 0px 40px 1px #A87602;
}
input#captcha {
line-height:70px;
padding:0 15px;
width:100%;
font-weight:bold;
font-size:24px;
color:#646464;
border: 1px solid #CCC;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
img#captcha {

}
.form-group .lastname {
	display:none;
}

/* END */

/* Portfolio */
body.service.tabs {
overflow-y: scroll;
}
.service.tabs h1 {
margin-bottom:0;
border:0;
}
.portfoliolist {
padding:40px !important;
margin:0 0 30px 0 !important;
background:#fff;
width: 100%;
position: relative;
}
.portfoliolist ul {
padding:0;
margin:0;
list-style:none;
}
.portfoliolist ul#tag-list {
margin:0 0 30px 0;
padding:0;
display: inline-block;
width: 100%;
position:relative;
}
.portfoliolist ul#tag-list li, .portfoliolist ul#tag-list span#reset {
display:none;
}
.portfoliolist ul#tag-list li {
background-color:#eee;
border-bottom:4px solid #BDBDBD;
margin-top:0;
margin-right:1%;
font-family:'MuseoSans';
text-align:center;
font-weight:300;
line-height:40px;
cursor:pointer;
float:left;
width: 49%;
text-transform:uppercase;
display:none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.portfoliolist ul#tag-list li:hover {
background-color:#F9F9F9;
border-bottom:3px solid #BDBDBD;
margin-top:1px;
}
.portfoliolist ul#tag-list li:active {
margin-top:4px;
border-bottom:0;
}
.portfoliolist ul#tag-list li.active {
background-color:#EDE99F;
background-position:30px 50%;
margin-top:3px;
border-bottom:1px solid #C3BD4B;
-webkit-box-shadow: inset 0px 0px 35px 14px rgba(173,166,85,0.28);
-moz-box-shadow: inset 0px 0px 30px 13px rgba(173, 166, 85, 0.28);
box-shadow: inset 0px 0px 30px 13px rgba(173, 166, 85, 0.28);
}
.portfoliolist ul#tag-list li.active:hover {
-webkit-box-shadow: inset 0px 0px 35px 14px rgba(173,166,85,0.68);
-moz-box-shadow: inset 0px 0px 30px 13px rgba(173, 166, 85, 0.68);
box-shadow: inset 0px 0px 30px 13px rgba(173, 166, 85, 0.68);
}
.portfoliolist ul#tag-list li#create, .portfoliolist ul#tag-list li#marketing {
display:block;
}
.portfoliolist .teaserbody {
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #EEE;
position:relative;
}
.portfoliolist .teaserbody a.more {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:100%;
}
.portfoliolist .teaserbody a.more:hover {
text-decoration:none;
}

.block-gray-light {
padding:40px 30px 0 30px;
display: inline-block;
width: 100%;
float: left;
font-family: 'MuseoSans';
margin:0;
}
.block-gray-light p.autor {
font-size: 20px;
line-height: 26px;
font-weight: 300;
position:absolute;
bottom:50px;
}
.block-gray-light p.post {
position:absolute;
bottom:30px;
}
.block-gray-light .photo {
text-align:center;
}
.white {
background-color:#fff;
}
.gray {
background-color: #F4F4F4;
}

.mainbody {
display: inline-block;
width: 100%;
}
.wrapper .mainbody {
padding-bottom: 140px;
}
.mainbody img {
max-width:100% !important;
}
.home .mainbody {
padding-bottom: 20px;
}
.home .mainbody a.order {
margin:40px 0;
}
.contacts .mainbody {
padding-bottom: 10px;
}
.contacts .mainbody ul {
list-style:none;
padding:0;
margin:0;
}
.contacts .mainbody ul li {
padding:0 0 0 40px;
margin-bottom:10px;
}
.contacts .mainbody ul li.adres {
background:url(../images/mappic.png) 0 3px no-repeat;
}
.contacts .mainbody ul li.telephone {
background:url(../images/telephone.png) 0 3px no-repeat;
}
.contacts .mainbody ul li.mail {
background:url(../images/mail.png) 0 3px no-repeat;
}
.contacts #map {
box-sizing: content-box;
}
.mainbody .elements {
padding:0;
margin:0;
display: inline-block;
width:100%;
}
.mainbody .elements h4 {
margin:0;
}
.portfolio .mainbody .elements {
padding:15px;
margin:10px 0;
}
.clr {
float: none;
clear: both;
}
.service .teaser {
width:273px;
float:left;
margin:0 15px 15px 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.teaser span {
padding:10px 0 0 0;
color: #7A7A7A;
font-size: 14px;
line-height: normal;
display: block;
}
.blog .teaser h3 {
padding:0;
margin-top:0;
}
.service .teaser h3 {
font-size:16px;
padding:10px 10px 20px;
margin:0;
min-height:68px;
font-family:'MuseoSans';
font-weight: 300;
}
.teaserbody {
padding:10px;
background:url(../images/pattern1.png) 0 0 repeat;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #EBEBEB;
}
.teaserbody:hover {
background-position:0 50px;
}
.teaser .entry {
position:relative;
overflow:hidden;
}
.teaser .entry .entryfx span {
color:#555;
}
.teaser .teaserbody .entryfx {
height:100%;
width: 100%;
position:absolute;
padding:15px;
background:rgba(255, 255, 255, 0.9);
top:0;
opacity:0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.teaser:hover .teaserbody .entryfx {
opacity:1;
}
.entryfx a {
display: block;
text-decoration:underline;
color:#fff;
line-height:normal;
text-align:left;
font-size:18px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.entryfx a:hover {
text-decoration:none;
}
.entryfx h3 {
padding:0;
margin:0;
}
.fullitem  {
padding-top:20px;
}
.fullitem  .image {
float:left;
width:100%;
position:relative;
}
.fullitem .image .signature {
position:absolute;
left: -4px;
bottom: 40px;
background: #E74C3C ;
padding: 10px 20px;
z-index: 4;
color: #FFF;
font-size: 12px;
font-family: 'MuseoSans';
}
.fullitem .image .signature:before {
content: "";
position: absolute;
bottom: -4px;
left: 0;
border-top: 4px solid #7B190F;
border-right: 0;
border-bottom: 0;
border-left: 4px solid rgba(0, 0, 0, 0);
}
.portfolio .fullitem  .image a {
margin:0;
}
.fullitem  .image img {
	width:100%;
}
.fullitem a.before, .fullitem a.after {
width:45% !important;
float:left;
margin:0 20px 0 0;
overflow:hidden;
}
.fullitem a.before img, .fullitem a.after img {
width:100%;
}
.fullitem  .image span {
display:block;
overflow:hidden;
border:6px solid #eee;
margin:0 0 40px 0;
}
.fullitem  .image span img{
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.fullitem  .image span img:hover{
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}

.portfolio p.h3 {
font-family: 'MuseoSans';
font-size: 22px;
line-height: 26px;
font-weight: 300;
margin:30px 0 20px 0;
text-align:center;
}
.fullitem .teasers  {
background: #EEE;
border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
padding:0 5px;
margin:0 0 20px 0;
}
.fullitem .description  {
padding: 40px;
margin:20px 0;
border: 1px solid #EEE;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display: inline-block;
width: 100%;
}
.fullitem .description.noborder  {
border-bottom:0;
margin-bottom:0;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
}
.fullitem .teasers .teaser {
display: inline-block;
width:33%;
padding:15px;
}
.fullitem .teasers .teaser a {
width:100%;
padding:20px;
border:1px solid #ddd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.fullitem .teasers .teaser a img {
width:100%;
}
.fullitem a.boxer  {
display:block;
float:left;
border:3px solid #eee;
padding:0;
margin:0 15px 15px 0;
background: url(../images/zoom.png) 50% 200% no-repeat #fff;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio .fullitem a.boxer  {
width: 100%;
padding: 20px;
border: 1px solid #DDD;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.fullitem a.boxer:hover  {
background: url(../images/zoom.png) 50% 50% no-repeat #fff;
}
.fullitem a.boxer img  {
opacity: 1;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.fullitem a.boxer:hover img  {
opacity: 0.3;
}
#boxer {
z-index: 9999 !important;
}
.boxer-open {
overflow: auto !important;
}
.mainbody a.order {
padding: 20px 0;
margin:0 0 20px 0;
width: 100%;
font-family: 'MuseoSans';
font-weight: 300;
max-width: 550px;
display: inline-block;
text-align:center;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 0px solid #000000;
text-transform: uppercase;
font-size: 18px;
color:#fff;
background:url(../images/line.png) -150px 50% no-repeat #F9BF3B;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.mainbody a.order:hover {
text-decoration:none;
background:url(../images/line.png) -370px 50% no-repeat #F9BF3B;
-webkit-box-shadow: 0px 30px 35px -25px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 30px 35px -25px rgba(0,0,0,0.3);
box-shadow: 0px 30px 35px -25px rgba(0,0,0,0.3);
}
.mainbody a.white {
border: 1px solid #DDD;
color: #6F6F6F;
background: #FFF;
}
.mainbody a.white:hover {
background: #FFF;
}
.mainbody a.red {
background-color: #E74C3C;
}
.mainbody a.red:hover {
background-color: #C0392B;
}
.fullitem  a.external {
padding:5px 20px 5px 5px;
background: url("../images/arrow.png") 95% 50% no-repeat;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.fullitem  a.external:hover {
padding:5px 25px 5px 5px; 
}
.portfolio .fullitem  a.external {
padding: 20px 0;
margin: 0 0 20px 0;
font-family: 'MuseoSans';
font-weight: 300;
width: 100%;
max-width: 550px;
display: inline-block;
text-align: center;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #ddd;
text-transform: uppercase;
font-size: 18px;
color: #6F6F6F;
background: #fff;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.portfolio .fullitem  a.external:hover {
text-decoration: none;
-webkit-box-shadow: 0px 30px 35px -25px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 30px 35px -25px rgba(0,0,0,0.3);
box-shadow: 0px 30px 35px -25px rgba(0,0,0,0.3);
}
.price {
	background:#eee;
	padding:10px;
	margin:0 0 20px 0;
	text-align:center;
	border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
}
.fullitem .related {
width: 22%;
float: left;
margin: 0 4% 0 0;
font-size: 10px;
}
.fullitem .related:last-child {
margin: 0;
}
.fullitem .related a {
overflow:hidden;
border: 4px solid #CFCFCF;
display: block;
}
.portfolio .fullitem .related a {
overflow:hidden;
padding:3px;
border: 1px solid #E2E2E2;
display: block;
}
.portfolio .fullitem .related {
width: 9%;
float: left;
margin: 0 1% 0 0;
font-size: 10px;
}

.yashare-auto-init {
padding:20px 0;
opacity:0.7;
-webkit-transition: opacity 0.4s ease 0s;
-moz-transition: opacity 0.4s ease 0s;
-o-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
}
.description:hover .yashare-auto-init {
opacity:1;
}
/* END */

/* FOOTER */

footer {
clear: both;
position: relative;
margin: 0 auto;
padding:30px 0;
background: #fff;
min-height:138px;
}
footer .copy {
text-align:center;
font-size:12px;
color:#BABABA;
margin:30px 0 0 0;
}
footer ul {
width:100%;
padding:0 0 10px 0;
margin:0;
}
footer ul.nav {
border-bottom: 1px solid #EEE;
margin:0;
padding:0;
}
ul.contacts li {
	width:100%;
	padding: 5px 0 5px 30px;
}
ul.contacts li.adres {
	background: url(../images/mappic.png) 0 50% no-repeat;
}
ul.contacts li.telephone {
	background: url(../images/telephone.png) 0 50% no-repeat;
}
ul.contacts li.mail {
	background: url(../images/mail.png) 0 50% no-repeat;
}
footer ul li {
float:left;
list-style:none;
}
footer ul.nav li a{
color:#989898;
padding-top:10px;
padding-bottom:10px;
font-weight: 300;
font-size: 12px;
text-transform:uppercase;
position:relative;
}
footer ul li.first a{
padding-left:0;
}
footer ul li a:hover {
color:#777;
background:none;
background-color:transparent !important;
}
footer ul.contacts {
display: inline-block;
padding: 0 0 20px 0;
}
footer ul li.current a{
font-weight: 700;
color:#777;
}
.social {
padding:20px 0 15px 240px;
background:url(../images/logo2.png) 0 30px no-repeat;
display: inline-block;
}
.social p {
font-size:12px;
color:#777;
}
.social a {
display:block;
float:left;
color:#fff;
margin:0 10px 0 0;
width:33px;
height:33px;
overflow:hidden;
text-indent: -5000px;
background:url(../images/social.png) no-repeat #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 0px solid #000000;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.social .fb a{
background-position:-32px 0;
}
.social .tw a {
background-position:-64px 0;
}
.social a:hover {
text-decoration:none;
background-position-y: -5px !important;
}
.contactsbox, .contactsbox a {
font-size:12px;
color:#979797;
}
.contactsbox h3 {
font-size:14px;
padding:11px 0;
margin:0 0 10px 0;
border-bottom:1px solid #eee;
color: #777;
font-weight: 700;
}
.contactsbox strong {
color: #777;
}
.contacts p.adres, .contacts p.telephone, .contacts p.email {
background:url(../images/contacts.png) 0 0 no-repeat;
padding:0 0 0 30px;
}
.contacts p.telephone {
background-position:0 -20px;
}
.contacts p.email {
background-position:0 -40px;
}

/* END */

/* MAP */

#map {
	width: 100%;
	height: 450px;
	margin-bottom: 120px;
}

/* END */

.modal-open, .modal {
margin-right:0;
overflow: auto !important;
}

.block_result__wrapper {
margin: 50px 0;
display: inline-block;
position: relative;
border: 1px solid #CDCDCD;
}
.block_result__line1 {
display: none;
position: absolute;
top: 0;
margin-top: -28px;
margin-left: -1px;
width: 5px;
height: 28px;
background: url(http://cbr.design.ru/img/baa_line1.png);
}
.block_result__line2 {
display: none;
position: absolute;
bottom: 0;
margin-bottom: -53px;
margin-left: -60px;
width: 121px;
height: 53px;
background: url(http://cbr.design.ru/img/baa_line2.png);
cursor: url(http://cbr.design.ru/img/horizontal-cursor.cur), inherit;
}
div.jGrowl.top-right {
right: 50% !important;
margin-right: -115px;
}
.modal-dialog {
margin-top: 150px !important;
}

/* FORM */
.form-group span.or {
	line-height:34px;
	text-align:center;
}
.attachment {
	position:relative;
}
.attachment input {
opacity:0;
cursor:pointer !important;
width:230px;
height: 34px;
}
.attachment span {
float:left;
line-height:34px;
}
.attachment .add {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
height: 34px;
padding-left: 30px;
line-height:34px;
vertical-align: middle;
width:100%;
text-align:center;
background: url(../images/attachment.png) 15px 50% no-repeat #fff;
color: #000;
cursor:pointer !important;
text-decoration:none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 0px solid #000000;
}
.attachment .add:hover {
background-color:#ECECEC;
}
#vacancy-form select {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.vacation-form {
	padding:40px 30px;
	background:#eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 0px solid #000000;
	max-width:940px;
}
.vacation-form button.gold {
	line-height: 34px;
}
#mc_embed_signup {
	padding:40px 30px;
	background:#eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 0px solid #000000;
}
.rekvizit {
	font-size: 12px;
	color: #555;
	margin-top:18px;
	padding:10px;
	border:1px solid #ddd;
	border-left:8px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
#mce-EMAIL {
	max-width:399px;
}

/* END */



/* new */
#contheight {
min-height:100%;
min-height:100lv;
}
.new .menuphone {
color:#555;
font-family: 'MuseoSans','Arial',sans-serif;
font-weight:400;
}
.new .menuphone span {
color: #555;
}

.new h1 {
font-size: 36px;
line-height: 1.125;
text-align: center;
font-weight:100;
}
.new h2 {
text-align: center;
font-weight:100;
}

element.style {
}

#camera-slider {
height:600px;
}
.new #slider {

}

/* blog */
.blog .teaser {
padding:0 0 15px 0;
margin:0 0 15px 0;
border-bottom:1px solid #eee;
}
.blog .teaser a.img {
display:block;
float:left;
}
.blog .teaser .intro {
padding:0 0 0 350px;
}
.blog .links {
margin:20px 0;
}
.blog .postinfo {
display:inline-block;
width:100%;
}
.blog .datetime, .fullitem .datetime {
font-style:italic;
color:#B8B8B8;
margin:0;
float: right;
font-size:12px;
}
.fullitem .datetime {
float:left;
}
.fullitem a.boxer {
border:0;
margin:0 20px 0 0;
}
.fullitem .avatar img {
float:left;
margin:0 20px 0  0;
padding:5px;
-moz-border-radius: 200px; /* Firefox */
-webkit-border-radius: 200px; /* Safari, Google Chrome */
-khtml-border-radius: 200px; /* KHTML */
-o-border-radius: 200px; /* Opera */
-ms-border-radius: 200px; /* IE8 */
-icab-border-radius: 200px; /* Icab */
border-radius: 200px; /* CSS3 */
border:1px solid #ddd;
}
.blog .author {
float: left;
font-weight:normal;
}
.latest-blog .form-group textarea {
height:auto;
}
#comments {
margin:0;
padding:30px;
border:1px solid #eee;
}
ol li.quip-comment {
margin:10px 0;
border-bottom:1px solid #ddd;
}
.quip-comment img {
float:left;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
border: 0px solid #000000;
margin:0 20px 20px 0;
}
.quip-comment-avatar {
border:0;
}
#comments p.add {
margin-top:20px;
}
#comments .quip-add-comment label {
width: 30%;
font-weight: normal;
font-size: 12px;
text-align: right;
padding-right: 10px;
line-height: 34px;
}
#comments .quip-comment-notify-qcom label {
width: 50%;
}
#comments span.quip-comment-createdon {
font-weight: 500;
font-size: 12px;
color: #7F929C;
color: rgba(0, 39, 59, 0.5);
line-height: 1.4;
}
#comments .quip-comment-text {
padding-left:76px;
}
#comments span.time-ago-bullet {
font-size: 75%;
color: #CCC;
line-height: 1.4;
margin: 0 7px;
}
#comments .quip-comment-author, #comments .quip-comment-author a {
line-height: 1.4;
}
#comments #quip-comment-box-qcom {
color: #3F4549;
cursor: text;
resize: none;
border: 0;
display: block;
padding: 6px 10px 8px;
margin: 20px 0;
width: 100%;
min-height: 44px;
height: auto;
line-height: 1.4;
font-size: 14px;
font-family: "Helvetica Neue",arial,sans-serif;
overflow-y: scroll;
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
overflow: auto;
max-height: 350px;
border: 2px solid #CBD2D6;
border: 2px solid rgba(0, 39, 59, 0.2);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#comments .quip-fld input {
border: 2px solid #CBD2D6;
border: 2px solid rgba(0, 39, 59, 0.2);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#comments .quip-fld {
margin:0 0 10px 0;
}
#comments button {
background:#E74C3C;
border:0;
margin:0 20px 0 0;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-bottom:4px solid #C0392B;
color:#fff;
padding:10px 20px;
display: block;
float: left;
}
#comments button:active {
margin-top:3px;
border-bottom:1px solid #C0392B;
}
#comments .quip-comment-alt {
background:none !important;
}
#comments .quip-comment-body {
padding: 30px 0;
}
.blog .latest-blog .latest-item {
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #fff;
}
.blog .latest-blog {
padding:20px;
background:#F5F5F5;
}
.blog .latest-blog button {
line-height: 40px;
margin:15px 0 0 0;
}
.blog .latest-blog .h3 {
margin:10px 0 25px 0 !important;
}
.author {
    font-weight: bold;
    font-style: italic;
}
.fullitem .author {
	margin-top: 50px;
}

/* About */
#about .inner {
background: #F2F2F2;
display: inline-block;
width: 100%;
padding: 40px;
border: 1px solid #DDD;
border-top:0;
}
#team-slider {
position:relative;
padding:30px 0 0 0;
min-height:450px;
}
#team-slider button  {
position:absolute;
top:50%;
margin-top:-15px;
width:30px;
height:30px;
background:#F2F2F2;
border: 1px solid #DDD;
border-radius: 200px;
-moz-border-radius: 200px;
-webkit-border-radius: 200px;
text-indent: -5000px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
background-size: 50%;
}
#team-slider button:hover  {
background-color:#ddd;
}
#team-slider .slick-list {
display: inline-block;
width: 100%;
overflow:hidden;
}
#team-slider .slick-prev {
left:-56px;
background:url(../images/arrow-left.svg) 45% 50% no-repeat #fff;
background-size: 50%;
}
#team-slider .slick-next {
right:-56px;
background:url(../images/arrow-right.svg) 55% 50% no-repeat #fff;
background-size: 50%;
}
#about .teammate .h3 {
font-size: 18px;
}
#about .teammate img {
border-radius: 500px;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
margin:0 0 20px 0;
}
#about .nav-tabs {
margin:20px 0 0 0;
}
#about .nav-tabs > li {
width: 50%;
text-align:center;
}
#about .nav-tabs > li a {
margin: 0;
}
#about .nav-tabs > li a:hover {
background:#ddd !important;
border-bottom:none;
}
#about .nav-tabs > li.active a, #about .nav-tabs > li:focus a {
background: #F2F2F2;
}
#about .nav-tabs > li p {
margin:0;
}
#about .principle {
margin: 0;
padding: 20px 0;
position:relative;
}
#about .principle img {
float:left;
border-radius: 500px;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border: 5px solid #FFF;
}
#about .principledesc {
padding:30px 0 0 280px;
}
#about .principledesc .h3 {
margin:0 0 20px 0;
}
#about .teammate  {
background:#fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #D8D8D8;
margin: 10px 20px 20px 0;
padding: 20px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom-width: 2px;
vertical-align: top;
float:left;
min-height:350px;
text-align:center;
-webkit-box-shadow: 0px 35px 40px -39px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 35px 40px -39px rgba(0, 0, 0, 0);
box-shadow: 0px 35px 40px -39px rgba(0, 0, 0, 0);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
#about .teammate:hover  {
-webkit-box-shadow: 0px 35px 40px -39px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 35px 40px -39px rgba(0, 0, 0, 0.3);
box-shadow: 0px 35px 40px -39px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
#about .inner .begin {
border-bottom:1px solid #ddd;
padding-bottom:30px;
margin-bottom:30px;
padding-left: 110px;
}
#about .inner .end {
border-top:1px solid #ddd;
padding-top:30px;
margin-top:30px;
padding-left: 110px;
}
/* end */


/* Price range */
#slider-range {
margin-top: 13px;
}
#budgetFrom, #budgetTo {
width:50%;
float:left;
text-align:left;
font-weight:bold;
margin:15px 0;
border:0;
}
#budgetTo {
text-align:right;
}
.form-group textarea {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #999;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
border-radius: 1px;
color: #000;
font-weight: 300;
width: 100%;
height: 165px;
margin-bottom:20px;
resize: none;
}
.form-group {
margin:0 0 10px 0;
}
.checkers {
font-size:12px;
line-height: normal;
}
.checkers input[type="checkbox"] {
margin: 5px 10px 10px 0;
}
.modal-content {
padding: 40px;
}

.pull span {
border-bottom: 1px dashed #C1E5F6;
color: #35ADE2;
cursor: pointer;
float:left;
}
.switch-off .pull span.status-off, .switch-on .pull span.status-on {
border:none;
color:#555;
}
.switcher {
height: 20px;
width: 40px;
background:#BBB;
float:left;
margin:0 20px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
position:relative;
-webkit-box-shadow: inset 0px 0px 10px 0 rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 0px 10px 0 rgba(0,0,0,0.5);
box-shadow: inset 0px 0px 10px 0 rgba(0,0,0,0.5);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
cursor: pointer;
}
.switcher .dots {
position:absolute;
width:16px;
height:16px;
top:2px;
left:2px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background:#fff;
cursor: pointer;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.switcher.right .dots {
left:auto !important;
right:2px !important;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

.switch-off .on-off-hideable {
}
#lastname {
display:none;
}