/*
Theme Name: Telesis
Theme URI: http://www.vivathemes.com/telesis/
Description:  A one page responsive WordPress theme with parallax effect that can be used to showcase your services and portfolio.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.2
Tags: light, gray, two-columns, responsive-layout, custom-menu, featured-images
Text Domain: telesis
*/


body,html{
  height:100%;
  min-height: 100%;
}

body {
	background: #fff;
	color: #333;
	font-family: open sans, arial, helvetica, tahoma, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
	line-height: 200%;
	-webkit-font-smoothing:antialiased;
	overflow: visible;
}

@font-face {
    font-family: 'Genericons';
    src: url('http://operationnaked.org/wp-content/themes/telesis/font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot') format('embedded-opentype'),
         url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
h1 {
	font-size: 26px;
	color: #333;
	margin-top: 20px;
	text-transform: none;
	font-family: 'Lato', arial, helvetica;
	font-weight: 700;
}

h2 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 22px;
	font-family: 'Lato', arial, helvetica;
}

h3 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Lato', arial, helvetica;
}

h4 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Lato', arial, helvetica;
}

h5 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 12px;
	font-family: 'Lato', arial, helvetica;
}

p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #333;
	text-decoration: underline;
}

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

/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow:hidden;
}
	
/* header */

#header {
  	width: 100%; 
	height: 74px;
	float: left;
	clear: left;
	position: fixed;
	z-index: 999;
	-webkit-transform: translateZ(0);
}

#headerin {
	max-width: 902px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
}

#logo {	
	width: 20%;
	float: left;
	height: auto;
	margin-top: 10px;
}

#logo a {
	color: #fff;
}

#logo h1 a,
#logo h1 {
	font-weight: 700;
	font-size: 22px;
	margin-top: 14px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Lato', arial, helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: 0;
	padding: 0;
}

#site-description {
	float: left;
	clear: left;
	font-style: italic;
	color: #333;
	font-size: 14px;
	margin-top: 0;
}

/* main menu */

#mainmenu {
	width: 80%;
	float: right;
	margin-top: 25px;
	height: 20px;
}

#mainmenu ul {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	display: block;
}

#mainmenu ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
}

#mainmenu ul li span {
	color: #999;
	font-size: 12px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
}

#mainmenu ul li:hover span {
	color: #ffcc00;
}

#mainmenu ul li a {
	color: #333;
	font-size: 12px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 3px;
}


/* search */

#searchbox {
}

#searchform {
}

#searchform input#s {
}

#searchform input#searchsubmit {
	display: none;
}

#header h2 {
	display: none;
}

/* About Us section */

#aboutus {
	width: 100%;
	float: left;
	clear: left;
	background: #cccc66;
}

.abwidget {
	max-width: 902px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #a7aa55;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	margin: auto;
	padding-left: 35px;
	padding-right: 35px;
	
}

.abwidget h2 {
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
}
	
.abwidget span,
.abwidget a {
	color: #808443;
	text-decoration: none;
}

/* Portfolio section */

#portfolio {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
}

.portobg {
  background: url(images/geometry.png) repeat;
  position: fixed;
  width: 100%;
  height: 1500px;
  margin-top: -700px;
  left:0;
  z-index: -1;
}

.portoinner {
	max-width: 902px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
}

.portwidget {
	width: 100%;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 130px;
	float: left;
	clear: left;
}

.portwidget h2 {
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
}
	
.portwidget span,
.portwidget a {
	color: #666;
	text-decoration: none;
}

/* Who We Are section */

#whoweare {
	width: 100%;
	float: left;
	clear: left;
	background: #ffcc00;
}

.whowidget {
	max-width: 902px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #8e7200;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	margin: auto;
	padding-left: 35px;
	padding-right: 35px;
	
}

.whowidget h2 {
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
}
	
.whowidget span,
.whowidget a {
	color: #fff;
	text-decoration: none;
}

/* Contact section */

#contactus {
	width: 100%;
	float: left;
	clear: left;
	position: relative;
	overflow: hidden;
}

.contact-bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
  
#contactouter {
	max-width: 902px;
	position: relative;
	z-index: 2;
    top: 15%; 
	margin: auto;
	padding-left: 35px;
	padding-right: 35px;
}
	
 
.contwidget {
	width: 100%;
	float: left;
	clear: left;
	background: url(images/transparent.png) repeat;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 120px;
	margin-bottom: 120px;
}

.contwidget .widgets {
	width: 40%;
	float: left;
	clear: none;
	margin: 5%;
	margin- right: 5%;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}


.contwidget h2 {
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #cc3366;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
}

.contwidget span,
.contwidget a {
	color: #52bfdd;
	text-decoration: none;
}

#socialize {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}

a.socialicon {
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	display: inline-block;
	border: solid 2px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

a.socialicon:hover {
	-webkit-animation:spin .3s linear 1;
    -moz-animation:spin .3s linear 1;
	-o-animation:spin .3s linear 1;
    animation:spin .3s linear 1;
}

a.socialicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 40px;
}

a.twittericon:before {
	content: '\f202';
}

a.facebookicon:before {
	content: '\f204';
}

a.linkedinicon:before {
	content: '\f207';
}

a.dribbleicon:before {
	content: '\f201';
}

a.pinteresticon:before {
	content: '\f209';
}

a.flickricon:before {
	content: '\f211';
}

a.vimeoicon:before {
	content: '\f212';
}

a.youtubeicon:before {
	content: '\f213';
}

a.tumblricon:before {
	content: '\f214';
}

a.instagramicon:before {
	content: '\f215';
}

a.googleplusicon:before {
	content: '\f218';
}

/* content */


.post {
	margin:0;
	padding:0;
}

.entry {
	clear: left;
	float: left;
	width: 100%;
}

h1.entry-title {
}

h2.entry-title a {
}

h1.entry-title {
	
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin: 8px 0;
}

a.more-link {
}

a.more-link:hover {
}

#timestamp {
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

.navigation {
}
	
.alignleft a {
}

.alignright a {
}

.alignleft a:hover,
.alignright a:hover {
}

/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
}
	
#commentform a { 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}

#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	background: #fff;
	border: none;
	float: left;
	clear: left;
	margin-top: 0;
}

#author, #email, #url {
	height:16px;
}
	
#submit {
	cursor:pointer;
	color: #333;
	padding: 12px 16px;
	background: #fff;
	border: none;
	float: left;
	clear: left;
	margin-top: 10px;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #333;
	font-size: 16px;
	margin-bottom: 2px;
	clear: left;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}	


.reply a.comment-reply-link {
	background: #fff;
	font-size: 11px;
	border: none;
	padding:0;
	color: #333;
	padding: 4px 7px;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	color: #fff;
	background: #333;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin: 10px 20px 0 0;
}

ol.commentlist li {
	margin: 0;
	padding: 20px;
	padding-left: 0;
	list-style-type:none;
	float: left;
    width: 90%;
	margin-bottom: 20px;
}

ol.commentlist ul li {
    border: none;
    padding: 20px;
	width: 70%;
	padding-bottom: 0;
	padding-right: 0;
	background: none;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}

/* footer */

#footer {
	float: left;
	clear: left;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	color: #808443;
	background: none;
	text-align: center;
	font-size: 14px;
}	

#footer a {
	color: #808443;
	text-decoration: none;
}	

@media screen and (max-width: 820px) {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	#header {
		position: relative;
	}
	
	#logo {	
		width: 100%;
		float:left;
		text-align: center;
	}

	#logo img {
		display: inline-block;
    	max-width: 100%;
    	min-width: 52px; 
	}
	.in-slide-content p span {
		border: none;
		padding: 0;
		letter-spacing: 0px;
		text-align: center;
	}
	
	#slidecontainer {
		width: 100%;
		margin-top: 30px;
		float: left;
		clear: left;
		background: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}

	
	.blueberry {
		padding: 0;
		padding-bottom: 0;
		margin: 0 auto;
		border: none;
	}
	
	#contactouter,
	.portoinner,
	.whowidget,
	.abwidget {
		width: 90%;
		font-size: 24px;
		padding-left: 5%;
		padding-right: 0;
		margin: 0;
		float: left
	}
	
	#contactouter {
		top: 2%;
	}
	
	.contwidget .widgets {
		width: 90%;
		margin: 5%;
	}
	
	#mainmenu {
		display: none;
	}
	
	#whoweare,
	#aboutus {
	padding-top: 150px;
	padding-bottom: 150px;
}

.whowidget,
.abwidget {
    top: 0; 
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
}