@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    background: #fefefe;
    font-family: 'Roboto', sans-serif;
}

#main{
    width:960px;
    margin: auto;
}

h1{
    background: #26abe2;
    padding: 13px 65px;
    color:#fefefe;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:20px;
    font-style: italic;
}

h2{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #eaf0f2;
    padding: 15px;
    background: #060606;
}

input[type=submit] {
    width: auto;
    height: 39px;
    background: #37b1de;
    padding: 0 44px;
    line-height: 39px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: table;
    margin: auto;
    border: 1px solid #37b1de;
}
input[type=button] {
    width: 48%;
    background-color: #FFBC00;
    color: white;
    border: 2px solid #FFCB00;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 1%;
    float: left;
}

input[type=button]:hover{
    background: #35c3ea;
    color:#fff
}

input[type=submit]:hover{
    background: #fff;
    color:#37b1de;
    border: 1px solid #37b1de;
}

.card_container1, .card_container2{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.card_container1:hover, .card_container2:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    cursor:pointer
}


.book_container{
    width: 190px;
    height: 290px;
    float: left;
    margin: 9px 24px;
    padding: 20px;    
    box-shadow: 0px 5px 17px 1px #99A3AD, 0px 0px 40px #EEEEEE;
}

#email_input{
    display: table;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px
}


input[type='text'] {
    padding: 0 5px 0 15px;
    background: #fff;
    width: 100%;
    float: left;
    height: 39px;
    line-height: 39px;
    box-sizing: border-box;
    border: none;
    margin: 0 0 2px;
    color: #979797;
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border: 1px solid #979797;
}

input[type=radio] {
    width: 100%;
    height: 1.5em;
	display:none;
}

.book_container p{
    text-align: center;
    font-style: italic;
    padding-bottom: 10px
}

.book_container img{
    border-radius:5px;
    width:190px;
    height:200px;
}

.true{
    background: url(../images/true.png)no-repeat;
    width:49px;
    height:43px;
    margin: auto;
    display: none
}

.template{display: inline-block;margin-top: 40px}

/*-----------------------------------------------------------------
Template
------------------------------------------------------------------*/
.wrapper{
    max-width: 1000px;
    margin: auto;
     background: #fefefe;
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
}

.left{float: left}
.right{float: right}
.clear{clear: both}

/**----------------------------------------------------------------------------*/
#section-one {
    background: #26abe2;
    padding: 13px 65px;
    color:#fefefe;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:20px;
}

#section-one .left p{
    font-style: italic;
}

#section-one .right a{
    color:#fefefe;
    text-transform: uppercase;
    background: url(../images/icon_more.png)no-repeat scroll right center;
    padding: 0 45px 0 0;
}
#section-one .right a:hover{
    text-decoration: none
}
/**----------------------------------------------------------------------------*/
#section-two-img{
    background: url(../images/img_1.jpg)100% 0 no-repeat;
    background-position: 100%;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 65px;
    border-bottom: 7px solid #26abe2;
}

#section-two-item-one{
    max-width: 290px;
    text-align: center;
    padding: 25px 45px 10px 45px;
    border: 7px solid #26abe2;
}

#section-two-item-one h2{
    font-size: 50px;
    color:#fefefe;
    text-transform: uppercase;
}
#section-two-item-one p{
    margin-top: 10px;
    background: #eaf0f2;
    font-size:21px;
    color:#0a0b0b;
    text-transform: uppercase;
    padding: 6px 15px
}

#section-two-item-two{
    background: #060606;
}

#section-two-item-two p{
    text-align: center;
    font-size:20px;
    font-weight: 300;
    color:#eaf0f2;
    padding: 15px;
}
/**----------------------------------------------------------------------------*/
#section-three{
    margin-top: 42px;
    background: #26abe2;
    padding-top: 60px
}

#section-three-items{
    background: #f9fbfc;
    max-width: 850px;
    margin: auto;
    -webkit-clip-path: polygon(0% 0%, 94% 0, 100% 65px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 94% 0, 100% 65px, 100% 100%, 0% 100%);
}

#section-three-item{
    padding: 30px;
}

#section-three-item p{
    color:#858e92;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#section-three-item p span{font-size:18px}

#section-three-content{
    border-top: 2px solid #b5c2c7;
    border-bottom: 2px solid #b5c2c7;
    margin-top: 33px;
}

#section-three-gallery{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#section-three-gallery img{
    margin-left: 30px;
    margin-right: 30px;
    width: 200px;
    height: 250px;
}

#section-three-button{text-align: center}
#section-three-button a{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color:#f7fbfd;
    font-size:24px;
    background: #c1c6c8;
    padding: 12px 80px;
}

#section-three-button a:hover{
    text-decoration: underline
}
/**----------------------------------------------------------------------------*/
#section-four{
    margin-top: 18px;
    margin-bottom: 40px;
    text-align: center
}
#section-four p{
    color:#757a7c;
    font-size:18px;
    font-weight: 300;
}
#section-four p a{
    text-decoration: none;
    color:#757a7c;
}
#section-four p a:hover{
    text-decoration: underline
}
/**----------------------------------------------------------------------------*/
@media (max-width:848px){
    #section-three-gallery img{margin-left: 5px;margin-right: 5px}
}
@media (max-width:768px){
    #section-two-img{padding-left: 0}
}
@media (max-width:710px){
    .left{float:none;text-align: center}
    .right{float:none;text-align: center;margin-top: 10px}
    #section-two-img{background-position: 10%!important}
    #section-three-gallery img{display: block;margin: auto;margin-bottom: 10px}
}
@media (max-width:480px){
    #section-one{padding: 13px 20px}
    #section-two-item-one{margin: auto}
    #section-two-item-one h2{font-size: 30px}
    #section-three-content p{text-align: justify}
}



