html {width:100%; height: 100%; overflow-y: scroll;}
body {
	height: 100%;
    color: #222;
    font-family: 'Noto Sans',sans-serif;
	padding-top: 150px;
	background-color: #f7f4ed;
	background-image: url("../img/main.png");
    background-position: left top;
    background-repeat: repeat-x;
    padding-bottom: 8px;

}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
	/* color: #97BE0D; */
	color: #6C8414;
	font-family: 'Tinos', serif;
	clear: both;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

p {
	line-height: 1.6;
	font-size: 16px;
}

table td {
	min-width: 120px;
}
table td:first-child {
	min-width: 120px;
	text-align: center !important;
}
table td .img-responsive {
	display: inline;
	float: none !important;
}	
img {
	max-width: 100%;
	height: auto !important;
}

.news {
	clear: both;
}

.news img[style*="float:left"],img[style*="float: left"],img[align="left"] {
	max-width: 320px;
	margin: 5px 30px 10px 0px;

}


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

.logo {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.logo.shrink {
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.content {
	margin-top: -30px;
}
.w {
    margin-bottom: 10px;
    margin-top: -70px;
	z-index: 999;
	position: relative;
}
#p1 .w {
    margin-top: -170px;
}
.sbox {
	background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 30px;
	margin-bottom: 30px;
	/* float: left; */
}


#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	text-align: center;
}

a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #7A990C;
}
a:hover {
	color: #97BE0D;

}

.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;
}
#footer a.btn-outline:hover, #footer a.btn-outline:focus, #footer a.btn-outline:active, #footer a.btn-outline.active {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #185782;
}




/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #fff;
    color: #E60006;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #E60006;
}


.navbar {
	margin-bottom: 0;
}
.navbar-header {
	float: right;
}
.navbar-brand {
	padding: 0;	
	max-width: 115px;
	max-width: 230px;
}

.navbar-row {
	height: 40px;
	padding: 10px;
	background: #ACCB3D;
	color: #000;
}

.navbar-row  .social {
	padding-right: 130px;
	padding-right: 255px;
}
.navbar-row a {
	color: #000;
}



.navbar-inverse {
	background: #fff;
	border: 0 none;
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #555;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: left;
	margin-left: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    display: block;
	font-family: 'Tinos', serif;
	/* text-transform: uppercase; */
    font-size: 18px;
    font-weight: 400;
    /* padding: 30px 20px; */
    padding: 30px 10px;
    text-align: center;
    text-shadow: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #E60006;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}
@media (min-width: 768px) {
	.nav .dropdown:hover .dropdown-menu {
		display: block;
	}
}

.dropdown-menu {
	border: none;
	min-width: 190px;
	background: #97BE0D;
	padding: 0;
}

.dropdown-menu > li > a {
	background: transparent;
    color: #fff;
    font-weight: 300;
    line-height: 2;
    padding: 7px 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #464646;
    color: #fff;
	
}


.jumbotron {
	background: url(../assets/img/code2.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 20px;
    padding-top: 70px;
	color: #fff;
	margin-bottom: 0;
}

.jumbotron {
	background-image: url(../assets/img/code1.jpg); 
	padding-bottom: 40px;
    padding-top: 180px;
}

.jumbotron h1 {
	color: #fff;
    font-size: 72px;
    font-weight: 700;
	text-shadow: 0 2px 5px #222222;
}
.jumbotron h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 2px 5px #222222;
	margin-bottom: 30px;
}

.fullslider {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #2B2C2E;
	padding: 40px 0;
}
footer p {
	color: #fff;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer a {
	color: #ACCB3D;
	text-decoration: none;
}
footer .social {
	margin: 0;
}

footer .social a {
	color: #fff;
	text-decoration: none;
}
footer .social a:hover {
	color: #fff;
}
footer .social a .fa-inverse {
	color: #444;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1400px){
	.jumbotron .mobile {
		margin-left: -164px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-inverse .navbar-nav > li > a {
		max-width: 240px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}	
	
	#p1 .w, .w {
		margin-top: -90px;
	}
}
@media(max-width:1200px){
	.jumbotron .mobile {
		margin-left: -164px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-inverse .navbar-nav > li > a {
		max-width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}	
	#p1 .w, .w {
		margin-top: -50px;
	}
}
@media(max-width:991px){
	body { 
		padding-top: 70px;
	}

	#p1 .w, .w {
		margin-top: 0px;
	}
	.spacer {
		height: 4px;
	}
	.navbar-collapse {
		float: left;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 30px 15px;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		/* padding:5px 5px; */
		padding-left:6px;
		padding-right:6px;
		max-width: 110px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}	
	.navbar-nav {
		float: left;
		width: 100%;
	}
	.jumbotron {
		padding-top: 100px;
	}
	.jumbotron h1 {
		font-size: 64px;
	}

	.navbar-brand {
		margin-right: -40px;
		max-width: 115px;
		padding: 0;
	}
	
	.navbar-row  .social {
		padding-right: 130px;
	}
	
}
@media (max-width: 767px) {
	.navbar-header {
		float: none;
	}
	
	.w {
		margin:0;
	}
	.navbar-collapse {
		float: none;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 0 0 0px 15px;
		width: 48px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 24px;
		padding: 18px 15px;
		width: 100%;
		text-align: left;
		max-width: 100%;
	}
	#p1 .jumbotron {
		padding-bottom: 60px;
		padding-top: 100px;
	}
	
	.jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	.jumbotron h1 {
		font-size: 48px;
	}
	.jumbotron h2 {
		font-size: 22px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		width: 90px;
	}
	.navbar-brand {
		margin-right: 0px;
		max-width: 90px;
		padding: 0;
	}
	span.content a {
		display: block;
		width: 100%;
	}
	
}

.theme-default .nivoSlider {
	box-shadow: 0 0 0 0 #4a4a4a !important;
}

.nivo-controlNav {
	display: none;
}
#slide .slider {
    position: absolute;
    z-index: 0;
}

.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background: #97BE0D;
	color: #fff;
}
a.button:hover{
	color: #fff;
	background: #4E65A0;
	text-decoration: none;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news h2 {
	background: #ACCB3D none repeat scroll 0 0;
    color: #000;
    font-family: "Noto Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}
.news h2 a {
	color: #000;
}
blockquote {
    background: #eef5d8;
    border-color: #accb3d;
}

.navbar-collapse {
    max-height: none;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		line-height: 1;
		font-size: 22px;
		color: #222;
		background: #eee;
		margin: 2px 0 0 0;
	}

}
