/*
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: 'Roboto', sans-serif;
	font-size:12px;
	color:#979797;
	line-height:20px;
	background:#000;
}

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

a:hover{
	text-decoration: underline;
}


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

h1 {
	font-size:38px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size: 18px;
	margin: 0 0 8px 0;
}
h4 a:link,a:visited,a:active{
	color: #ddd;
	
}

h5 {
	font-size:16px;
}

h6 {
	text-transform: none;
	color:black;
	font-weight:bolder;
	font-size:16px;
}

h7 {
	font-size:13px;
}

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; }


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

#header {
	position:absolute;
	left:0px;
	right:0px;
	z-index:11;
}

.header-wrap {overflow:visible;}

.logo {
	position: relative;
	margin-top: 48px;
	margin-bottom: 32px;
	text-align: center;
}

/* Base sizing for the logo. This used to exist ONLY inside the two media
   queries at the bottom of this file (max-width:767px and 768-959px), so above
   960px nothing constrained the image at all - and Foundation's
   "img { max-width: 100% }" is inside @media print, so it does not help on
   screen either.
   That was harmless until retina.js swapped logo.png for logo@2x.png: the 2x
   file is 880px wide, so with no width or max-width it rendered at 880px,
   overflowed its 470px column and collapsed the two column layout. It only
   showed up over http(s) - over file:// the XHR HEAD check in retina.js returns
   status 0, the swap never happens, and the page looks correct. Retina displays
   only, which is why it never appeared in 2013. */
.logo img {
	width: 80%;
	height: auto;
	max-width: 560px;
}

/* Safety net for the other images retina.js swaps (slides, badges, icons):
   never let a 2x file render wider than the box it sits in. */
.rsp-caption img,
.flexslider .slides img,
.features-icon img {
	max-width: 100%;
	height: auto;
}

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

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

.slider-wrap {background:url(../images/slider_bg.png); background-position: top center;}

.rsp-caption {margin-bottom:48px;}

.rsp-caption img {
	margin-top: 16px;
}
.rsp-caption h2 {
	text-transform: none;
	/*padding:1%;*/
	color: #ddd;
	font-family: 'Roboto', sans-serif;
	font-weight:bolder;
	/*line-height:30px;*/
	font-size:22px;
	/*margin-top:92%;*/
	margin-bottom: 20px;
}

.rsp-caption h6 {
	text-transform: none;
	/*padding:1%;*/
	color: #ddd;
	font-family: 'Roboto', sans-serif;
	font-weight:bolder;
	line-height:22px;
	font-size:17px;
	/*margin-top:92%;*/
}

.rsp-caption p {
	color: #ddd;
	font-family: 'Roboto', sans-serif;
	line-height:20px;
	font-size:14px;
	margin-bottom: 20px;
}

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

.app-ico span {
	float:left;
	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-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: 50.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:20px 10px 0 10px;
	text-align:center;
}

.features-content:hover {cursor:pointer;}

.features-icon {
	position: relative;
	border:none;
	text-align:center;
}

.features-content:hover h5 {color:#ffdd00;}

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

.features-description h5{
	font-size:20px;
}

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

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

.wrap2 {text-align:center;}

.wrap2 h2{font-size:22px; margin: 16px 0 32px 0;}
.wrap2 h6{font-size:16px;}

.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:2px solid #333;
}

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

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

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

ul.social-networks {
	overflow:hidden;
}

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

.icon-twitter a,
.icon-facebook a,
.icon-flickr a,
.icon-dribbble a {
	float:left;
	background:url(../images/social-sprite.png) no-repeat left bottom;
	text-indent:8000px;
	width:40px;
	height:40px;
	-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 a:hover,
.icon-facebook a:hover,
.icon-flickr a:hover,
.icon-dribbble a:hover {
	background:url(../images/social-sprite.png) no-repeat left top;
	-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-position:-0px top;}
.icon-twitter a:hover {background-position:-0px bottom;}

.icon-facebook, .icon-facebook a {background-position:-40px top;}
.icon-facebook a:hover {background-position:-40px bottom;}

.icon-dribbble, .icon-dribbble a {background-position:-80px top;}
.icon-dribbble a:hover {background-position:-80px bottom;}

.icon-flickr, .icon-flickr a {background-position:-120px top;}
.icon-flickr a:hover {background-position:-120px bottom;}

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

.twitter-feed {
	padding:0px;
	position:relative;
	display:block;
	width:100%;	
	min-height:80px;
	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:14px;
	/*color:#ddd;*/
	display:block;
	line-height:1.3em;
}

.twitter-feed span a {
	color:#0979a1;
	text-decoration:none;
}

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

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

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

.mobile-info {
	display: none;
}

.twitter-share-button.twitter-count-horizontal {
	margin-right: -31px;
}

#rotate {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #333;
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	display: block;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 100%;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #ddd;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -20px;
	color: #ddd;
}

blockquote cite {
	color: #ddd;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

/* #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;
	max-width: 560px;
}

.rsp-caption h2 {}

.slider-wrap {
	background:url(../images/slider_bg.png);
	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 {
}

.logo img {
	width:80%;
	height:auto;
	max-width: 560px;
	text-align: center;
}

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

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


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

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

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

.flexslider .slides img { margin-top: 25% !important;}

.mobile-info {
	display: inline;
}

   }


/* #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%;
}

.mobile-info {
	display: inline;
}

}

.lazer {
	background: url(../images/lezeranim.gif) repeat-x top;
	height: 54px;
}

.lazer2 {
	background: url(../images/lezeranim2.gif) no-repeat center top;
	height: 54px;
}

.twitter-feed {
	
	
}
#headpromo {
	color: #e0e0e0;
}
#headpromo img {
	margin: 0 0 -3px 3px;
}
#headpromo h6 {
	color: #e0e0e0;
}
#headpromo a {
	color: #e0e0e0;
	margin: 0 5px;
}
#headpromo a:hover {
	color: #e0e0e0;
	text-decoration: none;
}