/*
Theme Name: Reason
Theme URI: http://www.designova.net/themes/wordpress/reason
Description: A Premium Responsive Parallax wordpress theme
Author: Designova Studio
Author URI: http:http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3
Tags: light,theme-options, translation-ready

Designed & Handcrafted by Designova Studio for designova.net
All files, unless otherwise stated, are released under the GNU General Public License
*/
.sticky {}
.gallery-caption {}
.bypostauthor {}
.aligncenter {}
.wp-caption {}
.wp-caption-text {}
.alignright {}
.alignleft {}
.tags{}
@media (min-width: 1200px) {
  .span12, .container {
    width: 960px;
  }
}
body{
	text-shadow:none;
}
.backstretch-fade{
	opacity: 0.3;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none !important;
	color: #3FADD2 !important;
}
::-moz-selection{
	background: #3FADD2; 
	color: #fff; 
	text-shadow: none;
}
::selection {
	background: #3FADD2; 
	color: #fff; 
	text-shadow: none;
} 
.col-high{
	color: #3FADD2;
}

/*Header*/
.masthead{
	background: rgba(255,255,255,0.6);
    border-bottom: 1px solid #eee;
    width: 80px;
    height: 100%;
    min-height: 2000px;
    position: fixed;
    right: 0px;
	z-index: 100 !important;
	text-align: center;
	border-right:solid 5px #3FADD2; 
}
.desktop-nav{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.desktop-nav li{
	margin-bottom: 10px;
	margin-top: 10px;
}
.desktop-nav li a > img:hover{
	opacity: 0.3;
}
.desktop-nav li a > img .current-one{
	opacity: 0.3 !important;
}
#mast-footer{
	z-index: 100;
	padding: 15px 0px 15px 0px;
	background: #fff;
}
.credits{
	margin-top: 30px;
	font-size: 12px;
}
.reasonpage{
	z-index: 99 !important;
	padding-top: 200px;
	padding-bottom: 60px;
	min-height: 1300px;
}
/*For single pages*/
.page-single{
	z-index: 99 !important;
	padding:0;
	min-height: 1000px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);	
}
.full-bg{
	background: rgba(255,255,255,0.7) url("/wp-content/themes/reason/images/mask.png") repeat;
}
.scroll-milestone{
	padding-top: 0px;
}
.promo-parallax{
	padding-top: 200px;
}
.promo-parallax-single{
	padding-top: 50px;
}
.parallax-bg{
	z-index: -1 !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
#intro  {
	width: 100%;
	margin-bottom: 200px;
	text-align: center;
}

#intro .bg1  {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	 
}
p{
	font-family:"Arial";
	 font-size: 14px;
    line-height: 21px;
	padding-bottom: 0px;
	color: #000 !important;
}
.promo-upper{
	padding-top: 240px;
}
p.promo > span{
	background: #3FADD2;
	padding-left: 10px;
	padding-right: 10px;
}
#promo1  {
	width: 100%;
	position: relative;
}

#promo1 .bg1  {
	background: url(/wp-content/themes/images/bg1.jpg)  center center repeat fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	min-height: 1600px;
	
	 
}

#promo2  {
	width: 100%;
	 
	position: relative;
}
#promo2 .bg2  {
	background: url(/wp-content/themes/images/bg2.jpg)  center center repeat fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	min-height: 1600px;
	
	 
}
#promo3  {
	width: 100%;
	 
	position: relative;
}

#promo3 .bg3  {
	background: url(/wp-content/themes/images/bg3.jpg)  center center repeat fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	min-height: 1600px;
	
	 
}
#promo4  {
	width: 100%;
	 
	position: relative;
}

#promo4 .bg4  {
	background: url(/wp-content/themes/images/bg4.jpg)  center center repeat fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	min-height: 1600px;
	
	 
}
#promo5  {
	width: 100%;
	 
	position: relative;
}

#promo5 .bg5  {
	background: url(/wp-content/themes/images/bg5.jpg)  center center repeat fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	min-height: 1600px;
	
	 
}
#promo6  {
	width: 100%;
	 
	position: relative;
}

#promo6 .bg6  {
	background: url(/wp-content/themes/images/bg6.jpg)  center center repeat fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	min-height: 860px;
	 
}



#logo{
	margin-top: 0px;
	margin-left: 0px;
}




@media only screen and (max-width: 767px)  {
	body{
		padding-left: 0px;
		padding-right: 0px;
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}

}




.btn-reason{
	color: #fff;
	background: #3FADD2;
	text-shadow: none;
	border-radius: 0px;
	border: 0px;
	box-shadow: none;
}

.btn-reason:hover{
	color: #fff;
	background: #000;
	text-shadow: none;
	border-radius: 0px;
	border: 0px;
	box-shadow: none;
}
/*Home*/
#intro-globe{
	margin-top: 10px;
}
#intro-heading{
	font-size: 56px;
	line-height: 56px;
	background: #fff;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
font-family:"bariol_regular";
	background: url("/wp-content/themes/reason/images/mask.png") repeat;
}
.intro-heading-alt{
	font-family:"Carto_Sans_Bold";
}
.main-heading{
	font-family:"Carto_Sans_Bold";
	text-align: left;
	font-size: 4em;
	line-height: 1em;
	color: #0099CC;;
	padding-bottom: 25px;
	border-bottom: solid 8px #0099CC;
}
.main-heading span{
	font-family:"Carto_Sans_Bold";
	border-bottom: solid 8px #3a4375;
	padding-bottom: 19px;
	color: #3a4375;
}
.promo-text{
	padding-top: 5px;
    font-family:"bariol_regular";
	font-size: 24px;
	line-height: 31px;
	color: #0099CC;
	font-style: italic;
}
.inner-caps{
font-family:"Open_Sans_R";
font-size: 24px;
}
.inner-sub-heading{
	font-family:"Carto_Sans_Book";
}
/*ABOUT*/
.quick-info{
	list-style: none;
	margin: 0px;
	padding: 0px;

}
.accordion-group {
    background: none !important;
    border: medium none;
    border-radius: 0 0 0 0;
    margin-bottom: 2px;
}
.accordion-heading {
    background: none repeat scroll 0 0 #E8E8E8;
}
.accordion-heading .accordion-toggle {
    background: none repeat scroll 0 0 #0099CC;
    color: #FFFFFF;
    display: block;
    padding: 8px 15px;
    text-decoration: none !important;
}
.accordion-heading .accordion-toggle:hover {
    background: none repeat scroll 0 0 #000 !important;
    color: #fff !important;
}
.collapse {
    background: none;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.accordion-inner {
    font-size: 13px;
}
/*services*/
.services-block{
	text-align: left;
}
.services-block > .inner-caps{
	text-align: left;
}
.services-block p{
	text-align: left;
}
.services-more-content{
	display: none;
	border-top: solid 5px #3FADD2;
	border-bottom: solid 5px #3FADD2;
	margin: 0px 0px 20px 0px;
	list-style: none;
}
.services-more-content li{
	border-bottom: solid 1px #ccc;
	padding: 10px 0px;
}
.services-more-content li:last-child{
	padding-bottom: 20px;
}
/*TEAM*/
.team-block{
	text-align: center;
}
.team-block h3{
	font-family:"Arial";
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.team-block p{
	text-align: center;
}
.team-block h5{
	text-align: center;
	color: #3FADD2;
	padding-top: 0px;
	margin-top: 0px;
}
.team-block ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	padding-top: 12px;
	border-top: solid 1px #ccc;
	text-align: center;
}
.team-block ul li{
	display: inline-block;
}
/*PORTFOLIO*/
.element{
   background: #3FADD2 url("/wp-content/themes/reason/images/zoom.png") no-repeat center center; 
}

#container {
}
#filters li{
line-height: 43px;
}
#filters li a{
	/*background: #3FADD2;*/
  padding: 9px 12px;
  margin-right: 3px;
color: #fff;
text-decoration: none;
font-weight: normal;
font-family:"Source_Sans";
font-size: 18px;
}
#filters li a:hover{
	background: #000 !important;
  padding: 9px 12px;
  margin-right: 3px;
color: #fff !important;
text-decoration: none;
font-weight: normal;
font-family:"Source_Sans";
font-size: 18px;
}
#filters li a.selected{
  background: #3A4375 !important;
  color: #fff !important;
}
.inner-link a.selected{
  background: #fff !important;
  color: #000 !important;
}

/*Addon - hooks*/
/*PORTFOLIO*/
.element{
   background: #000; 
}
.element > img:hover{
    transition: all 0.7s ease-in-out 0s;
   transform: scale(4);
}
.remove-zoom{
     transition: all 0.7s ease-in-out 0s;
   transform: scale(1);
}
/*.folio-item{
    background: #0099CC url('/wp-content/themes/images/bg/dark.png') left top no-repeat;
}*/
.folio-title{
    display: none;
font-family:"Carto_Sans_Bold";
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.folio-subtitle{
    display: none;
    font-family:"Carto_Sans_Bold";
    color: #fff;
    font-size: 36px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.folio-trigger-icon{
    display: none;
}
.folio-trigger-icon:hover{
    color: #000;
}
.icon-zoom-sosa{
    position: absolute;
    left: 20px;
    top: 50px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
}
.icon-link-sosa{
    position: absolute;
    left: 55px;
    top: 50px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
}




/*CONTACT*/
.social-icons{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.social-icons li{
	list-style: none;
	border-top: solid 1px #ccc;
	padding: 5px 0px;
}
.social-icons li:last-child{
	list-style: none;
	border-bottom: solid 1px #ccc;
	padding: 5px 0px;
}
.social-icons li > span{
	margin-right: 10px;
}
/*Navigation and Responsive Menu*/
.mobile-header{
	margin:0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	background: #fff;
	position: fixed;
	height: 40px;
	text-align: center;
	z-index: 100 !important;
}

/* small screen */
@media screen and (max-width: 600px) {
	.page{
		padding-top: 40px !important;
	}
}

@media screen and (max-width: 760px) {
	.main-heading span {
    border-bottom: none;
    color: #000000;
    font-family: "Carto_Sans_Bold";
    padding-bottom: 16px;
	}
}

@media only screen and (max-width: 767px)  {
	/*Fixing the parallax layers on mobile devices*/
	.parallax-bg, .promo-parallax{
		background-attachment: scroll !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	}

	.parallax-removed{
		background-attachment: scroll !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	}
	.parallax-bg {
    box-shadow: none;
	}
}

/*ADDON FOR BLOG*/
.blog-block{

}
.blog-caps{
	background: #0099CC;
	color: #fff; 
	font-family: "Open_Sans_R";
    font-size: 24px;
    padding-left: 10px;
    width: 100%;
}
#reply-title{
	background: #0099CC;
	color: #fff; 
	font-family: "Open_Sans_R";
    font-size: 24px;
    padding-left: 10px;
    width: 100%;
}
.blog-caps a { color:#FFF;}
.blog-caps a:hover { color:#FFF !important; text-shadow: 1px 1px 1px #000;}
.blog-thumb { width: 100%;}
.blog-stats{
	border-bottom: dotted 1px #000;
	min-height: 58px;
}
.blog-date{
	color: #000;
	margin-top: 15px;
	margin-left: 0px;
	padding: 3px;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
}
.blog-author{
	color: #0099CC;
	margin-top: 15px;
	margin-left: 10px;
	background: #eee;
	padding: 3px 8px;
	border: solid 1px #ddd;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.blog-category{
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	background: #eee;
	padding: 3px 8px;
	border: solid 1px #ddd;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.blog-comments{
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	background: #eee;
	padding: 3px 8px;
	border: solid 1px #ddd;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.blog-para{
	margin-top: 8px;
}

.blog-side-panel > h2{
	background: #0099CC;
	color: #fff; 
	font-family: "Open_Sans_R";
    font-size: 24px;
    padding-left: 10px;
}

.blog-side-panel > ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
}

.blog-side-panel > ul > li{
	border-bottom: dotted 1px #000; 
	padding: 8px;
}
/*blogs*/

.comments {
    margin: 30px 0 20px;
}
.comments .commentlists {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comments .commentlists ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comments .commentlists li {
    margin: 10px 0;
    padding: 20px 0 0;
}
.comments .commentlists li:before, .comments .commentlists li:after {
    content: "";
    display: table;
    line-height: 0;
}
.comments .commentlists li:after {
    clear: both;
}
.comments .commentlists li:first-child {
    padding-top: 10px;
}
.comments .commentlists .children {
    border-left: 1px solid #EEEEEE;
    margin-left: 34px;
    padding: 3px 0 0 2px;
    position: relative;
}
.comments .commentlists .children li {
    background: url("/wp-content/themes/img/assets/comment-line.png") no-repeat scroll 0 59px transparent;
    padding-left: 65px;
}
.comments .commentlists .comment-children:before {
    border: 1px solid #EEEEEE;
    content: "";
    display: block;
    height: 1px;
    left: -2px;
    position: absolute;
    top: -3px;
    width: 1px;
}
.comments .commentlists .comment-author {
    float: left;
    height: 70px;
    margin: 0 20px 0 0;
    width: 70px;
}
.comments .commentlists .comment-body {
    margin-left: 100px;
}
.comments .commentlists .comment-body .comment-meta {
    margin-bottom: 9px;
    padding: 5px;
    background: #f2f2f2;
}
.comments .commentlists .comment-body .comment-meta .reply {
    float: right;
}
.comments .commentlists .comment-body .comment-meta .reply a {
    color: #fff;
    font-style: italic;
    background: #777;
    padding: 4px;
}
.comments .commentlists .comment-body .comment-meta .reply a:hover {
    color: #fff !important;
    background: #FF3C00;
}
.comments .commentlists .comment-body .comment-meta .meta-name {
    font-weight: bold;
}
.comments .commentlists .comment-body .comment-meta .meta-name a {
    color: #FF3C00;
}
.comments .commentlists .comment-body .comment-meta .meta-date {
    color: #000;
    font-style: italic;
}

.control {
    background-color: #FFFFFF;
    width: 100%;
}
.control .input-border {
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
    transition: all 0.25s linear 0s;
}
.control .input-border.focus {
    border-color: #F47E00;
    box-shadow: 0 0 3px #FFB05B;
    transition: all 0.25s ease-in-out 0s;
}
.control input[type="text"], .control input[type="password"], .control input[type="email"], .control textarea, .control input[type="text"]:focus, .control input[type="password"]:focus, .control input[type="email"]:focus {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    margin: 4px 4%;
    padding: 0;
    width: 92%;
}
.control textarea {
    margin: 1%;
    width: 98%;
}
.control textarea:focus {
    border: medium none;
    box-shadow: none;
}
.respond {
    margin: 30px 0;
}
.respond:before, .respond:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond:after {
    clear: both;
}
.respond #commentform {
    margin-top: 10px;
}
.respond .comment-input .control-group {
    float: left;
    margin-right: 4%;
    width: 30.66%;
}
.respond .comment-input .control-group:last-child {
    float: right;
    margin-right: 0;
}
.respond .comment-input .control-group:last-child:before, .respond .comment-input .control-group:last-child:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond .comment-input .control-group:last-child:after {
    clear: both;
}
.respond .comment-text {
    margin-bottom: 10px;
}
.respond .comment-submit {
    float: right;
}
.respond .comment-submit:before, .respond .comment-submit:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond .comment-submit:after {
    clear: both;
}


.control-label{
    font-weight: bold;
}


/*---added for submenu--*/
.links li
{
position:relative;
}
.links li:hover > ul{display:block;       -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;   }
.links li ul
{
    position:absolute; 
    right:80px; 
    top:0px; 
    list-style:none; 
    display:none; 
    z-index:9999;
    /*background:rgba(100,194,225,0.9);*/
    border-radius:3px 0 0 3px !important;
    width:120px;
/*    border: solid 4px rgba(255,255,225,0.8);   */
    border-right: none; 

}
.links li ul li
{
	padding:2px 5px !important; 
	text-align: right;
}
.links li ul li a
{
    color:#FFF !important; 
    font-size:16px !important; 
    height:15px !important;
    padding:2px 10px !important; 
    margin-bottom:1px;
    font-family:"Source_Sans";
     -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;


}
.links li ul li a:hover{  margin-right:10px !important;    }

.fa_icon
{
    color: #FFFFFF;
    font-size: 36px;
    left: 15px;
    position: absolute;
    top: 30px;
    text-decoration: none;
}
.fa_icon_2
{
    color: #FFFFFF;
    font-size: 36px;
    left: 55px;
    position: absolute;
    top: 30px;
        text-decoration: none;
}

