
/* #Helper classes
================================================== */
a {text-decoration: none;}
table{
    width:100%;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:inline-block !important;}
.w100 {width:100% !important;}
.center {text-align:center;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
a.hover:hover {text-decoration: underline;}
.border_none {border: 0 !important;}
input, button, textarea, select{
outline: none;
}
.DTable{
  display: table;
}
div, span, a , p, ul, li, h1, h2, h3, h4, h5, h6{
    box-sizing: border-box;
}
.wrapper{
	width:100%;
	margin:0 auto;
}
.hidden{
    overflow:hidden;
}
.w50{
	width:50%;
}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
   background-attachment: ;
   }

body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

/* #Site styles
================================================== */
header{
    background: url("../img/head-top.jpg") no-repeat center;
    height: 200px;
    position: relative;
} 
header img{
    width:1000px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.content-wrap{
     background: url("../img/cont-img.jpg") no-repeat center;
     background-size:cover;
     overflow: hidden;
     
}
.txt-hld{
    width:50%;
    float:left;
    position:relative;
    padding-bottom:70px;
    box-sizing:border-box;
    z-index: 99;
     
}
.txt-hld:before{
    content:"";
    position:absolute;
    width:100%;
    height: 100%;
    z-index: -1;
    bottom:0;
    right:0;
    border-radius:50%;
    overflow: hidden;
    background: #fff;
}

.txt{
    font-size: 30px;
    color:#333333;
    text-align: center;
    line-height: 35px;
    margin-bottom:40px;
    float:left;
    width:100%;
    padding:0 15px;
    box-sizing:border-box;
}
.big-head {
    color: #00aaed;
    font-size: 50px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.small-txt{
    font-size:20px;
    color:#666666;
    text-align: center;
    width:100%;
    float:left;
    padding:0 100px;
    box-sizing:border-box;
}
.more-boxes{
    margin-top:100px;
    padding:0 5px;
    box-sizing:border-box;
}
.head-boxes{
    font-size:50px;
    float:left;
    text-align: center;
    color:#00aaed;
    margin-bottom:40px;
    width: 100%;
    font-weight: normal;
}
.sub-txt{
    width:100%;
    float:left;
    text-align: center;
    font-size:20px;
    color:#333333;
    margin-bottom:80px;
}
.box-cyrcle{
    width:33.33%;
    float:left;
    padding:0 70px;
    box-sizing:border-box;
    -webkit-transition:0.7s;
    transition:0.7s;
    text-align: center;
}
.box-cyrcle:hover .cyrcle{
    transform: scale(1.1);
    top:-30px;
   -webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    0px 6px 6px 0px rgba(50, 50, 50, 0.56);
box-shadow:         0px 6px 6px 0px rgba(50, 50, 50, 0.56);
}
.cyrcle{
    top:0;
    width:300px;
    height: 300px;
    /* IE10+ */ 
background-image: -ms-linear-gradient(top, #1A79E1 0%, #01acef 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #1A79E1 0%, #01acef 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #1A79E1 0%, #01acef 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1A79E1), color-stop(100, #01acef));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #1A79E1 0%, #01acef 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #1A79E1 0%, #01acef 100%);
    border-radius:50%;
    position: relative;
    -webkit-transition:0.7s;
    transition:0.7s;
    display:table;
    margin:0 auto;
}
.cyrcle img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.head-cyrcle{
    width:100%;
    float:left;
    text-align: center;
    font-size:25px;
    color:#333333;
    height: 70px;
    overflow: hidden;
}
.text-cyrcle{
    width: 100%;
    float:left;
    text-align: center;
    font-size:20px;
    color:#666666;
}
.photos-wrap{
    /*background: url("../img/photos.jpg") no-repeat center;
    height: 400px;*/
    margin-top:100px;
}
.product-box{
    width:calc(25% - 2px);
    float:left;
    text-align: center;
    box-sizing:border-box;
    background: #f4f3f3;
    margin:0 1px;
    -webkit-transition:0.7s;
    transition:0.7s;
    box-sizing:border-box;
    position: relative;
    z-index: 2;
}
.product-box a{
    top:0;
    left:0;
}
.img-hld{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.img-hld img{
    width: 100%;
   
}
.product-box:hover{
  -webkit-box-shadow: -5px 1px 10px 3px rgba(0, 0, 0, 0.17);
-moz-box-shadow:    -5px 1px 10px 3px rgba(0, 0, 0, 0.17);
box-shadow:         -5px 1px 10px 3px rgba(0, 0, 0, 0.17);
    transform:scale(1.1);
    background: #fff;
    z-index: 3;
}
.product-box:hover .see-all{
    background:#00aaed;
    color:#fff;
}
.see-all{
    width:80%;
   display:inline-block;
    color:#00aaed;
    border:2px solid #00aaed;
    border-radius:20px;
    text-align: center;
   
    padding:8px;
    box-sizing:border-box;
    -webkit-transition:0.7s;
    transition:0.7s;
    margin-bottom:30px;
}
footer{
    background: #277af3;
    float:left;
    width:100%;
    margin-top:50px;
    text-align: center;
    padding:20px;
    box-sizing:border-box;
    
}
footer img{
    width:200px;
}
.h100{
    height: 100%;
}

@media screen and (max-width: 1200px){  
    header img{
        width:900px;
    }
    .big-head{
        font-size:40px;
    }
    .txt{
        font-size:20px;
    }
    .small-txt{
        font-size:18px;
    }
    .head-boxes{
        font-size:40px;
    }
    .sub-txt{
        font-size:18px;
        margin-bottom:50px;
    }
    .more-boxes{
        margin-top:50px;
    }
    .cyrcle{
        width:200px;
        height: 200px;
    }
    .cyrcle img{
        width: 100px;
        height: 100px;
    }
    .head-cyrcle{
        font-size:22px;
    }
    .text-cyrcle{
        font-size:18px;
    }
}
@media screen and (max-width: 900px){
    .product-box{
        width:48%;
        margin-bottom:10px;
    }
    header img{
        width:700px;
    }
    header{
        height: 135px;
    }
    .big-head{
        font-size:35px;
        margin-top:40px;
        margin-bottom:10px;
    }
    .more-boxes{
        margin-top:30px;
    }
    .box-cyrcle:hover .cyrcle{
        top:-10px;
    }
    .box-cyrcle{
        padding:0 40px;
        box-sizing:border-box;
    }
    .img-hld{
        width: 100%;
    }
    .see-all{
        margin-top:5px;
    }
    .txt {
        line-height: 22px;
    }
    .big-head{
        margin-left:55px;
    }
    .txt-hld{
        width:70%;
        background:rgba(255,255,255,0.85);
    }
    .txt-hld:before{
        content:none;
    }
    .txt-hld{
        width:70%;
        background: rgba(255,255,255,0.85);
    }
    .photos-wrap{       
        margin-top:50px;
    }
}
@media screen and (max-width: 780px) {
    header img{
        width: 500px;
    }
    .big-head{
        font-size:30px;
    }
    .txt{
        line-height: 22px;
        font-size:16px;
    }
    .small-txt{
        font-size:16px;
        padding:0 10px;
        box-sizing:border-box;
    }
    .cyrcle{
        width:150px;
        height: 150px;
    }
    .cyrcle img{
        width:80px;
        height: 80px;
    }
    .head-boxes{
        font-size:30px;
        margin-bottom:20px;
    }
}
@media screen and (max-width: 600px){
    .text-cyrcle{
        font-size:14px;
    }
    .head-cyrcle{
        
        height:auto;
    }
    .sub-txt{
       font-size:16px;
       margin-bottom:25px; 
    }
    .box-cyrcle{
        padding:0 15px;
        box-sizing:border-box;
    }
    .txt-hld{
        width: 100%;
       background:rgba(255,255,255,0.85);
    }
    .big-head{
        margin:0;
        width:100%;
        float:left;
        text-align:center;
        margin-top:20px;
    }
    .txt{
        width:100%;
        float:left;
        text-align: center;
    }
    .small-txt{
        width:100%;
        float: left;
        text-align: center;
        color:#000;
        font-weight: normal;
    }
}
@media screen and (max-width: 500px){
      header img{
          width:350px;
      }
      header{
          height: 75px;
      }
      .box-cyrcle{
          width: 100%;
          text-align: center;
          margin-top:20px;
      }
      .cyrcle {
          display: inline-block;
      }
      .product-box{
          width:100%;
      }
}
@media screen and (max-width: 400px){
    header img{
        width: 280px;
    }
}