/****************
    - Reset -
****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/*************************
    - Basic settings -
*************************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

a:hover {
	text-decoration:none;	
}

body {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size:16px;
    line-height:28px;
	color:#666;
	background:#fff;
	height:100%;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

.clearfix:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

.left-float {
	float:left;
}

.right-float {
	float:right;
}

.align-center {
	text-align:center;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

hr {
    border:0;
    clear:both;
    margin:25px 0;
    height:1px;
    border-bottom:1px solid #d4d4d4;
}

img {
    max-width:100%;
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic;
    opacity:1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:300;	
}

h1 {
    font-size:40px;
    line-height:1.2em;
    clear:both;
    color:#656565;
    margin-bottom:20px;
}

h2, h2 a {
    font-size:32px;
    line-height:1.2em;
    margin-bottom:30px;
    color:#ff6347;
}

h2 a:hover {
    color:#42484d;
    text-decoration:none;
}

h3, h3 a {
    font-size:16px;
    line-height:16px;
	font-weight:800;
    color:#333;
    margin-bottom:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}

h3 a:hover {
    color:#42484d;
    text-decoration:none;
}

h4 {
    font-size:24px;
    line-height:1.2em;
    margin-bottom:20px;
    color:#656565;
}

h5, h5 a {
    font-size:20px;
    line-height:1.2em;
    color:#ff6347;
    margin-bottom:20px;
}

h5 a:hover {
    color:#ff6347;
    font-size:24px;
    line-height:1.2em;
    text-decoration:none;
}

h6 {
    font-size:18px;
    line-height:1.2em;
    color:#4baad3;
    margin-bottom:20px;
}

/* Paragraph */
p {
	margin-bottom:20px;
    color:#656565;
    font-weight:300;
}

/*****************
    - Header -
*****************/
header {
	position:relative;
	left:0;
	top:0;
	width:100%;
	padding:60px 0;
	color:#fff;
	text-align:center;
	background:#383838 url(../images/preview/bg.jpg) no-repeat center center;
    background-size:cover;
}

header .header-inner {
	clear:both;
	position:relative;
}

/* Logo */
header .logo {
	clear:both;
    display:block;
    margin-bottom:20px;
}

/* Title */
header h2 {
    font-weight:300;
    font-size:24px;
    color:#eee;	
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0 !important;
}

/******************
    - Section -
******************/
section {
	position:relative;	
}

.wrapper {
	max-width:1100px;
	margin:0 auto;
}

.section-inner {
	position:relative;
	padding:40px 0;
}

.small-padding .section-inner {
	padding:20px 0;
}

.big-padding .section-inner {
	padding:50px 0;
}

.no-padding .section-inner {
	padding:0;
}

/* Settings */
section.settings {
	background-color:#ddd;
}

section.settings .section-inner {
	padding-top:25px;
}

/* Message */
section.message .left-float p {
	font-size:20px;
	line-height:28px;
	margin-top:8px;
	margin-bottom:0;
}

/* Content */
.row {
	position:relative;
    overflow:hidden;
	background-color:#f3f3f3;
}

.row-darker {
    background:#e9e9e9;
    border-bottom:1px solid #e0e0e0;
    border-top:1px solid #e0e0e0;
}

.wrapper-center {
    text-align:center;
}

h2.top-h2 {
    color:#666;
    font-size:50px;
    position:relative;
    z-index:10;
	margin-bottom:0;
}

/* Cross browser */
.cross-browser {
    padding-top:0;
}

.cross-browser > .wrapper > i {
	font-size:70px;
	line-height:70px;
	color:#ff6347;
	margin:0 10px;
	cursor:default;
}

.nav-style {
    position:absolute;
    top:-240px;
    font-size:480px;
    color:#eee;
    margin-left:-158px;
    z-index:0;
}

/* One third */
.one-third {
    position:relative;
    float:left;
	margin:0;
	padding:0;  
	width:33.33333333%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

.one-third > .content {
	clear:both;
	padding:30px;
	cursor:pointer;
	font-size:16px;
    color:#666;
    line-height:24px;
	font-weight:300;
	text-align:center;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
}

.one-third > .content > i {
	color:#ff6347;
	font-size:50px;	
	line-height:50px;
	margin-bottom:20px;
}

/* Hover */
.one-third > .content:hover {
	background:#ff6347;
}

.one-third > .content:hover,
.one-third > .content:hover > i,
.one-third > .content:hover > h3,
.one-third > .content:hover > p {
	color:#fff;
}

/* Border */
.border-right {
	border-right:1px solid #e0e0e0;
}

.border-bottom {
	border-bottom:1px solid #e0e0e0;
}

/* One fourth */
.one-fourth {
    position:relative;
    float:left;
	margin:0;
	padding:0;  
	width:25%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

.one-fourth > .content {
	clear:both;
}

.space15 {	
	width:100%;
	height:15px;
}

.conftitle {	
	color:#333; 
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:1px;
}

.selecter {	
	position:relative; 
	min-width:200px; 
	max-width:380px; 
	margin-top:5px;
}

.button {
	height:24px;
	line-height:24px;
	padding:0px 14px;
	display:inline-block;
	position:relative;	
	font-size:11px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	color:#666;
	background-color:#ccc;
	-webkit-border-radius:12px;
	   -moz-border-radius:12px;
			border-radius:12px;	
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.button:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
}

.button.selected {
	color:#fff;
	background-color:#ff6347;
}

/* Button */
.btn {
    display:block;
    position:relative;
}

.btn a {
    text-decoration:none;
    float:left;
    display:block;
    color:#fff;
    font-size:14px;
	line-height:24px;
    font-weight:500;
    padding:10px 30px;
	background-color:#ff6347;
    text-transform:uppercase;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

.btn a:hover {
    background-color:#42484d;
    text-decoration:none;
    color:#fff;  
}

/* Footer */
section.footer {
	background-color:#111;
	text-align:center;
}

section.footer span.copyright {
    color:#777;
    margin-top:0;
    margin-bottom:0;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:19px;
    font-weight:400;
}

section.footer span.copyright a {
	color:#ff6347;
	text-align:center;
	font-weight:bold;
}
	
section.footer span.copyright a:hover {
	color:#fff; 
}

section.footer .social {
	display:block;
	clear:both;
	cursor:default;
	line-height:1;
	margin-top:10px;
}

section.footer .social a {
	padding:0 8px;
}

section.footer .social a i {
	font-size:18px;
	color:#999;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

section.footer .social a:hover i {
	color:#fff;
}

/****************************
    - Responsive styles -
****************************/
@media screen and (max-width:1300px), (orientation:portrait) {
	.wrapper {
		width:940px; 
	}
}

@media (max-width:1100px) {
	.wrapper {
		width:748px;
	}
	
	.left-float, .right-float {
        width:100%;
        float:none;
        clear:both;
    }
	
	section.message {
		text-align:center;
	}
	
	section.message .right-float .btn {
        display:inline-block;
		margin-top:20px;
    }

    section.message .right-float .btn a, 
	section.message .right-float .btn a:hover {
        display:inline-block;
        float:none;
        text-align:center;
    }
	
	.border-right,
	.border-bottom {
		border:none;
	}
}

@media (max-width:767px) {
	.wrapper { 
		width:420px;
	}
	
	.one-third, 
	.one-fourth {
        width:100%;
		clear:both;
        float:none;
        margin:10px 0 20px 0;
    }
}

@media (max-width:479px) {
	.wrapper { 
		width:300px; 
	}
}