/* Base page styling: */


@font-face {
    font-family: 'socicon';
    src: url('/resources/fonts/socicon-webfont.eot');
    src: url('/resources/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/socicon-webfont.woff') format('woff'),
         url('/resources/fonts/socicon-webfont.ttf') format('truetype'),
         url('/resources/fonts/socicon-webfont.svg#englebertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.page {    
    background: #000;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
}

.page .wrapper {
    margin: auto;
}

.page .inner {
    max-width: 1100px;
    margin: auto;
}

/* Navigation */

.page .menu-wrapper {
    background: #fff;
}

.page ul.nav-menu {
    background: none;
    text-align: center;

}

/* main */
.page ul.nav-menu > li {
    padding: 15px;
    display: inline-block;
    float: none;

}

.page ul.nav-menu > li:last-child {
    margin-right: 0px;
}

.page ul.nav-menu > li a {
    background: #fff;
    color: #555 !important;
    padding: 10px;
}

.page ul.nav-menu > li:hover {
    background: #fff;
}

.page ul.nav-menu > li:hover > a {
    color: #555 !important;
}

/* sub */
.page ul.nav-menu > li > ul {
    background: #eee;
    color: #555 !important;
}

.page ul.nav-menu > li > ul > li > a {
    color: #555 !important;
}

.page ul.nav-menu > li > ul > li > a:hover {
    color: #555 !important;
}


/* Header */
.page .header {
    background-color: #ffffff;
    background-size: 30px 30px;
    color:#fff;
    text-align: center;
    padding: 45px 0 230px;
}

.page .header h1{
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 15px;
    color: #000000;

}

.page .header .description{
	color: #000000;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 700;
    background: url(/resources/design/simple/img/bg-sub-title.png) repeat-x left center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.page .header .description span {
    background: #ffffff;
    padding: 0 10px;
}

/* Content */
.page .content-main{
    background: #fff;
}

.page .content-inner {
    background: #fff;
    position: relative;
    top:-215px; /* Lift it up since the design is pulled onto the header */
    margin-bottom: -180px; /* Lift the footer minus x pixels to create the border */
}

.page .main-content {
    padding: 0 0 0 0;
    margin: 15px 0 0 15px;
}

.page .showcase-content{
    margin: 15px 15px 0;
}

.page .showcase-content img{
    width: 100%;
}

.page .sidebar-content {
    margin: 15px 15px 15px 15px;
}

.page .sidebar-content img{
	width: 100%;
}


/* Typography */

.seperator{
	padding-top: 10px;
	padding-bottom: 10px;
}

hr {
	color: #666;
	background-color: #333;
	height: 1px;
	margin: 0;
	}

 .page h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page h2:before{
	content:'///';
	margin-right: 10px;
}


.page a, .page a:visited {
    color:#000000;
    font-weight: 700;
}

.page a:hover {
    text-decoration: underline;
    font-weight: 700;
}

/* Social Media Icons */

.page .social-icon {
    font-family: 'socicon' !important;
    font-weight: normal;
}

.page .social-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'socicon';
	font-style: normal;
	font-weight: normal;
	font-size: 0.5em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background: #fff; 
	border-radius: 100px; 
	width: 80px; 
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
}

.page .content-inner .social-icon {
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	font-size: 0.5em;
	text-align: center;
	margin-bottom: 0.4em;
}

.page .content-inner .sidebar-content .social-icon {
	font-size: 0.8em;
}

.page .social-icon:empty{
    width: 10px;
}

.page .social-icon:hover { 
	background-color: rgba(255,255,255,0.6);
	font-weight: normal;
}

.page .content-inner .social-icon:hover { 
	background-color: #000000;
	opacity: 0.6;
	font-weight: normal;
}

.page a.social-icon:hover { 
	text-decoration: none;
}

.page .sidebar-content .social {
    margin: 0;
    text-align: left;
    font-size: 50px;
    line-height: 1;
}

.page .main-content .social {
	 text-align: left;
}

.page .social {
    margin: 0;
    text-align: center;
    font-size: 80px;
    line-height: 1;
}

.page .social-item {
    display: inline;
}


/* Contact */
.page .contact-list {
    margin-left: 0;
    list-style: none outside;
}

.page .contact-list-item {
    border-left:2px solid #333;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 700;
}

.page .contact-list-item.address{
	border-left: none;
}

.page .contact-list-item.email{
    color:#0a527a;
}

.page .contact-list-item.address{

}


.page .contact-list-item.phone{
    color:#000000;
}

.contact-label{
	color: #333;
	
}

.page .contact-list-item:last-child {
    margin-bottom: 0;
}

/* Gallery */
.page .gallery .image {
    float: left;
    max-width: 200px;
    margin: 10px;
}

.page .gallery .image img {
    border: 1px solid #aaa;
    padding: 1px;
}


/* Blog / news feed */
.page .news-article-list .news-article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page .news-article-list .news-article .news-article-published {
    color: #777;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page .news-article-list .news-article:last-child {
    border-bottom: none;
}


.page .articles-list-navigation {
    margin-top: 10px;
}


/* Footer */

.page .footer {
    color:#fff;
    font-size: 13px;
    padding-bottom: 30px;
    background: #000;
}

.page .footer a {
    color:#fff;
    font-weight: 700;
    font-size: 15px;
}

.page .footer-content{
	padding: 0 0 0 0;
	margin: 0px 10px 20px 15px;
}

.page .ad-content, .ad-content-alternative {
    background: #222;
    padding: 10px;
    margin:30px 0 0 15px;
}

.page .ad-content-alternative {
    margin:30px 15px 0 0;
}

@media (max-width: 647px) {
    
    body {
        padding-right: 0;
        padding-left: 0;
    }

    .page .main-content, .page .sidebar-content, .page .footer-content {
        margin:0 20px;
    }

    .page .showcase-center {
        margin:0;
    }

    .page .ad-content, .page .ad-content-alternative {
        margin: 15px;
    }
    .page .footer-content{
	    margin-bottom: 20px;
    }
    
    .page .showcase-content{
    margin: 0;
	}
	
	.page nav { height: auto;}
	
	.page .slide-trigger span {
	  background-position: 0 0px;
	  display: block;
	  float: right;
	  margin-top: 0;
	  height: 28px;
	  width: 32px;
	  position: relative;
	  top: 5px;
	}	

		
	/* 	NAV Mobile */

	.page .menu-mobile {
		text-align: center;
		display: none;
		background: #ccc;
		
	}

    .page ul.nav-menu {
        text-align: left;
    }
	
	.page ul.nav-menu > li {
        padding: 0px;
        float: none;
        display: block;
    }

    .page ul.nav-menu > li:last-child {
        margin-right: 0px;
    }

    .page ul.nav-menu > li a {
        background: #fff;
        color: #555 !important;
        padding: 10px;
    }

    .page ul.nav-menu > li:hover {
        background: #fff;
    }

    .page ul.nav-menu > li:hover > a {
        color: #555 !important;
    }

    

}

.row-fluid [class*="span"] {
	min-height: 1px;
}