/*
Theme Name: Monefy
Theme URI: http://flashboard.pl/themes/
Author: Michal Bozek
Author URI: flashboard.pl
Description: A versatile and responsive Bootstrap WordPress theme for accountancy and other little business companies.
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2015 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */



/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

body{
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	color: #403e40;
	padding-bottom: 0;
	
	
}

 .dmbs-main h2,
.siteorigin-widget-tinymce h3, 
.siteorigin-widget-tinymce h2{
	font-size: 18px;
	text-transform: uppercase;
}

 .dmbs-main hr,
.siteorigin-widget-tinymce hr{
	background: #403e40;
	height: 2px;
	width: 80px;
	border: 0;
}

h1{
	margin: 20px 0;
}
h1, h2, h3{
	font-weight: 700;
	color: #414548;

}

a{
	font-weight: 700;
	color: #3d7ec6;
}

.hrLeft hr{
	margin-left: 0px;
}


@media only screen and (max-width: 780px) {
	.fatone{
		background-image: none !important;
		border-bottom: 1px solid #d6dade;
		border-top: 1px solid #d6dade;
	}
	
	
	.fatone .panel-grid-cell:first-child{
		display: none !important;
	}
}

@media only screen and (max-width: 400px) {
	.navbar-brand img{
		width: 220px;
		height: auto;
	}
}

h1{
	font-weight: 700;
	color: #414548;
	font-size: 39px;

}



.dmbs-bgcolor{
	position: relative;
	background: #fff;
}

.splash{
	position: relative;
	height: 374px;
	width: 100%;
	background: #3f4a51;
	overflow: hidden;
	background-color: red;
	background: url('img/splash.jpg') #3d9199;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center top; 
    
}





.splash_mini{
	height: 330px;
	background-position-y: -40px;
	background-position: auto -40px;
	
}



.splash .beefBox{
	position: absolute;
	top: 200px;
	width: 100%;
	padding-bottom: 35px;
}


.splash .beefBox .beef{
	position: relative;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	max-width: 800px;
	
}
.splash .beefBox .beef h1, .splash .beefBox .beef h2, .splash .beefBox .beef h3{
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}

.splash .beefBox .beef h2{
	font-size: 39px;
}

.splash .beefBox .beef p{
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0 25px 0;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	
}

.splash .beefBox .beef a{
	color: #fff;
	font-size: 23px;
}



.splash .beefBox-mini{
	position: absolute;
	top: 193px;
	width: 100%;
}

.splash .beefBox-mini .beef{
	position: relative;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.splash .beefBox-mini .beef h1{
	font-size: 39px;	
	color: #fff;
}



.someAir{
	padding: 0 10px;
}

.btn{
    -webkit-transition: background .3s; /* Safari */
    transition: background .3s;
}

.btn-success, .btn-success:focus{
	background-color: #889137;
	border: 0;
	border-bottom: 3px solid #626928;
}

.btn-success:hover{
	margin-top: 2px;
	background-color: #939d3c;
	border: 0;
	border-bottom: 1px solid #626928;
}

.btn-xl{
	padding: 13px 27px;
	padding-top: 15px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.333;
	border-radius: 6px;
}


.btn-default{
	border: 2px solid #414548;
	color: #414548;
}

.btn-default:hover{
	border: 2px solid #414548;
	background: #414548;
	color: #fff;
	
	
	
}



.btn-xx{
	padding: 13px 27px;
	
	font-size: 23px !important;
	font-weight: 600;
	line-height: 1.333;
	border-radius: 6px;
	
	margin-top: 15px;
	background: none;

}


/*
@media only screen and (max-width: 1150px) {
	
		.splash {
			position: relative;
			height: 500px;
		}
		.splash .beefBox .beef{
		
			max-width: 670px;
		}
		.splash .beefBox .beef h1{
			font-size: 49px;
			font-weight: 900;
		}
		.splash .beefBox .beef p{
			font-size: 19px;
			font-weight: 400;
			margin: 15px 0 25px 0;
		}
		.splash .beefBox .beef .btn-xl{
			padding: 11px 25px;
			padding-top: 13px;
			font-size: 17px;	
		}
		.splash_mini{
			height: 330px;
		}
}

@media only screen and (max-width: 767px) {
		.splash{
			height: 330px;
		}
		.splash .beefBox{
			
		}
	
		.splash .beefBox .beef h1{
			font-size: 37px;
			font-weight: 900;
		}
		.splash .beefBox .beef p{
			display: none;
		}
		.splash .beefBox .beef .btn-xl{
			display: none;
		}	
	
		.splash .beefBox-mini .beef h1{
			font-size: 29px;
			padding: 0;
			margin: 0;

		}	
		.splash_mini{
			height: 285px;
		}	
	
}

*/


.navbar{
	margin-bottom: 0;
}
.menu-item > a{
	color: #403e40;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}





.navbar > .container .navbar-brand{
	padding-top: 0px;
	padding-bottom: 0px;
		line-height: 96px;
}
.navbar > .container .navbar-brand img{
	    vertical-align: middle;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
	.navbar-collapse{
		padding: 26px 4px;
	}
}





.nav > li > a:hover, .nav > li > a:focus{
	background: none;
	text-decoration: underline;
	color: #337ab7;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: none !important;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav > li{
	padding: 15px 12px;
}


.nav > li > a{
	padding: 0;
	position: relative;
	text-decoration: none;
}
.nav > li > a:hover {
   text-decoration: none;
}

.nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  bottom: -1px;
  
  background-color: #337ab7;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}



.nav > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.navbar-nav > li > .dropdown-menu{
	border: 0;
	padding: 0;
	background: #f6f8fa;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

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

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.dropdown-menu > li > a:hover{
	background: #fff;
}

.navbar-nav > li > .dropdown-menu .menu-item > a{
	font-size: 16px;
	font-weight: 700;
}


@media only screen and (max-width: 767px) {
	.nav > li > a:before{
		display: none;
	}



	
}













.navbar-header{
	height: 80px;
}

.navbar-right{
	
}
.navbar-toggle{
	margin-top: 28px;
}


.navbar-toggle, .navbar-toggle > .icon-bar{
	border: 2px solid #2a3035;
	opacity: 1;
}


.navbar-toggle:hover, .navbar-toggle:hover > .icon-bar{
	border: 2px solid #d1945f;
	
}


.container{
	
}

.dmbs-container {
	max-width: 1150px;
	margin: 0 auto;
	

}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {
	position: absolute;
	background: #f6f8fa;
	z-index: 10;
	min-height: 140px;
	width: 100%;
	top: 0px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	padding-top: 40px;

}

@media only screen and (max-width: 700px) {
	.dmbs-top-menu {
		padding-top: 0px;
		min-height: 100px;
	}
}


.dmbs-infohead{
	position: fixed;
	background: #f1f1f1;
	z-index: 20;
	width: 100%;
	top: 0;
	height: 40px;
	color: #696969;
	font-size: 14px;
	padding-top: 8px;
	border-bottom: 1px solid #d8d8d8;
	
}

.dmbs-infohead a{
	color: #696969;
	font-weight: 400;
}



.dmbs-infohead > .container i{
	margin-right: 8px;
	margin-left: 16px;
	font-size: 20px;
}


.dmbs-infohead > .container i:first-child{
	margin-left: 0px;
}

.dmbs-infohead > .container{
	position: relative;
}

.dmbs-infohead > .container > .social{
	position: absolute;
	right: 10px;
	top: -5px;
}

.dmbs-infohead > .container > .social > a{
	width: 32px;
	height: 32px;
	display: inline-block;
	

}
.dmbs-infohead > .container > .social > a:hover{
	background-position-y: -32px;
	background-position: 0 -32px;	
}

.dmbs-infohead > .container > .social > .facebook{
	background: url('img/ico_facebook.png') no-repeat;
	background-size: 32px 64px;	
}

.dmbs-infohead > .container > .social > .twitter{
	background: url('img/ico_twitter.png') no-repeat;
	background-size: 32px 64px;	
}

.dmbs-infohead > .container > .social > .youtube{
	background: url('img/ico_youtube.png') no-repeat;
	background-size: 32px 64px;	
}
	
	
.dmbs-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.panel-grid{
	/* margin: 10px 0 10px 0; */
	padding-top: 10px;
	padding-bottom: 15px;
}


.dmbs-main {
	float: none;
	margin: 0 auto;
}


.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {
	
	position: relative;
	background: #d1945f;
	width: 100%;
	color: #f3f6f8;
}

.dmbs-footer table td{
	border: 0;
}
.dmbs-footer table {
	width: auto;
}

.dmbs-footer table td.icon{
	padding-right: 2px;
	padding-top: 4px;
	font-size: 21px;
	width: 19px;
}


.dmbs-footer table td.icon .fa-envelope{
	font-size: 18px;
	
}

.dmbs-footer h1,
.dmbs-footer h2,
.dmbs-footer h3,
.dmbs-footer h4,
.dmbs-footer h5,
.dmbs-footer h6{
	color: #f3f6f8;
	font-weight: 400;
}


.clearfix:after { visibility: hidden; display: block; font-size : 0; content: " "; clear: both; height: 0; }


.dmbs-footer .top{
	padding: 20px 0 20px 0;
	color: #f4ebe4;
}
.dmbs-footer .top a{
	color: #f4ebe4;
	font-weight: 400;
}


.dmbs-footer .top a:hover{
	text-decoration: underline;
}


.dmbs-footer h3{
		color: #f4ebe4;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}


.dmbs-footer .top .left{
	float: left;	
	width: 50%;
	font-size: 16px;
	padding-right: 20px;
}
.dmbs-footer .top .right{
	float: right;		
	width: 50%;
	font-size: 14px;
}

@media only screen and (max-width: 800px) {
	.dmbs-footer .top .left{	
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.dmbs-footer .top .right{
		float: none;		
		width: 100%;
		display: none;
	}
}


@media only screen and (max-width: 600px) {
	.lab{
		display: none;
	}
}


.dmbs-footer .bottom{
	background: #b17d51;
	color: #e6c6aa;
	font-size: 14px;
	padding: 22px 10px;
}

.dmbs-footer .bottom a{
	color: #e6c6aa
}

.dmbs-footer .bottom a:hover{
	text-decoration: underline;
}

.dmbs-footer .bottom .lab{
	float: right;
		
}







/* ------------- ninja forms ----------------- */

.ninja-forms-cont{

}

.ninja-forms-cont label{
	font-size: 13px;
	padding-left: 8px;
}

.ninja-forms-cont input,
.ninja-forms-cont textarea{
	padding: 10px;
border-radius: 4px ;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;

	border: 1px solid #888;
	
}

.ninja-forms-cont .textarea-wrap textarea{
	height: 120px;
	resize: vertical;
}

.ninja-forms-cont .ninja-forms-required-items{
	display: none;
}

.ninja-forms-cont input[type="submit"]{
	width: 100%;
	background: #396b8e;
	border: 0;
	padding: 12px 18px;
	color: #fff;
}
.ninja-forms-cont input[type="submit"]:hover{
	background: #467594;
}




/*        ANIMATIONS        */

@media only screen and (min-width: 780px) {
	.hoverUp{ 
	
	  transition: all 300ms ease;
	  padding-bottom: 0px;
	  margin-top: 0px;
	  margin-bottom: 0px;

	
	} 	
	
	
	.hoverUp:hover{
		margin-top: -9px;
		transform: scale(1.04);
		padding-bottom: 9px;
	}
}



	
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 

} 
.delay300 {     
   -webkit-animation-delay: 300ms; /* Chrome, Safari, Opera */
    animation-delay: 300ms;
} 
.delay600 {     
   -webkit-animation-delay: 600ms; /* Chrome, Safari, Opera */
    animation-delay: 600ms;
} 

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}



@keyframes phone {
    0%   {}
  
    100% {transform: rotate(-90deg) scale(1.2);  }
}

.phone{
	box-sizing: content-box;
	padding: 10px;
	display: inline !important;
}
.phone:hover {
	animation-timing-function: ease;
    animation-name: phone;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
}


.bx-wrapper{
	max-width: 1000px !important;
	margin-top: 10px !important;
}


@media (max-width: 991px) {
	.siteorigin-panels-stretch{
		background: none !important;
	}	

	.rightTrigger{
		padding: 0 !important;
	}

#pgc-29-1-0{
	display: none;
}
	
#pgc-29-1-1{
	width: 100% !important;
}

}



@media only screen and (max-width: 700px) {
	.dmbs-infohead{
		display: none;
	}
	
	.splash {
		position: relative;
		height: 360px;
	}
	.splash_mini {
		position: relative;
		height: 300px;
	}
	
	.splash .beefBox .beef h2{
		font-size: 33px;
		
	}
	
	.splash .beefBox-mini{
		top: 155px;
	}
}

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

	.splash {
		position: relative;
		height: 360px;
	}
	
	.splash .beefBox .beef h2{
		font-size: 23px;
		
	}
	.splash .beefBox .beef p{
		display: none;
		
	}
}



/*  MENU BREAKPOINT  */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

