body {
    margin:0;
    padding:0;
    font-family: "Open Sans",helvetica,myriad,arial,serif;

}
ul {
    margin:0;
    padding:0;
    list-style:none;
}
a {
    text-decoration:none;
    color:inherit;
    outline:none;

}

.left {
    float:left;
}
.right {
    float:right;
}

.siteContainer {
    width:1000px;
    margin:0 auto;
}
header {
    height:130px;
    background:White;

}
header .left a img {
    border:none;
}
header ul {
    margin-top:60px;
}
header ul li {
    float:left;
}

header ul li a {
    float:left;
    margin-right:50px;
    border-bottom:1px solid transparent;
    padding-bottom:10px;
}
header ul li a.active,
header ul li a:hover {
    color:#00aeef;
    border-bottom:1px solid #00aeef;

}


#holyslider {
    height:352px;
}

#holyslider #wrapper {
    width: 100%;
    min-width: 1200px;
    height: 352px;
    position: absolute;
    left: 0;
}
#holyslider #carousel div {
    height: 352px;
    float: left;
}
#holyslider #carousel img {
    min-width: 100%;
    min-height: 100%;
}
#holyslider .title {
    text-align: center;
    width: 100%;
    position: absolute;
    top:130px;
}
#holyslider .title h3 {
    text-shadow: 
    0 3px 3px rgba( 0, 0, 0, 0.3 ),
    0 -3px 3px rgba( 0, 0, 0, 0.3 ),
    3px 0 3px rgba( 0, 0, 0, 0.3 ),
    -3px 0 3px rgba( 0, 0, 0, 0.3 );

    font-size: 70px;
    color: #fff;
    margin: 0;
}
#details {
    min-height:30px;
    padding-bottom:10px;
    position:relative;
}
#foreword {
    min-height:600px;
    position:Relative;
}

#foreword ul li a:hover {
    color:#00AEEF;
}
#foreword .text {
    min-height:500px;
    padding-bottom:30px;
}
#details .title ,
#foreword .title {
    color:#727272;
    text-align:center;
}
#details .title h3,
#foreword .title h3 {
    font-weight:normal;
}
#foreword article {
    font-size:14px;
    width:400px;
    padding-left:50px;
    padding-right:50px;
}
#details article {
    font-size:14px;
    padding-left:50px;
    padding-right:50px;
text-align: center;
}

#panorama .title {
    color:#4d4d4d;
    text-align:center;
    margin-bottom:10px;
}
#panorama .title h2 {
    margin-bottom:0;
    font-size:30px;
}
#panorama .title span {
    font-size:13px;
}
#panorama .panorama {
    margin-top:25px;
    min-height: 510px;
    position:Relative;
    width:1290px;
    margin:auto;
}

#pictures {
    position:Relative;
    min-height:600px;
}
#pictures .title {
    color:#4d4d4d;
    text-align:center;
}
#pictures .title h2 {
    font-size:30px;
}

#pictures ul li{
    float:left;
    margin-right:37px;
    margin-top:40px;
    cursor:pointer;
    height:220px;
    position:relative;
    overflow:hidden;
}
#pictures ul li h3 {
    text-align:center;
    background:#727272;
    height:40px;
    font-size:14px;
    position:Absolute;
    bottom:-80px;
    width:100%;
    padding-top:10px;
    margin:0;
    transition: all 0.5s ease;

}
#pictures ul li:hover h3 {
    bottom:0;
    transition: all 0.5s ease;

}
#pictures ul li:nth-child(4n+4){
    margin-right:0;
}



.load {
    margin: 0 auto;
    width: 300px;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}
.loadmore {
    float: left;
    color: #FFF;
    height: 40px;
    background: #00AEEF;
    width: 295px;
    font-size: 25px;
    padding-top: 4px;
    border-radius:30px;
}

#about {
    min-height:370px;
    background:#f5f5f5;
    padding-top:30px;
    padding-bottom:10px;
}
#about .title {
    text-align:center;

}
#about .title h2 {
    color:#4d4d4d;
    font-size:30px;
    margin:0;
    font-weight:400;

}
#about .text {
    width:740px;
    margin:0 auto;
}
#about ul li {
    width: 225px;
    line-height: 25px;
    float: left;
    font-size: 13px;
    padding-right: 20px;

}
footer {
    
    margin-top:20px;
}
footer ul{
    margin:0 auto;
    width:290px;
    height:100px;
}
footer ul li {
    float:left;
    height:48px;
    width:69px;
    text-align:Center;
    padding-top:25px;
    transition: all 0.5s ease;

    margin-right:40px;
}
footer ul li:last-child {
    margin-right:0px;
}
footer ul li:hover {
    opacity:0.5;
    transition: all 0.5s ease;

}

.paginator {
    text-align:center;
    margin-top:50px;
}
.paginator .pagination_links a {
    padding:10px;
    margin-right:5px;
    color:White;
    background:#00AEEF;
    
}