
body {
	height: 100%;
    color: #222;
    font-family: 'Noto Sans', Poppins,'Mouse Memoirs', Raleway,  Verdana, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 130px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media(min-width:1281px){

	.container {
		width: 1260px;
	}
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
a {
	text-decoration: underline;
}
h1 a, a h1 {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 300;
    font-family: Poppins, Verdana, sans-serif;
	
}
h1 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
}

h1, h2 , h3 {
	margin-top: 0;
}
strong {

}
p {
	
}
p.firstp {
	color: #111111; 
	font-size: 21px; 
	line-height: 35px;
}
p.smallerp {
	color: #111111; 
	font-size: 18px; 
	line-height: 28px;
}
.nowrap {
	white-space: nowrap;
}
img {
	max-width: 100%;
	height: auto !important;
}
img[style*="float:left"],img[style*="float: left"],img[align="left"] {
  margin: 5px 15px 0px 0px;
}

img[style*="float:right"],img[style*="float: right"],img[align="right"] {
  margin: 5px 0px 0px 15px;
}

.img-responsive {
	display: inline-block;
}

a:focus {
    outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn-outline {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out 0s;
}

/** Custom styles **/

#skrollr-body {

}
.spacer {
	height: 40px;
}


.slide {
	display: inline;
}

a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #111; 
}
a:hover, a:focus {
    color: #111;
	text-decoration: none;
}


.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}

.btn-primary {
    background-color: #656565;
    border-color: #2e6da4;
    color: #fff;
}


.navcontainer {
	/* max-width: 1600px; */
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}
ul {
	padding: 0 0 0 20px;
}

#skrollr-body ol, #skrollr-body ul {
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
#skrollr-body ol > li , #skrollr-body ul > li {
    position: relative;
    margin: 5px 0 5px 25px;
    padding: 5px 12px;
}


	
/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: rgba(0,0,0,0);
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba(0,0,0,0);
    color: #fff;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	margin-left: -30px;
	padding: 0px;
	color: #fff;
}
.navbar-brand .logo {
	font-family: Poppins, Verdana, sans-serif;
	padding: 7px 0px;
	font-size: 56px;
	color: #fff;
	letter-spacing: -2px;
	max-width: 300px;
}
.navbar-brand .logo span {
	font-size: 42px;
	color: #ccc;
	margin: 0 -1px 0 1px;
}


.navbar-inverse {
	background: rgba(255,255,255,0);
	border: 0 none;
	box-shadow: 0;
	z-index: 1;
}


.navbar-inverse .navbar-nav > li > a {
	background-color: rgba(0,0,0,0);
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 14px 20px;
    margin: 20px 2px 20px;
    text-shadow: none;
	text-decoration: none;
	border-radius: 0px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	background: none;
    color: #fff;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 15px -15px 15px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0px;
	border: none;
	box-shadow: none;
	min-width: 200px;
	margin-top: -26px;
	margin-left: 16px;
}

.dropdown-menu > li > a {
    color: #fff;
    font-weight: 700;
	font-size: 16px;
    line-height: 1.42857;
    padding: 10px 20px;
	text-decoration: none;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: #eee; 
    color: #111;

}


/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
#footer {
	background: #f6f6f6;
	font-size: 14px;
	word-wrap: break-word;
}
#footer p {
	color: #000;
    font-weight: 300;
	font-size: 14px;
}
#footer  a {
	color: #000;
	text-decoration: none;
}
#footer a::before {
	content: "• ";
	color: #000`;
}
#footer h3 {
	color: #000;
	font-weight: bold;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li {
	padding-left: 1em; 
	text-indent: -.7em;
	color: #fff;
	font-size: 14px;
}

.row-left {
	padding: 50px;
    margin-right: -15px;
	width: 50%;
	float: left;
	background:#f6f6f6;
}
.row-right {
	padding: 50px;
    margin-left: -15px;
	width: 50%;
	float: right;
	background:#ededed;
}


/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1280px){
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding-left:10px;
		padding-right:10px;
		
	}
	.navbar-inverse .navbar-nav > li > a {
		max-width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}

	.container > .navbar-header, 
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media(max-width:991px){
	.spacer {
		height: 4px;
	}
	.logo {
		max-width: 200px;
	}
	
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
		/* padding:5px 5px; */
		padding-left:8px;
		padding-right:8px;
		max-width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}
	
	.navbar-nav {
		float: left;
		/* width: 100%; */
	}
	.container > .navbar-header, 
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}

}
@media (max-width: 767px) {
	body {
		padding-top: 120px;
	}
	.container > .navbar-header, 
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-brand .logo {
		max-width: 160px;
		margin-left: 45px;
		margin-top: 10px;
		padding: 0;
	}

	.navbar-inverse {
		background: #6a7584;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 24px;
		max-width: 100%;
		padding: 10px 0 0 10px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		font-size: 24px;
		font-weight: 700;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		background: none;
	}
	
	.row-left,
	.row-right {
		padding: 20px;
		margin:0;
		width: 100%;
	}
}
@media (max-width: 450px) {
	img.img-responsive {
		float: none !important;
		display: block;
		margin-left: 0 ;
		margin-right: 0;
	}
}

#mod_bakery_wrapper_f a {
		text-decoration: none;
}
.bmargin {
	margin-bottom: 20px;
}

.well {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    min-height: 10px;
    padding: 10px 20px;
}


input[type="submit"] {
    background: #656565 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    margin: 0 0 5px;
    padding: 3px 20px;
}

.theme-default .nivo-controlNav {
	display: none;
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom: 10px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news {
	border-bottom: 1px solid #999;
}
.news h3 {
	
}
.news p {
	font-size: 14px;
}
.news img {
	max-width: 100px;
	margin: 0 5px 10px 0;
	float: left;
}



.button.green {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 0px solid #0d8a15;
    border-radius: 4px;
    background: rgba(102, 204, 51,0.9);
    font: normal normal bold 20px arial;
    color: #ffffff !important;
    text-decoration: none;
}
.button.green:hover,
.button.green:focus {
    border: 0px solid #10ad1a;
    background: rgba(102, 204, 51,1);
    color: #ffffff;
    text-decoration: none;
}
.button.green:active {
    background: rgba(102, 204, 51,1);
}

.button a {
	color: #fff;
}


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 3px solid #fff;
    border-radius: 1px;
    background: transparent;
    font-size: 20px;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:active,
.button:focus {
    background: #fff;
    color: #9FB2C3;
    border-color: #9FB2C3;
    text-decoration: none;
}
    

.button.black {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 24px;
    border: 2px solid #111;
    border-radius: 1px;
    background: transparent;
    font-size: 18px;
	font-weight: 300;
    color: #111;
    text-decoration: none;
}
.button.black:hover,
.button:active,
.button:focus {
    background: #9FB2C3;
    color: #fff;
    border-color: #111;
    text-decoration: none;
}
    

.button a {
	color: #fff;
}

.button.full {
	width: 100%;
}
.minihero .button {
	font-family: Poppins, Verdana, sans-serif;
	font-size: 26px;
}
video {
  width: 100%    !important;
  height: auto   !important;
}

.video_link{
  position: absolute;
  right: 20px;
}

.video_container {
	background: #eff4ff;
	box-shadow: 0 0 4px #666666;
}

.video_text {
  padding:6px; 
}

.demo_video{
  font-size: 32px;
  background: rgba(0,0,0,0.7) url("../img/video-camera-icon.png") no-repeat right center;
  box-shadow: 0 0 4px #666666;  
  color: #FFF;
  padding:12px;
  padding-right:66px;
  border-radius: 10px;
  float:right;
  margin-right:280px;
  margin-top:-90px;
}

.demo_video_mobile{
  font-size: 24px;
  background: rgba(0,0,0,0.7) url("../img/video-camera-icon.png") no-repeat right center;
  background-size: 25%;
  box-shadow: 0 0 4px #666666;  
  color: #FFF;
  padding:6px;
  padding-right:50px;
  border-radius: 10px;
  float:right;
  margin-right:20px;
}

blockquote {
	background: #f7f7f7;
	border-left: 4px solid #9EC1C0;
	font-size: 16px;
	padding: 15px 25px 25px;
	font-style: italic;
}

.boxed .btcolumn {
	background: rgb(242, 247, 253);
	padding: 0 20px;
	border-radius: 10px;
	
}
.boxed .btcolumn li {
	font-size: 16px;
}


.minihero {
	margin-top: -100px;
}
.minihero-overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}

.-dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: 10px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  content: '';
}

.b1, .b2, .b3, .b4 {
	padding: 40px 0 40px;
}
.b2 {
		background: #fafafa;
}
.b3 {
		background: #fcdfca;
}

.fullbottom {
	padding: 40px 0 40px;
}

form input[name=captcha],
form .frm-email,
form .frm-textfield,
form .frm-textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form input[name=captcha]:focus,
form .frm-email:focus,
form .frm-textfield:focus,
form .frm-textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.text_captcha {
	padding-right: 2%;
}
.captcha_expl {
	width: 23%;
	padding-left: 1%;
	font-size: 12px;
}
.captcha_table  {
	margin-bottom: 20px;
}
.captcha_table div {
	display: inline-block;
	vertical-align: middle;
}



/* sitemap */

#skrollr-body .sitemap  {
	border: 1px solid #aaa;
	padding: 20px;
}
#skrollr-body .sitemap ul {
    padding: 0em;
	font-size: 17px;
    font-family: arial;
}

#skrollr-body .sitemap ul li, #skrollr-body .sitemap ul li ul li {
    position:relative;
    top:0;
    bottom:0;
    padding: 0 0 7px 0;
	margin: 0;

}

/* #skrollr-body .sitemap ul li ul {
    margin-left: 4em;
} */
#skrollr-body .sitemap ul li ul {
    margin-left: 40px;
    margin-top: 17px;
}
#skrollr-body .sitemap li {
    list-style-type: none;
}

#skrollr-body .sitemap li a {
    padding:0 0 0 10px;
    position: relative;
    top:1em;
	text-decoration: none;
}

#skrollr-body .sitemap li a:hover {
    text-decoration: none;
}

#skrollr-body .sitemap a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 28px;
    position: absolute;
    left: -47px;
    top:-16px;
    border-left: 1px solid #aaa;
}

#skrollr-body .sitemap li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    left: 0em;
    top:1em;
    border-top: 1px solid #aaa;
}

#skrollr-body .sitemap ul li ul li:last-child:after, #skrollr-body .sitemap ul li:last-child:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: relative;
    background: #fff;
    top: 9px;
    left: -1px;
}

label label {
	margin: 0;
}
