/* --------------------------------------------------------------

	reset.css
	* Resets default browser CSS.

-------------------------------------------------------------- */
html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input{
	margin:0;
	padding:0;
}
.clear{
  clear:both;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
  display:block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

header, nav, section, article, aside, footer {
  display:block;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/*=================================== Fonts ===================================*/
@font-face{
    font-family: Roboto Light;
    src: url('../fonts/roboto_light-webfont.eot'),
         url('../fonts/roboto_light-webfont.woff2') format('woff2'),
         url('../fonts/roboto_light-webfont.woff') format('woff'),
         url('../fonts/roboto_light-webfont.ttf') format('truetype'),
         url('../fonts/roboto_light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: Roboto Thin;
    src: url('../fonts/roboto_thin-webfont.eot'),
         url('../fonts/roboto_thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto_thin-webfont.woff') format('woff'),
         url('../fonts/roboto_thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto_thin-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*=================================== End Fonts ===================================*/

/*=================================== Total css ===================================*/
html{
    height: 100%;
}
.container{
    background: #ffffff;
}
.content{
    max-width: 975px;
    margin: auto;
}
a{
    text-decoration: none;
}
#header{
    background: #f7f7f7;
    position: relative;
}
#header .left{
    float: left;
    width: 50%;
}
#header:before{
    background: #12a66b;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
}
#header:after{
    background: #e7f195;
    top: 0;
    right: 0;
    content: " ";
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
}
#header .left h1{
    font-family: Roboto Thin;
    font-size: 48px;
    color: #01a664;
    float: left;
    padding: 30px 0 57px 37px;
}
#header .left img{
    float: left;
    padding-top: 8px;
}
#header .right{
    float: right;
    padding: 25px 0 35px 0;
    width: 50%;
}
#header .right h2{
    font-family: Roboto Light;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}
#header .mail:before{
    background: url(../images/header-contact.png) 0 0 no-repeat;
    top: 7px;
    left: -51px;
    content: " ";
    display: block;
    position: absolute;
    height: 13px;
    width: 18px;
}
#header .phone:before{
    background: url(../images/header-tel.png) 0 0 no-repeat;
    top: 0;
    left: -48px;
    content: " ";
    display: block;
    position: absolute;
    height: 21px;
    width: 12px;
}
#header .geo:before{
    background: url(../images/header-geo.png) 0 0 no-repeat;
    top: 0;
    left: -48px;
    content: " ";
    display: block;
    position: absolute;
    height: 23px;
    width: 13px;
}
#header .info{
    padding-left: 180px;
}
section .left{
    float: left;
    width: 50%;
    background: #d9e962 url(../images/grad-left.png) top right repeat-y;
}
.left_wrapper{
    padding: 335px 0 50px 0;
    box-sizing: border-box;
    float: right;
    width: 487px;
    min-height: 770px;
    background: url(../images/quality-control-service.png) left 10px no-repeat;
}
section .left h3{
    font-family: Roboto Light;
    font-size: 30px;
    color: #01a664;
    padding: 38px 0 30px 60px;
    text-align: left;
}
section .left .text{
    font-family: Roboto Light;
    font-size: 16px;
    color: #282c17;
    margin-left: -10px;
}
.text ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
.text li{
    list-style: none;
}
.text li:before{
    color: #ffffff; 
    content: "•";
    margin-right: 20px;
}
.text p{
    text-align: center;
    line-height: 1.6;
    margin-left: -20px;
}
section .right{
    float: left;
    width: 50%;
    background: #01a664 url(../images/grad-right.png) top left repeat-y;
}
.right_wrapper{
    padding-left: 45px;
    box-sizing: border-box;
    float: left;
    padding: 342px 0 10px 45px;
    width: 487px;
    min-height: 770px;
    background: url(../images/system-administration-service.png) 50px 5px no-repeat;
}
section .right h3{
    font-family: Roboto Light;
    font-size: 30px;
    color: #d9e962;
    padding: 38px 0 30px 30px;
    text-align: left;
}
section .right .text{
    font-family: Roboto Light;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}
.text .system{
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.text .system:last-child{
    margin-bottom: 0;
}
section .right h4{
    font-family: ;
    font-size: 16px;
    color: #d9e962;
    padding: 30px 0 10px 20px;
}
footer{
    background: #f0f0f0;
    padding: 20px 0 20px 0;
}
footer h5{
    font-family: Roboto Light;
    font-size: 14px;
    color: #7c7c7c;
}

/*=================================== End Total css ===================================*/

/*=================================== Media Quares ===================================*/

@media screen and (max-width: 980px){
    #header .info{
        padding-left: 100px;
    }
    #header .left h1{
        font-size: 2em;
        margin-top: 10px;
    }
    #header .right h2{
        font-size: 1em;
    }
    #header .left img{
        padding-left: 8px;
    }
    #header .mail:before{
        left: -30px;
    }
    #header .phone:before{
        left: -27px;   
    }
    #header .geo:before{
        left: -27px;
    }
    section .left{
        width: 100%;
    }
    section .right{
        width: 100%;
    }
    .left_wrapper{
        width: 75%;
    }
    .right_wrapper{
        width: 75%;
        background: url("../images/system-administration-service.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
        float: right;
    }
    section .right .text{
        font-size: 14px;
        margin-left: -15%;
    }
    section .right h3{
        padding: 38px 0 30px;
    }
    .text p{
        text-align: left;
    }
    .text .system{
        text-align: left;
    }
}
@media screen and (max-width: 770px){
    footer h5{
        font-size: 13px;
        padding-left: 1%;
    }
}
@media screen and (max-width: 750px){
    #header .info{
        padding-left: 40px;
    }
    #header .right h2 {
    font-size: 0.8em;
    }
    #header .left h1{
        padding-left: 10px;
    }
    #header .left h1{
        font-size: 1.3em;
    }
    .left_wrapper{
        width: 80%;
    }
    .right_wrapper{
        width: 80%;
    }
    section .right h3{
        font-size: 27px;
    }
}
@media screen and (max-width: 530px){
    #header .left{
        width: 100%;
    }
    #header .right{
        width: 100%;
    }
    #header .left h1{
        font-size: 1.8em;
        padding: 0;
        margin: 30px 0 0 5px;
    }
    #header .right h2 {
    font-size: 1em;
    }
    .left_wrapper{
        width: 90%;
    }
    .right_wrapper{
        width: 90%;
    }
}
@media screen and (max-width: 480px){
    .left_wrapper{
        width: 95%;
        min-height: 0;
        background: url("../images/quality-control-service.png") no-repeat scroll center 10px rgba(0, 0, 0, 0);
        padding-bottom: 20px;
    }
    .right_wrapper{
        width: 95%;
        min-height: 0;
        background: url("../images/system-administration-service.png") no-repeat scroll center 10px rgba(0, 0, 0, 0);
    }
    section .left h3{
        font-size: 27px;
        padding: 10px 0 10px 0;
    }
    section .right h3{
        padding: 10px 0 10px 0;
        margin-left: -15%;
        font-size: 25px;   
    }
    section .left .text{
        font-size: 13px;
    }
    section .right .text{
        font-size: 13px;
    }
    .text p{
        margin-left: 0;
    }
    .text ul{
        margin-left: 0;
    }
}
@media screen and (max-width: 320px){
    section .left .text{
        font-size: 12px;
    }
    section .right h3{
        text-align: left;
        font-size: 27px;
        padding: 10px 0;
    }
    .right_wrapper{
        width: 100%;
    }
    .left_wrapper{
        padding-bottom: 20px;
    }
}

/*=================================== End Media Quares ===================================*/
