/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Cinzel);
html { height: 100%; }

* {
	
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}
.container {
	width: 100%;
	position: relative;
}

.main {
	max-width: 1216px;
	min-width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.footer{
	font-weight: 300;
	font-size: 10px;
	color: #CCC;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	letter-spacing: 0.2em;
}	

.border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}


a {
	
	color: #555;
	text-decoration: none;
	line-height: 25px;
	padding-left: 3px;
	letter-spacing: .1em;
	font-size: 12px;
}
a:hover {
	opacity:0.7 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70) !important;
}

/* Portfolio Menu Style */
.portmenu{
	
}


.portmenu a {
	display: inline-block;
	color: #666;
	font-weight: normal;
	padding-right: 6px;
	padding-left: 6px;
	font-family: "Times New Roman", Times, serif;
}

.portmenu a:hover {
	color: #000;
	border-color: #000;
}



.header {
	font-family: 'Cinzel', serif;
	font-weight: 300;
	font-size: 44px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.1em;
}
.header2 {
	font-family: 'Cinzel', serif;
	font-weight: 300;
	font-size: 44px;
	color: #999;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.2em;
}
.header3 {
	font-family: 'Cinzel', serif;
	font-weight: 300;
	font-size: 22px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.2em;
	font-style: italic;
}

.abouthead {
	font-family: 'Cinzel', serif;
	font-weight: 300;
	font-size: 20px;
	color: #999;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.2em;
}

.dropdown {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.smhead {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 10px;
	color: #5A5A5A;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .6em;
}


.footerlarger {
	font-family: 'Cinzel', serif;
	background: #fff;
	font-weight: 300;
	font-size: 12px;
	color: #666;
	-webkit-font-smoothing: antialiased;
}

.footersmall {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 10px;
	color: #5A5A5A;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .2em;
}



.contactbg {
	background-image: url(../images/contact-img.jpg);
	background-repeat: no-repeat;
}


.container {
	width: 100%;
	position: relative;
}

.main {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	
	padding-left: 20px;
}

.main > header {
	padding: 0 10px 30px;
}

.main > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.main > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main h2 {
	font-size: 25px;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	margin-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
	text-transform: uppercase;
	 color: #333;
    -webkit-font-smoothing: antialiased;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Header Style */
.codrops-top {
	
	
}

.codrops-top a {
	font-family: 'Cinzel', serif;
	color: #555;
	text-decoration: none;
	line-height: 25px;
	padding-left: 4px;
	letter-spacing: .1em;
	font-size: 13px;
	padding-right: 4px;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.loadmore {
	padding: 10px;
	background: #ddd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	margin: 10px 4px;
	display: none;
}

.loadmore:hover {
	background: #333;
}


.style1 {
	font-size: 14px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5;
	font-weight: normal;
}
.style2 {
	color: #5A5A5A;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
}
.style6 {font-weight: bold; font-size: 12px;}
.style7 {font-size: 12px}
.style11 {		font-family: 'Cinzel', serif;

	font-size: 12px;
	color: #000000;
}
.style11 {	font-size: 14px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5;
	font-weight: normal;
}

.style21 {	color: #5A5A5A;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #999;
}
a:active {
	color: #000;
}


