body {
    margin: 0;
    font-family: sans-serif;
    line-height: 1.2;
}

.wrapper {
    margin: 0 auto;
    width: 960px;
}

.header {
    padding: 15px 0 15px 0;
}

.logo {
    width: 240px;
    float: left;
}

.support {
    float: right;
}

.support p {
    margin-top: 0px;
}

.phone {
    background: url(../images/phone.png) left center no-repeat;
    padding-left: 15px;
}

.nav {
    padding: 10px 0;
}

.nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nav li {
    display: inline-block;
    margin: 0 30px;
}

.nav a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav a:hover {
    color: #CE0000;
}

.slider {
    background: #6F1315;
}

.button {
display: block;
margin: 0 auto;
width: 175px;
text-align: center;
color: #FFF;
text-decoration: none;
padding: 15px;
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.button-green {
text-shadow: 0px 1px 1px #5B7B2B;
filter: dropshadow(color=#5B7B2B, offx=0, offy=1);
background: #63cc47; /* Old browsers */
background: -moz-linear-gradient(top,  #63cc47 0%, #3f9e3a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63cc47), color-stop(100%,#3f9e3a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #63cc47 0%,#3f9e3a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #63cc47 0%,#3f9e3a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #63cc47 0%,#3f9e3a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #63cc47 0%,#3f9e3a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cc47', endColorstr='#3f9e3a',GradientType=0 ); /* IE6-9 */
}

.button-green:hover {
text-decoration: none;
}

.slider h2 {
    font-size: 45px;
    margin-bottom: 0;
}

.slider .content {
    float: left;
    color: #fff;
    width: 560px;
    height: 385px;
}

.slider .button {
    font-size: 30px;
}

.slider img {
    float: right;
    /*width: 280px;
    height:345px;*/
    padding-top:20px;
}

.widgets .wrapper {
    padding: 20px 0;
}

.widgets h2 {
    margin: 0;
}

.widgets img {
    float: right;
}

.widgets .button {
    margin: 0;
    width: 120px;
}

.widgets p {
    font-size: 15px;
}


.widgets .faq {
    float: left;
    width:45%;
}

.widgets .faq img {  
    margin-top: 40px;
    margin-left: 20px;
}

.widgets .difference {
    float: right;
    width:45%;
}

.widgets .difference img {
   margin-top: 20px;
} 

.footer {
    margin-top: 25px;
}

.footer p {
    text-align: center;
}

.footer .terms {
   font-size: 16px;
}

.footer ul {
    margin: 30px 0;
}

.footer a {
    font-size: 15px;
}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*Video*/
.atc {
    text-align: center;
    margin: 5px 0;
}


/*References*/
.references ol {
    list-style-type: lower-roman;
}

.references li {
    margin-bottom: 5px;
}

.references li a {
    color: #333;
    font-size: 13px;
}
@media (max-width:700px){
div.v-inner {
    width: 300px !important;
	
}	
}
			div.v-inner {
    display: inline-block;
    text-align: center;
    width: 646px;
	
}
.videoWrapper {
    height: 0;
    padding-bottom: 55%;
    padding-top: 8px;
    position: relative;
}
.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	border: 7px solid #ccc;
    border-radius: 7px;
}
div.outer-video {
    text-align: center;
    width: 100%;
	margin-bottom: 40px;
    margin-top: 20px;
}
.slider {
    background: linear-gradient(60deg, #7b201f, #d02126, #5f0100);
    padding: 40px 0;
}
.faq h2, .difference h2, .__icon_img i, .__icon_img02 i {
  color: #ce2126;
}