/*
THEME NAME: Crealand
THEME URI: http://counterpart.x10.mx/html/crealand
DESCRIPTION: Crealand - Responsive Landing page Template
VERSION: 1.0
AUTHOR: <a href="http://www.wordpresstoblogger.info">Dilip Kumar</a>
AUTHOR URI: http://www.wordpresstoblogger.info
*/

/*-----------------------------------------------------------------------------------*/
/* GLOBAL CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

body {
	font-family:Arial,Helvetica;
	font-size:12px;
	color:#979797;
	line-height:20px;
	background:#fff;
}

a:link,a:visited,a:active{
	color:##1DA1D2;
	outline: 0;
	text-decoration:none;
}

a:hover{
	color:##1DA1D2;
}


h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-weight:700;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size:38px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:12px;
}

p {
line-height:1.6em;
font-size:14px;
}

.align-right { float:right; margin: 0 0 5px 10px; }

.align-left { float:left; margin: 0 10px 5px 0; }


/*-----------------------------------------------------------------------------------*/
/* MODAL CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.login a {
	width:160px;
	padding:5px 10px;
	background:#1DA1D2;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.register a{
	width:90px;
	padding:5px 10px;
	background:#000;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.login-ico, .register-ico {padding-right:5px;}


/*-----------------------------------------------------------------------------------*/
/* HEADER CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

#header {
	border-top:3px solid #f37022;
	position:absolute;
	left:0px;
	right:0px;
	z-index:11;
}

.header-wrap {overflow:visible;}

.logo {
	margin-top:-14px;
	float:left;
}

.logo h1, .logo h1 a {
	color:#202020;
	font-size:25px;
}

/*-----------------------------------------------------------------------------------*/
/* RESPONSIVE SLIDER CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.slider-wrap {background:url(../images/slider_bg.jpg);}

.rsp-caption {margin-bottom:30%;}

.rsp-caption h2 {
	text-transform: none;
	padding:0;
	color:#fff;
	font-family: 'Helvetica', sans-serif;
	font-weight:bold;
	line-height:22px;
	font-size:22px;
	margin-top: 80px;
	text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.rsp-caption h3 {
	width: 227px;
	height: 40px;
	margin: 0;
	color:#fff;
	font-family: 'Helvetica', sans-serif;
	font-weight:bold;
	line-height:32px;
	font-size:38px;
	text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.rsp-caption p {
	padding: 5px 20px 5px 0;
	color:#fff;
	font-family: 'Helvetica', sans-serif;
	font-weight:100;
	line-height:20px;
	font-size:14px;
	text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}
#applinks{
	margin-top: 20px;
}
.app-ico {margin-bottom:10px;}

.app-ico span {
	float:left;
	margin:0;
	width:32px;
	height:32px;
	text-align: center;
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out; 
}

.app-ico span img:hover {opacity:0.4;filter: alpha(opacity = 40);}

/*-----------------------------------------------------------------------------------*/
/* OTHER CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.space10 {height:10px;}
.space20 {height:20px;}
.space30 {height:30px;}
.space40 {height:40px;}
.space50 {height:50px;}
.space60 {height:60px;}
.space70 {height:70px;}

/*-----------------------------------------------------------------------------------*/
/* MAIN CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.wrap {
	position: relative;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto -20px auto;
	width:80%;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	width: 100%;
	height: 82%;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/* FEATURES CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.features-wrap {overflow: hidden;}

.features-content {
	padding:0px 10px 0 10px;
	text-align:center;
}

.features-icon {
	position: relative;
	border:none;
	margin-bottom:10px;
	text-align:center;
}


.features-description{
	font-weight:400;
	line-height:20px;
}

.features-description h5{
	font-size:25px;
	margin: 0;
}

.features-description p{
	padding:5px 0 10px 0;
	font-size:14px;
	font-family:Helvetica,Arial;
}

/*-----------------------------------------------------------------------------------*/
/* WRAP2 CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.wrap2 {text-align:center;}

.wrap2 h2{font-size:24px;}

.app-ico2 {margin-top:20px;}

.app-ico2 span {
	text-align:center;
	margin:0 12px 0 0;
	width:32px;
	height:32px;
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out; 
}

.app-ico2 span img:hover {opacity:0.5;filter: alpha(opacity = 50);}

/*-----------------------------------------------------------------------------------*/
/* FOOTER CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.footer {
	padding:20px 0;
	border-top:1px solid #d5d5d5;
}

.footer p {
	color:#828282;
	text-align:center;
	font-size:13px;
}

/*-----------------------------------------------------------------------------------*/
/* FOOTER CONTENT - SOCIAL STYLES
/*-----------------------------------------------------------------------------------*/

.social {
	width:385px;
	margin: 0 auto;
}

ul.social-networks {
	overflow:hidden;
}

ul.social-networks li {
	float:left;
	margin:8px 8px 0 8px;
	border:none;
}

.icon-twitter a,
.icon-facebook a,
.icon-pinterest a,
.icon-youtube a,
.icon-instagram a {
	float:left;
	text-indent:8000px;
	width:60px;
	height:60px;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}


.icon-twitter, .icon-twitter a {background:url(../images/social-twitter.png);}

.icon-facebook, .icon-facebook a {background:url(../images/social-facebook.png);}

.icon-pinterest, .icon-pinterest a {background:url(../images/social-pinterest.png);}

.icon-youtube, .icon-youtube a {background:url(../images/social-youtube.png);}

.icon-instagram, .icon-instagram a {background:url(../images/social-instagram.png);}

/*-----------------------------------------------------------------------------------*/
/* TWITTER FEED CONTENT STYLES
/*-----------------------------------------------------------------------------------*/

.twitter-feed {
	padding:0px;
	position:relative;
	display:block;
	width:100%;	
	min-height:80px;
	margin-bottom: 60px;
	text-align:center;
}

ul#twitter_update_list {
	margin:0px;
	padding:0px 35px;
	list-style:none;
}

ul#twitter_update_list li {
	padding:0px 0px 5px 0px;
	margin:0px;
	display:none;
}

.twitter-feed span {
	font-size:13px;
	color:#929292;
	display:block;
	line-height:1.3em;
}

.twitter-feed span a {
	color:#00aeef;
	text-decoration:none;
}

.twitter-feed span a:hover {
	color:#00aeef;
	border-bottom:1px dotted #00aeef;
}

.twitter-feed a {
	color:#777;
	text-decoration:none;
}

.twitter-feed a:hover {
	color:#AAA;
	text-decoration:none;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

.logo img {
	width:80%;
	height:auto;
}

.rsp-caption h2 {font-size: 140%;margin-top:85%;}

.slider-wrap {
	background:url(../images/slider_bg.jpg);
	padding-top:0px;
}

.video {
	margin: 0 auto -20px auto;
	width:80%;
}

.video iframe,
.video object,  
.video embed {
	width: 100%;
	height: 82%;
}

}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.logo img {
	width:70%;
	height:auto;
}
.rsp-caption h2, .rsp-caption p { display: none;}


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

.slider-wrap {
	background:url(../images/slider_bg.jpg);
	padding-top:80px;
	border-bottom: 1px solid #FFF;
}

.wrap2 h2 {	font-size:20px;}

.twitter-feed {
	min-height:120px;
}

.video {
	margin: 0 auto 40px auto;
	width:100%;
}

.video iframe,
.video object,  
.video embed {
	width: 100%;
	height: 100%;
}

   }


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.rsp-caption, .rsp-caption h2, .rsp-caption p {display:none;}

.video {
	margin: 0 auto 20px auto;
	width:80%;
}

.video iframe,
.video object,  
.video embed {
	width: 100%;
	height: 80%;
}

}
