body {
   background: #FFF url("../images/bg.jpg")no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   margin: 0;
}

body, p, a, h1, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    font-family: "proxima-nova",sans-serif;
}
p{
	font-size: 15px;
	color: #666;
	line-height: 25px;
}



h1{
	font-size: 35px;
	color: #444;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 60px 0 10px 0;
}

h2{
	font-family: "athelas",serif;
	font-size: 30px;
	color: #444;
	text-align: center;
	padding: 40px 0 20px 0;
	font-weight: 300;
	position: relative;
}

h3{
	font-size: 25px;
	font-weight: 300;
	color: #444;
}

h4{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 5px;
	color: #777;
	padding-top: 30px;
}

h5{
	font-size: 15px;
	color: #333;
	text-align: center;
	font-weight: 300;
}


ul {
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
}

ul li{
	font-size: 15px;
	color: #666;
	line-height: 25px;	
}

a{
	color: #370042;
	text-decoration: none;	
}

img{
	width: 100%;
}


#container {
	margin: 0;


}    

.nav {
	text-align: center;
	background-color: rgba(0,0,0,.5);
	position: relative;
	z-index: 100;
	width: 100%;
	height: 60px;
	margin: 0;
}

.nav li {
	display: inline;
}


.nav li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 20px 30px;
}


#content{
	background-color: #fff;
	margin: 50px auto 0 auto;
	overflow: hidden;
	width: 78%;
	
}


.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}


.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/banner_1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/banner_2.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/banner_3.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}

.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/banner_4.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/banner_5.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
    
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/banner_6.jpg);
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s; 
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    16% { opacity: 1;
         animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}




#content-wrapper{
	width: 84%;
	margin: 0 auto;
}

.first {
	padding: 20px 0 10px 0;
	border-top: #ccc;
	border-top-style: solid;
	border-width: 1px;
	
	padding: 20px 0 10px 0;
}



.row{
	max-width: 100%;
	min-width: 320px;
	display: inline-block;
}

.row-last{
	max-width: 100%;
	min-width: 320px;
	display: inline-block;
	padding-bottom: 60px;
	
}

.twocol{
	float: left;
	width: 48%;
	display: block;
	padding-right: 4%;

}

.twocol h3{
	text-align: center;
}

.twocol a{
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #370042;
	text-decoration: none;	
	padding-bottom: 25px;
}

.twocol-last{
	float: left;
	width: 48%;
	display: block;

}

.twocol-last h3{
	text-align: center;
}

.twocol-last a{
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #370042;
	text-decoration: none;	
	padding-bottom: 25px;
}



.twocol-thumb{
	float: left;
	width: 48%;
	display: block;
	padding-right: 4%;	
	padding-top: 60px;
}

.twocol-thumb img{
	width: 30%;
	float: left;
	padding-right: 4%;
}
.twocol-thumb h3{
	line-height: 0;
}

.twocol-thumb a{
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #370042;
	text-decoration: none;	
	padding-bottom: 25px;

}


.twocol-noimg{
	float: left;
	width: 48%;
	display: block;
	padding-top: 60px;
	line-height: 0;

}


.twocol-noimg a{
	color: #370042;
	text-decoration: none;	

}

.p-center{
	text-align: center;
	background: #eee;
	padding: 20px;
	margin-bottom: 40px;
}

.images{
	padding-bottom: 60px;
}

.images img{
	width: 31%;
	padding: 2% 2% 0 0;
	height: auto;
}