@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-regular-webfont.woff') format('woff'),
    url('../font/opensans-regular-webfont.ttf') format('truetype'),
    url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../font/opensans-light-webfont.eot');
    src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-light-webfont.woff') format('woff'),
    url('../font/opensans-light-webfont.svg#open_sanslight') format('svg'),
    url('../font/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemi';
    src: url('../font/opensans-semibold-webfont.eot');
    src: url('../font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-semibold-webfont.woff') format('woff'),
    url('../font/opensans-semibold-webfont.svg#open_sanssemi') format('svg'),
    url('../font/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-bold-webfont.woff') format('woff'),
    url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg'),
    url('../font/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../font/opensans-italic-webfont.eot');
    src: url('../font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-italic-webfont.woff') format('woff'),
    url('../font/opensans-italic-webfont.svg#open_sansitalic') format('svg'),
    url('../font/opensans-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

BODY {
    margin: 0;
    padding: 0;
    text-align: center;
	font-size: 100%;
    font-family: 'open_sansregular';
    background: #FFF;    
}
HTML, BODY {height: 100%;}
A { outline: none; text-decoration: none; }
A:HOVER { text-decoration: underline; }
a:focus{outline: none;}
IMG {max-width: 100%;height: auto;}
A IMG { border: none; }
LABEL { cursor: pointer; }
INPUT {outline: none;}
H1, H2, H3, H4, H5, H6, FORM, UL, OL {
    font-family: 'open_sansregular';
	padding: 0;
	margin: 0;
}

/* Side Menu */
#side-menu {
    background: #89b81b;
    display: none;
    font-size: 15px;
    padding: 7px 0;
    position: fixed;
    right: -148px;
    top: 30%;
    width: 201px;
    z-index: 1031;
}
#side-menu UL LI {
    list-style: none;
    text-align: left;
    width: 100%;
}
#side-menu UL LI A {
    color: #fff;
    display: block;
    line-height: 19px;
    padding: 7px 0 7px 55px;
}
#side-menu UL LI A:HOVER {color: #3c5308; text-decoration: none;}
#side-menu UL LI.call A {background: url("../img/icons/call.gif") 12px center no-repeat;}
#side-menu UL LI.presentation A {background: url("../img/icons/presentation.gif") 12px center no-repeat;}
#side-menu UL LI.question A {background: url("../img/icons/question.gif") 12px center no-repeat;}

.page {
    overflow: hidden;
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
}

/* Header */
header {
    background: #333;
    min-height: 90px;
    width: 100%;
}
/* Logo */
header .logo A {
    display: block;
    margin: 20px 0 0 7px;
}
.logo_hover{display:none;}
.logo_active{display:block;}
header .logo A:hover .logo_hover{
    display:block;
}
header .logo A:hover .logo_active{
    display:none;
}
/* Main Menu */
header nav {
    padding-top: 30px;
    text-align: right;
}
header nav UL LI {
    font: 18px open_sanssemi;
    display: inline-block;
    margin: 0 0 0 25px;
}
header nav UL LI A, header nav UL LI A:active, header nav UL LI A:visited {color: #ffffff;}
header nav UL LI A:HOVER, header nav UL LI.active A {color: #89b81b; text-decoration: none;}
/* Contacts */
header .wrapper {
    background: #89b81b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    height: 90px;
    float: right;
    padding: 12px;
    width: 190px;
}
header .wrapper P {
    color: #fff;
    font: 18px open_sanssemi;
    margin: 0 0 5px;
}
header .wrapper .modal P{color:#000000; font:normal 18px 'open_sansregular';}
header .wrapper P a {
    color: #fff;
}
header .wrapper .call {
    border: 1px #79a219 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 3px 0px 7px 0;
}
header .wrapper .call div{
    float: left;
    width: 22px;
    height: 22px;
    margin: 7px 12px;
    background: url("../img/bg/call.png") 0 0 no-repeat;
}
header .wrapper .call:hover div{background-position: 0 -22px;}
header .wrapper .call SPAN {
    display: block;
    line-height: 13px;
}
header .wrapper .call:HOVER {border-color: #719718; text-decoration: none; background-color: #79a219; }

/* Content */
H3 {
    color: #333;
    font-size: 32px;
    font-weight: normal;
    padding: 0 15px 55px;
    text-align: center;
}
H3 SPAN {
    border-bottom: 3px #99cc33 solid;
    padding: 5px 15px;
}
H4 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
}
P {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
/* Portfolio */
#portfolio .row {margin-bottom: 45px;}
#portfolio .row:last-child {
    margin-bottom: 5px;
}
#portfolio A {
    color: #000;
    display: block;
    font-size: 22px;
    letter-spacing: -1px;
    text-align: center;
    cursor: pointer;
}
#portfolio A:HOVER {
    color: #89b81b; 
    text-decoration: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -o-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#portfolio A SPAN {display: block; margin: 5px 0 0;}
.work{margin-bottom:50px;}
/* Our Clients */
#our-clients .carousel-inner{
    min-height: 475px;
    background: transparent;
    margin: 0 auto;
    max-width: 740px;
}
 .carousel-control{
    position:relative;
    background: url('../img/buttons/navs.png') no-repeat;
    width: 26px;
    height: 46px;
    display:block;
    z-index:5;
    float:left;
    margin-top:200px;
    margin-left: 50px;
}
 .carousel-control.right{
    background-position: -26px 0;
    float: right;
    margin-left: 0;
    margin-right: 50px;
}
.carousel-control.left:hover{background-position:  0 -46px}
.carousel-control.right:hover{background-position: -26px -46px}
.content P {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 20px;
    white-space: normal !important;
}
#our-clients .content {
    min-height: 475px; 
    background: #fff;
    box-shadow: 0px 3px 3px 0px #cecdc4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    margin:0 auto 10px;
    max-width: 360px;
}
.content IMG {margin-bottom: 0;}
#our-clients .content P.video,
#our-clients .content P.box,
#our-clients .content P.mail {
    font-size: 14px;
    padding: 0 0 8px;
}
#our-clients .content P.video A,
#our-clients .content P.box A,
#our-clients .content P.mail A {
    padding-left: 30px;
}
#our-clients .content A {
    color: #999;
    padding: 2px 0 3px;
    text-decoration: underline;
}
#our-clients .content A:HOVER {text-decoration: none;}
#our-clients .content P.video A {background: url("../img/icons/video.gif") left 4px no-repeat;}
#our-clients .content P.box A {background: url("../img/icons/box.gif") left 4px no-repeat;}
#our-clients .content P.mail A {background: url("../img/icons/mail.gif") left 4px no-repeat;}
/* Our services */
 #how-we-work,
#our-services,
#portfolio {
    background: #fff;
    padding: 40px 0 60px;
}
#portfolio {padding-bottom:0;}
 #our-services P SPAN {background: #fff489; padding: 0 8px; margin-left: -8px;}
/* Tech */
 #tech {
    background: #333;
    padding: 48px 0 38px;
}
 #tech .item {
    float: left;
    text-align: center;
    width: 20%;
}
/* What We Do */
 #what-we-do IMG {margin-top: 40px;}
 #what-we-do P {line-height: 21px;}
 .tags .row {margin-bottom: 10px;}
 #what-we-do .carousel-indicators {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
 #what-we-do .tags A,
 #what-we-do .tags LI {
    background: #89b81b url("../img/bg/corner.gif") right top no-repeat;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 16px/36px open_sanssemi;
    height: auto;
    margin: 0 8px 10px 0;
    padding: 0 16px;
    text-indent: 0;
    width: auto;
}
 #what-we-do .tags A:HOVER,
 #what-we-do .tags LI:HOVER {background-color: #9acd23; text-decoration: none;}
 #what-we-do .tags A.active,
 #what-we-do .tags A.active:HOVER,
 #what-we-do .tags LI.active,
 #what-we-do .tags LI.active:HOVER {
    background: #9a9a9a url("../img/bg/corner-disabled.gif") right top no-repeat;
}
#what-we-do .carousel-inner{
    min-height: 275px;
}
#carousel-what-we-do {
    max-width: 740px;
    margin: 0 auto;
}
#what-we-do .content, #who-we-are .content {
    background: #fff;
    box-shadow: 0px 3px 3px 0px #cecdc4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    margin-bottom: 5px;
}
#who-we-are .content{ box-shadow: 0 3px 3px 0 #446000;}
 #who-we-are .carousel-inner{max-width: 750px; margin: 0 auto;}
 #who-we-are img{margin-bottom: 15px;}
 #who-we-are p{padding-bottom:0; font: 15px open_sansbold; line-height: 1.3}
 #who-we-are p.prof{font-family: open_sansitalic;}
 #who-we-are .carousel-control{margin-top:100px;}
 #who-we-are .carousel-control.left, #who-we-are .carousel-control.left:hover{background-position: 0 -92px}
 #who-we-are .carousel-control.right, #who-we-are .carousel-control.right:hover{background-position: -26px -92px}
/* Who We Are */
#who-we-are,
#what-we-do,
#our-clients {
    background: #f1efe4;
    padding: 40px 0 60px;
}
 #who-we-are {background: #78a117;}
 #who-we-are H3 {color: #fff;}
#who-we-are H3 SPAN {border-color: #fff;}
/* Who We Are */

 .process {
    padding: 10px 0 15px;
    position: relative;
}
 .racket{
    display: none;
}
 .process .num {
    float: left;
    text-align: center;
    width: 13.5%;
}
 .process .arrow {
    float: left;
    text-align: center;
    width: 3.8%;
}
 .process .arrow {margin-top: 2%;}
 .process .num .number {
    background: #99cc33;
    color: #fff;
    border-radius: 32px;
    display: inline-block;
    font-size: 42px;
    height: 64px;
    line-height: 64px;
    margin: 0 0 18px;
    text-align: center;
    width: 64px;
}
 .process .num H6 {
    color: #000;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
 .process .num P {
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
/* Contacts */
 #contacts {
    background: #fff;
    padding: 40px 0 20px;
}
 #contacts H2 {
    color: #333;
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
}
 #contacts H2 SPAN {background: #fffa7f; padding: 0 8px;}
 #contacts P {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 20px;
}
 #contacts A {color: #558000; text-decoration: underline;}
 #contacts A:HOVER {color: #78a117; text-decoration: none;}
 #contacts FORM {
    background: #f1efe4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 20px 10px;
}
 #contacts FORM P {margin: 0; padding: 0 0 10px;}
 #contacts FORM INPUT[type=text],
 #contacts FORM INPUT[type=email],
 #contacts FORM INPUT[type=password],
 #contacts FORM TEXTAREA {
    background: #fff;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    color: #999;
    font-size: 22px;
    height: 42px;
    padding: 4px 15px;
    width: 100%;
}
 #contacts FORM TEXTAREA {
    height: 106px;
    max-width: 100%;
    min-width: 100%;
    padding: 5px 5px 5px 15px;
}
 #contacts FORM INPUT[type=submit] {
    background: #89b81b;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    height: 42px;
    padding: 2px 15px 6px;
    text-align: center;
    width: 100%;
}
 #contacts FORM INPUT[type=submit]:HOVER {background: #78a117;}
/* Modal */
/*.modal-open{overflow: auto;}*/
.modal { text-align: left; color: #66666C;overflow: hidden;}
.modal-dialog{overflow-y: auto; height: 510px}
.modal-header { 
    height: 45px; 
    overflow: hidden; 
    background-color: #F7F7F3;
    color: #66666C;
    font: 20px/30px Arial,sans-serif;
    text-align: center;
    padding: 5px;
    border-radius: 6px 6px 0 0;
}
.modal-header .close {
    width: 34px;
    height: 34px;
    background: url("../img/buttons/close.png");
    border: 0;
    text-indent: -999px;
    overflow: hidden;
    opacity: 0.5;
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.modal-header .close:hover { opacity: 1; }
.modal-body {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 20px;
}
header .wrapper .modal-body p{font-size: 16px;}
.modal-body h1 { margin-top: 10px; }
.meta { color: #8f8f8f; margin-top: 0; }
.meta li { list-style-type: none; border-top: #e9e9e9 1px dashed; padding: 3px 0;font-size: 16px; line-height: 22px; }
.meta li:first-child { border: none; padding-top: 0; }
.modal P {font-size: 16px; line-height: 22px;}
.modal H1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 25px 0;
    text-transform: uppercase;
}
.modal-footer {
    background: url("../img/bg/modal-footer.gif") left top repeat;
    height: 70px;
}
.modal-footer .prev {
    background: url("../img/buttons/modal-prev.gif") left top no-repeat;
    float: left;
    height: 26px;
    margin: 0 0 0 22px;
    text-indent: -10000px;
    width: 18px;
}
.modal-footer .next {
    background: url("../img/buttons/modal-next.gif") left top no-repeat;
    float: right;
    height: 26px;
    margin: 0 22px 0 0;
    text-indent: -10000px;
    width: 18px;
}
.modal-body label, .modal-body input, .modal-body button, .modal-body select, .modal-body textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #66666C;
}
.modal-body input[type="text"], .modal-body textarea {
    background: none repeat scroll 0 0 #F3F3EF;
    border: medium none;
    box-shadow: none;
    display: block;
    font: 16px/25px Arial,sans-serif;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    width: 100%;
}
.modal-body textarea {
    line-height: 1;
    padding:5px 15px;
}
.modal-body input, .modal-body button, .modal-body select {
    font-family: Arial,sans-serif;
}
.modal-body label {
    display: block;
    margin-bottom: 5px;
}
.modal-body input[type="submit"] {
    background: none repeat scroll 0 0 #94C01C;
    border: medium none;
    color: #FFFFFF;
    font: 20px Arial,Helvetica,sans-serif;
    padding: 8px 38px 12px 36px;
}
.modal-content{box-shadow: none;}
.simplemodal-wrap {overflow: visible;}

/* Footer */
footer {
    background: #333;
    min-height: 90px;
}
footer P {
    color: #fff;
    font-size: 18px;
    margin: 32px 0 0;
}
footer .top {
    display: block;
    margin-top: 28px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    -o-opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
footer .top:HOVER {
    display: block;
    margin-top: 28px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -o-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* Carousel */
 #carousel .carousel-inner { z-index: 1;}
 #carousel .item {
    min-height: 446px;
    margin-bottom: 20px;
    overflow: hidden;
}
 #carousel .item.slide-1 {background: url("../img/slides/slide-1.jpg") center center no-repeat;}
 #carousel .item.slide-2 {background: url("../img/slides/slide-2.jpg") center center no-repeat;}
 #carousel .item.slide-3 {background: url("../img/slides/slide-3.jpg") center center no-repeat; background-size: cover;}
 #carousel .item.slide-4 {background: url("../img/slides/slide-4.jpg") center center no-repeat;}
 #carousel .item .pic {padding: 35px 0 0;}
 #carousel .item H2 {
    color: #333;
    font: 54px/1 open_sanslight;
    margin: 0 0 15px;
    padding: 35px 0 0;
    text-align: left;
    width: 100%;
}
 #carousel .item H2 SPAN {background:url('../img/slides/pix.png') repeat 0 0; padding: 0 10px 10px; font-family: open_sanslight; display:inline-block;}
 #carousel .item H2 SPAN.last-child { position: relative;padding-bottom: 15px;left:70px;}
 #carousel .item.slide-2 H2 {font-size: 50px; padding-top: 42px; line-height: 1;}
 #carousel .item.slide-3 H2,
 #carousel .item.slide-4 H2 {font-size: 50px; line-height: 1; padding-top: 285px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
     #carousel .item.slide-2 H2,
     #carousel .item.slide-3 H2,
     #carousel .item.slide-4 H2 {
        line-height: 1;
    }
}
 #carousel .item H4 {
    color: #fff;
    font: 38px open_sanslight;
    margin: 0;
    padding: 0 0 10px 40px;
    text-align: left;
}
 #carousel .item P {
    color: #fff;
    margin: 0;
    padding: 0 0 0 40px;
    font: 14px  open_sanslight;
    text-align: left;
}
#carousel .item .phone-hidden P{opacity: 0.6;}
 #carousel .item .pics {text-align: center; padding-left:40px;}
 #carousel .item .pics IMG {margin: 15px 50px 20px 0;}
 #carousel .item .more {
    background: url("../img/buttons/more.png") left top no-repeat;
    display: inline-block;
    height: 37px;
    position: relative;
    top: 7px;
    width: 37px;
    float:right;
    margin: 0 5px 0 2px;
}
#carousel .item  a:HOVER{text-decoration:none; cursor: default;}
#carousel .item  a:HOVER span{cursor:pointer;}
 #carousel .item  a:HOVER  .more {text-decoration: none; background-position: 0 -37px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
     #carousel .item .more {
        top: 5px;
    }
}
 #carousel .item LI {
    background: url("../img/bg/li.png") 12px 13px no-repeat;
    color: #fff;
    font: 36px  open_sanslight;
    list-style: none;
    line-height: 42px;
    margin: 0 0 10px;
    padding: 0 0 0 58px;
    text-align: left;
}
 #carousel .item .price {
    background: url("../img/slides/price.png") left top no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    height: 419px;
    margin: 27px 35px 0 0;
    padding: 75px 27px 0 29px;
    width: 256px;
}
 #carousel .item .price H5 {
    color: #FFFFFF;
    font: 18px open_sansregular;
    letter-spacing: 1px;
    margin: 30px 0 50px 5px;
    text-align: center;
}
 #carousel .item .price P {padding: 0; margin-bottom:15px;}
 #carousel .item .price INPUT[type=text],
 #carousel .item .price INPUT[type=email],
 #carousel .item .price INPUT[type=password],
 #carousel .item .price INPUT[type=submit] {
    background: #fff;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    height: 34px;
    padding: 5px 10px;
    width: 100%;
    color:#999999;
}
 #carousel .item .price INPUT[type=submit] {
    background: #89b81b;
    color: #fff;
    height: 38px;
    margin-top: 10px;
    padding: 8px 10px;
    text-align: center;
}
 #carousel .item .price INPUT[type=submit]:HOVER {background: #78a117;}
.carousel-indicators {bottom: -12px;}
.carousel-indicators li {
    background: #ccc;
    border: 2px #fff solid;
    border-radius: 0;
    padding: 0;
    height: 10px;
    width: 10px;
}
.carousel-indicators li:hover {
    background:#89B81B;
}
.carousel-indicators li.active {
    background: #89b81b;
    border: 2px #89b81b solid;
}
.mobilescreen{display: none;}
.container{max-width: 960px; margin: 0 auto;}
 #contacts > .row, #our-services > .row{
    margin-left:0;
    margin-right:0;
}

header .page > .row {
    margin: 0;
}
/* savedplus */
.case, .pic-shadow{padding: 0 30px;}
.page.case {
    max-width: 945px;
}
.case h1{
    font: 50px open_sansregular;
    color:#de0036;
    margin: 20px 0;
}
.case p, .case span{
    font: 20px 'open_sansregular';
    line-height: 32px;
    margin: 0 0 32px;
    word-wrap: break-word;
}
.case p strong{font-family:open_sanssemi ;}
.case .server span, .case p.server {margin-bottom: 17px;}
.case .server p{margin:0 0 17px 25px}
.no-mar-bot{margin-bottom:0 !important;}
.case h3{
    color: #de0036;
    font: 30px open_sansbold;
    text-align:  left;
    margin: 10px 0 20px;
    padding:0;
}
.case h2{
    font: 36px/43px open_sansLight;
    color:#333;
    text-align: left;
    padding-top:5px;
    padding-bottom: 30px;
}
.case h2 span{
    background: url('../img/slides/pix.png') repeat;
    padding: 0 20px;
    margin:0;
    font: 36px open_sansLight;
    color:#333;
}
.case h2 span:last-child{padding-bottom: 30px;}
.case h2 span:first-child{padding-top: 15px;}
.savelogo{
    width: 90px;
    height:90px;
    margin-top: 30px;
}
.page.case ul span{float:left;}
.page.case ul p{margin-left: 25px}
.page.case ul{list-style-type: none;}
.page.case ul li{clear:left;}
.pic-mar{margin:5px 0 35px;}
p.pic-name{text-align:center; margin-bottom: 70px; font-family: open_sansitalic;}
.arch{background: url('../img/icons/arrow.png') no-repeat center 40%; margin-bottom:10px;}
.before{padding-right:34px}
.after{padding-left:34px;}
.mar-bot18{margin-bottom:18px;}
.yellow{background-color: #f1efe4; padding:40px 0 45px; border-bottom: 1px solid #ccc;}
.yellow p, .yellow span, p.grey{color:#666666;}
.yellow img{margin-top:20px}
.banner{min-height: 420px;overflow:hidden;text-align:center; }
.banner.saved{background: url('../img/slides/girl_bg.jpg') no-repeat center;}
.banner.swift{background: url('../img/slides/swift.jpg') no-repeat center;}
.case .video{
    max-width:  640px; height:auto;
    margin-left: auto;
    margin-right: auto;
}
.case .video iframe{
    width: 640px;
    height: 360px;
}
.line{border-top: 1px solid #ccc;}
.banner img{display:none;}
.animation{display:none;}
.animation:hover, .play:hover{cursor:pointer;}
.work .modal-dialog h1, .work .modal-footer{margin:0}
.work .modal-dialog .description, .work .modal-dialog .description p{margin-bottom:0;}
.rocket{display:none;}
/* full screen */
@media ( min-width: 1100px )  {
.withracket {
    margin: 0 auto;
    width: 1024px;
}
.process{padding-left: 85px;}
.racket {
    background: url("../img/pictures/raket.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    height: 85px;
    position: relative;
    width: 82px;
    display: block;
}
#carousel .item .more{
    margin:5px 5px 0 15px;
}
#carousel .item.slide-2 H2{padding-top:35px}
 footer > .row{
    margin-left:auto;
    margin-right:auto;
}
.modal_portfolio{
    width: 930px;
    height: 90%;
    margin-top: 0;
    margin-bottom:0;
    top:10px;
}
}
/* Tablet */
@media ( min-width: 980px )  and ( max-width: 1023px )  {
    .container{max-width: 960px; margin: 0 auto;}
    header nav UL LI {font-size: 16px;}
    #carousel .item .more{margin:5px 5px 0 15px;}
    .modal-open{overflow: hidden;}
}
@media ( min-width: 980px )  and ( max-width: 990px )  {
    #carousel .item.slide-2 H2{margin-bottom:30px}
}
@media ( min-width: 768px ) and ( max-width: 979px ){
    /* header */
    header .col-sm-6 {width: 48%;}
    header .wrapper{width:25%; max-width:190px;}
    header .contacts P {font-size: 16px;}
    header nav{text-align: left; }
    header nav UL LI {font-size: 14px; margin-left: 10px;}
    header .logo a{margin-left: 0px}
    /* content */
    #portfolio, #our-services, #tech{padding-left: 10px; padding-right: 10px}
    .carousel-control, .carousel-control.right{margin-left: 0; margin-right: 0;}
    #our-services h4{font-size: 22px}
    #carousel-what-we-do{max-width: 80%;}
    #our-clients .content{height: 475px;}
    #what-we-do .carousel-inner{height: 280px;}
    #who-we-are p{padding-bottom:0; font-size: 13px;}
    #contacts P{font-size: 20px; line-height: normal;}
    #carousel .item H2{font-size: 44px; line-height: 1;}
    #carousel .item H2 SPAN.last-child{left:40px;}
    #carousel .item.slide-2 H2, #carousel .item.slide-3 H2, #carousel .item.slide-4 H2{font-size: 38px}
    #carousel .item.slide-2 H2{margin-bottom:40px}
    #carousel .item .price{margin-right: 0}
    #carousel .item .more{margin:0 5px 0 10px}
    #carousel .item .pics{margin-bottom: 30px;}
    #carousel .item .pics .row div{padding-right: 0px; padding-left: 0; margin-right: 30px}
    #carousel .item H4{font-size: 28px;}
    #carousel .item LI{font-size: 28px; line-height: 42px;}
    .container{max-width: 750px; margin: 0 auto;}
    .process .num H6{font-size: 19px;}
    .text-on-pic {
        margin-left: 350px;
        margin-top: 430px;
        width: 300px;
    }
    h2.text-on-pic, h2.text-on-phone{font-size: 24px; line-height: 32px;}
    h2.text-on-phone {
        margin-left: 30px;
        margin-top: 500px;
    }
}

/* Mobile */
@media ( min-width: 480px ) and ( max-width: 767px ){
    .col-xs{width: 49%; float:left;}
    .clearleft{clear:left;}
}
@media ( min-width: 0 ) and ( max-width: 479px )  {
    .col-xs{width: 100%}   
}
@media ( min-width: 0 )  and ( max-width: 767px )  {
    /* header */
    header nav {padding-top: 10px; padding-bottom: 10px; text-align: center;}
    header nav UL LI {
        font-size: 12px;
        margin: 10px 10px 10px 0;
    }
    header .logo A .logo_hover{
    display:none;
    }
    header .logo a{margin: 0px auto 0;padding-top: 20px;}
    header .wrapper{width: 100%;}
    /* content */
    .page{max-width: 767px;}
    #portfolio{padding-left: 10px; padding-right: 10px}
    #portfolio img{width:320px; height:auto;}
    #portfolio .row{margin-bottom:0;}
    #portfolio a{margin-bottom:40px}
    .work{margin-bottom: 0;}
    #our-clients .carousel-control{display: none !important;}
    #our-clients .item{display:block !important}
    #our-services{padding-left: 20px; padding-right: 20px}
    #our-services h4{font-size: 22px; text-align: center;}
    .img{text-align: center;}
    #tech{display: none;}
    #carousel-what-we-do{max-width: 80%;}
    #what-we-do IMG{margin-top: 0;}
    #what-we-do h4{text-align: center; font-size: 22px;}
    #what-we-do .content{padding-right: 0; padding-left: 0}
    #what-we-do .content .row{margin-right: 0; margin-left: 0;}
    #what-we-do .carousel-inner{width: 100%;}
    .carousel-control, .carousel-control.right{margin-right: 0px; margin-left: 0;}
    #what-we-do .tags A, #what-we-do .tags LI{
        font-size: 12px;
        line-height: 25px;
    }
    #what-we-do p{font-size: 14px;line-height: 18px;}
    .arrow{ display: none; }
    .process .num {width: 100%; margin-bottom: 20px;}
    h3{font-size: 25px}
    #how-we-work{padding-bottom: 0;}
    #who-we-are a {display: block; text-align: center;}
    #who-we-are img{width: 100%;}
    #who-we-are .content{max-width: 360px; margin-left: auto; margin-right: auto;}
    #contacts .title{text-align: center;}
    #contacts P{font-size: 18px; line-height: normal;}
    #contacts h2 {font-size: 30px; line-height: normal;}
    footer P{font-size: 12px; overflow: hidden;}
    .phone-hidden{display: none!important;}
    #carousel .item  .price{margin-left:auto; margin-right: auto; float: none;}
    #carousel .carousel-indicators {display: none;}
    .mobilescreen{display:block;}
    .fullscreen{display: none;}
    .container{max-width: 750px; margin: 0 auto;}
    .before{padding-right:15px}
    .after{padding-left:15px; margin-top:70px;}
    .arch{background: url('../img/icons/arrow_down.png') no-repeat 50% 48%;}
    .case h2{font: 20px/25px open_sanslight;}
    .case p, .case span{font-size:14px; line-height:  20px;}
    .case h3{font-size:25px;}
    h2.text-on-phone {
        margin-left: 0px;
        margin-top: 130px;
        width:200px;
    }
    .banner img{display:block;}
    .banner.saved,.banner.swift{background: none;}
    .banner {min-height: 0; height: auto;}
    .row div img{
        display: block;
        margin-left:auto;
        margin-right: auto
    }
    .row div img.animation{display:none;}
    .case .video iframe {
        display: block;
        height: 180px;
        margin: 0 auto;
        width: 320px;
    }
    .modal-open{overflow: hidden;}
    /* modal */
    .modal-body label, .modal-body input, .modal-body button, .modal-body select, .modal-body textarea {
        font-size: 12px;
        line-height: 22px;
    }
    .modal-body label {
        margin-bottom: 0;
    }
    .modal-body input[type="text"], .modal-body textarea {
        font: 12px/20px Arial,sans-serif;
        height: 25px;
        margin: 0;
        width: 100%;
    }
    .modal-body input[type="submit"] {
        font: 16px Arial,Helvetica,sans-serif;
        margin-top: 5px;
        padding: 6px 38px 6px 36px;
        margin-bottom:5px;
    }
    header .wrapper .modal-body p, .presentation .modal P {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .modal-body {
        line-height: 25px;
        padding: 5px 20px;
    }
    .modal-header {
        font: 20px/30px Arial,sans-serif;
        height: 35px;
        padding: 0;
    }
    .modal-dialog{height:  320px; margin:5px 5%; width:  90%;}
    .modal-header .close{margin: 0 5px;}
}
@media ( min-width: 480px )  and ( max-width: 767px ) {
    .col-xs{width: 49%; float:left;}
    .clearleft{clear:left;}
     .case .video iframe {
        display: block;
        height: 210px;
        margin: 0 auto;
        width: 420px;
    }
}
@media ( min-width: 0 )  and ( max-width: 361px ){
    .case .video iframe {
        display: block;
        height: 130px;
        margin: 0 auto;
        width: 260px;
    }
}
@media ( min-width: 640px ){
     .case .video iframe {
        display: block;
        height: 360px;
        margin: 0 auto;
        width: 100%;
    }
}

