* {
    margin: 0;
    padding: 0;
}
body {
font-family: 'Open Sans', sans-serif;
color: #293344;
    overflow-y: scroll;
    overflow-x: hidden;
	max-width: 100%;
}

::-webkit-scrollbar{
    width:12px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #f3f3f3;
}
::-webkit-scrollbar-track{
    border-width:0;
	 background-color: #f9f9f9;
}
::-webkit-scrollbar-track:hover{
}


p {
    font-size: 14px;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_titles {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_titles h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
	    padding-bottom: 15px;
}

.section_titles h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    background-image: linear-gradient(to right,rgba(196,196,196,0) 0,#c4c4c4 50%,rgba(196,196,196,0) 100%);
}

.section_titles h2:after {
    content: "";
    display: block;
    border-left: 3px solid #0d2a4a;
    border-right: 3px solid #0d2a4a;
    position: absolute;
    border-bottom: 4px solid transparent;
    height: 4px;
    margin-top: 18px;
    width: 72px;
    left: 50%;
    background: #1F87FF;
    margin-left: -36px;
}



.section_titlez {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_titlez h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #293344;
    font-size: 30px;
    font-weight: 700;
	    padding-bottom: 15px;
}

.section_titlez h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    background-image: linear-gradient(to right,rgba(196,196,196,0) 0,#c4c4c4 50%,rgba(196,196,196,0) 100%);
}

.section_titlez h2:after {
    content: "";
    display: block;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    border-bottom: 4px solid transparent;
    height: 4px;
    margin-top: 18px;
    width: 72px;
    left: 50%;
    background: #1F87FF;
    margin-left: -36px;
}
.section_titlez p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.section_title {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #293344;
    font-size: 30px;
    font-weight: 700;
	    padding-bottom: 15px;
}

.section_title h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    background-image: linear-gradient(to right,rgba(196,196,196,0) 0,#c4c4c4 50%,rgba(196,196,196,0) 100%);
}

.section_title h2:after {
    content: "";
    display: block;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
    position: absolute;
    border-bottom: 4px solid transparent;
    height: 4px;
    margin-top: 18px;
    width: 72px;
    left: 50%;
    background: #1F87FF;
    margin-left: -36px;
}


.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}
.navbar {
    margin-top: 0;
}
.navbar-brand {
    padding: 9px 15px;
}
.one {position:relative;padding:1em 0;background:#293344; border-bottom: 1px solid #464646;}
.one span {
    font-size: 21px;
    color: #fff;
    float: right;
    padding-right: 15px;
    line-height: 23px;
    font-weight: 700;    
    
}

.onet span {
    font-size: 21px;
    color: #000;
    float: right;
    padding-right: 15px;
    line-height: 23px;
    font-weight: 700;    
    
}


.two {position:relative;padding: 1em 0;}

.mob {display:none}
.men {
	    display: table;
	margin:0 auto;
	
}

.men>li {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    list-style: none;
}
.men>li a {
color:#293344;
text-decoration:none;
font-weight:700;
}
.men>li a:hover {
color:#777;
text-decoration:none;
}
.home_text .big {font-size:22px;}




@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #B5B5B5;
        font-family: 'Raleway', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #f39c12;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-brand img {
        padding-top: 25px;
        height: 45px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
}
@media (max-width: 768px) {
    .navbar-brand img {} .navbar-default {
        background-color: #fff !important;
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #f39c12;
}
.header {
    background: url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;

}
.header .section_overlay {
    background-color: rgba(33, 33, 33, .75);
	    	padding-bottom:100px;
}
.logo{
    padding-bottom: 50px;
}

a.loho {font-size: 24px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
	opacity:0.9;

    
    
}
	.loho img {    width: 205px;
    height: 46px;;background: #fff; padding: 5px; border-radius: 5px;}
a.loho:hover {
	text-decoration:none;
	opacity:1;
	cursor:pointer;
}
	
	
.home_text{
    text-align: left;
	
}
.home-iphone{
    text-align: right;
}
.home-iphone img{
    width: 100%;
	    padding-top: 50px;
}



@media (max-width: 768px){
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
    }

}
.home_text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px
}
.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}
.download-btn {
    margin-top: 20px;
    margin-bottom: 20px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #fff;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}
.button {
    background: #428bca;
    color: #fff;
    padding: 6px 25px 6px;
    border-radius: 20px;
    display: inline-block;
    font-size: 18px;
}

.button:hover {
	text-decoration:none;
	color:#fff;
background: #025dcc;
}

.price-table:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 100%;
    transform: rotate(3deg);
    height: 84px;
    background: #fff;

}

.price-table:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -45px;
    width: 103%;
    transform: rotate(3deg);
    height: 90px;
    background: #fff;

}
.price-table {
	margin-top: 80px;
	margin-bottom: 80px;
	position:relative;
	background-color:#FFFFFF;
	border-bottom:2px solid #dce0e3;
}
.container.pricing-inner {
	padding-top:60px;
	padding-bottom:120px;
}
.selection_block {padding-bottom:2em;}

.price-table .desc {
		color:#777777;
}
.price-table .table-row {
	margin-top:50px;
}
.pricing-box {
	
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color:#f9f9f9;
	border-radius:5px;
	margin-bottom:10px;
}

.pricing-box:hover, .screen-img:hover, .welcome-section li:hover i {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.pricing-title div {height:75px;}
.mrg {    margin-top: -25px;}
.pricing-title i {
	border-bottom:1px solid #000000;
	margin-bottom:5px;
	padding-bottom:5px;
}
.price-table h3 {
    min-height: 330px;
    font-size: 20px;
    padding: 30px 15px;
    font-weight: 500;
    margin: 0px;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
    color: #000000;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.05);
}
.price-table h3 span {font-size:16px;}


.pricing-title.highlight h3 {
	background-image:none;
	color:#ffffff;
}
.pricing-title.highlight i {
	border-bottom:1px solid #ffffff;
}
.pricing-box ul {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	min-height:475px;
}
.pricing-box li {
    list-style-type: none;
    padding: 15px;
    color: #000000;
    line-height: 22px;
    font-size: 18px;
    font-weight: 300;
    border-top: 1px solid rgba(0,0,0,.05);
}
.pricing-box .price {
	padding:16px 0px;
	font-size:36px;
}
.pricing-box .price h6 {
	display:inline-block;
	font-size:55px;
	font-weight:900;
}
.pricing-box .price span {
	font-size:13px;
	font-weight:normal;
}
.pricing-more {
	padding:15px 5px;
	text-align:center;
	border-radius:0 0 5px 5px;
	background-color:rgba(0,0,0,.05);
}
.pricing-more i {
	font-size:28px;
}
.pricing-more a {
	padding:10px 5px;
		color:#000000;
	display:block;
	text-transform:uppercase;
	font-weight: 700;
}

.highlight h3 {
    background-color: #e74c3c;
}



.pok {
background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pok span {font-size: 20px;font-weight: 600;}

.pok span  input
{  
    background: #e7ecec;
    border: 1px solid #e1e1e1;
  padding: 12px;
    margin-bottom: 20px; width: 280px;
}
.lop {    margin-top: 10px;
    padding-top: 15px;
    font-size: 16px;
    border-top: 1px solid #ddd;    float: left;}
	
	.formz {
    appearance: none;
    -webkit-border-radius: none;
    border-radius: none;
    box-shadow: none;
    box-shadow: 0;
    height: 60px;
    background: #e7ecec;
        border: 1px solid #e4e4e4;
    width: 100%;
	font-size: 16px;
    padding: 5px 16px;
}
.textz {line-height:21px;vertical-align:top;    padding-right: 15px;}
.checkboxes_img i img {margin-top:-30px;}
.answer {    float: left;}
.hop {max-width:100%;padding:10px 0;}

.hiddenz {display:none;}
.selection_tovar{padding-bottom:2em;  position:relative;  background-color: #f1f1f1;} 
.selection_tovar:before {
    content: '';
    display: block;
    position: absolute;
    top: -42px;
    width: 100%;
    transform: rotate(3deg);
    height: 85px;
    background: #f1f1f1;
}

.strel {
    position: absolute;
    width: 250px;
    left: calc(50% - 235px);
    bottom: 25px;
    
}
.strel img {max-width:100%;}

.secvideo {
padding: 3em 0;
    padding-bottom: 6em;
    position: relative;
    margin-bottom:30px;
}
.secvideo h2 {
    margin-top: 0;
    padding-top: 0;
    line-height: 53px;
    font-size: 43px;}
    
    
.secvideo:before {
    content: '';
    display: block;
    position: absolute;
    top: -42px;
    width: 102%;
    left: -1%;
    transform: rotate(3deg);
    height: 85px;
    background: #fff;
}

.selection_tovar .caption{font-size:36px;margin:0 0 70px} 
.selection_tovar .selection_block::before,.selection_tovar .selection_block::after{display:table;content:""} 
.selection_tovar .selection_block::after{clear:both} 
.selection_tovar .selection_block .steps{width:100%} 
.selection_tovar .selection_block .steps .infoblock{float:right;width:642px} 
.selection_tovar .selection_block .steps .imgblock{float:left;width:418px} 
.selection_tovar .selection_block .steps .imgblock .select_img{position:absolute} 
.selection_tovar .selection_block .steps .step{min-height:250px} 
.selection_tovar .selection_block .steps .step::before,.selection_tovar .selection_block .steps .step::after{display:table;content:""} 
.selection_tovar .selection_block .steps .step::after{clear:both} 
.selection_tovar .selection_block .steps .step_nav::before,.selection_tovar .selection_block .steps .step_nav::after{display:table;content:""} 
.selection_tovar .selection_block .steps .step_nav::after{clear:both} 
.selection_tovar .selection_block .steps .step_nav .points{float:left;margin:0 22px 0 3px} 
.selection_tovar .selection_block .steps .step_nav .points::before,.selection_tovar .selection_block .steps .step_nav .points::after{display:table;content:""} 
.selection_tovar .selection_block .steps .step_nav .points::after{clear:both} 
.selection_tovar .selection_block .steps .step_nav .points li{float:left;margin:0 39px 0 0;position:relative;list-style:none;} 
.selection_tovar .selection_block .steps .step_nav .points li:last-child{margin:0} 
.selection_tovar .selection_block .steps .step_nav .points li:last-child:after{content:none} 
.selection_tovar .selection_block .steps .step_nav .points li:after{content:'';background:#a8bec9;width:31px;height:1px;display:block;position:absolute;right:-35px;top:10px} 
.selection_tovar .selection_block .steps .step_nav .points li span{display:block;width:21px;height:21px;border-radius:50%;border:1px solid #78868e;text-align:center;line-height:21px;font-size:14px;color:#78868e;cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out} 
.selection_tovar .selection_block .steps .step_nav .points li span:hover{color:#fff;background:#006df1;border-color:#006df1} 
.selection_tovar .selection_block .steps .step_nav .points li.active:hover span{border-color:#78868e} 
.selection_tovar .selection_block .steps .step_nav .points li.active span{background:#78868e;color:#fff} 
.selection_tovar .selection_block .steps .step_nav .navigation_links{float:left;display:none;} 
.selection_tovar .selection_block .steps .step_nav .navigation_links a{color:#78868e;font-size:14px;position:relative} 
.selection_tovar .selection_block .steps .step_nav .navigation_links a::after,.selection_tovar .selection_block .steps .step_nav .navigation_links a::before{content:"";position:absolute;height:1px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:0} 
.selection_tovar .selection_block .steps .step_nav .navigation_links a::after{-webkit-transition:.5s all ease;transition:.5s all ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:0;background:#006df1} 
.selection_tovar .selection_block .steps .step_nav .navigation_links a:hover::after{width:100%} 
.selection_tovar .selection_block .steps .step_nav .navigation_links a::before{width:100%;background:#a0a9ae} 
.selection_tovar .selection_block .steps .step_nav .navigation_links a:hover{color:#006df1} 
.selection_tovar .selection_block .steps .step_nav .navigation_links .prev{margin:0 16px 0 0} 
.selection_tovar .selection_block .steps .number{font-size:14px;color:#78868e;margin-bottom:4px} 
.selection_tovar .selection_block .steps .question{font-size:24px;margin-bottom:30px} 
.selection_tovar .selection_block .steps .questionz {font-size:20px;margin-bottom:10px} 
.selection_tovar .selection_block .steps .step1 .imgblock .select_img{margin:20px 0 0 -55px} 
.selection_tovar .selection_block .steps .step2 .imgblock .select_img{margin:45px 0 0 -40px} 
.selection_tovar .selection_block .steps .step3 .imgblock .select_img{margin:25px 0 0 -50px} 
.selection_tovar .selection_block .steps .step4 .imgblock .select_img{margin:30px 0 0 -10px} 
.selection_tovar .selection_block .steps .step5 .imgblock .select_img{margin:75px 0 0 37px} 
.selection_tovar .selection_block .steps .step6 .imgblock .select_img{margin:38px 0 0 -20px} 
.selection_tovar .selection_block .steps .step7 .imgblock .select_img{margin:-14px 0 0 -20px} 

.selection_tovar .selection_block .steps .step4 .checkboxes_img{margin:34px 0 23px} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img::before,.selection_tovar .selection_block .steps .step4 .checkboxes_img::after{display:table;content:""} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img::after{clear:both} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .radio_block{float:left;width:280px;margin:0 50px 28px 0} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .radio_block:nth-child(2n){margin:0 0 28px} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .radio_block:nth-child(2n+1){clear:left} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img input[type="radio"]+label{padding-left:0} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img input[type="radio"]+label:before{content:none} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img input[type="radio"]:checked+label{color:#006df1} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .kind_block::before,.selection_tovar .selection_block .steps .step4 .checkboxes_img .kind_block::after{display:table;content:""} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .kind_block::after{clear:both} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .kind_block .icon{width:101px;float:left} 
.selection_tovar .selection_block .steps .step4 .checkboxes_img .kind_block .text{float:left;width:160px;margin:13px 0 0 15px} 
.selection_tovar .selection_block .step5 .checkboxes::before,.selection_tovar .selection_block .step5 .checkboxes::after{display:table;content:""} 
.selection_tovar .selection_block .step5 .checkboxes::after{clear:both} 
.selection_tovar .selection_block .step5 .checkbox_block{float:left;width:320px} 
.selection_tovar .selection_block .step5 .checkbox_block:nth-child(2n+1){clear:left;width:320px} 
.selection_tovar .selection_block .step6 .checkboxes::before,.selection_tovar .selection_block .step6 .checkboxes::after{display:table;content:""} 
.selection_tovar .selection_block .step6 .checkboxes::after{clear:both} 
.selection_tovar .selection_block .step6 .checkbox_block{float:left;width:50%} 
.selection_tovar .selection_block .step6 .checkbox_block:nth-child(2n+1){clear:left} 
.1selection_tovar .selection_block .onwards{visibility:hidden;opacity:0;padding:12px 42px 13px} 
.selection_tovar .selection_block .onwards.active{opacity:1;visibility:visible} 
.selection_tovar .selection_block .sign{position:relative;width:14px;height:14px;margin-left:2px} 
.selection_tovar .selection_block .sign img{vertical-align:-2px} 
.selection_tovar .selection_block .sign:hover .tooltip{opacity:1;visibility:visible;color:#121212} 
.selection_tovar .selection_block .sign .tooltip{position:absolute;width:200px;font-size:12px;font-style:normal;top:20px;left:50%;margin-left:-100px;background:#fff;box-shadow:2px 2px 12px 0 rgba(0,0,0,0.3);border-radius:4px;border:1px solid #ccc;padding:12px 10px 10px;opacity:0;visibility:hidden;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;z-index:11} 
.checkbox_block{margin:0 0 28px} 
.checkbox_block::before,.checkbox_block::after{display:table;content:""} 
.checkbox_block::after{clear:both} 
.checkbox_block input[type="checkbox"]{display:none} 
.checkbox_block input[type="checkbox"]+label{float:left;font-size:18px;cursor:pointer;position:relative;padding-left:35px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out} 
.checkbox_block input[type="checkbox"]+label:before{content:'';background:url('img/checkbox.png') no-repeat;width:23px;height:23px;display:block;background-position:0 0;position:absolute;left:3px;top:-1px} 
.checkbox_block input[type="checkbox"]+label:hover{color:#006df1} 
.checkbox_block input[type="checkbox"]:checked+label:before{background-position:0 -23px;-webkit-animation:tick .2s ease-in-out;animation:tick .2s ease-in-out} 
.radio_block{margin:0 0 28px;list-style: none;} 
.radio_block::before,.radio_block::after{display:table;content:""} 
.radio_block::after{clear:both} 
.radio_block input[type="radio"]{display:none} 
.radio_block input[type="radio"]+label{float:left;font-size:18px;cursor:pointer;position:relative;padding-left:35px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out} 
.radio_block input[type="radio"]+label:before{content:'';background:url('../images/radio.png') no-repeat;width:23px;height:23px;display:block;background-position:0 0;position:absolute;left:3px;top:-1px} 
.radio_block input[type="radio"]+label:hover{color:#006df1} 
.radio_block input[type="radio"]:checked+label:before{background-position:0 -23px;-webkit-animation:tick .2s ease-in-out;animation:tick .2s ease-in-out} 
.error{background:#ed5151 !important} 
.ok{background:#e6eded !important} 





/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/



.about {
    background: #fff;
	position:relative;
}
.about:after {
content: '';
    display: block;
    position: absolute;
    bottom: -55px;
    width: 105%;
    transform: rotate(3deg);
    height: 97px;
    background: #fff;
}


.inner_about_area {
    padding-bottom: 30px;
}
.inner_about_title {
    padding-bottom: 50px;
}
.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}
.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}
.inner_about_title p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 40px;
}
.inner_about_desc {} .single_about_area {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
	height:80px;
}
.single_about_area div {
    position: absolute;
    top: -10px;
    left: 0px;
}
.single_about_area div i {
    font-size: 55px;
    color: #428bca;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_about_area div i.fax {
    font-size: 65px;

}
.bop {
	padding: 2em;
    margin: 50px 0;
    font-size: 23px;
    text-align: center;
    color: #293344;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
	
}
.boz {
    background: #fff;
}
.marg {    margin: 2em 0;}

.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.single_about_area p {
    color: #727272;
    font-size: 15px;
}
.single_about_area:hover div i {
    color: #f39c12;
}
.about_phone img {} @media (min-width: 991px) and (max-width: 1200px) {
    .about_phone img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%
    }
}


/* =========================== ADDITIONAL SECTION ============================== */
.additional-features > i {
    background-color: #428bca;
}
.features-border-top {
    border-top: 1px solid;
    margin-top: 40px;
    border-color: #428bca;
}

.features-border-top .col-md-3:after {
    content: "";
    position: absolute;
    top: 40px;
    background-color: #428bca;
    left: 0;
    height: 40%;
    width: 1px;
}

.features-border-top .right-border:before {
    content: "";
    background-color: #428bca;
    position: absolute;
    top: 40px;
    right: 0;
    height: 40%;
    width: 1px;
}

#additional {
	background-image:url(../images/bg3.jpg);
	 background-attachment:fixed !important;
	 background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-repeat:repeat;
	color:#ffffff;
}
.additional-section {
	position:relative;
}
.circle-bg {
	position:absolute;
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	top:5px;
	left:0px;
	right:0px;
	margin:auto;
	text-align:center;
	font-size:20px;
	padding-top:5px;
	font-weight:700;
	z-index:-1;
	border-top:1px solid #d9e2e9;
}
.additional-title {
	z-index:100;
}
.container.additional-inner {
	padding-top:60px;
	padding-bottom:70px;
}
.additional-section .title {
	color:#FFFFFF;
}
.additional-section h5 {
	padding:0px 10px 5px 0;
		font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
}
.additional-features {
	position:relative;
	color:#FFFFFF;
	line-height:2;
	text-align:center;
}
.additional-features i {
	width:80px;
	height:80px;
	line-height:80px;
	color:#ffffff;
	font-size:40px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
.additional-features:hover>i {
	transform:rotate( 360deg);
	-moz-transform:rotate( 360deg);
	-webkit-transform:rotate( 360deg);
	-o-transform:rotate( 360deg);
	-ms-transform:rotate( 360deg);
}
.additional-content {
	padding:15px 30px;
	margin-bottom:30px;
}
.additional-feature-image {
	z-index:1;
	text-align:center;
}

.features-border-top .col-md-3 {
	margin-top:-40px;
}
.features-border-top .col-md-3:after {
	content:"";
	position:absolute;
	top:40px;
	left:0;
	height:40%;
	width:1px;
}
.features-border-top .right-border:before {
	content:"";
	position:absolute;
	top:40px;
	right:0;
	height:40%;
	width: 1px;
}





/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/

.video_area {
    background: #e4e4e4;
    padding-bottom: 140px;
    padding-top: 120px;
}
.video_title {
    padding-bottom: 30px;
}
.video_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}
.video_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}
.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    color: #333;
    font-weight: 300;
}
.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent;
    border: 1px solid #929292;
    color: #686868;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-video:hover {
    background: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}
.video {} .video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}
/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demos .item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 50px;
}
#owl-demos .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demos  .owl-controls {display:none !important;}


.testimonial {
	position:relative;
    background: url(../images/testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 105%;
    transform: rotate(3deg);
    height: 85px;
    background: #fff;
}
.testimonial:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -44px;
    width: 105%;
    transform: rotate(3deg);
    height: 85px;
    background: #fff;
}

.testimonial .section_overlay {
    background: rgba(0, 0, 0, .4);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators {
    bottom: -8px;
}
div.carousel-inner .item img {
    border: 2px solid #f39c12;
    border-radius: 50%;
    padding: 3px;
}
.testimonial_caption {
    padding-bottom: 70px;
}
.testimonial_caption p {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding: 20px 25px;
}
.testimonial_caption h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin-top: 25px;
}
.testimonial_caption h4 {
    color: #e6e6e6;
}
.testimonial_caption h4 span {
    color: #e6e6e6;
    font-weight: 300;
}
.testimonial ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #D8D8D8;
    margin: 1PX
}
.testimonial ol.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #D8D8D8;
    background: #D8D8D8;
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background-color: #f1f1f1;
	position:relative;
}

.features:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 105%;
    transform: rotate(3deg);
    height: 85px;
    background: #f1f1f1;
}
.features:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -44px;
    width: 105%;
    transform: rotate(3deg);
    height: 85px;
    background: #f1f1f1;
}
.feature_inner {
    padding-top: 30px;
    padding-bottom: 70px;
}
.feature_iphone {} .feature_iphone img {
	padding-top: 35px;
    width: 100%;
}
.right_single_feature {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
}
.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #1F87FF;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.right_single_feature h3 span {
    color: #1F87FF;
}
.right_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
/*left feature*/

.left_single_feature {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #1F87FF;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.left_single_feature h3 span {
    color: #f39c12;
}
.left_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }
    .left_single_feature {
        margin-right: -60px;
    }
    .feature_iphone {
        margin-top: 35px;
    }
    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
	position:relative;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.call_to_action:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -44px;
    width: 105%;
    transform: rotate(3deg);
    height: 85px;
    background: #fff;
}


.call_to_action p {
    color: #293344;
    font-size: 20px;
    font-weight: 500;
}
.call_to_action a {} .btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-action:hover {
    background: #FF6B80;
    border-color: #FF6B80;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
    background: #f1f1f1;
    padding-bottom: 96px;
	position:relative;
}
.apps_screen:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -44px;
    width: 105%;
    transform: rotate(3deg);
    height: 84px;
    background: #fff;
}

.screen_slider {
    padding-top: 0px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #1f87ff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #1f87ff;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.fun_facts {
    background: url(../images/fun_bg.jpg) no-repeat center;
    background-size: cover;
}
.fun_facts .section_overlay {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}
.single_fun_facts {
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts i {
    color: #f39c12;
    font-size: 60px;
    ;
}
.single_fun_facts h2 {
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts h2 span {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
    background: #fff;
	padding: 3em 0;
}
.download_screen {
    padding-top: 45px;
}
.download_screen img {
    width: 100%
}
.available_store {
    background: #1a1a1a;
    margin-top: -8px;
    position: relative;
}
.available_title {
    padding-top: 75px;
}
.available_title h2 {
    color: #fff;
    font-size: 30px;
}
.available_title p {
    color: #B5B5B5;
}
.single_store {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_store i {
    color: #f39c12;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}
.single_store:hover {
    background: #121212;
}
.single_store:hover i {
    opacity: 0;
}
.single_store:hover div.store_inner {
    opacity: 1;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.last {
    border-right: 1px solid #0F1217;
}
/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_form {
    padding-top: 30px;
}
.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 12px;
	    height: 43px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e7ecec;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
}

.contact_form .form-control:focus {
    border: 1px solid #f39c12;
    border-color: #f39c12;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #f39c12;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #f39c12;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}
.social_icons {
    padding-top: 50px;
    padding-bottom: 70px;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons ul li a i {
    font-size: 20px;
}
.social_icons ul li a:hover {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff
}
.error {
    color: #f39c12;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 117px;
    resize: none;
}
/*---------------------------------------
   SECTION SUBSCRIBE              
-----------------------------------------*/

.subscribe {
	padding:3em 0;
    background-image: url(../images/subscribe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subscribe .section_overlay {
    padding-bottom: 70px;
    background: transparent
}
.subscribe .section_title h2 {
    padding-top: 1em;
}


.subscribe_form {
    text-align: center;
    padding-top: 30px;
}
.subscribe_form .form-group {} .subscribe_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.subscribe_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}
.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    padding: 10px 12px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.subs-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}
.ctn {
    background: #e68d01;
    color: #fff;
    border: 1px solid #e68d01;
}
.ctn:hover {
    background: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}


@media (min-width: 300px) {
    .subscribe_form .form-control {
        width: 100%
    }
}
.subscription-success {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.subscription-error {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #fff;
    padding-bottom: 65px;
    padding-top: 65px;
    border-bottom: 3px solid #f39c12;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text {
    width: 100%;
    text-align:center;
}
.copy_right_text p {
    color: #293344;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.copy_right_text p a {
    text-decoration: none;
    color: #f39c12;
}
.copy_right_text p span {
    font-weight: 300;
}
.scroll_top {
    text-align: right;
}
.scroll_top a {
    background: #f39c12;
    padding: 25px;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
	.features:before, .price-table:after, .about:after, .testimonial:before, .testimonial:after, .features:after, .call_to_action:after, .apps_screen:after, .selection_tovar:before {width:102%;left: -1%;;}


	
	.modals {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.62);
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
opacity: 0;
pointer-events: none;
}

.modals:target {
opacity: 1;
pointer-events: auto;
z-index:999;
}

.modals > div {
width: 500px;
background: #fff;
position: relative;
margin: 10% auto;
-webkit-animation: minimise 500ms linear;
padding: 30px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 #fff;
}

.modals:target > div {
-webkit-animation-name: bounce;
}

.modals h2 {
font-size: 20px;
font-weight: bold;
color:#333;
text-align:center;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
  	-webkit-transform: scale3d(1.08,1.08,1);
  	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
  	-webkit-transform: scale3d(0.95,0.95,1);
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
  	-webkit-transform: scale3d(1,1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
  	-webkit-transform: scale3d(1,1,1);
  }
  100% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  }
}

.modals a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

.modals a[href="#close"]:focus {
outline: none;
}

.modals a[href="#close"]:after {
content: 'X';
display: block;

position: absolute;
right: -10px;
top: -10px;
width: 1.5em;
padding: 1px 1px 1px 2px;
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #fff;
border: 3px solid #fff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 1px solid #000;
}

a.openModal {
margin: 1em auto;
display: block;
width: 200px;
background: #ccc;
text-align: center;
padding: 10px;
-moz-border-radius: 7px;
border-radius: 7px;
background: -moz-linear-gradient(#fff, #ddd);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
text-shadow: 0 1px 0 #fff;
border: 1px solid rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

a.openModal:hover,
a.openModal:focus {
background: -moz-linear-gradient(#fff, #ccc);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(200,200,200)));
}

.modal-body {
    position: relative;
    padding: 15px;
}
.form-group {
    margin: 0;
    padding-bottom: 15px;
    position: relative;
}
.form-control {
    height: 46px;
    padding: 0 12px;
}
.form-group input[type="text"] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.btss {
    display: block;
    background: #fd4b4b;
    color: #fff;
    border: 3px solid #e14343;
    width: 190px;
    padding: 8px 12px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: button;
}



/* Базовые стили формы */
.formas{
  margin:0 auto;
  max-width:95%;
  box-sizing:border-box;
  padding:40px;
  border-radius:5px; 
  background:RGBA(255,255,255,1);
  -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);        
  box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);  
}
/* Стили полей ввода */
.textboxu{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  font-family: 'Open Sans', sans-serif;
  font-size:18px; 
  padding:10px;
  margin-bottom:5px;  
}
.messageu:focus,
.textboxu:focus{
  outline:none;
   border:rgba(24,149,215,1) 2px solid;
   color:rgba(24,149,215,1);
}
/* Стили текстового поля */
.messageu{
    background: rgba(255, 255, 255, 0.4); 
    width:100%;
    height: 120px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    display:block;
    padding:10px;
    margin-bottom:5px;
    overflow:hidden;
}
/* Базовые стили кнопки */
.buttonu{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:10px;
  background:#90c843;
  color:#FFF;
  font-family: 'Open Sans', sans-serif;  
  font-weight:400;
  font-size: 16pt;
  transition:background .4s;
  cursor:pointer;
}
/* Изменение фона кнопки при наведении */
.buttonu:hover{
  background:#80b438;
}
	
	
	
	.bok {
	    background:#fff;
	    padding: 2em;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.54);
	}
	
	.bok .bom {
	    font-size:17px;
	}
	
	
.bok .bomp {
font-size: 20px;
    color: #313131;
    padding-bottom: 15px;
    border-bottom: 2px dashed #999;
    font-weight: 600;
	}
	
	
.ok_online_button {
    width: 132px;
    height: 30px;
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    background: url(../images/online_top.png) #2ea623 0px 0px no-repeat;
}
#ok_button {
    position: fixed;
    border: 1px solid #898988;
    cursor: pointer;
    z-index: 1000;
    bottom: 5px;
    right: 5px;
}

#ok_con_web_chat {
    bottom: 0;
    right: 0%;
    width: 342px;
    z-index: 1500;
}

	
	
	
	
#ok_consultant {
    position: absolute;
    z-index: 1000;
    width: 340px;
    height: 356px;
    color: #fff;
    font-family: "Arial", sans-serif;
    box-shadow: 0 0 10px #536279;
    -moz-box-shadow: 0 0 10px #536279;
    -webkit-box-shadow: 0 0 10px #536279;
    display: none;
}

#ok_consultant {
    box-shadow: none;
    -webkit-box-shadow: none;
}
#ok_consultant {
    bottom: 5px;
    right: 10px;
        position: fixed;
    
}
#ok_consultant {
    background: url(../images/noise.png) #686869;
}


.ok_button {
    font: bold 17px 'Trebuchet MS', Arial, Helvetica;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button-green {
    background: url(../images/gradient-button_green.png) repeat-x #428739;
}


	
.button-green:hover {
    background: #3cb32d;
}	

.nocons{
		position: relative;
		width: 100%;
		height: 355px;
		background: url('http://lovnab.ru/consultant/images/form_background.png') #777 repeat;
        color: #000;
		box-shadow: 0.2em 0.2em 4px rgba(122, 122, 122, 0.5);

	}
	#ok_consultant{
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	#ok_submit{
		float: right;
		margin: 7px 0 0 0;
		padding: 8px 15px;
		cursor: pointer;
		text-align: center;
		color: #FFF;
		font-size: 15px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#pad{
		float: left;
		position: relative;
		padding: 10px;
	}
	#ok_form_img{
		float: left;
		width: 60px;
		height: 73px;
		border: 2px solid #FFF;
		background: url('http://lovnab.ru/consultant/images/form_cons_img.png') no-repeat;
		box-shadow: 2px 2px 3px #333;
	}
	.ok_form_info{
		float: left;
		width: 100%;
		height: 100px;
	}
    #ok_form_mess{
    	position: relative;
    	float: right;
		width: 225px;
		background: rgb(245, 245, 245);
		box-shadow: 2px 2px 3px #333;
		padding: 8px;
		border-radius: 5px;
		max-height: 95px;
		min-height: 30px;
    }
    #ok_form_mess::before{
	    content: '';
		position: absolute;
		top: 22px;
		left: -4px;
		background: rgb(245, 245, 245);
		height: 9px;
		width: 9px;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
    #ok_form_mess p{
        font-size: 12px;
        margin: 0;
        font-family: Arial, sans-serif;
		font-weight: 400;
        color: #333;
        height: auto;
        overflow: hidden;
        max-height: 82px;
    }
    #ok_forma{
    	float: left;
    	width: 100%;
    	margin-top: 0px;
    }
	#consult_mess{
		display: none;
		position: absolute;
		top: 40%;
		left: 50%;
		margin: -35px 0 0 -100px;
		z-index: 1111;
        float: left;
		padding: 15px 0;
		height: auto;
		width: 215px;
		text-align: center;
		color: #FFF;
		font-size: 15px;
		font-family: arial, Helvetica, sans-serif;
		background: #000;
		opacity: 0.8;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		border-radius: 3px;
		box-shadow: 3px 3px 3px rgba(48, 51, 54, 0.7);
	}
	#consultant_web{
		float: right;
	}
	#consultant_web span{
		font-size: 11px;
		color: #292929;
	}
	
    .form_text{
        border: 1px solid #989898;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 4px;
        margin-bottom: 5px;
        width: 188px;
        background-color: #fff;	
    }
	#consult_form{
		position: relative;	
	}
    #consult_form input[type="text"]{
		outline: none;
        color: #555;
        width: 180px;
        font-family: 'Lato', Calibri, Arial, sans-serif;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		border: 1px solid rgb(90, 90, 90);
		font-size: 14px;
		background: #FFF;
		font-weight: 400;
		border-radius: 4px;
		padding: 6px 18px 6px 45px;
		margin-bottom: 7px;
    }
	#consult_form input:focus{
		
	}
	.not_filled{
		box-shadow: 0px 0px 7px #DA1E1E !important;
		border: 1px solid #AA0606 !important;
	}
	.img_class{
		display: block;
		position: absolute;
		height: 30px;
		width: 36px;
		top: 1px;
		left: 0;
		background-color: #C0C0C0;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	    background: url('http://lovnab.ru/consultant/images/gradient-form.png') 0 0 repeat-x;
	}
    .img_class img{
    	border: none;
    	margin-left: 2px;
		margin-top: -1px;
    	width: 32px;
    	height: 32px;
    }
    #consult_text{
        width: 298px;
        height: 55px;
        outline: none;
        padding: 5px;
        color: #5F676E;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		box-shadow: inset 2px 2px 6px #EBEBEB;
		border: 1px solid #DBD9D9;
		font-size: 13px;
		font-weight: 400;
		border-radius: 4px;
		padding: 10px;
		resize: none;
		overflow: auto;
    }
	
	.ok_field{
		position: relative;
	}
	#ok_close_chat{
		position: static;
		float: right;
		height: 20px;
		margin-right: 10px;
		width: auto;
		margin-top: 20px;
		cursor: pointer;
	
	}
	#ok_turn_off{
		float: left;
		color: #FFF;
		font-size: 15px;
		text-decoration: underline;
		line-height: 16px;
	}
	#ok_turn_off:hover{
		
	}





.ok_online_button:hover {
    background: url(../images/online_top.png) #11ca00 0px 0px no-repeat;}

	
	
.blocks {display:block !important;
    -webkit-animation: shadow  2s infinite ease-in-out;
animation: shadow  2s infinite ease-in-out;
}	
.blocksoff	{display:none !important;
    -webkit-animation: shadow  2s infinite ease-in-out;
animation: shadow  2s infinite ease-in-out;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	@media (max-width: 605px) {
    
    .modals:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
    height: 100%;
    overflow-y: scroll;
}


#ok_form_mess {
    position: relative;
    float: right;
    width: 200px;}
    
    #ok_form_mess p {
    font-size: 11px;}
    
   #ok_consultant {
    width: 300px;} 
    #consult_text {
    width: 100%;}
}
	