﻿@charset "utf-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,*:after,*:before {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/* ==========================================================================
   Common CSS
   ========================================================================== */
body {font: normal 14px/20px Arial, Helvetica, sans-serif;color: #4b4b4b;background: #fff;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {outline: none;text-decoration: none;color: #b41124; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover,a:focus{text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.container {width: 960px;margin: 0 auto;}
#wrapper {min-height: 100%;position: relative;}
li{list-style: none;}
img{ display: block; max-width: 100%; height: auto; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
   url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'), 
   url('../fonts/Roboto-Regular/Roboto-Regular.ttf')  format('truetype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.clearfix{
   clear: both;
}
.clearfix::after, .clearfix::before{
   clear: both;
   content: '';
   display: table;
}
body{
   background: #d8e1e4;
}
.container{
   width: 1100px;
   margin: 0 auto;
}
#header{
   padding: 20px 0;
}
#header .logo-banner h1{
   width: 70%;
   margin: 0 auto;
}
#header .logo-banner h1, .footer-text h1{
   font-size: 40px;
   text-align: center;
   line-height: normal;
   font-weight: bold;
   font-family: 'Roboto-Regular';
}
/*---------------pdf section----------------*/
#main{
   width: 100%;
   padding: 50px 0;
}
#main iframe{
   width: 100%;
   height: 650px;
}
/*--------------gallery section-----------------*/
.gallery{
   padding: 50px 0;
}
.gallery h3, .footer h3{
   font-size: 27px;
   font-weight: bold;
   text-align: center;
   line-height: normal;
   font-family: 'Roboto-Regular';
}
.gallery-block a{
   width: 30%;
   float: left;
   margin: 15px 15px;
   display: block;
}
/*---------------info-gallery-----------------*/
.info-gallery{
   padding: 50px 0;
}
.info-gallery ul li:nth-child(2n+1) {
    margin-right: 2%;
}
.info-gallery ul li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
}
.logo span{
   display: inline-block;
   margin: 0 auto;
   padding: 20px 0;
}
.logo{
   text-align: center;
}