/*
Theme Name: Horizillax
Theme URI: http://www.productivethemes.com/horizillax
Author: Gopal Raju
Author URI: http://www.convax.com/
Description: Horizillax - A horizontal parallax based wordpress theme that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: black, white, light, dark, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, post-formats,theme-options
Text Domain: Horizillax 
*/

@import url("css/font-awesome.min.css");
@import url("css/bootstrap-social.css");
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/* General */

html,body{
	width:100%;
	margin: 0 !important;
	height: 100%;
	}
body{ background:url(../images/back.jpg) no-repeat center top; background-attachment:fixed; background-size:100% 100%;font-family: 'Roboto', sans-serif;}
.logged-in #masthead, 
.admin-bar #masthead{
	top:32px !important; 
	}

input[type="search"], .search-field{
	border: none;
	padding: 11px;
	}

dt, dd{
	line-height: 2;
	}
	
.container-fluid, .container{
	max-width:1000px;
	}

.container{
	width:auto;
	}

.wrapall{
	height: 100%;
	}

embed, iframe, object, video{
	max-width: 100%;
	}	
.content-box .alert-info{ background-color:transparent !important; border:none;}
/* Sticky Footer */	
.wrapall.innerpage{
	height: auto !important;
    margin: 0 auto -70px;
    padding: 0 0 70px;
    min-height: 100%;
    overflow: hidden;
    clear: both;
	}

#masthead{
	margin-bottom: 35px;
	display: table;
	width: 100%;
	}

.tooltip{
	white-space:nowrap;
	font-size: 11px;
	}
	
.btn-group-wrap{
	text-align: center;
	padding: 20px;
	}

.btn-social-icon.btn-sm, .btn-social-icon.btn-sm:hover{
	color: #FFF !important;
	}
	
.btn:focus, .btn:active{
	box-shadow: none;
	}

.col-sm-9.no-sidebar{
	width:100%;
	}

.logged-in .edit-link{
	position: absolute;
	right:20px;
	top:20px;
	}

.logged-in .edit-link a{
	padding: 10px 20px;
	color: #333;
	background: #ffdb5d;
	border-radius: 3px;
	}

/* Content Box */

.content-box{
	padding: 25px;
	background: #FFF;/*--margin-top: 162px;--*/
	}
	
.content-box  .page-contents{
	margin: 0;
	}

.content-box .member, .content-box .blogpost{
	margin-right: 1px !important;
	}	
	#parallax-container:hover .parallax-page{/*-- z-index:9999 !important; position:absolute; top:0; --*/}
	
 .parallax-page .content-box .link {
	color: #000;
	margin: 15px;
	}	


.content-box  .page-title h4{
	color: #999;
	}


.content-box .parallax-portfolio .btn-group{
	top:0;
	right:0;
	}

.content-box .parallax-portfolio .contents{
	padding-top: 40px;
	}

/* Page Title and Descriptions */
	
.page-title{
	text-align:center; 
	padding: 0; 
	margin-bottom: 20px; width:100%;
	}
	
.page-title h1{
	margin:0;
	}
	
.page-desc{
	font-size: 13px;
	}


/* Navbar and DropDowns */

.navbar{
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	}

.navbar-nav li a:focus{
	outline: none;	
	}
	
.navbar a{
	font-family: Montserrat;
	}
	
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
	}
	
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus{
	background: none;
	}
	
.dropdown-submenu{
	position:relative;
	}
	
.dropdown-submenu>.dropdown-menu{
	top:0;left:100%;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
	}
	
.dropdown-submenu:active>.dropdown-menu, 
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	}
	
.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#ccc;
	margin-top:5px;
	margin-right:-10px;
	}
	
.dropdown-submenu:active>a:after{
	border-left-color:#FFF;
	}
	
.dropdown-submenu.pull-left{
	float:none;
	}

.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
	}

.current_page_item.open{
	background: none;
	}

.dropdown-menu{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border:none;
	}

.dropdown-submenu > .dropdown-menu{
	border-radius: 0;
	margin: 0;
	}	

.dropdown-menu > li > a{
	padding: 8px 20px
	}



/* Search Form Styles */

.search-form .search-field, 
.search-form label, 
.search-submit{
	float: left;
	margin-bottom: 0;
	}

.search-form{
	position: relative;
	}

.screen-reader-text{
	display: none;
	}

.search-form label{
	width:100%;
	}

.search-form .search-submit{
	position: absolute;
	right: 1px;
	top:1px;
	padding: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: none;
	border: none;
	}

.search-form .search-submit:hover, .search-form .search-submit:hover i{
	background: none;
	}

.search-form .search-field{
	padding-right: 50px;
	width: 100%;
	border: 1px solid #f1f1f1;
	}



/* Pagination */

.pagination{
	overflow: hidden;
	}

.pagination > li > a, 
.pagination > li > span{
	font-size: 18px;
	font-family: Montserrat;
	border-radius: 0 !important;
	border: none;
	}



/* Logo Styles */

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	}

.navbar-brand img{
	/*--max-height: 50px;--*/
	}



/* Border Radius */

.parallax-portfolio .bx-viewport, 
.blogpost,
.post_format, 
.overlay span, 
.parallax-page .member, 
.blog-post, 
.widget, 
.bx-viewport .recent-item-list li,
.widget  tfoot td a,
.comment-meta,
#comments,
.portfolio_item,
.hentry,
.content-box
 {
	overflow: hidden;
	background: #FFF;
	}


.parallax-portfolio .bx-viewport, 
.blogpost,
.post_format, 
.overlay span, 
.parallax-page .member, 
.blog-post, 
.widget, 
.bx-viewport .recent-item-list li,
.widget  tfoot td a,
.comment-meta,
#comments,
.btn-group-expand a,
.portfolio_item,
.hentry,
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea,
.search-form .search-field,
#portfolio-cat-filter,
.content-box{
	border-radius:3px !important;
	}


/* Button Styles */

.btn-default{
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 12px;
	}

.btn-default:hover{
	text-decoration: none;
	}

.btn-icon i{
	margin-right: 5px;
	}



/* Next/Prev Button Styles */

.btn-group-expand{
	position: absolute;
	top:50%;
	margin-top: -20px;
	z-index: 998;
	width:100%;
	left: 0;
	}

.btn-group-expand .bx-next{
	position: absolute;
	right: 20px;
	}
	
.btn-group-expand .bx-prev{
	position: absolute;
	left: 20px;
	}



/* Image Overlays */

.overlay .icon-align{
	top:50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	text-align: center;
	position: absolute;
	z-index: 998;
	opacity: 0;
	background: transparent;
	}

.overlay .two-icons{
	margin-left: -50px;
	}

.overlay .icon{
	display: inline-block;
	color: #555;
	}

.overlay:hover .icon-align{
	opacity: 1;
	}

.overlay{
	position: relative;
	display: block;
	overflow: hidden;
	}

.overlay img{
	opacity: 1;
	width:100%;
	height: auto;
	}

.overlay:hover img{
	opacity: .3 !important;
	}

.overlay i{
	width:50px;
	height:50px;
	font-size:22px;
	line-height:50px;
	text-align: center;
	}



/* Social Media Buttons */	

#social-icons{
	padding:10px 0;
	}
	
.btn-social-icon{
	margin-left: 5px; 
	border: none;
	}


		
/* Bxslider */

.bx-wrapper{
	position: relative;
	}
	
.bx-pager{
	text-align: center;
	}
	
.disabled{
	display: none;
	}



/*Home Template */

html.template-parallax,
html.template-parallax body{
	height:100%;
	width:100%;
	overflow: hidden;
	margin:0 !important;
	padding: 0;
	}

.template-parallax #masthead{
	position: fixed;
	z-index: 99999;
	top:0;
	left: 0;
	right: 0;
	margin: 0;
	}

#parallax-container{
	width:100%;
	height:100%;
	overflow:hidden;
	min-height:200px;
	min-width: 300px;
	position: relative;
	}

.parallaxItem{
	position:absolute;
	bottom:0;
	left:0;
	-webkit-backface-visibility: hidden;
	}
	
.template-parallax body{
	-webkit-transform:translate3d(0,0,0); /* safari flicker fix */
	}
	
.parallax-page{
	position:absolute;
	width:75%;
	max-width: 790px;
	}

	

/*Nano Scroller*/

.nano{ 
	height: 300px; 
	margin-top: 20px;
	}
	
.nano .nano-content{ 
	padding:0 30px; 
	}
	
.parallax-portfolio.nano-content, .parallax-blog.nano-content, .parallax-about.nano-content{
	padding: 0;
	}	
	.nano .nano-pane{ 
	background: transparent;
	}
	




/**
 * Parallax Page Styles
 * ----------------------------------------------------------------------------
 */

.parallax-page .page-title h1, 
.parallax-page .page-title h2, 
.parallax-page .page-title h3, 
.parallax-page .page-title h4{
	margin: 0;
	}

.template-parallax .site-footer{
	position: fixed;
	bottom: 0;
	z-index: 499;
	width:100%;
	}
 

.parallax-page .link{
	position: absolute;
	top:0;
	right:0;
	font-size: 20px;
	/* background: none; 
	color: #FFF;*/
	border: none;
	}


/* Parallax Portfolio Template */

.parallax-portfolio{
	position: relative;
	}

.parallax-page  .page-contents img{
	max-width: 100%;
	height: auto;
	}

.parallax-portfolio h2 a:hover{
	text-decoration: none;
	}

/* Slider */


.parallax-portfolio .slider{
	margin: 0;
	padding: 0;
	display:block;
	}

.parallax-portfolio .slider li{
	text-align: center;
	background: #FFF;
	}

.parallax-portfolio .slider li img{
	float: left;
	width:500px;
	margin-right: 25px;
	max-width:400px;
	height:auto;
	}

.parallax-portfolio #pager{
	width:500px;
	max-width:400px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 998;
	}

.parallax-portfolio #pager img{
	width:45px;
	height: auto;
	border: 2px solid #FFF;
	}

.parallax-portfolio #pager a{
	padding: 5px;
	opacity: .4;
	}

.parallax-portfolio #pager a.active{
	opacity: 1;
	}

.parallax-portfolio .btn-group{
	position:absolute;
	top:30px;
	right: 30px;
	z-index: 999;
	}

.parallax-portfolio .contents{
	position: relative;
	z-index: 99999;
	text-align: left;
	padding: 60px 40px 40px 40px;
	}

.parallax-portfolio .contents p{
	padding:  20px 0;
	}



/* Parallax Blog Template */
	
.small-title .blog-post-title a, 
.small-title .blog-post-title,
.team-content h3{
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	}

.template-parallax .blogpost img{
	width:100%;
	height: auto;
	}

.blogpost .overlay{
	position: absolute;
	bottom: 0;
	}

.blogpost .post-title{
	clear:both;
	padding: 20px;
	font-size: 22px;
	line-height: 27px;
	}

.blogpost .excerpt{
	padding: 0 20px;
	}

.blogpost .excerpt, 
.blogpost .post-title{
	padding-left: 85px;
	}
	


/* Parallax About Template */

.team-pic{
	text-align: center;
	position: relative;
	min-height: 100px;
	overflow: hidden;
	background: #FFF;
	}

.team-pic{
    z-index: 2;
	}

.team-desc .wrapper-pad{
	padding: 25px;
	}

.team-desc{
    background: #F2F2F2;
    width: 100%;
    z-index: 1;
	position: absolute;
	top:0;
	left: 0;
	overflow-x: auto;
	max-height: 100%;
	height:240px;
	}

.team-group:hover .team-desc{
	z-index: 99;
	}

.team-content h3, 
.team-content p, 
.team-group{
	max-width: 100%;
	width: 275px;
	margin:0 auto;
	text-align:center;
	background: #FFF;
	}

.team-content h3, 
.team-content p{
	padding:5px;
	clear:both;
	}

.team-content h3{
	padding-top:10px;
	padding-bottom:0;
	}

.team-content p{
	padding-bottom: 15px;
	padding-top:0;
	color:#AAA;
	}

.team-content{
	width: 275px;
	max-width: 100%;
	margin: 0 auto;
	background: #FFF;
	}

.team {
	overflow: hidden;
	}

.team img{
	max-width: 100%;
	}

.member-social{ 
	text-align:center;
	width:100%; 
	padding-bottom: 20px; 
	}

.page-contents .member h3, 
.page-contents .member p, 
.page-contents .team-group, 
.page-contents .member .team-content{
	max-width:100%;
	}



/**
 * Generic Page Styles
 * ----------------------------------------------------------------------------
 */

.wrapper{
	margin: 0 auto;
	}

.page .wrapper-pad .main-title{
	margin: 0;
	}

.site-footer{
	clear:both;
	}
	
.site-footer .footer-info{
	padding: 10px 25px;
	}

/* 404 Page Styles */

.error404 .search-form,
.search-no-results .search-form{
	width: 600px;
	margin: 0 auto;
	}

.error404,
.search-no-results{
	text-align: center;
	}	

/* Blog Page Styles */

.blog-post-title{
	padding-left: 60px;
	margin-bottom: 0;
	}

.entry-content td,
.entry-content th{
	padding: 5px;
	}

.entry-content img{
	max-width: 100%;
	}

.not-post .blog-post-title,
.not-post .entry-header .meta-details{
	padding-left: 0;
	}


.not-post .post_format{
	display: none;
	}

.cat-tag{
	padding: 10px 35px;
	color: #666;
	}

.cat-tag a{
	padding: 10px 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Montserrat;
	}
	
.tags_list, 
.categories_list{
	display: inline-block;
	}

.post_format{
	position: absolute;
	top:25px;
	left: 25px;
	width:50px;
	height:50px;
	z-index: 9999;
	background: #4D4D4F;
	}

.post_format:before{
	content: "\f0c9";
	font-size: 16px;
	color: #FFF;
	width:50px;
	height:50px;
	position: absolute;
	line-height: 50px;
	text-align: center;
	cursor: default;
	}

.blog-post .post_format{
	left:30px;
	top:30px;
	}

.blog-main .entry-content{
	padding-top: 0;
	}

iframe.twitter-tweet{
	box-shadow:none !important;
	width:100% !important;
	border:none !important;
	margin-top: 0 !important;
	}

.format-aside .post_format:before{
	content:"\f192";
	}

.format-audio .post_format:before{
	content:"\f028";
	}

.format-chat .post_format:before{
	content:"\f086";
	}

.format-gallery .post_format:before{
	content:"\f03e";
	}

.format-image .post_format:before{
	content:"\f030";
	}

.format-video .post_format:before{
	content:"\f03d";
	}

.format-link .post_format:before{
	content:"\f0c1";
	}

.format-quote .post_format:before{
	content:"\f10d";
	}

.format-status .post_format:before{
	content:"\f15c";
	}	

.entry-header, 
.entry-content{
	padding: 25px 35px;
	overflow: hidden;
	}

.entry-header h1{
	margin-top: 0;
	}
	
.entry-header h1,
.entry-header h1 a{
	color: #333;
	}

.entry-header a:hover{
	text-decoration: none;
	}

.entry-header .meta-details{
	padding: 0 0 0 60px ;
	overflow: hidden;
	clear: both;
	}

.entry-header .meta-details a{
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Montserrat;
	white-space: nowrap;
	}

.entry-thumbnail img{
	max-width:100%;
	height: auto;
	}
.entry-thumbnail{
	text-align: center;
	}

.blog-post,
.widget{
	background: #FFF;
	margin: 0 0 25px 0;
	overflow: hidden;
	}

.blog-post:first-child{
	margin-top: 0;
	}

.blog-post{
	position:relative;
	}



/* Widget Styles */	

.widget{
	padding: 20px 25px;
	}
	
.widget .widget-title{
	margin-top: 0;
	}
	
.widget ul,
.widget li{
	list-style:none;
	margin: 0;
	padding: 0;
	}

.widget li ul.children{
	padding-left: 10px;
	border-left: 3px solid #f2f2f2;
	margin:8px 0 0 0 !important;
	}

.widget li{
	padding: 8px 0;
	}

.widget img{
	max-width: 100%;
	height: auto;
	}

.widget select{
	width:100%;
	}
	
.widget.social_networks_widget a{
	margin: 3px;
	}

/* RSS Widget */

.rss-date, .rssSummary{
	display: block;
	clear: both;
	padding-bottom: 5px;
	}

/* Categories Widget */

.widget_categories li{
	text-align: right;
	clear:both;
	overflow:hidden;
	}

.widget_categories li a{
	float: left;
	}



/* Recent Posts Widget */

.widget_recent_entries li .post-date{
	display: block;
	}

.widget #recent-projects .btn-group{
	position: absolute;
	top:5px;
	right:5px;
	z-index: 999;
	}

/* Tag Cloud Widget */

.widget_tag_cloud a{
	display: block;
	float: left;
	white-space: nowrap;
	padding: 3px 5px;
	border:1px solid #f2f2f2;
	margin: 0 8px 8px 0;
	font-size: 12px !important;
	overflow: hidden;
	}

.widget_tag_cloud a:hover{
	background: #333;
	color: #FFF;
	text-decoration: none;
	}

/* Calendar Widget */

.widget_calendar caption{
	text-align: left;
	}

/* Recent Projects Widgets*/

.widget.widget_recent_posts, 
.widget.widget_recent_posts li{
	padding: 0;
	}

.widget_recent_posts h3{
	padding: 20px 35px 10px 35px;
	margin-bottom: 0;
	}

#recent-projects{
	position: relative;
	}

#recent-projects .bx-pager{
	height: 30px;
	}

#recent-projects .bx-controls .bx-pager-item{
	display: inline;
	padding: 0 5px;
	}

#recent-projects .bx-controls .bx-pager-item .bx-pager-link{
	padding: 3px;
	border-radius: 50%;
	font-size: 0px;
	background: #FFF;
	border: 1px solid #333;
	}

#recent-projects .bx-controls .bx-pager-item .bx-pager-link.active{
	border: 3px solid #333;
	background: #333;
	}

#recent-projects .overlay .icon-align{
	font-size: 20px;
	padding: 30px;
	left: 0;
	right:0;
	top:0;
	margin: 0;
	}

#recent-projects a.thumb:hover span{
	display: block;
	}



/* Calendar Widgets*/

.widget table{
	width: 100%;
	text-align: center;
	}

.widget table th{
	text-align: center;
	}

.widget tfoot td#next a{
	float: right;
	}

.widget  tfoot a{
	padding: 5px 10px;
	display: block;
	background: #f2f2f2;
	float: left;
	margin-top: 10px;
	text-decoration: none;
	}



/* Comments List */

.comment-list li li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}

.comment-author .fn{
	font-size: 15px;
	}

.comments-title{
	margin-top: 0;
	}

.comment-list, 
.comment-list li{
	list-style: none;
	margin: 0;
	padding: 0;
	}

.comment-list .avatar{
	float: left;
	margin-right: 20px;
	width:50px;
	height: 50px;
	}

.comment-list li{
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
	}

.comment-content{
	padding: 15px 0 0 0;
	clear: both;
	}

.comment-meta{
	background:#f9f9f9;
    float: left;
    overflow: hidden;
    padding: 20px;
    width: 310px;
}

.comment-body{
	position: relative;
	}

.bypostauthor{
	background: #F9F9F9;
	}

.bypostauthor .comment-meta{
margin-left: 10px;
background: #FFF;
}

.bypostauthor .comment-content, 
.bypostauthor  .reply,
.bypostauthor #respond{
margin-left: 20px;
margin-right: 20px;
}

/* Comments Form */

.comments-area, .comment-respond{
	padding: 30px;
	background: #FFF;
	margin: 25px 0 0 0;
	}

.comment-respond{
	margin-top: 0; 
 }

.comment-respond .form-allowed-tags,
.comment-notes{
	display: none;
	}

#commentform label{
	display: block;
	font-weight: normal;
	}

#commentform #author, 
#commentform #email,
#commentform #url, 
#commentform textarea{
	border: 1px solid #F2F2F2;
	padding:10px;
	width:50%;
	font-size: 15px;
	} 


/**
 * About Single Page Styles
 * ----------------------------------------------------------------------------
 */
.page-template-template-about-php .team-content h3, 
.page-template-template-about-php .team-content p, 
.page-template-template-about-php .team-group, 
.page-template-template-about-php .team-desc,
.page-template-template-about-php .team-pic,
.page-template-template-about-php .team-content,
.page-template-template-about-php .team-pic img{
	width: 100%;
	max-width:350px;
	height: auto;
	}


.member-pad{
	position: relative;
	background: #FFF;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 25px;
	}


	
/**
 * Filterable Portfolio Page Styles
 * ----------------------------------------------------------------------------
 */

.isotope .isotope-item {
  	-webkit-transition-duration: 0.8s;
 	-moz-transition-duration: 0.8s;
  	transition-duration: 0.8s;
  	-webkit-transition-property:-webkit-transform, opacity;
  	-moz-transition-property:-moz-transform, opacity;
  	transition-property:transform, opacity;        
	}

.isotope .element{
	float: left;
	}	

.isotope{
	margin: 0 auto;
	}

#portfolio .col-sm-4 {
    width: 33.30%;
	}	

#portfolio-cat-filter{
	overflow: hidden;
	margin:0 15px 30px 15px;
	}

#portfolio-cat-filter .pagination{text-align: center; border-radius: 0; display: block; margin: 10px 0}


#portfolio-cat-filter .pagination > li > a, 
#portfolio-cat-filter .pagination > li > span{
	padding: 10px 20px;
	outline:none;
	font-size: 16px;
	float: none;
	display: inline-block;
}


#portfolio-cat-filter li a span{
	font-size: 13px;
	opacity:.7;
	padding: 3px;
	}


#portfolio-cat-filter li{
	margin-left: -3px;
	}
	
/**
 * Portfolio Single Page Styles
 * ----------------------------------------------------------------------------
 */
 
.portfolio_item{
	margin-bottom: 30px;
	} 


.portfolio_item .cat-tag{
	padding: 10px 0;
	}	
		
.portfolio_item .blog-post-title{
	padding-left: 0;
	}	

.portfolio_item .overlay img{
	min-height: 0 !important;
	}

.single-portfolio_item .col-sm-9,
.page .col-sm-9{
	float: none;
	margin: 0 auto;
	width: 100%;
	}
	
	
.related-items h2{
	text-align: center;
	padding-bottom: 20px;
	}	

.related-items.has_title .btn-group{
	top:-65px;
	right:0;
	position: absolute;
	}

.related-items .small-title{
	padding-bottom: 15px;
	}
	
.single-portfolio_item  .page-title{
	margin: 0 15px;
	z-index: 9999;
	position: relative;
	}	

#portslider li{
	text-align: center;
	}	

#portslider li img{
	max-width: 100%;
	height: auto;
	}
	
/**
 * Image Single Page Styles
 * ----------------------------------------------------------------------------
 */
 
body.attachment .attachment{
	position: relative;
	text-align: center;
	}



body.attachment .attachment-meta{
	text-align: center;
	display: block;
}


.page-template-default .entry-content{
	padding: 35px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	clear:both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	
/* Gallery */
.gallery {
	margin-bottom: 20px;
	display: table;
	margin: 0 auto;
}

.gallery .gallery-icon img{
	margin: 0;
	}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky{
	background-color: #fffff8;
	}

/**
 * Animations
 * ----------------------------------------------------------------------------
 */

.team-pic, 
.overlay img, 
.overlay .icon i,
.team-desc:hover,
.overlay:hover .icon-align{
	transition-duration:350ms;
	transition-timing-function:ease-out;	
	}

.team-desc{
	opacity: 0;
	}
	
.team-desc:hover .team-pic{
	opacity: 0;
	}
	
.team-desc:hover{
	opacity: 1;
	}

.overlay img{
	transform:scale(1.01, 1); 
	}


.overlay:hover img{
	transform:scale(1.05, 1.05); 
	}

.navbar-nav li,
.current_page_item .dropdown-toggle,
.navbar-inverse .navbar-nav > .current_page_item > a.dropdown-toggle,
.current_page_item, .current_page_item:hover,
.current_page_item a:focus,
.navbar-inverse .navbar-nav > li.current_page_item > a:hover, 
.navbar-inverse .navbar-nav > li.current_page_item > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
#masthead .navbar-nav li.current-menu-item,
.navbar-inverse .navbar-nav > .current_page_item > a, 
.navbar-inverse .navbar-nav > .current_page_item > a:hover, 
.navbar-inverse .navbar-nav > .current_page_item > a:focus{
	transition: background 1s ease-in-out; 
	}
	
	
	
	
	
	/*-----------------------------------*/
	.buynow{
position: fixed;
left: 10px;
top:50%;
margin-top: -58px;
display: block;
width:116px;
height: 116px;
border-radius: 200px;
z-index: 99999;
overflow: hidden;
opacity:.9;
}

.buynow img{
border-radius: 200px;
}


.buynow:hover{
opacity:1;
}
/*-----------------------------------------*/

.navbar-nav{text-align: center; width:100%;}
.navbar-nav > li {
    background: #444 none repeat scroll 0 0;
    float: left;
    margin: 4px 7px 0;
    min-width: 150px;
    text-align: center;
	display:inline-block;
	float:none;
}


.container-fluid, .container {
	max-width: 1000px;
}
html, body {
	font: normal 13px/25px arial;
}
.page-title h1,  .parallax-page .page-title h1,  .page .page-title h1,  .author .page-title h1 {
	font: normal 32px/35px Montserrat, arial;
	text-transform: uppercase;
}
.page-title h4,  .parallax-page .page-title h4,  .page .page-title h4,  .author .page-title h4 {
	font: normal 15px/20px Montserrat, arial;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	font: normal 13px/20px Montserrat, arial;
	text-transform: uppercase;
}
.widget-title {
	font: normal 13px/20px Montserrat, arial;
	text-transform: uppercase;
}
.blog-post-title {
	font: 600 26px/29px Raleway, arial;
}
h1, h2, h3, h4, h5, h6 {
 color:;
	font-family: Raleway;
	font-weight: 500;
}
.parallax-page:hover {
	z-index: 999 !important;
	border: none;
}
.parallax-page {
	/*--max-width: 760px;--*/max-width: 900px;
	margin-top: 23px;
}
.logo{ margin-top:20px; margin-left:50px;}
.logo img{ max-height:179px;}










/** page structure **/
#w {
  display: block;
  max-width: 830px;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 3px;
}


/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
}

.crsl-item {
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #fff;
  color: #666;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}











/*-----------slider-----------*/
.actions {
  margin-top: 10px;
}

.track {
  width: 100%;
  position: relative;
}

.view-port, .track .inner {
  width: 100%;
}

.axis-y .view-port,
.axis-y .track .inner {
  width: 240px;
  height: 500px;
}


.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;

  margin: auto;
  margin-bottom: 30px;
  padding: 10px;

  background: #F1F1F1;
  border-radius: 4px;
}

.track .inner h2 {
  font-weight: 200;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  color: #999;
}

.track .inner h2:hover {
  color: #6A3;
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0; 

  height: 166px;
}

.slider-container.big {
  height: 288px;
}

.slider-container.huge {
  height: 271px;
}

.slider-container .item {
  position: absolute;

  width: 224px;
  height: 150px;

  margin-right: 16px;
  margin-bottom: 16px;
}

.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.slider-container .item p {
  padding: 0;
  margin: 0;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}

.editorial {
  float: right;
  width: 200px;

  padding-right: 20px;
  height: 272px;
  background: white;
}

.editorial .title {
  font-size: 24px;
  margin: 20px 0 0 20px;
}

.editorial .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  margin-left: 20px;
}

.side-a, .side-b {
  float: left;
  width: 462px;
}

.side-a {
  margin-right: 16px;
}

.side-a > img, .side-b > img {
  width: 462px;
  height: 272px;
}

.bullet-pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.bullet {
  display: inline-block;
  background: #999;
  padding: 4px;
  border-radius: 6px;
  margin-right: 5px;
  opacity: 0.4;

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
}

.bullet:last-child {
  margin-right: 0;
}

#example-4 img {
  width: 228px;
  height: 132px;
}

.example-4 .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center;
  line-height: 140px;
  padding: 4px 0;
  z-index: 1;
}

.example-4 .loading:before {
  content: "loading...";
}

.example-4 .bullet {
  cursor: default;
}

.example-1 a.prev,
.example-1 a.next {
  margin-top: -69px;
}

.example-2 a.prev,
.example-2 a.next {
  margin-top: -58px;
}

.example-3 a.prev,
.example-3 a.next {
  margin-top: -53px;
}

.example-4 a.prev,
.example-4 a.next {
  margin-top: -68px;
}

.example-7 a.prev,
.example-7 a.next {
  margin-top: -69px;
}


.bullet-pagination, .button-group{ display:none !important;}

body:hover .content-box { z-index:999999 !important; position:relative ; }
#about_us1 .content-box {/*-- background: url(../images/about-bg.png) no-repeat center bottom;--*/background:url(../images/home-bg.png) no-repeat center top; background-color: transparent !important; background-size:100% 100%; padding-left:32px; padding-right:32px; padding-bottom:130px; padding-top:50px; max-width:80%;margin: 100px auto 0;float: none; max-height:400px;}

#about_us1 .home-page .page-contents{ 
		height: 255px !important;padding:10px 50px;}
		
		
#blog2 .content-box { /*--background: url(../images/about-bg.png) no-repeat center bottom;--*/background:url(../images/home-bg.png) no-repeat center top; background-color: transparent !important; background-size:100% 100%; padding-left:32px; padding-right:32px; padding-bottom:50px; padding-top:50px; max-width:80%;margin: 100px auto 0;float: none; min-height:300px;}
#blog2 .home-page .page-contents{ 
		height: 255px !important;padding:10px 50px;}
		
		
#portfolio3 .content-box { background:none !important; background-color: transparent !important; background-size:100% 100%; padding-left:32px; padding-right:32px; padding-bottom:50px; padding-top:50px; /*--max-width:80%;--*/margin: 100px auto 0;float: none; min-height:300px;}
#portfolio3 .page-contents { 
		height: 255px !important;}



#home0.parallax-page .home-page{ background:url(../images/home-bg.png) no-repeat center top; background-size:100% 100%;
z-index: 99;top: 163.5px; 
right: 0;left: 0 !important;
margin: auto !important; max-width:100%; color:#444; font-size:25px;font-family: 'Dancing Script', cursive;
}
/*--#home0.parallax-page --*/
.home-page .page-contents{width: 70%;
float: none;
margin: 0 auto;
padding: 50px; position: relative;
}
#home0 .home-page .page-title img{ width: 49%;
margin-top: 44px;
}
#home0 h1{ float:right; text-align:center;}
.nano > .nano-content { position: relative;}

#about_us1{ z-index:9999 !important;}

#boat3{ z-index:999 !important}
#katahakali9{ z-index:999 !important}
#cloud311{ z-index:998 !important}


#blog2 .content-box .page-title h4 {
    color: #999999;
    float: left;
    width: 100%;
}


/*--.parallaxItem {
    visibility:visible !important;
}--*/
.clr{ clear:both;}

.portfolio{ text-align:center; width:100%; }
.portfolio ul{ margin:0; padding:0; list-style:none;}
.portfolio ul li{ display:inline-block;  margin-bottom:15px; text-transform:uppercase; }
.portfolio ul li .img-box{ background: #fff none repeat scroll 0 0;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #444;
    height: 149px;
    overflow: hidden;
    padding: 0;
    width: 100%;}
.portfolio ul li img{ max-height:200px; width:auto; max-width:100%;}


.nano > .nano-content { height: 100%; overflow-y:hidden}
#lightbox {  z-index: 999999 !important;}

.contact-box{ width:60%; height:300px; background:#fff; display:none;}
#colorbox {
    z-index: 999999 !important; /*-- left:0 !important; right:0 !important ; margin:auto !important; top:0 !important; bottom:0 !important;transform: none !important;--*/}
	
	#cboxLoadedContent{ background:#000 !important}
	#contact-details{ overflow:hidden;}