/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

html,
button,
input,
select,
textarea {
    color: #222;
}

.callback{
 background: #DADADA url(../img/btn.png) left top repeat-x;
    border: 2px solid #1DA7B2;
    padding: 3px 32px!important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26), inset 0 0 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;  
    text-decoration: none;
	text-transform: uppercase;
}

.callback3 {
    background: #DADADA url(../img/btn.png) left top repeat-x;
	border: 2px solid #1DA7B2;
	padding: 2px 66px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.26), inset 0 0 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
}

.callback3:hover {
    color: white;    
	background: #1DA7B2; 	
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}

#sitespreview li:last-child .callback3 {
    position: absolute;
    left: 32px;
	padding: 2px 18px;
    bottom: 44px;
}

.callback:hover {
    color: white;
    background: #1DA7B2; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);

}

.callback3:hover {
    color: white;
    background: #1DA7B2; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);

}

.callback2{
	background: #DADADA url(/images/gr_bnt.png) no-repeat;
    padding: 3px 0 !important;
    border-radius: 8px;
	cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;  
    text-decoration: none;
	text-transform: uppercase;	
}

.callback2 img{
	margin-top:38px;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== 
a {
    color:#1da7b2;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 
.cf {
    *zoom: 1;
}

@font-face {
    font-family: "Rex Bold";
    src: url("../font/Rex Bold.otf");
}

body {
    font-family: 'PT Sans Narrow', sans-serif;
}

header {
    background: #1DA7B2;
    height: 40px;
    box-shadow: 0 0 10px #000;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.wrapper {
    width: 1000px;
    padding: 0 12px;
    margin: 0 auto;
    position: relative;
}

#menu {
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
}

#menu li {
    display: inline-block;
    position: relative;
}

#menu a {
    line-height: 40px;
    color: #B0DADD;
    text-decoration: none;
    padding: 0 22px 0 22px;
    font-size: 16px;
}

#menu a:hover, #menu li.active a {
    text-shadow: 0 0 10px #FFF;
    color:white;
}

#menu a:after {
    content: '|';
    margin-left: 26px;
    position: absolute;
    color:white!important;
    text-shadow: none!important;
}

#menu li:last-child a:after {
    content:'';
}



#top {
    background: url(../img/top.jpg) bottom center no-repeat;
    height: 767px;
    width: 100%;
    background-size: cover;
    padding-top: 75px;
}

.title {
    font-family: Rex Bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 39px;
    line-height: 1;
    margin: 0;
}

.title span {
    font-size: 24px;
    color: #df0c0c;
}

.big {
    font-size: 39px!important;
} 

.row1 {
    background: #f3eded;
    position: relative;padding: 45px 0;
}

.row2 {
    background: #ffffff;
    position: relative;padding: 45px 0;
}

.row3 {
    background: #d3d3d3;
    position: relative;padding: 45px 0;
}

.row4 {
    background: white;
    position: relative;padding: 45px 0;
}

#top::after,
.row1::before, .row2::before, .row3::before,
.row1::after, .row2::after, .row3::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-style-zigzag {
    min-height: 500px;
    width:100%;
}

.ss-style-zigzag::before, .ss-style-zigzag::after {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 17px;
    background-size: 15px  100%;
}

.ss-style-zigzag::after {
    top: 100%;
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498DB), color-stop(0.25, #2980B9));
    background-image: linear-gradient(135deg, #3498DB 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(225deg, #3498DB 25%, rgba(0, 0, 0, 0) 25%);
    background-position: 50%;
}

#top::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #F3EDED), color-stop(0.25, #F3EDED));
    background-image: linear-gradient(319deg, #F3EDED 50%, rgba(0, 0, 0, 0) 25%), linear-gradient(45deg, #F3EDED 50%, rgba(0, 0, 0, 0) 25%);
    top: 759px;
}

.row4::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #f3eded), color-stop(0.25, #f3eded));
    background-image: linear-gradient(135deg, #f3eded 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(225deg, #f3eded 25%, rgba(0, 0, 0, 0) 25%);
}
.row1::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #f3eded), color-stop(0.25, #f3eded));
    background-image: linear-gradient(135deg, #f3eded 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(225deg, #f3eded 25%, rgba(0, 0, 0, 0) 25%);
}
.row2::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, white), color-stop(0.25, white));
    background-image: linear-gradient(135deg, white 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(225deg, white 25%, rgba(0, 0, 0, 0) 25%);
}

.row3::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #d3d3d3), color-stop(0.25, #d3d3d3));
    background-image: linear-gradient(135deg, #d3d3d3 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(225deg, #d3d3d3 25%, rgba(0, 0, 0, 0) 25%);
}


footer {
    background: #2c2d27;
    color: white;
    padding-top: 75px;
    min-height: 300px;
}

footer h2 {
    font-family: Rex Bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 49px;
    line-height: 1;
    margin: 0;
}

footer h2 span {
    color: #1da7b2;
    font-size: 39px;
}


#sitespreview {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

#sitespreview li {
    display: inline-block;
    position: relative;
    margin: 4px 0 0 0;
}

#sitespreview li:nth-child(5n+1) {
    margin-left:0;
}
#sitespreview li:nth-child(5n) {
    margin-right: 0;
}

.about {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sites/hover.png) center center no-repeat;
    text-align: center;
    padding: 66px 0 0 0;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    max-width: 192px; 
}

.shown,
#sitespreview li:hover .about {
    opacity: 1;
}

.shown {
    padding-top: 40px;
}

.btn {
    background: #DADADA url(../img/btn.png) left top repeat-x;
    border: 2px solid #1DA7B2;
    padding: 2px 18px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26), inset 0 0 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;  
    text-decoration: none;
}

.btn:hover {
    color: white;
    background: #1DA7B2; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}

.rightpart .btn {
    padding: 2px 66px;
}

#sitespreview li:last-child .btn {
    position: absolute;
    left: 32px;
    bottom: 44px;
}

.panel-wrapper .title {
    display: none;
}

.rightpart,
.leftpart {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.deeptitle {
    font-family: Rex Bold;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 0;
}

.phone {
    font-size: 24px;
    text-align: center;
    font-family: Rex Bold;
    text-transform: uppercase;    
}

.phone span {
    font-size: 15px;
    text-transform: none;
}

#order,
#choosedby {
    margin: 40px 0 0 0;
    padding:0;
    list-style: none;
    text-align: center;
    position: relative;
}

#order li {
    display: inline-block;
    width: 269px;
    margin: 0 40px 53px 40px;
    vertical-align: middle;
    padding-top: 20px;
}
#order li p {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#order li:hover {
    background: #1DA7B2;
    border-radius: 7px;
}

#choosedby li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

#order li:first-child:after {
    content: '';
    top: 100px;
    left: 271px;
    background: url(../img/order/arrow1.png) center center no-repeat;
    width: 73px;
    height: 59px;
    position: absolute;
}

#order li:nth-child(2):after {
    content: '';
    top: 100px;
    left: 611px;
    background: url(../img/order/arrow1.png) center center no-repeat;
    width: 73px;
    height: 59px;
    position: absolute;
}
#order li:nth-child(3):after {
    content: '';
    top: 275px;
    right: 96px;
    background: url(../img/order/arrow2.png) center center no-repeat;
    width: 73px;
    height: 59px;
    position: absolute;
}
#order li:nth-child(4):after {
    content: '';
    top: 455px;
    right: 286px;
    background: url(../img/order/arrow3.png) center center no-repeat;
    width: 73px;
    height: 59px;
    position: absolute;
}
#order li:nth-child(5):after {
    content: '';
    top: 455px;
    left: 272px;
    background: url(../img/order/arrow3.png) center center no-repeat;
    width: 73px;
    height: 59px;
    position: absolute;
}

#order li:nth-child(3n) {
    margin-right: 0;
}
#order li:nth-child(3n+1) {
    margin-left: 0;
}

#cooperate {
    font-size: 18px;
    padding: 2px 40px;
}
#clients-slider .panel-wrapper {
    padding: 40px 195px 40px 150px;
    position: relative;
    text-align: center;
}

.testimonialitem .deeptitle {
    font-size: 39px;
    margin: 20px 0 0 0 ;
}

.testimonialitem h4 {
    margin: 0;
    color: #6F6F6F;
    text-transform: uppercase;
    font-family: Rex Bold;
    font-size: 20px;
    line-height: 1;
}
.testimonialitem h3 {
    margin:7px 0 ;
}
.testimonialitem h3 a {
    margin: 0;
    color: #1da7b2;
    text-transform: uppercase;
    font-family: Rex Bold;
    font-size: 22px;
    line-height: 1;
}

.testimonialitem p {
    font-size: 18px;
    text-align: justify;
}

#logo {
    display: block;
    /*margin-bottom: 32px;
	position:relative;
	top:-10px;
}

#appledevice {
    position: relative;
}

#appledevice img {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

#appledevice iframe {
    margin: 30px 0 0 26px;
}


.lang{
position:absolute;
left: 567px;
}


#exp-badge {
    position: absolute;
    bottom: -89px;
    left: 495px;
    width: 150px;
    height: 150px;
    z-index: 101;
    background: url(../img/exp-badge.png) center center no-repeat;
}

#inquire {
    position: absolute;
    right: 0;
    top: 107px;
    width: 352px;
    height: 348px;
    background: url(../img/inquire.png) top center no-repeat;
}

#inquireform {
    margin: 77px 55px 0;
}

#inquireform input[type="text"] {
    padding: 9px 13px;
    width: 100%;
    font-size: 20px;
    font-family: PT Sans Narrow;
    margin-bottom: 20px;
}


#inquireform input[type="submit"] {
    width: 100%;
    border: 0;
    background: #6FA20B;
    color: #FFF;
    padding: 17px 23px;
    border-radius: 7px;
    font-family: PT Sans Narrow;
    margin-bottom: 16px;
    font-size: 23px;
}

#inquireform input[type="submit"]:hover {
    box-shadow: 0 0 10px;
    background: #619104;
}

.smallcaps {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    font-family: PT Sans Narrow;
    text-align: center;
    color: #024f4d;
}

#askphonecall {
    position: absolute;
    top: 0;
    right: 0;
}

#askphonecall p {
    font-size: 24px;
    text-align: center;
    font-family: Rex Bold;
    text-transform: uppercase;
    margin: 0 0 7px;
}

#askphonecall p span {
    color: red;
    font-size: 17px;
}

#askphonecall .btn {
    padding: 3px 32px!important;
}
*/
#popup, #popup_second{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(173, 173, 173, 0.57);
	/*background: url(bg-form.png);*/
    z-index: 10000;
}

#popupwrapper, #popupwrapper_second {
    width: 800px!important;
	height: 275px!important;
	position: absolute;
	border-radius: 16px!important;
	/*top: 65px!important;*/
	overflow: hidden!important;
	-webkit-transition: .6s ease-out!important;
	-moz-transition: .6s ease-out!important;
	-o-transition: .6s ease-out!important;
	transition: .6s ease-out!important;
	z-index: 200001!important;
	background: url(/i/bg-form.png);
	top: 40%;
    margin-top: -137px;
    left: 50%;
    margin-left: -400px;
}

#popupform, #popupform_second {
    /*text-align: center;
    padding: 35px 82px 0;*/
    position: relative;
	font-family: 'Open Sans', sans-serif;
	
}

#popupform p:first-child {
    margin-bottom: 0;
}

#popupform p{
    font-size: 24px!important;
	line-height: 34px!important;
	text-align: left!important;
	letter-spacing: normal!important;
	height: auto!important;
	margin: 0 0 25px 0;
}

#popupform select{
    border: 1px solid #c2c2c2!important;
	padding: 2px 4px!important;
	background: none!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	font-size: 16px!important;
	width: 60px!important;
	height: 32px!important;
	display: inline!important;
}

#popupform input {
    min-width: 164px!important;
	/*width: 164px!important;*/
	height: 34px!important;
	border: 1px solid #c2c2c2!important;
	font-size: 14px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	background: 0 0!important;
	color: #333!important;
	line-height: 30px!important;
	float: left!important;
	display: block!important;
	-webkit-transition: .25s ease-out!important;
	-moz-transition: .25s ease-out!important;
	-o-transition: .25s ease-out!important;
	transition: .25s ease-out!important;
	margin: 0 15px 0 0!important;
	padding: 0 8px!important;
	text-align: left!important;
	letter-spacing: normal!important;
	left: auto!important;
}

#popupform input[type="submit"] {
    width: 158px!important;
	height: 33px!important;
	font-size: 14px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	border: 1px solid #333!important;
	color: #fff!important;
	line-height: 30px!important;
	float: left!important;
	cursor: pointer!important;
	margin-right: 10px!important;
	margin-left: 0!important;
	-webkit-transition: .25s ease-out!important;
	-moz-transition: .25s ease-out!important;
	-o-transition: .25s ease-out!important;
	transition: .25s ease-out!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	padding: 0!important;
	background: #333!important;
	letter-spacing: normal!important;
	text-indent: 0;
	position: static;
	text-align: center !important;
}

#closepopup {
    position: absolute;
	top: -80px;
	right: -155px;
	width: 39px;
	height: 40px;
	/* background: #D0D0D0; */
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-family: cursive;
	/* font-weight: bold; */
	cursor: pointer;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */



.popup_border_inside{
	width: 480px!important;
	height: 100%!important;
	position: relative!important;
	top: 85px!important;
	margin: 0 auto!important;
}

.clbh_banner-arrow{
	width: 37px!important;
	height: 62px!important;
	position: absolute !important;
	background: url(/i/arrow.png) !important;
	left: -48px!important;
	bottom: 7px!important;
	opacity: .75!important;
}

.btn-blue{
	background: url(/i/blue.png);
	height: 117px;
	width: 117px;
	cursor: pointer;
}

.btn-blue:hover{
	background: url(/i/green.png);
	height: 117px;
	width: 117px;
	cursor: pointer;
}

#create-user .ui-button-text{
	background: none !important;
	border: none !important;
}

.inside_callback{
	width: 117px;
	height: 117px;
	position: fixed;
	right: 35px;
    bottom: 35px;
	z-index: 1000;
}