@import  url(orange.css);

/*########### Skins ###########*/
/* ######## 1 - Reset Styles #########  */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,small,strong,ol,ul,li,form,label,table,caption,tr,td,footer,header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

footer,header,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-family: Proxima-Nova, Helvetica, Arial, Sans-serif;
    background-color: #fff;
}

ol,ul {
    list-style: none;
}

a {
    color: #efefef;
    text-decoration: none;
    -webkit-transition: color .4s linear;  
    -moz-transition: color .4s linear;  
    -o-transition: color .4s linear;  
    -ms-transition: color .4s linear;  
    transition: color .4s linear;  
}

a:focus {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

/* ######## 2 - Main Styles #########  */
.main-content {
    height: 680px;
    display: block;
}

h1#logo {
    	background: url(../img/logo.png) no-repeat 0 0;
    	display: block;
    	height: 135px;
    	margin: 80px auto 0;
		padding: 0;
    	text-indent: -20000px;
	    width: 130px;
    }

.main-content h2.title {
    padding: 100px 0 0;
    font-size: 70px;
    text-align: center;
    color: #fff;
    font-family: Proxima-Nova, Helvetica, Arial, Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 9px;
}

.main-content h3.subtitle {
    color: #fff;
    font-family: Jubilat,Georgia,Serif;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 28px;
    padding: 100px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.features h2.title {
    padding: 80px 0 0;
    font-size: 40px;
    text-align: center;
    color: #9D9D9D;
    font-family: Proxima-Nova, Helvetica, Arial, Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 9px;
}

.features h3.subtitle {
    color: #9D9D9D;
    font-family: Jubilat, Georgia, Serif;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 28px;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.newsletter-form {
    width: 500px;
    display: block;
    border-radius: 40px;
    background-color: #fff;
    clear: both;
    padding: 2px;
    height: 46px;
    margin: 30px auto 0;
}

input.email-newsletter {
    padding: 4px 17px;
    width: 304px;
    border-radius: 40px;
    display: block;
    float: left;
    border-radius: 40px;
    height: 36px;
    border: 0;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    color: #a2a2a2;
    font-size: 18px;
    font-family: jubilat, georgia, serif;
}

input.button-newsletter {
    float: right;
    width: 140px;
    display: block;
    border-radius: 40px;
    border: 0;
    height: 46px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

input:focus {
    outline: 0;
}

a.button {
    background: none repeat scroll 0 0 #a0d5cd;
    border: 0 none;
    border-radius: 40px;
    color: #FFF;
    display: inline;
    font-weight: 700;
    height: 46px;
    letter-spacing: 2px;
    outline: 0 none;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: background-color .4s linear;  
    -moz-transition: background-color .4s linear;  
    -o-transition: background-color .4s linear;  
    -ms-transition: background-color .4s linear;  
    transition: background-color .4s linear;  
}

a:hover.button {
    background-color: #70AE3C;
}

input:focus {
    color: #858585;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0;
    border-color: #fff;
}

input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus {
    color: #858585;
    border: 0;
    box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0;
    outline: 0;
    border-color: #fff;
}

input:focus:valid:focus,textarea:focus:valid:focus,select:focus:valid:focus {
    color: #858585;
    border: 0;
    box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0;
    outline: 0;
    border-color: #fff;
}

textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input {
    box-shadow: 0 0 0 rgba(255,255,255,1);
}

.newsletter-form p {
    padding: 16px 20px 0;
    font-size: 12px;
    clear: both;
    color: #fff;
    text-align: center;
}

.features {
    background-color: #fff;
    padding: 0 0 95px;
}

.features h1.title {
    padding: 70px 0 0;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #8F9092;
}

.features p.subtitle {
    font-size: 15px;
    color: #8f9092;
    text-align: center;
    padding: 24px 0 0;
}

.featu-icon {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 80px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: background-color .4s linear;  
    -moz-transition: background-color .4s linear;  
    -o-transition: background-color .4s linear;  
    -ms-transition: background-color .4s linear;  
    transition: background-color .4s linear;  
}

.featu-icon:hover {
    cursor: pointer;
}

.features-wrap {
    margin: 60px 0 0;
}

.features-wrap h3 {
    text-align: center;
    margin: 30px 0 0;
    color: #70AE3C;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 26px;
    text-transform: uppercase;
}

.features-wrap p {
    text-align: center;
    margin: 30px 0 0;
    font-size: 16px;
    color: #9d9d9d;
    padding: 0 20px;
    line-height: 28px;
    font-weight: 300px;
}

.features-wrap a p {
    margin: 16px 0 0;
}

.footer {
	color: #6a6d6e;
    height: 75px;
    background-color: #232526;
}

.footer a { color: #6a6d6e; }
.footer a:hover { color: #fff; }

.copy {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0 0;
    text-align: center;
}

ul.social {
    float: right;
    padding: 3px 0 0;
}

ul.social li {
    float: left;
    margin: 0 0 0 4px;
}

ul.social li a {
    width: 36px;
    height: 37px;
    display: block;
    opacity: 0.5;
}

ul.social li a:hover {
    opacity: 1;
}

li.facebook a {
    background: url(../img/facebook.png) no-repeat center;
}

li.pinterest a {
    background: url(../img/pinterest.png) no-repeat center;
}

li.linkedin a {
    background: url(../img/linkedin.png) no-repeat center;
}

li.google a {
    background: url(../img/google.png) no-repeat center;
}

li.dribbble a {
    background: url(../img/dribbble.png) no-repeat center;
}

#about {
    border: 1px solid #ddd;
    margin: 100px 0 0;
    padding: 30px;
}

#about h3 {
    color: #9D9D9D;
    font-family: Proxima-Nova, Helvetica, Sans-serif;
    font-size: 22px;
    letter-spacing: 10px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

#about p {
    color: #9D9D9D;
    font-size: 16px;
    font-family: Jubilat, Georgia, serif;
    line-height: 28px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
}

#about img.about-image {
    height: 150px;
    float: left;
    margin-right: 30px;
    width: 150px;
}


@media(min-width: 768px) and (max-width: 979px) {   
.wrapper { width:725px; margin:0 auto; } 

	.main-content h2.title {
	    padding: 80px 0 0;
	    font-size: 50px;
	}
	
	.main-content h3.subtitle {
	    font-size: 16px;
	    padding: 60px 0 0;
	}
	
	.features h2.title {
	    padding: 60px 0 0;
	    font-size: 35px;
	    letter-spacing: 4px;
	}
	
	.features h3.subtitle {
	    font-size: 14px;
	    letter-spacing: 2px;
	    padding: 20px 0 0;
	}
	
	#about img.about-image {
	    height: 180px;
	    float: left;
	    margin-right: 30px;
	    width: 180px;
	}
	
	#about p {
	    font-size: 14px;
	    letter-spacing: 3px;
	    line-height: 26px;
	}

}

@media(min-width: 480px) and (max-width: 767px) { 
.wrapper { width:460px; margin:0 auto; }
.main-content h2.title {
	    font-size: 40px;
	    line-height: 56px;
	}
.newsletter-form { width:456px; display:block; border-radius:40px; background-color:#ffffff; clear:both; padding:2px 2px; height:46px; margin:75px auto 0;}
input.email-newsletter { padding:4px 17px; width:270px;  }
.main-content { height:820px; display:block; }
.ft { padding:60px 0 0; }
#about {
	text-align: center;
}
#about img.about-image {
    float: none;
    height: 180px;
	margin: 0 auto;
    width: 180px;
}
#about br.clearfix { display: none; }
}

@media(max-width: 480px) { 
h1#logo { margin: 50px auto 0; }
.wrapper { width:300px; margin:0 auto; }
.main-content { height:800px; display:block; }
.main-content h2.title {
	    font-size: 40px;
	    line-height: 56px;
	    padding: 60px 0 0;
	}
.main-content h3.subtitle { padding: 60px 0 0; }
.features h2.title { font-size: 33px; line-height: 40px; }
.newsletter-form { width:300px; display:block; border-radius:40px; background-color:#ffffff; clear:both; padding:2px 2px; height:46px; margin:75px auto 0;}
input.email-newsletter { padding:4px 17px; width:150px;  }
.ft { padding:60px 0 0; }
.divider { width:300px; }
input.button-newsletter { width:110px; }
#about {
	border: 0 none;
	text-align: center;
}
#about img.about-image {
    float: none;
    height: 180px;
	margin: 0 auto;
    width: 180px;
}
#about br.clearfix { display: none; }
}
.footer { height:100px; }
.copy { width:100%; float:none; margin:0 auto; text-align:center; }
.features-wrap { margin:60px 0 0; }
ul.social { float:none; padding:20px 0 0; width:200px; margin:0 auto; }

}