

/* ==========================================================================
   01. Typography
   ========================================================================== */
   
html {
    font-size: 1em;
    line-height: 1.5;
    padding: 0 1em 2em;
}

h1, h2, h3{
	line-height: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
}

h1, h2, h3{
	margin-top: 25px;
}

h1{
	font-size: 34px;
}

.post-container h1{
	font-size: 32px;
}

h2{
	font-size: 28px;	
}

h3{
	font-size: 24px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 16px;
}

h6.meta, .meta h6, .reply{
	font-size: 11px;
}

blockquote cite{
	font-style: normal;
	text-decoration: none;
	font-size: 18px;
}

.read-more, .reply{
	text-decoration: none;
}

.read-more:before, ul.sitemap li li a:before,
a.toggle-btn:before,  a.accordion-btn:before{
	content: "";
	font-size: 12px;
	padding-right: 3px;
	padding-left: 5px;
	position: relative;
	top: -1px;
}

:focus {
	outline: 0;
}

del {
	text-decoration: line-through;
}

.lead{
	font-size: 125%;
	line-height: 1.25;
}   

aside a{
	text-decoration: none;
}

.highlight:before, .highlight:after {
	content: "'";
}

.highlight:before, .highlight:after{
	padding-left: 2px;
	padding-right: 2px;
}

.text-seperator-bar, .text-seperator-line{
	display: block;
	padding: 0em;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-top: 3em;
	margin-bottom: 3em;
}

.text-seperator-bar h5, .text-seperator-line h5, .text-seperator-bar .btn{
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: .5em;
}

.text-seperator-bar .btn{
	float: right;
	color: #fff;
	text-decoration: none;
	padding-left: .75em;
}

 .text-seperator-line{
 	padding: 0;
 	position: relative;
 }
 
.text-seperator-line h5{
  	position: absolute;
  	top: 0;
  	padding-right: 1em;
  	padding-top: 0;
	padding-left: 0;
  }

.text-seperator-line div{
 	width: 100%;
 	height: 1px;
 	padding-top: 7px;
 	border-bottom-style: solid;
 	border-bottom-width: 1px; 	
}

hr{
	clear: both;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 1.75em 0;
}

blockquote{
	margin: 1em 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 22px;
}

blockquote.right{
	padding-left: 1em;
	border-left-style: solid;
	border-left-width: 2px;
}

blockquote.left{
	padding-right: 1em;
	border-right-style: solid;
	border-right-width: 2px;
}

.boxy blockquote{
	font-size: 30px;
	margin: 0;
	line-height: 1.2;
}




   
   
   


/* ==========================================================================
   02. Theme Base Settings
   ========================================================================== */
  

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio, canvas, img, video {
    vertical-align: middle;
}

a:active, a:hover {
  outline: 0;
}

.body-wrapper{
	padding-bottom: 2em;
	padding-top: 1em;	
}

.ad-pad.wrapper{
	padding-top: 2em;
	padding-bottom: 3em;	
}

.ad-padx2.wrapper{
	padding-top: 3em;
	padding-bottom: 5em;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
	border: none; 
}

.left img, .right img{
	/*width: 100%;*/
}

a{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	cursor: pointer;
}

.widget{
	margin-bottom: 1em;
}

.feature-image{
	margin-bottom: 2em;
}

.corner{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #222222;
	background-color: rgba(0, 0, 0, .5);
	font-size: 10px;
	padding: .4em .75em;
	-webkit-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	z-index: 99;
}

.corner.date:before{
	content: "";
	font-size: 10px;
	padding-right: 4px;
}

.corner, .date{
	font-size: 11px;
}

.date:before{
	content: "";
	padding-right: 4px;
}

.divider{
	height: 20px;	
}








/* ==========================================================================
   03. Pre Header Area Variations
   ========================================================================== */

.pre-header-area, .pre-header-area a {
	text-decoration: none;	
	font-size: 14px;
	line-height: 200%;
}  

.pre-header-area .wrapper{
	padding-top: 0;
	padding-bottom: 0;
} 

.pre-header-area .wrapper ul{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

.pre-header-area .wrapper ul li{
	list-style-type: none;
	display: inline-block;
	margin-right: .75em;
}

.pre-header-area ul#nav li li{
	padding-top: .5em;
	padding-bottom: .5em;
}  




 
 
 
 
 
 
 /* ==========================================================================
    04. Header Area Variations
    ========================================================================== */ 

.header-area a{
	text-decoration: none;
}

.header-area .wrapper{
	padding-top: 0;
	padding-bottom: 0;
}

.header-area ul{
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;	
}   

.header-area ul > li{
	list-style-type: none;
	display: inline-block;
	margin-right: 1em;
}

.header-area .wrapper ul li:last-child{
	margin-right: 0;
}

.header-area .wrapper #navigation ul li:last-child a{
	padding-right: 0;	
}

.header-area .wrapper ul#nav > li{
	padding-top: 1em;
	padding-bottom: 1em;
} 

.header-area .wrapper ul#nav > li > a{
	display: inline-block;
padding: .25em 1em;
}

.header-area ul#nav li li{
	padding-top: .5em;
	padding-bottom: .5em;
} 


 
 
 
 
 
 
 
 
 
 
 
/* ==========================================================================
    05. Post Header Area Variations
    ========================================================================== */ 

.post-header-area a{
	text-decoration: none;	
}   

.post-header-area .wrapper{
	padding-top: 0;
	padding-bottom: 0;
}
 
.post-header-area  ul#nav > li{
	padding-top: 0em;
	padding-bottom: 0;
	height: 45px;
} 

  
.post-header-area ul#nav > li > a{
	display: inline-block;
	
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}

.post-header-area ul#nav > li > span {
	display: inline-block;
	
	width: 0px;
	border-left: 2px solid #939598;
	height: 35px;
	margin: 5px 0 0 0;
}
.post-header-area ul#nav li li{
	padding-top: .5em;
	padding-bottom: .5em;
} 

 	
 
 
 
 
 
 
 
 
   

/* ==========================================================================
   06. Header Base Styles
   ========================================================================== */  
 
.logo img{
	max-width: 100%;
}

#navigation .nav > ul, .nav-container ul{
	padding: 0;
	margin: 0;	
}

#navigation .nav > ul > li.right{
	float: right;
}

.logo.logo-text a{
	text-decoration: none;
}

.sticky_placeholder, .sticky_placeholder .outter-wrapper{
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.boxed-page .sticky-header-wrapper{
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box	; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.sticky-header-wrapper{
	z-index: 1001;
	position: relative;
}

ul.header_toolbar{
	list-style-type: none;
}

ul.header_toolbar li{
	cursor: pointer;
}











/* ==========================================================================
   07. Specific header Variation Styles
   
   001. Header 1
   002. Header 2
   003. Header 3
   004. Header 4
   005. Header 5
   
   ========================================================================== */  


/* 
001. HEADER 1 ________________________________________________________________ */


.header-style-1 .logo{
	max-width: 151px;
	display: inline-block;
}

.header-style-1 .main-header-left{
	padding-top: 1em;
	padding-bottom: .75em;
}

.header-style-1 .main-header-right{
	padding-top: .50em;
	padding-bottom: .75em;
}






/* 
002. HEADER 2 ________________________________________________________________ */
.header-style-2 .logo, .sidr-class-logo{
	max-width: 151px;
	display: inline-block;
}

.header-style-2 .post-header-left{
	padding-top: 0em;
	padding-bottom: 0;
	height: 45px;
}

.header-style-2 .post-header-right{
	/*padding-top: .75em;
	padding-bottom: .75em;*/
}






/* 
003. HEADER 3 ________________________________________________________________ */
.header-style-3 .logo{
	display: block;
	text-align: center;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}







/* 
004. HEADER 4 ________________________________________________________________ */
.header-style-4 .logo, .sidr-class-logo{
	max-width: 151px;
	display: inline-block;
}

.header-style-4 .main-header-left{
	padding-top: 1.1em;
	padding-bottom: .75em;
}

.header-style-4 .main-header-right{
	padding-top: .75em;
	padding-bottom: .75em;
}






/* 
005. HEADER 5 ________________________________________________________________ */
.header-style-5 .logo, .sidr-class-logo{
	max-width: 151px;
	display: inline-block;
} 

.header-style-5 .main-header-left{
	padding-top: 1.1em;
	padding-bottom: .75em;
}

.main-header-left span{
	font-size: 22px;
	padding-left: 15px;
}


.header-style-5 .main-header-right{
	padding-top: .75em;
	padding-bottom: .75em;
}

.header-style-5 .post-header-left{
	padding-top: .5em;
	padding-bottom: .5em;
}

.header-style-5 .post-header-right{
	padding-top: .5em;
	padding-bottom: .5em;
}




   
  




/* ==========================================================================
   08. Navigation
   ========================================================================== */

#mobile-header {
    display: none;
    width: 100%;
    text-align: center;
}

.menuHideBtn{
	display: none!important;
}

#sidr-id-closebtn{
	text-align: right;
	font-size: 24px;
}

#responsive-menu-button{
	font-size: 20px;
	text-decoration: none;	
	line-height: 40px;
}

#responsive-menu-button em{
	font-size: 24px;
	padding-right: 5px;
}

#responsive-menu-button img{
	max-width: 100%;
	width: 100%;
}

#nav a{
	white-space: nowrap;
}

#nav ul{
	position: absolute;
	display: none;
	z-index: 10000;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

ul#nav > li{
	float: left;
	padding-left: 0;	
}

#nav ul li, 
#navigation nav ul ul li {
	float: none;
	margin: 0;
	padding: 0.4em 0.4em 0.4em 0;
	position: relative;
	text-align: left;
	display: block;
	line-height: 1;
}

#navigation ul li a,
#navigation ul li li a{
	padding: 0.8em .9em;
}

#nav li:hover > ul, #nav li.nav-parent.hover ul, 
nav ul li:hover > ul{
	display: block; 
}

#nav li:hover ul ul,
nav ul li:hover ul ul{
	display: none!important;
	position: absolute;
	left: 100%;
	top: 0;
}

.pre-header-area ul > li > ul > li ul:before,
.header-area ul > li > ul > li ul:before,
.post-header-area ul > li > ul > li ul:before{
	border-style: solid;
	border-width: 7px;
	content:"";
	display: block;
	position: absolute;
	left:-14px;
	top:12px; /* you can adjust */
}

#nav ul li:hover ul,
nav ul ul li:hover ul {
	display: block!important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.outter-wrapper #nav > li > ul{
	padding-top: .5em;
}
.outter-wrapper #nav ul li:last-child{
	padding-bottom: .75em;
}


/* Centere Menu Option */
#nav.centered-menu{
	text-align: center;
}

#nav.centered-menu > li{
	float: none!important;
	display: inline-block;
}

nav li.fa:before{
	display: inline-block;
	color: #ff6666;	
	position: relative;
	left: 7px;
}

nav li.fa a{
	padding-left: 12px!important;
}












/* ==========================================================================
   09. Block Elements
   ========================================================================== */
iframe, video{
	 border: none;
}

iframe{
	margin: 0;
	width: 100%;
}

.fluid-width-video-wrapper, video, audio, .mejs-container{
	margin-bottom: 1em;
}

.ads{
	text-align: center;
	display: block;
}

.full-ad-block{
	margin-top: 3em;
	margin-bottom: 3em;
}

.page-heading{
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	display: block;
	padding: .75em 0;
	margin-bottom: 3.5em;
}

.page-heading .fa{
	font-size: 14px;
	padding-right: 5px;
}

.page-heading a{
	text-decoration: none;
}

.last-block{
	margin-bottom: 0;
}
   
.box-content{
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.full-feature img{
	width: 100%;
}   






/* ==========================================================================
   10. Post Styles
   ========================================================================== */

.readmore-container{
	margin-top: 1.5em;
}

.post-container{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
}

.post-container .title *{
	margin-top: 0;
}

.timeline .post-container .title *{
	margin-top: .75em;
}

.post-container .boxy{
	padding: 3em;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.post{
	margin-bottom: 2em;	
}

.post .title, .post-title .title{
	margin-top: 0;
}

a.post-title{
	text-decoration: none;
}

.post h6.meta, h6.meta, .meta h6{
	margin-bottom: .5em;	
}

.post h6.meta a{
	text-decoration: none;
}

.boxy.author{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-bottom: 2em;
	padding: .25em 2em 1em;
}

.post-author.boxy.author{
	margin-bottom: 4em;
}

ul.meta{
	margin: 0!important;
	padding: 0!important;	
}

ul.meta a, .readmore{
	padding-top: 0em;
	padding-bottom: .5em;
}

ul.meta li{
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0!important;
	padding-right: 1em;	
}

ul.meta li:last-child{
	padding-right: 0;
}

.readmore:before, ul.comments li .more:before{
	content: "";
	padding-right: .5em;
}

.meta a:before{
	padding-right: .5em;
}

.meta .user:before{
	content: "";
}

.post-excerpt{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
}

.post-excerpt h3{
	margin-top: 0;
}

.post-excerpt blockquote{
	padding: 2.5em;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.ad-pad.wrapper.blog-roll{
	padding-top: 3em;	
}

.blog-roll aside .widget:first-child h3{
	margin-top: 0;
}

aside .widget{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

aside .widget:last-child{
	border: none;
}

.widget li a{
	text-decoration: none;
}



/* ==========================================================================
   16. Parallax Block
   ========================================================================== */
   
.paralax-block.outter-wrapper{
	padding-top: 4em;
	padding-bottom: 4em;
} 

.paralax-block.outter-wrapper blockquote{
	font-size: 32px;
	line-height: 1.25;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.paralax-block.outter-wrapper blockquote cite{
	display: block;
	font-size: 18px;
	margin-top: 2em;
}  




/* ==========================================================================
   20. List Elements
   ========================================================================== */
   
.body-wrapper ul, .body-wrapper ol,
.footer-wrapper ul, .footer-wrapper ol{
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul li, ol li,
.footer-wrapper ul li, .footer-wrapper ol li{
	padding-left: 13px;
}

.body-wrapper ul li:before, .body-wrapper ol li:before,
.footer-wrapper ul li:before, .footer-wrapper ol li:before{
	margin-left: -13px;
}

ul.widget-list.list-1 li,  ul.widget-list.list-2 li,  ul.widget-list.list-3 li,  ul.widget-list.list-4 li{
	padding-left: 13px; 	
}

ul.list-1 li:before, 
.footer-wrapper ul.list-1 li:before{
	content: "";
	padding-right: 3px;
	font-family: "FontAwesome"!important;
	font-style: normal;
	font-size: 11px;
	position: relative;
	top: -2px;
}

ul.list-2 li:before,
.footer-wrapper ul.list-2 li:before,
.reply:before{
	content: "";
	padding-right: 5px;
	font-family: "FontAwesome"!important;
	font-style: normal;
	font-size: 13px;
}

ul.list-3 li:before, 
.footer-wrapper ul.list-3 li:before{
	content: "";
	padding-right: 5px;
	font-family: "FontAwesome"!important;
	font-style: normal;
	font-size: 11px;
}

ul.list-4 li:before, 
.footer-wrapper ul.list-4 li:before{
	content: "";
	padding-right: 5px;
	font-family: "FontAwesome"!important;
	font-style: normal;
	font-size: 12px;
	position: relative;
	top: -2px;
}

ul.inline-list li{
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
}

aside .widget-list{
	margin-bottom: 0;
}


.sidr .sidr-class-list-2 li a{
	display: inline-block;
}

.sidr .sidr-class-list-2 li:before{
	content: "";
	padding-right: 5px;
	font-family: "FontAwesome"!important;
	font-style: normal;
	font-size: 13px;
}













/* ==========================================================================
   25. Social Block Styles
   ========================================================================== */
.social-block{ } 

ul.social-thumbs{
	overflow: hidden;
	height: 160px;
	margin: 1.5em 0;
	padding: 0;
}

.social-thumbs li:before{
	display: none;
}

.social-thumbs li{
	display:  inline-block;
	padding: .3em;
	opacity: 1;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	max-width: 80px;
}

.social-thumbs li img{
	border-radius: 50%;
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.share-this-btns{
	padding-top: 1.5em;
	padding-bottom: 2em;
}





#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background: #111;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
  font-family: "FontAwesome";
}




/* ==========================================================================
   31. Header Social links
   ========================================================================== */
   
.outter-wrapper .wrapper ul.social-links li{
	margin-right: 0;
	padding-right: 2px;
}

.social-links{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-links li{
	display: inline-block;
	padding-right: 2px;
}

.social-links li:last-child{
	padding-right: 0;
}

.social-links li a{
	text-decoration: none;
}

.social-links li a{
	font-size: 14px;
	min-width: 20px;
	line-height: 20px;
	text-align: center;
}   
   



/* ==========================================================================
   36. Forms + Buttons
   ========================================================================== */
   
form{
	/*margin-top: 1.5em;*/
	margin-bottom: 2em;
}

.widget form{
	margin-top: 0;
	margin-bottom: 0;
}

.widget form input{
	margin-bottom: 5px;
}

fieldset, fieldset.boxy{
	padding: 1em;
	border-style: solid;
	border-width: 1px;
	margin-top: 1em;
	background: none;
}

label{
	padding-right: 1em;
}

input[type=text],  input[type=email], input[type=password], textarea, input[type=tel],  input[type=range], input[type=url],
input[type=number]{
 	border: none;
 	border-radius: 2px;
	padding: .75em 1em;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	outline: none;
	margin-bottom: 0em;
	resize: none;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
textarea{
	width: 100%;
	height: 140px;
	display: block;
	resize: none;
	outline: none;
}

select, input[type=radio], input[type=checkbox] {
	margin-bottom: 1em;
	margin-right: 6px;
}

.error[generated=true] {
	font-size: 14px;
	color: #f1042b;
}

.btn, .btn-2, .btn-3, input[type=button], input[type=submit], button, .option-set li a{
	border: none;
	padding: .5em 1.5em;
	white-space: normal;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	background: url(btn-bg.png) repeat-x 0 0;
}

a.small-btn, input[type=button].small-btn, input[type=submit].small-btn, .widget input[type=submit], ul.toggle li a.small-btn{
	font-size: 14px;
	padding: .4em 1.2em;
}

a.xsmall-btn, input[type=button].xsmall-btn, input[type=submit].xsmall-btn, .pb_gallery .main .isotope_filter_menu li a, ul.toggle li a.xsmall-btn{
	font-size: 12px;
	padding: .3em .5em;
}

a.btn [class^="icon-"],
a.btn [class*=" icon-"],
a.btn-2 [class^="icon-"],
a.btn-2 [class*=" icon-"],
a.btn-3 [class^="icon-"],
a.btn-3 [class*=" icon-"]{
	padding-right: 5px;
	padding-left: 5px;
}

.body-wrapper .search-404{
	margin-bottom: 5em;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 140px;
	position: relative;
}

.body-wrapper .search-404 input{
	margin: 0;
}

.body-wrapper .search-404 .btn{
	position: absolute;
	right: 1em;
	top: 1em;
	margin: 0;
}

#recaptcha_image br{
	display: none;
}

#recaptcha_audio_download{
	display: inline-block;
	text-decoration: none;	
}

ul.recap-tools li{
	display: inline-block;
}

#recaptcha_response_field{
	margin-top: .5em;
	max-width: 300px;
}

.recaptcha_only_if_audio{
	display: inline-block;
	text-decoration: none;
}

#recaptcha_audio_play_again:before, #recaptcha_audio_download:before{
	content: "";
	font-size: 12px;
	padding-right: 3px;
	padding-left: 5px;
	position: relative;
	top: -1px;
	font-family: "FontAwesome";
}






/* ==========================================================================
   43. Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.last, input.last{
	padding-right: 0;
	margin-right: 0;	
}

.first, input.first{
	padding-left: 0;
	margin-left: 0;
}

.centered{ 
	text-align: center!important; 
}

.tableless, .tableless th, .tableless tr, .tableless td{
	background: none!important;
	border: none!important;
	padding: 0px!important;
}

.tableless{
	width: 100%;
}

#recaptcha_table.recaptchatable{
	border: none!important;	
}

.left{
	float: left;
	display: inherit;
}

.right{
	float: right;
	display: inherit;
}

img.left, .pad-right{
	margin-right: 1em;
	margin-bottom: 1em;	
}

img.right, .pad-left{
	margin-left: 1em;
	margin-bottom: 1em;	
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mobile-show{
	display: none;
}

#page-sticky{
	width: 100%;
	z-index: 1001;
}

.sticky-wrapper{
	height: auto!important;
}

.nofloat{
	float: none!important;
	display: inline-block;
}










/* ==========================================================================
   44. Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}






/* ADD INS */
.tp-banner-container ul, .tp-banner-container ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.rev_slider_wrapper {
    left: 0!important;
}





/* ==========================================================================
 	45. WP Specific
   ========================================================================== */

.wp-caption {
	margin: 0;
	border: none;
	max-width: 100%;
}

.wp-caption-text {
	margin-top: 0;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 90%;
	padding: .2em .5em;
	margin-bottom: .5em;
}

.mosaic-block .wp-caption-text{
	margin-bottom: 0;
}

.sticky:before {
	/*content: ""; - paperclip icon */
	/*content: ""; -  heart icon */
	content: ""; /* - star icon */
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 2;
	color: #fff;
}

.sticky{
	position: relative;
}

.gallery img{
	border: none!important;
}

.gallery-caption {
	position: relative;
}

.bypostauthor {
	position: relative;
}

.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.size-auto img, 
.size-full img,
.size-large img,
.size-medium img,
.size-thumbnail img {
	max-width: 100%;
	height: auto;
}


html {
    padding: 0;
}

.outter-wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.wrapper { 
	max-width: 1160px; 
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 1em 20px;
}

#main{
	margin-top: 75px;
}

.nav-container{
	background: url(fundo-menu-horizontal.png) repeat-x;
	height: 45px;
	width: 100%;
}

.header-style-1{
	background: url(fundo-header.png) no-repeat center top #007AC0 !important;
}

.header-style-guest{
	background: url(fundo-header-guest.png) no-repeat center top #007AC0 !important;
}
.header-style-guest .main-header-right {
padding-top: 1em;
padding-bottom: 0em;
}

.logo-barragem {
	margin: -78px 0 0;
	position: absolute;
	text-align: right;
	width: 58.5%;
	z-index: -1;
}

.row {
margin-right: 0px;
margin-left: 0px; 
}
.text-primary {
color: #007DC6 !important;
}

.list-group-tabs>.list-group-item.active {
color: #007DC6;
font-weight: bold;
background-color: transparent;
border-color: transparent;
}

.panel-ls-perfil{
	padding: 0px;
}

.panel-ls-perfil .list-table{
	padding: 0 15px;
}


.pl5 {
font-size: 20px;
}

.navbar {
margin-bottom: 0px;
}




.wrapper {
max-width: 1170px;
padding: 1em 15px;
}

.header-style-1 .main-header-right {

padding-right: 15px;
}
/*
.col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}
.col-lg-9{
	padding-right: 0px;
}
*/


.btn-primary {
color: #fff;
background-color: #007DC6;
border-color: #007DC6;
}

.panel .panel-toolbar>.option>.btn {

margin-right: 5px;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #007DC6;
border-color: #007DC6;
}

/*Nav menus, dropdowns */

.navbar-nav>li>a {
padding-top: 0px;
padding-bottom: 0px;
}

.dropdown-menu>li.active>a, .dropdown-menu>li:active>a {
color: #007DC6 !important;
font-weight: bold;
background-color: transparent;
}

ul li {
padding-left: 0px;
}
.dropdown-menu>li {
width: 100%;
}


.megamenu li.active{
	background-color: transparent;
}
.megamenu li.active a{
	background-color: transparent;

}

li.active a{
	color: #007DC6 !important;
	font-weight: bold !important;
}
li.active a:hover, li a:hover{
	color: #007DC6 !important;
	font-weight: bold;
	background-color: transparent !important;
}

ul.dropdown-menu li a {
	color: #000 !important;
}

ul.dropdown-menu li.active a {
	color: #007DC6 !important;
	font-weight: bold !important;
}

ul#nav > li a:hover {
	color: #007DC6 !important;
	font-weight: bold;
	background-color: transparent !important;
}

ul#nav > li:hover {
	background: transparent !important;
	color: #007DC6 !important;
}
ul.dropdown-menu li a:hover {
color: #007DC6 !important;
}

ol.breadcrumb li {
	padding-left: 0px;
}

/*Container , header , section*/

.header-area .wrapper ul li:last-child {
margin-right: 14px;
}

.header-style-1 .main-header-left {
margin-left: 15px;
}

.container, .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.nav-container ul {
padding-left: 1px;
}

.title-page{
	margin-left: 14px !important;
}
.bread-page{
	margin-right: 16px !important;
}

.pagination>li.active {
	background-color: transparent;
}
.pagination>li.active a {
	color: #007DC6 !important;
}

.ui-state-highlight { min-height: 200px; border: 1px dashed;margin: 20px; background: lightgreen; }

.media-list>.media>.media-body .media-meta {
font-size: 14px;

}

#sortable-panel-right{
	min-height: 300px;
}

.option input{
	margin-bottom: 0em;
}
.panel-barragem{

}

.page-header.page-header-block {
padding: 0px 20px 16px;
background-color: #E6E7E8;
}

.pagination {

margin: 10px 0;

}

.media-list>.media:after {

left: 0px;

}

.user-access{

}

.user-access img{
	width: 82px;
}
.user-access .welcome{
	display: none;
}
.user-access span{
	vertical-align: top;
	margin-left: 10px;
}

.combo-logado{
	margin: -50px 0 0 95px;
}

/*Visitante*/
.guest{
	margin: 0px 0;
}
.guest img, .guest .combo-logado{
	display: none;
}
.guest .welcome{
	margin: 10px;
	display: block;
	color: #D0D0D0;
}
.guest .welcome a{
	
}

.login{
	margin-left: 20px;
}

.form-control {
border: none;
border-radius: 2px;
border-color: #eaeaea;
border-style: solid;
border-width: 1px;
background-color: #f6f6f6;
}

.option-barragem{
	width: 100px !important;
}
.option-barragem a{
	width: 100px !important;
}

.tr-option td{border-top: 0px !important;}



.form-login .row{
	margin-top: 5px;
}

.form-login .row a{
	max-width: 70px;
	float: left;
	margin-right: 5px;
}

.form-login .row input{
	max-width: 150px;
	float: left;
	margin-right: 5px;
}

.form-login .row button{
	max-width: 70px;
	float: left;
	padding-left: 4px;
}

.form-login .checkbox label{
	margin-left: 75px;
	color: #FFF;
}

.form-login .checkbox{
	float: left;
	margin-top: 0px;
}

.form-login a.forgot {
	max-width: none !important;
	/* float: left; */
	/* margin-left: 41px; */
}

.btn-barragens{
	margin-left: 75px;
}

img.vencedor-l{
	position: absolute;
left: 70px;
bottom: 0px;
}
img.vencedor-r{
	position: absolute;
right: 70px;
bottom: 0px;
}

.checkbox input[type=checkbox] {
width: 15px;
height: 15px;
cursor: pointer;
}

li.logged span:hover{
	color: #fff !important;
	font-weight: normal !important;
}

.media-list a:hover{
	background-color: #f5f5f5;
}

.list-table{
	padding: 10px;
}

.no-border{
	border: 0px !important;
}

.no-border-top{
	border-top: 0px !important;
}
.no-border-left{
	border-left: 0px !important;
}
.no-border-right{
	border-right: 0px !important;
}
.no-border-bottom{
	border-bottom: 0px !important;
}


.table-hover>tbody>.success:hover>td, .table-hover>tbody>.success:hover>th, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr>.success:hover, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
background-color: transparent !important;
border-color: #d2e8b8;
color: green !important;
}
.table-hover>tbody>.danger:hover>td, .table-hover>tbody>.danger:hover>th, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr>.danger:hover, .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
background-color: transparent !important;
border-color: #faccd1;
color: red;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5 !important;
}

@media (max-width: 1199px) {
    
	span.meta span.text {
		display: block !important;
	}
}
@media (max-width: 400px) {
    .sidr-class-logo-barragem{
		display: none;
	}
	#main {
		margin-top: 0px;
	}
	.no-border-top a{
		max-width: 70px !important;
		text-align: left !important;
	}
}
@media (max-width: 768px) {
    .title-page {
		margin-left: 0px !important;
	}

}
@media (max-width: 985px) {
    .logo-barragem img {
		width: 120px !important;
	}

}

@media (max-width: 480px) {
    .tp-simpleresponsive .tp-caption {
		position: absolute;
		visibility: hidden;
		-webkit-font-smoothing: antialiased !important;
		font-size: 12px !important;
		line-height: 20px !important;
		left: 0px !important;
		width: 100% !important;
		height: 45px !important;
	}
	.tp-simpleresponsive a {
		text-decoration: none;
		margin-top: 15px;
		float: left;
	}
	.form-login .row input {
		max-width: none;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.form-login .row a {
		max-width: none;
		float: left;
		margin-right: 5px;
	}
	.form-login .row button {
		max-width: none;
		float: left;
		padding-left: 4px;
	}

	.confrontos .jogador-l{
		margin-left: -36px !important;
	}
	.confrontos .nome-l{
		position: absolute;
		margin-top: 50px;
		left: 0px;
	}
	img.vencedor-l {
		position: absolute;
		left: 40px;
		bottom: 14px;
	}

	.confrontos .jogador-r{
		margin-left: 40px !important;
	}
	.confrontos .nome-r{
		position: absolute;
		margin-top: 50px;
		right: 0px;
	}
	img.vencedor-r {
		position: absolute;
		right: 40px;
		bottom: 14px;
	}

}