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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; 
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
}

mark {
  background: none; 
}

html {
  height: 100%;
  margin: 0;
}
html > body {
  height: auto !important;
  height: 100%;
  margin: 0;
  min-height: 100%;
  position: relative;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; 
}
  

a {
  color: #67838c;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none; 
}
  a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0 none; 
  }

input, textarea, select {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; 
}

* {
  margin: 0;
  padding: 0;
  border-collapse: collapse; 
}

img {
  max-width: 100%;
  height: auto; 
}

a > img {
  border: 0;
  display: block;
}

p {
  padding-bottom: 20px; 
}

ul, ol {
  list-style: none; 
}

#wrap {
  min-height: 100%;
  padding-bottom: 80px;
}

.clear {
  clear: both; 
}

.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; 
}

html[xmlns] .cfx {
  display: block; 
}

* html .cfx {
  height: 1%; 
}

::-moz-selection {
  color: #fff;
  background: #6b2e6e; 
}

::selection {
  color: #fff;
  background: #6b2e6e; 
}

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%; 
}

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; 
}

.valign2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}

.alignleft {
  float: left; 
}

.alignright {
  float: right;
  position: relative;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto; 
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; 
}

hr {
  background: #e1e1e1;
  height: 1px;
  border: 0 none;
  display: block;
  clear: both;
  margin: 20px 0; 
}

strong {
  font-weight: 700; 
}

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  z-index: 0; 
}
  .fullframe > iframe, .fullframe > object, .fullframe > embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; 
  }

input[type="submit"] {
  cursor: pointer; 
}

textarea, button, a, input {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; 
}

body {
  position: relative;
  font: 400 13px/18px Arial;
  color: #000000; 
}
.row {
  margin: 0 auto;
  max-width: 96%;
  position: relative;
  width: 825px; 
}

header{
  background: url(../images/header-bgr.png) repeat-x left bottom;
  min-height: 124px;
}
header .logo{
  margin: 6px 0 8px;
  display: block;
  float: left;
}
header .phone{
  display: block;
  float: right;
  font: 400 19px Arial;
  margin-top: 24px;
}
header .phone > strong{
  font-weight: 700;
  color: #4f9b3c;
}
header .header_logout_url{
	color: #4f9b3c;
	font: 400 14px Arial;
	position: absolute;
	right: 0;
	top: 5px;
}
header .header_logout_url:hover{
	text-decoration: underline;
}
nav > a.tooglemenu:before {
    background: #fff;
    box-shadow: 0 7px 0 0 #fff, 0 14px 0 0 #fff;
    content: "";
    height: 2px;
    left: 22%;
    position: absolute;
    right: 22%;
    top: 12px;
}
nav > a.tooglemenu {
    background: #4a9a39;
    cursor: pointer;
    display: none;
    height: 40px;
    padding: 0 5px;
    position: absolute;
    right: 0px;
    top: -10px;
    width: 30px;
    z-index: 8041;
}
nav > ul{
  
}
nav > ul > li{
  float: left;
}
html>/**/body nav li{
  list-style-position: inside;
}
nav > ul > li > a{
  display: block;
  height: 52px;
  padding: 0 11px;
  color: #fff;
  font: 400 14px/56px Arial;
}
nav > ul > li:hover > a{
  background: #4a9a39;
}
nav > ul > li > ul{
  display: none;
  padding: 15px;
  background: #4a9a39;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 10;
}
nav > ul > li:hover > ul{
  display: block;
}
nav > ul > li > ul > li > a{
  color: #fff;
  font: 400 15px/37px Arial;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; 
}
nav > ul > li > ul > li > a:hover{
  border-bottom: 3px solid #fff;
}
html>/**/body nav > ul > li > ul > li > a{
  padding-bottom: 3px;
}
html>/**/body nav > ul > li > ul > li > a:hover{
  padding-bottom: 0;
}
nav .site-search{
  float: right;
  margin-top: 17px;
}
nav .site-search > input{
  background: url(../images/search-ico.png) no-repeat 140px 5px #3c3c3c;
  border-radius: 3px;
  border: none;
  height: 23px;
  font: 400 11px/23px Arial;
  padding: 0 30px 0px 7px;
  color: #fff;
  width: 158px;
}
nav .site-search > input::-webkit-input-placeholder {color:#fff; opacity: 1;}
nav .site-search > input::-moz-placeholder          {color:#fff; opacity: 1}
nav .site-search > input:-moz-placeholder           {color:#fff; opacity: 1}
nav .site-search > input:-ms-input-placeholder      {color:#fff;}

.banner{
  background-image: url(../images/other-page-banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 95px;
}
.banner h1{
  font: 700 50px/95px 'Antonio';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}
.home-banner{
  background-repeat: no-repeat;
  background-position: center top;
}
.home-banner > div{
  min-height: 456px;
}
.home-banner > div > h1{
  color: #fff;
  font: 700 70px/86px "Antonio";
  letter-spacing: 2.3px;
  position: absolute;
  text-transform: uppercase;
  top: 58px;
}
.home-banner > div > ul{
  position: absolute;
  bottom: -40px;
}
.home-banner > div > ul > li{
  float: left;
  margin-left: 69px;
  border: 1px solid #231f20;
}
.home-banner > div > ul > li:first-child{
  margin-left: 0px;
}
.home-page > article{
  margin: 82px 0 13px;
}
.home-page > article p{
  font: 400 17px Arial;
}
.data-page{
  padding-bottom: 41px;
}
article h2{
  background: url(../images/black-line.jpg) repeat-x bottom left;
  font: 700 29px/108px 'Antonio';
  margin-bottom: 54px;
}
article .alignleft > p:first-child,
article .alignright > p:first-child,
.description p{
  margin-top: 40px;
}
.home-page > article h2{
  font: 700 31px/33px 'Antonio';
  margin-bottom: 13px;
  background: none;
}
.data-page .alignleft,
.data-page .alignright{
  width: 47%;
}
.data-page ul > li{
  background: url(../images/checked-list.png) no-repeat left 4px;
  font: 700 14px/18px Arial;
  padding: 4px 0px 5px 27px;
}
.cncop-page{
  margin: 38px 0;
}
.cncop-box{
  overflow: hidden;
  margin-bottom: 7px;
}
.cncop-box .image{
  text-align: center;
  width: 66px;
  float: left;
  margin-right: 10px;
}
.cncop-box .text{
  float: right;
  width: 90%;
}
.cncop-box .text h3{
  font: 700 14px/19px Arial;
  padding-bottom: 10px;
}
.cncop-box .text p{
  font: 400 12px/18px Arial;
  padding-bottom: 18px;
}
.testi-page{
  margin-bottom: 69px;
}
.testi-page h2{
  margin-bottom: 27px;
}
.testi-box .image{
  text-align: center;
  margin-top: 18px;
}
.testi-box .text > p{
  font: 400 12px/15px Arial;
}
.testi-box .text > p > span{
  bottom: -10px;
  font: 400 30px/15px Arial;
  position: relative;
  padding-right: 5px;
}
.testi-box{
  width: 47%;
  float: left;
}
.testi-box:nth-child(2n+1){
  float: right;
}
.testi-box:last-child{
  float: left;
}
.about-page,
.contact-page{
  margin-bottom: 60px;
}
.about-page .alignleft,
.contact-page .alignleft{
  width: 65%;
}
.about-page .alignleft p{
  font: 400 12px Arial;
}
.about-page .alignleft h3{
  font: 700 14px Arial;
  padding-bottom: 15px;
}
.about-page .alignleft h4{
  font: 700 12px Arial;
  padding-bottom: 15px;
}
.about-page .alignleft p > img{
  margin-bottom: 30px;

}
.about-page .managment{
  margin-bottom: 10px;
}
.about-page .managment .image{
  float: left;
  width: 20%;
  padding-right: 15px;
}
.about-page .managment > .image > img{
  border-radius: 50%;
}
.about-page .managment .text strong{
  padding-top: 4px;
  display: block;
}
.about-page .alignright,
.contact-page .alignright{
  width: 30%;
}
.about-page .alignright p,
.contact-page .alignright p{
  font: 400 10px/15px Arial;
  margin-bottom: 23px;
}
.about-page .alignright p > strong,
.contact-page .alignright p > strong{
  font: 700 14px/15px Arial;
}

.form-field label,
.form-capcha label{
  font: 700 12px/15px Arial;
  display: block;
  padding: 12px 0 8px;
}
.contact-page .form-field:first-child label{
  padding-top: 0;
}
.form-field input,
.form-field textarea{
  background: #eff1f2;
  border: 1px solid #e9e9ea;
  border-radius: 3px;
  height: 37px;
  padding: 0 5px;
  width: 100%;
  font: 400 12px/15px Arial;
}
.form-field textarea{
  height: 105px;
  resize: none;
}
.form-capcha input{
  background: #eff1f2;
  border: 1px solid #e9e9ea;
  border-radius: 3px;
  height: 37px;
  padding: 0 5px;
  width: 110px;
  margin-left: 10px;
}
.form-submit input{
  border: none;
  background: #4a9a39;
  border-radius: 5px;
  margin-top: 23px;
  font: 400 18px Arial;
  color: #fff;
  padding: 7px 12px 5px;
  opacity: 1;
}
.form-submit input:hover{
  opacity: 0.8;
}
.reseller-page h2{
  position: relative;
}
.reseller-page h2:after{
  content: '';
  background: url(../images/h-logos.jpg) no-repeat left top;
  width: 251px;
  height: 65px;
  position: absolute;
  right: 0;
  bottom: 28px;
}
.sidebar-menu{
  width: 36%;
}
.sidebar-menu img{
  margin-bottom: 20px;
}
.reseller-page,
.server-page,
.workstation-page{
  margin-bottom: 60px;
}
.reseller-page .alignright,
.server-page .alignright,
.workstation-page .alignright{
  width: 64%;
}
.sidebar-menu ul.menu > li > a{
  background: url(../images/black-arr.png) no-repeat left center;
  padding-left: 30px;
  font: 700 14px/28px Arial;
  color: #000;
  display: block;
}
.sidebar-menu ul.menu > li.current-menu-item > a,
.sidebar-menu ul.menu > li > a:hover{
  background-image: url(../images/black-arr-act.png);
}
.sidebar-menu ul.menu ul{
  padding-left: 30px;
  margin-top: 8px;
}
.sidebar-menu ul.menu ul > li > a{
  padding-left: 12px;
  font: 400 12px/12px Arial;
  padding: 5px 0 5px 12px;
  color: #000;
  display: block;
  border-left: 1px solid #4db848;
}
.sidebar-menu ul.menu ul > li.current-menu-item > a{
  background: url(../images/black-arr-act.png) no-repeat left center;
  border: none;
}
.alignright a.button{
  background: #4a9a39;
  border-radius: 5px;
  font: 400 18px Arial;
  color: #fff;
  padding: 7px 12px 5px;
  opacity: 1;
  margin-top: 10px;
  display: inline-block;
}
.alignright a.button:hover{
  opacity: 0.8;
}
.res-list{
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 0;
  margin-bottom: 26px;
}
.res-list li{
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  font: 700 14px/28px Arial;
}
.reseller-page h3{
  padding-bottom: 20px;
}
.reseller-page ol{
  counter-reset:li;
  padding-bottom: 15px;
}
.reseller-page ol > li {
  position: relative;
  margin: 0 0 6px 28px;
  font: 700 12px/25px Arial;
  padding-left: 8px;
}
.reseller-page ol > li > a{
  border-bottom: 1px solid #777777;
  color: #000;
}
.reseller-page ol > li > a:hover{
  border-bottom: 1px dotted #777;
}
.reseller-page ol > li:before {
  content:counter(li);
  counter-increment:li;
  position:absolute;
  top: -2px;
  left: -2em;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  color: #fff;
  background: #4a9a39;
  font: 700 14px/25px Arial;
  text-align: center;
}
.videos .video{
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.videos .video:nth-child(2n){
  margin-right: 0;
}
.videos .video img{
  border: 1px solid #e8e8e8;
}
.videos .video strong{
  padding-top: 5px;
  display: block;
}
.fancybox-skin{
  background: #fff !important;
}
.fancybox-title{
  font: 700 20px/30px Arial !important;
  padding: 3px 0 12px !important;
  color: #000 !important;
}
.reseller-page .materials-list li{
  background: url(../images/pdf-ico.png) no-repeat left center;
  margin-bottom: 10px;
  padding: 7px 0 7px 43px;
}
.reseller-page .materials-list > li > a{
  border-bottom: 1px solid #777777;
  color: #000;
}
.reseller-page .materials-list > li > a:hover{
  border-bottom: 1px dotted #777;
}
.reseller-page .newsletter-list li{
  background: url(../images/green-ico.png) no-repeat left center;
  margin-bottom: 5px;
  padding: 7px 0 7px 43px;
}
.reseller-page .newsletter-list > li > span{
  font: 400 12px/12px Arial;
  display: block;
}
.reseller-page .newsletter-list > li > a{
  border-bottom: 1px solid #777777;
  font-weight: 700;
  color: #000;
}
.reseller-page .newsletter-list > li > a:hover{
  border-bottom: 1px dotted #777;
}
.server-list,
.workstation-list{
  border-top: 1px solid #e8e8e8;
  padding: 25px 0;
  margin-bottom: 26px;
}
.server-list li,
.workstation-list li{
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  font: 700 14px/28px Arial;
}
span.thunder{
  position: relative;
  bottom: -5px;
  background: url(../images/thunder.png) no-repeat left center;
  display: inline-block;
  width: 7px;
  height: 19px;
}
.server-image,
.workstation-image{
  text-align: center;
  margin: 11px 0 33px;
}

.server-page ol,
.workstation-page ol{
  counter-reset: li;
  padding-bottom: 15px;
}
.server-page ol > li,
.workstation-page ol > li {
  position: relative;
  margin: 0 0 24px 28px;
  font: 400 12px/15px Arial;
  padding-left: 8px;
  min-height: 25px;
}
.server-page ol > li:before,
.workstation-page ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -2em;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  color: #fff;
  background: #4a9a39;
  font: 700 14px/25px Arial;
  text-align: center;
}
.backup-box .image{
  width: 13%;
  float: left;
}
.backup-box .text{
  float: right;
  width: 84%;
}
.backup-box .text > strong{
  font: 700 12px Arial;
  display: block;
  padding-bottom: 5px;
}
.backup-box .text > strong{
  font: 700 13px Arial;
}
.system-list{
  padding: 5px 0;
}
.system-list li{
  padding-left: 39px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  font: 700 14px/28px Arial;
}
.open-box .image{
  width: 45%;
  float: left;
}
.open-box .text{
  float: right;
  width: 53%;
  line-height: 14px;
}
.workstation-system-list{
  padding: 5px 0;
}
.workstation-system-list li{
  padding-left: 39px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  font: 700 14px/28px Arial;
}

#accordion-container h3{
  padding-bottom: 15px;
}
#accordion-container ol li{
  margin: 0 0 11px 28px;
}
.accordion-header {
  font: 400 12px/25px Arial;
  cursor: pointer;
  display: block;
  position: relative;
}
.active-header {
  background: url(../images/up-arr.png) no-repeat right 50%;
}
.inactive-header {
  background: url(../images/down-arr.png) no-repeat right 50%;
}
.accordion-header > span{
  background: #fff;
  z-index: 10;
  padding-right: 10px;
}
.accordion-header:after{
  content: '';
  position: absolute;
  height: 1px;
  width: 90%;
  top: 50%;
  right: 20px;
  background: #e8e8e8;
  z-index: -1;
}
.accordion-content {
  display: none;
  padding: 10px;
  background: #f4f4f4;
  font: 400 12px/16px Arial;
  width: 92% !important;
  margin-top: 10px;
}
.accordion-content p{
  padding-bottom: 0;
}

.page-error{
  margin: 0 auto;
  text-align: center;
}
.page-error h1{
  font: 700 176px/260px 'Antonio';
}
.page-error h3{
  font: 400 40px/50px Arial;
}
#login-result,
#regi-result,
#login-message,
#regi-message{
  position: absolute;
  top: -40px;
}
#login-result span,
#regi-result span{
	color: #ff0000;
}
#regi-result span{
	padding-top: 15px;
	display: block;
}
#regi-result span.success{
	color: #4f9b3c;
}
#change-image{
	color: #4f9b3c;
	margin-top: 5px;
	display: block;
}

/*.footfix{
  height: 80px;
}
*/
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 80px;
  border: 1px solid #e7e7e8;
  background: #f3f3f4;
  font: 400 11px/15px Arial;
}
footer .footer-logo{
  float: left;
  padding-top: 18px;
}
footer span{
  padding-top: 22px;
  display: block;
}
footer .footer-adress{
  float: left;
  padding-left: 114px;
}
footer .footer-phone{
  float: left;
  padding-left: 95px;
}
footer .copyright{
  float: right;
  padding-right: 73px;
}
@media screen and (max-width: 857px) {
  .home-banner > div > ul > li{
    margin-left: 50px;
  }
}
@media screen and (min-width: 850px) {
  html>/**/body nav > a.tooglemenu{
    display: none !important;
  }
}
@media screen and (max-width: 849px) {
  nav > a.tooglemenu{
    display: block !important;
  }
  nav{
    position: relative;
  }
  nav > ul{
    display: none;
    position: absolute;
    z-index: 10;
    margin: 0;
    right: 0px;
    top: 30px;
    background: #4a9a39;
    width: 200px;
  }
  nav > ul > li{
    float: none;
    position: relative;
  }
  nav > ul > li > .rwd_expand{
    background: url(../images/plus.png) no-repeat center center;
    height: 52px;
    width: 40px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }
   nav > ul > li > .rwd_opened{
    background: url(../images/minus.png) no-repeat center center;
  }
  nav > ul > li > ul{
    position: relative;
    padding: 0px;
    width: 200px;
  }
  nav > ul > li > ul > li{
    border-bottom: 1px solid #fff;
    padding: 0px 15px;
  }
  nav > ul > li > ul > li:first-child{
    border-top: 1px solid #fff;
  }
  nav > ul > li > ul > li > a{
    line-height: 32px;
  }
  nav > ul > li:hover > ul{
    display: none;
  }
  nav .site-search{
    float: none;
  }
}
@media screen and (max-width: 824px) { 
  .home-banner > div > ul > li{
    margin-left: 26px;
  }
  footer .footer-adress{
    padding-left: 94px;
  }
  footer .footer-phone{
    padding-left: 74px;
  }
  footer .copyright{
    padding-right: 32px;
  }
  .cncop-box .text{
    width: 87%;
  }
}

@media screen and (max-width: 767px) {
  .home-banner > div > ul > li{
    width: 31%;
    margin-left: 3%;
  }
  footer .footer-adress{
    padding-left: 43px;
  }
  footer .footer-phone{
    padding-left: 54px;
  }
  footer .copyright{
    padding-right: 12px;
  }
  .data-page .alignleft, .data-page .alignright {
    float: none;
    width: 100%;
  }
  h2.big-headline{
    line-height: 40px;
    padding: 40px 0;
  }
  .reseller-page .alignright, 
  .server-page .alignright, 
  .workstation-page .alignright {
    width: 58%;
  }
}

@media screen and (max-width: 639px) {
  .home-banner > div > ul > li{
    width: 30%;
  }
  footer > .row{
    text-align: center;
  }
  footer span{
    padding-top: 7px;
    float: none !important;
    padding: 0 0 7px !important; 
  }
  footer .footer-logo{
    float: none;
    display: inline-block;
  }
  .banner h1{
    text-align: center;
  }
  .cncop-box .text{
    width: 83%;
  }
  .sidebar-menu{
    float: none;
    width: 100%;
  }
  .sidebar-menu ul{
    margin: 0 auto;
  }
  .reseller-page .alignright,
  .server-page .alignright,
  .workstation-page .alignright{
    float: none; 
    width: 100%;
    margin-top: 30px;
  }
  .reseller-page h2{
    line-height: 40px;
    padding: 40px 0 100px;
  }
  .reseller-page h2:after{
    left: 50%;
    margin-left: -125px;
  }
  .server-page h2,
  .workstation-page h2{
    line-height: 40px;
    padding: 40px 0;
  }
  .open-box .image{
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .open-box .text{
    float: none;
    width: 100%;
  }
  #wrap {
    padding-bottom: 170px;
  }
  .testi-box{
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 479px) { 
  .home-banner > div > ul{
    bottom: 11px;
  }
  .home-page > article{
    margin-top: 30px;
  }
  header .logo{
    float: none;
  }
  header .logo > img{
    margin: 0 auto;
  }
  header .phone{
    margin: 10px 0;
    float: none;
    text-align: center;
  }
  nav{
    height: 48px;
  }
  .cncop-box .image,
  .backup-box .image{
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .backup-box .image{
    text-align: center;
  }
  .cncop-box .text,
  .backup-box .text{
    width: 100%;
    text-align: center;
  }
  .cncop-box .text h3{
    line-height: 19px;
  }
  .testi-box .alignleft,
  .testi-box .alignright{
    width: 100%;
  }
  .about-page .alignleft,
  .contact-page .alignleft,
  .about-page .alignright,
  .contact-page .alignright{
    width: 100%;
    float: none;
  }
  .banner h1{
    font-size: 37px;
  }
}

@media screen and (max-width: 320px) {
  
}
