/*
Theme Name: NYKA-GbThemes
Theme URI: http://gbthemes.net/nyka/
Description: NYKA v1.0 : Creative WordPress Theme for Portfolio
Author: gbthemes
Author URI: http://gbthemes.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, fluid-layout, responsive-layout, post-formats, theme-options, translation-ready
*/



/* =============================================================== */
/* Import Section
================================================================ */

@import url("http://fonts.googleapis.com/css?family=Anonymous+Pro:regular");


@import url("css/base.css");	
		


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
	
}

.content_back {
  background:#ffffff; /*fcfcfc*/
  padding-top:40px;
  padding-bottom:60px;
  
}
.content_back_port {
    padding:0; margin:0;
}


input[type="submit"]{
	border: 0px solid #d8d8d8;
	padding: 12px;
	outline: none;
	
	color: #fff;
	margin: 0;
	max-width: 100%;
	margin-bottom: 20px;
	background: #fcdc28;
	font-weight: normal;
	border-radius:0px;
  behavior: url(css/PIE.htc);
  
  }
  
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
}

.wpcf7 input[type="text"], input[type="email"]{
	width:50%;
  
  }



/* =============================================================== */
/* Header
================================================================ */

.left-side {
    float:left;
    width:25%;
}
.right-side {
    float:left;
    width:75%;
    padding-left:25%;
}
.right-side-slider {
    float:left;
    max-width:75%;
    padding-left:25%;
}
.right-side2 {
    float:left;
    width:71%;
	max-width:1000px;
    padding-left:27%;
}

.right-side-text-home {
    width:100%;
	max-width:1010px;
    padding-left:20px;
	padding-right:0px;
	padding-bottom:60px;
}

.back-side2 {
width:25%;
background:white;	/*E9ECEC*/
top:0;
position:fixed;
height:100%;
padding-top:40px;
  
  padding-right:1px;
  
  
  text-align: right;
}

.left-side-footer {
  text-align:right;
  padding-right:60px;
  padding-left:20px;padding-top:20px;
  font-size:80%;
}
.left-side-footer-text, .left-side-footer-text p {
  font-size:80%;
}


header {
  width:100%;
  background:#ffffff;
}



.wrap-slide {
  width:100%; 
  position: relative;
}

.wrap-slide-page {
  width:100%; 
  padding-top:0px;
  padding-bottom:20px;
  margin-bottom:0px;
  text-align:center;
  margin-top:-20px;
  
}
.wrap-slide-page h1 {
  display: inline-block;
  font-size:200%;
  text-align:center;
  margin:0;
  padding:0;
}




/* =============================================================== */
/* Menu
================================================================ */
.site-menu {
  width:100%;
  z-index:3;
}


/* Logo & Menu sections
==========================*/
.logo-site {
  margin-top:0px;
  text-align:right;
  margin-bottom:10px;
}
.logo-site img {
  float:right;
  display: inline-block;
}

.logo-site-text {margin-top:2px;}
.tagline {font-size:85%;}
.menu-site-text {margin-top:10px; margin-bottom:10px;}

.margin-menu {padding-bottom:0px;}

/* Main Navigation
==========================*/
.menu {
	max-width: 250px;
	padding: 40px 0px 25px 0px;
        float:right;
}

ul.menu {
	padding: 0;
	margin: 0;
	line-height: 90%;
	list-style: none;
	margin-bottom:20px;
	z-index:9999;
}

ul.menu li {}
ul.menu li:last-child {border-bottom:0;}

ul.menu li a {
	font-size: 120%;
	padding: 13px 0px;
	color: #606060;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

ul.menu li a:hover {
	color:#fcdc28;
}

ul.menu li a:active {
	color:#fcdc28; !important
}

ul.menu ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.menu ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.menu ul li a {
	padding-left: 30px;
	font-size: 90%;
	font-weight: normal;
	outline:0;
	color:#fcdc28;
}

ul.menu ul li a:hover {
	color:#fcdc28;
}

ul.menu ul ul li a {
	color:white;
	padding-left: 40px;
}

ul.menu ul ul li a:hover {
	color:#ce3d21;
}

ul.menu span{
	float:right;
        margin-left:5px;
}






/* =============================================================== */
/* Custom page CSS
================================================================ */
.padding5 {padding-top:5px; padding-bottom:5px;}
.padding10 {padding-top:10px; padding-bottom:10px;}
.padding20 {padding-top:20px; padding-bottom:20px;}
.padding30 {padding-top:30px; padding-bottom:30px;}
.padding40 {padding-top:40px; padding-bottom:40px;}
.margin40 {margin-bottom:60px;}
.margin20 {margin-top:20px;}
.p-color {color:#fcdc28;}
.s-color {color:#514148;}
.tab-pane {margin-bottom:40px;}
#portfolio-wrapper {width:100%;}
.index-text {position:relative; z-index:5;}



/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 9px 25px 9px 25px;  
  font-size: 11px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button:active {}

.button2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 15px 25px 15px 25px;  
  font-size: 20px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button2:active {}

.button.light {color:#000; background:#fff; border:2px solid #fcdc28;}
.button.light:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#fcdc28;
  color:#fff;
  border:2px solid #fcdc28;
}

.button.dark {background: #fcdc28;  color:#fff; border:2px solid #fcdc28;}
.button.dark:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  border:2px solid #fcdc28;
  background:#fff;
  color:#000;
}

.button2.dark2 {color:#fff; background:#000;}
.button2.dark2:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#000;
  color:#fff;
}

/* =============================================================== */
/* Blackquote
================================================================ */
blockquote {
  
  line-height:170%;
  margin: 20px 20px 20px 20px;
  padding-left:50px;
  color: #383838;
  background: url(images/quotes.gif) left top no-repeat;
  min-height:29px;
  margin-bottom:40px;
  font-style:italic;
}
blockquote p {
  line-height:170%;
  font-style:italic;
  font-size:100%;
}

/* Lasted post widget
==========================*/
.latest-post {margin-top: 25px; min-height:53px;  padding-bottom:8px;}
.latest-post:last-child {border: none;}
.latest-post p,
.latest-post a {
	margin: 0;
	line-height: 120%;
	font-weight:normal;
	
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
	font-size:11px;
	font-weight:normal;
}
.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border:0;
	height: 52px; width: 52px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius:0px;
}
.latest-post img:hover {}

/* Flickr widget
==========================*/
.flickr_image {
  width: 63px;
  height: 63px;
  display: inline-block;
  margin: 0 5px 5px 0;
  overflow: hidden;
  padding: 0px;
  border:0;
  line-height: 0;
}
.flickr_image:hover {}
.flickr_image img {
  height: 63px;
  width: 63px;
  border-radius:0px;
}



/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}




.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}




/* Site content
==========================*/
.wrap {
  padding-left:40px; 
  padding-right:40px;
}
#wrap {
  padding-left:40px; 
  padding-right:40px;
}
.container {
  width: auto;
  max-width: 1000px;
}
.container-fluid {
  width: auto;
  max-width: 1000px;
}

/* Social icons
==========================*/

.social-icon {
  display: inline-block;
  color:#aaaaaa;
  text-decoration:none;
  width:20px;
  height: 20px;
  margin-top:10px;
  margin-left:4px; margin-right:4px;
  font-size:150%;
}
.social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}

.b-scale .social-icon {
  display: inline-block;
  color:#ffffff;
  text-decoration:none;
  width:20px;
  height: 20px;
  margin-top:10px;
  margin-left:4px; margin-right:4px;
  font-size:150%;
}
.b-scale .social-icon:hover  {
  color:#000000;
}



/* White background content
==========================*/
.back-white {
}

.back-white-post {
}
.back-white-post2 {
}

.border-top-img {
  
}


/* Back to top
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 0px;
	margin: 0 20px 0 0;
	z-index:100;
	
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#fcdc28;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
	
  behavior: url(css/PIE.htc);
    
}
#backtotop a:hover {background-color: #fcdc28;}


/* =============================================================== */
/* Blog
================================================================ */

.blog-archive-page {padding-top:10px;}
.blog-archive-page ul li {
padding-top:0px; padding-bottom:0px;

}

/* Blog navigation
==========================*/
.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/

.widget {
    padding-left:5px;
}

.widget a {
color: #606060;
}

.widget_search input[type="text"] {width:92%; border-radius:0; margin-top:0px; background: #ffffff url(images/search.png) no-repeat no-repeat 96% 50%;}
.widget_search input[type="submit"] {display:none;}
.widget_search .screen-reader-text {display:none;}
.span3 .widget {margin-bottom:40px;}
.widget-title { 
  padding-top:10px;
  padding-bottom:0;
}
.widget-title li:after {
    content: " ";
    display: table;
}
.widget-title li:after {
    clear: both;
}
.widget-title h6 {text-transform:uppercase; }
.widget-title .tagcloud a {padding-right:20px;}

.gb-recent-posts {padding-bottom:0px;}
.gb-flick {padding-top:16px; padding-bottom:20px;}

.widget ul {margin-top:0px;}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding-top:8px;
	background: url(images/arrow_blog.png) no-repeat 0 12px;
	
}

.widget li:last-child { border-bottom: none; }
.widget li a {
	display: block;
	padding: 0px 0 10px 10px;
}
.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { color: #fcdc28; }

.widget_categories li {text-align:right; padding-top:8px;}
.widget_categories li a {float:left; text-align:left;}
.widget_categories li:after {
    content: " ";
    display: table;
}
.widget_categories li:after {
    clear: both;
}


.widget .recentcomments {
	display: block;
	padding: 8px 0 8px 25px;
	background: url(images/comment.png) left no-repeat;
	line-height:130%;
}
.widget_calendar table { width: 100%; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-weight:bold;
	margin-bottom: 20px;
	text-align: center;
}
.widget_calendar tr th {
	font-weight:bold;
	background:#eee;
	padding:10px;
}
.widget_calendar tr td {
	padding: 8px 6px;
	text-align: center;
	font-weight:normal;
	
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
	padding-top:20px;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
	padding-top:20px;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}
.widget {
	margin: 0px 0 0 0;
	line-height: 15px;
	font-weight:bold;
}
.widget h5 {
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:130%;
	text-transform:uppercase;
	border-bottom:1px solid #eeeeee;
    font-weight:normal;	
}
.widget h6 {
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:130%;
	border-bottom:1px solid #eeeeee;
	font-weight:normal;
	
}

.tagcloud {margin-top:0px;}
.tagcloud a {padding:5px 10px; color:#606060; border: 1px solid #606060; font-weight:normal; margin-top:2px; margin-bottom:2px; display: inline-block;}
.tagcloud a:hover {color:#fff; background:#fcdc28; border: 1px solid #fcdc28;}
.border-next {border:2px solid #fcdc28;}

.post-tags a {font-weight:italic; font-size:100%; }


/* Posts
==========================*/
.post {margin: 0px 0 50px 0;}
.post-left0 {float:left; width:100px; position:absolute;}
.post-left {float:left; width:100%; position:relative;}
.margin-left-100 {margin-left:0px; margin-bottom:0px;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 0px 0px;}
.post-img {}
.post-content {margin: 0 0 0 0 !important;}
.post-title h2 {
	font-size: 27px;
	color: #575756;
	margin: 0 0 0px 0px;
	display: block;
	padding-bottom:6px;
	font-weight:normal;
}
.post-title h2 a {
	font-size: 27px;
	color: #575756;
	display: block;
	font-weight:normal;
}
.margin-left {margin-left:20px;}
.width-left {width:150px;}
.post-title h2 a:hover {color: #606060;}
.post-desc {
	padding: 20px 0 15px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.post-info {
	padding: 0px 0 0px 0px;
	
}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #154890;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 0px 0px; margin-bottom:20px;}
.post-meta, .post-meta a {color: #c1c1c1;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 0px solid #c1c1c1;
	font-size:90%;
	color:#c1c1c1;
}
.post-meta span a, .post-meta span a:hover {
	color:#c1c1c1;
}
.post-type {
	width:80px;
	height:65px;
  color:#fff;
  text-align:center;
  font-size:27px;
  background:#fcdc28;
  padding-top:15px;
}

.more-link {margin-top:10px; padding:10px; padding-top:5px; padding-bottom:5px; background:transparent;}
.more-link, .navleft a, .navright a {font-size:90%; font-style:italic;}
.more-link:hover, .navleft a:hover, .navright a:hover {font-size:90%;}

.more-link21 {padding:10px; padding-top:0px; padding-bottom:5px;}

.info-blog {padding-top:7px;}

.link-post-det1 {
  margin-bottom:20px;
  margin-top:-20px;
  margin-right:10px
}
.link-post-det2 {
  margin-bottom:20px;
  margin-top:-20px;
  margin-left:10px
}
.link-post-det {
  margin-bottom:20px;
  margin-top:-20px;
}
.re-ant {padding-top:10px; font-size:80%; font-style:italic; color:#ffffff;}
.re-ant2 {margin-top:-10px; font-size:90%; color:#ffffff;}

.link-post-det a {
  color:#ffffff;
  padding-bottom:4px;
  border-bottom: 1px dotted #cccccc;
}
.min-margin {}

.color-font-icon {color:#fcdc28;}

/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#ffffff;
	padding:20px;
}
.avatar {float:left;}
.vcard img {border-radius:50%;
  behavior: url(css/PIE.htc);}

.comment-show {
	margin-bottom: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	border-bottom: 1px dotted #eee;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 110px;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 20px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	line-height:170%;
}
.comment-author a {
	color: inherit;
}
      
/* Leave a Comment
==========================*/
.comment-form label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}
.comment-form label span {color:#ea1c1c;}
.comment-form input, .comment-form textarea {
	width: 240px;
}
.comment-form textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}
.form-allowed-tags {display:none;}

/* Link post
==========================*/
.link-post {
  margin-bottom:15px;
  background:#fcdc28;
  margin-top:-15px;
  padding:20px;
  padding-top:80px; padding-bottom:80px;
}
.link-post h3 {text-align:center;}
.link-post h3 a {
  color:#ffffff;
}


/* Quote post
==========================*/
.quote-post {
  font-style: italic;
  
  padding: 30px; margin-top:-20px;
  
  position: relative;
  background: #F9F9F9 url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:20px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 10px 0px 40px 70px;
  padding:20px;
  background: #f9f9f9;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.author-info h3 {
  
}
.author-info a {
  
}
.author-info a:hover {
  
}

.author-bio {margin-top:60px;}
.author-bio img {border-radius:50%;
  behavior: url(css/PIE.htc);}

  
/* Post tags
==========================*/
.post-tags {
  margin: 10px 0px 40px 0px;
}


/* =============================================================== */
/* Footer
================================================================ */
footer {
  /*position: relative; */
  color:#606060;
  margin-top:0px;
}


.wrap-footer {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
  
}
#sub_footer {
  padding-top:10px;
  font-size:16px;
}
#sub_footer p {
  font-weight:normal;
}
#sub_footer {
  background: #fff;
  font-weight:normal;
  overflow:hidden;
}


img.alignright {float:right; padding-left:10px;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left; padding-right:10px;}


#infscr-loading {text-align:center; margin-left:auto; margin-right:auto;}
#infscr-loading img {margin-left:auto; margin-right:auto;}




/* =============================================================== */
/* Slider
================================================================ */

.su-slider-slide img {border-radius:4px;
  behavior: url(css/PIE.htc);}

.round-slide div {border-radius:3px;
  behavior: url(css/PIE.htc);}
  

.outside {margin-bottom:-39px; z-index:999; position:relative;}
.outside .slider-prev a {background:#fcdc28; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px; margin-right:2px;}
.outside .slider-next a {background:#fcdc28; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px;}

.ssba {margin-top:10px; margin-bottom:0; padding-bottom:0;}

.relatedposts {margin-top:30px; margin-bottom:60px;}
.relatedposts p {padding-bottom:0px; margin-bottom:0px;}


pre:after {
    content:'';
	display:block;
    clear: both;
}
code:after {
    content:'';
	display:block;
    clear: both;
}
pre,
code  {
	   float:left;
	   margin-bottom:10px;
	   width:98%;
       }
	   

.colsa {
    -moz-column-count:2;
    -moz-column-gap: 2%;
    -moz-column-width: 20%;
    -webkit-column-count:2;
    -webkit-column-gap: 2%;
    -webkit-column-width: 20%;
    column-count: 2;
    column-gap: 2%;
    column-width: 20%;
	height:100%;
}


div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current {
width:20px;
height:20px;
text-align:center;
padding:0;
-moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding:5px; padding-bottom:10px; padding-top:2px;
  margin-left:3px; margin-right:3px;
  background:transparent;
  text-shadow: white 0 0px 0;
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  border:1px solid #fcdc28;
  font-weight:bold;
}
div.pagination a:hover, div.pagination a:focus {
background:#fcdc28;
border:1px solid #ffffff;
color:#ffffff !important;
}
div.pagination span.current {
background:#fcdc28;
border-color: #ffffff !important;
  text-shadow: black 0 0px 0;
border:1px solid #ffffff;
color:#fff !important;
}



#upprev_box { border-top:2px solid #fcdc28;}
#upprev_close { padding-top:20px; padding-right:5px;}


#mobile-menu, #mobile-menu-close {
	position: fixed;
	left:0px;
	display:none;
	top: 0px;
	margin: 0 0px 0 0;
	z-index:9999;
        height:100%;
        background:#fcdc28;
	padding-top:50%;
}
#mobile-menu a, #mobile-menu-close a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:20px;
	height:20px;
	padding-left:5px; padding-top:5px;
	background:#fcdc28;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color:#ffffff;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  behavior: url(css/PIE.htc);
  
    
}


.portfolio-c3 {float:left; width:33.32%;}
.portfolio-c4 {float:left; width:25%;}
.portfolio-c5 {float:left; width:20%;}

.portfolio-c3 img, .portfolio-c4 img, .portfolio-c5 img, .span4 img, .su-column-inner img {width:100%;}


.slides-navigation a {padding:10px; background:#222222;font-size:130%;}
.slides-navigation a:hover {background:#fcdc28; color:#ffffff;}
.slider-link {border-bottom:1px dotted #000000;padding-bottom:5px;}







/*		Row + Column
---------------------------------------------------------------*/

.su-row {
	clear: both;
	zoom: 1;
	margin-bottom: 1.5em;
}
.su-row:before,
.su-row:after {
	display: table;
	content: "";
}
.su-row:after { clear: both; }
.su-column {
	display: block;
	margin: 0 4% 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 0 4%; }
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100%; }
@media only screen {
	[class*="su-column"] + [class*="su-column"]:last-child { float: right; }
}
.su-column-size-1-1 { width: 100%; }
.su-column-size-1-2 { width: 48%; }
.su-column-size-1-3 { width: 30.66%; }
.su-column-size-2-3 { width: 65.33%; }
.su-column-size-1-4 { width: 22%; }
.su-column-size-3-4 { width: 74%; }
.su-column-size-1-5 { width: 16.8%; }
.su-column-size-2-5 { width: 37.6%; }
.su-column-size-3-5 { width: 58.4%; }
.su-column-size-4-5 { width: 79.2%; }
.su-column-size-1-6 { width: 13.33%; }
.su-column-size-5-6 { width: 82.66%; }
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
	.su-column {
		width: 100% !important;
		margin: 0 0 1.5em 0 !important;
		float: none !important;
	}
	.su-row .su-column:last-child {
		margin-bottom: 0 !important;
	}
}



.su-column  h5, .su-column  h5 a {color:#ffffff;}

.ssbaf {width:30px; display:inline-block;}
.ssbaf img {width:30px; display:inline-block;}



  
/* =============================================================== */
/* Mobile
================================================================ */


@media only screen and (min-width: 757px) and (max-width: 1024px) {
.portfolio-c3 {float:left; width:50%;}
.portfolio-c4 {float:left; width:50%;}
.portfolio-c5 {float:left; width:50%;}

}




/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.text-align-right {text-align:left;}
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}

.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}

.columns3 {width: 100%;}
.columns4 {width: 100%;}

.fullwidth-header .social-icon {margin-right:20px;  margin-left:0;}



.menu-header {
  float:right;
}


.align-right2{display:none;}

#site-menu2 {display:none;}

.back-side2 {display:none;}
#mobile-menu {
	display:block;
}

.portfolio-c3 {float:left; width:100%;}
.portfolio-c4 {float:left; width:100%;}
.portfolio-c5 {float:left; width:100%;}




.right-side {
    width:99%;
    padding-left:1%;
}
.right-side2 {
    float:left;
    width:99%;
    padding-left:1%;
}
.right-side-slider {
    max-width:93.80%;
	padding-left:25px;
}

.right-side-text-home {
    padding-left:0px;
	padding-right:0px;
}
.right-side-text-home  .wrap {
    padding-left:20px;
	padding-right:20px;
}

.wrap {
  padding-left:40px; 
  padding-right:20px;
}
#wrap {
  padding-left:40px; 
  padding-right:20px;
}

body {line-height:120%;}
h1, h2 {font-size:100%;}



}



/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}

.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}


.columns3 {width: 50%;}
.columns4 {width: 50%;}

.fullwidth-header .social-icon {margin-right:20px;  margin-left:0;}



.menu-header {
  float:right;
  z-index:3;
}


.align-right2{display:none;}

#site-menu2 {display:none;}

.back-side2 {display:none;}
#mobile-menu {
	display:block;
}

.portfolio-c3 {float:left; width:50%;}
.portfolio-c4 {float:left; width:50%;}
.portfolio-c5 {float:left; width:50%;}


.right-side {
    width:99%;
    padding-left:1%;
}
.right-side2 {
    float:left;
    width:99%;
    padding-left:1%;
}
.right-side-slider {
    max-width:96.10%;
	padding-left:25px;
}

.right-side-text-home {
    padding-left:0px;
	padding-right:0px;
}
.right-side-text-home  .wrap {
    padding-left:20px;
	padding-right:20px;
}

.wrap {
  padding-left:40px; 
  padding-right:20px;
}
#wrap {
  padding-left:40px; 
  padding-right:20px;
}

body {line-height:120%;}
h1, h2 {font-size:100%;}


}








  