/*
Version: 1.0
*/
/*
Authors: Acit Jazz || chit.eureka@gmail.com
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro';
	font-weight: 100;
	line-height: 1.4;
	font-size: 16px;
	
}
* {
	outline:none !important;

}
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-weight: 100;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	width: 100%;
}
table th,table td{
	padding: 15px;
	background: #fafafa;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
table th{
	background: #33393c;
	color: #fff;
}
table tr:nth-child(even) td{
	background: #f1f1f1;
}
fieldset, img {
	border:0;
}
input {
	border:1px solid #b0b0b0;
	padding:4px 5px;
	color:#35353c;
	width: 100%;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
/* ========================= GENERAL STYLE ========================= */
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-size:100%;
	font-weight:600;
	margin: 0 0 20px 0;
}
h1 {
	font-size:32px;
}
h2{
	font-size: 24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5{ font-size: 16px;}
p {
	font-size:16px;
	margin:0 0 20px 0;
	font-weight: 300;
}
i{
	font-style: italic;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
q:before, q:after {
	content:'';
}
.center {
	text-align:center;
}
.green{
	color: #7fc241;
}
.orange{
	color: #13afe5;
}
.red{
	color: #c00;
}
abbr, acronym {
	border:0;
}
blockquote{
	border-left: solid 3px #ddd;
	padding: 20px 30px;
	margin: 30px 0;
}
a {
	color: #13afe5;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#378116;
	outline:none;
}
.fl{ float: left;} .fr{ float: right;}
body {
	font-weight: 400;
	font-size: 14px;
	color: #535e64;
  width: 100%;
  height: 100%;
	padding: 0 0 50px 0;
}
.vcenter {
		position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
		z-index: 101;
		top: 50%;
}
.hcenter{
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	position: absolute;
	left: 50%;
}
.bgfull{
	background-size: 100%;
	background-repeat: no-repeat;
}
.bgover{
	background-size: cover;
	background-repeat: no-repeat;
}
.container{
	width: 1100px;
	padding-left: 10px;
	padding-right: 10px;
}
.row{
	margin-left: -10px;
	margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11,
.col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 10px;
	padding-right: 10px;
}
/* ========================= HEADER ========================= */
header{
	background: #333;
	width: 100%;
	padding: 10px 0;
}
.logo{
	float: left;
	display: block;
	max-width: 250px;
}
.logo img{
	width: 100%;
}
.navigationbar{
	display: table;
	width: 100%;
}
.navigation{
	float: right;
}
.navigation ul{
	margin: 0; padding: 0;
	float: none;
}
.navigation li{
	display:inline-block;
	position: relative;
	float: none;
}
.navigation li li{
	text-align: left;
	background: #fff;
	display: block;
}
.navigation a{
	display: inline-block;
	line-height: 75px;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 200;
	position: relative;
}
.navigation li li a{
	line-height: 40px;
	font-size: 14px;
	font-weight: 100;
	color: #535e64;
	display: block;
}
.navigation li li a:hover{
	background: #eee;
}
.navigation a:hover,.navigation a.active{
	color: #13afe5;
}
.searchform{
	max-width: 280px;
	margin: 0 auto;
	position: relative;
}
.searchform input[type=text]{
	background: #fff;
	border-radius: 40px;
	color: #000;
}
.searchform button{
	position: absolute;
	right: 5px;
	top: 4px;
	width: 45px;
	height: 45px;
	background: none;
	border: none;
	font-size: 24px;
}
/* ========================= PAGE ========================= */
#home{
	position: relative;
}
.banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bgcover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section.bgcover{
	background-attachment: fixed;
}
.section{
	clear: both;
	position: relative;
	z-index: 10;
}
.ptb{
	padding: 50px 0;
	max-width: 1600px;
}
.boxtitle{
	text-align: center;
	margin: 0 auto 30px auto;
	position: relative;
	background: url(../images/h_title.png) no-repeat bottom center;
	padding: 0 0 18px 0;
	font-weight: 600;
	font-size: 30px;
}
.blue{
	color: #13afe5;
}
.bggrey{
	background: #ebebeb;
}
.bgwhite{
	background: #fff;
}
.bgblue{
	background: #13afe5;
	color: #fff;
}
.block{
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 40px 0;
}
.w900{
	max-width: 900px;
	margin: 0 auto;
}
.w800{
	max-width: 800px;
	margin: 0 auto;
}
.w700{
	max-width: 700px;
	margin: 0 auto;
}
.nopad{
	padding: 0;
}
.titlebox{
	padding:70px 0 100px 0;
}
.box{
	border: solid 1px #2688c9;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: -120px 0 20px 0;
}
.box-body{
	background: #353535;
	color: #fff;
	padding: 20px;
	min-height: 250px;
}
.iconbox img{
	margin: 20px 0;
}
.iconbox{
	background: #fff;
}
.newproject .bgwhite{
	padding: 0 0 100px 0;
}
.feature{
	margin: -135px 0 0 0;
}
.visitor .row{
	margin: 0;
}
.visitor .col-md-6{
	padding: 0;
}
.entry-box{
	position: relative;
}
.entry-box p{
	position: relative;
	padding: 30px;
}
.entry-box p:after{
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	left: 50%; margin: 0 0 0 -25px;
	bottom: 0;
	position: absolute;
}
.img-box img{
	width: 100%;
}
.visitorbox{
	position: relative;
}
.iconlogo{
	background: url(../images/logo_icon.png) no-repeat;
	background-size: 100%;
	width: 120px; height: 120px;
	display: block;
	position: absolute;
	left: 50%; top: 50%;
	margin: -60px 0 0 -60px;
}
.boxproject{
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.boxproject .caption{
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	text-align: center;
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.boxproject .caption h3{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 20px;
	color: #fff;
}
.boxproject:hover .caption, .boxproject .caption a:focus{
	top: 0;
}
.projectlist{
	padding: 0 0 60px 0;
}
/* ========================= CONTENT ========================= */
.entry{
	padding: 40px 0;
}
.desc{
	padding: 10px;
	margin: 10px 0 0 0;
}
.desc h4{
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.imac-box{
	text-align: center;
	position: relative;
	max-width: none;
	margin: 0 auto;
}
.imac-box img{
	width: 100%;
}

.project-img{
    position: absolute;
    top: 12px;
    text-align: center;
    left: 12px;
    height: 240px;
    overflow: hidden;
    width: 410px;
}
.searchbox{
	position: relative;
}
.searchbox button{
	border: none;
	background: none;
	color: #67a024;
	position: absolute;
	right: 5px;
	top: 3px;
	height: 45px;
	font-size: 20px;
}
.searchbox input[type=text]{
	border: solid 1px #67a024;
	border-radius: 5px;
	padding: 5px 10px;
	height: 45px;
}
.pagination{
	text-align: center;
	display: block;
}
.pagination a{
	display: inline-block;
	background: #35353c;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.pagination a.current,.pagination a:hover{
	background: #67a024;
}
/* ========================= DROPDOWN ========================= */
.open>.dropdown-menu{
	margin: 0;
	z-index: 1000;
	min-width: 220px;
}
.rightmenu .open>.dropdown-menu{
	top: 90px;
}
.shortbox .dropdown-menu{
	background: #67a024;
	top: 35px;
	border: none;
}
.shortbox .dropdown-menu>li>a,.shortbox .dropdown-menu>li>a:hover{
	color: #fff;
	background: none;
	font-size: 14px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
	right: auto;
	left: 20px;
}
.glyphicon-ok:before{
	content: "";
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected .glyphicon-ok:before{
	font-family: 'eufont' !important;
	content: "\ea6b";
	display: block;
	line-height: 15px;
	text-align: center;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
	margin: 0;
}
.text-muted{
	color: #fff;
}
.multiple .bootstrap-select.btn-group .dropdown-menu li a span.check-mark{
	display: block;
	content: "";
	border: solid 1px #fff;
	position: absolute;
	right: auto;
	left: 20px;
	top: 6px;
	border-radius: 4px;
	width: 18px; height: 18px;
	line-height: 18px;
}
.dropdown-menu{
	background: #fff;
	border-radius: 0;
	width: 210px;
	font-family: 'eufont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea6d";
	color: #fff;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: -24px;
}
.multiple .dropdown-menu>li>a{
	padding: 3px 30px 3px 50px;
	position: relative;
}
.dropdown-menu>li.current>a:before,.caret:before{
	font-family: 'eufont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea70";
	color: #67a024;
	font-size: 14px;
	position: absolute;
	left: 30px;
	top: 10px;
}
.caret{
	border: none;
}
.caret:before{
	content: "\ea70";
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: auto;
	top: -9px;
	right: 0;
}
.dropdown-menu>li.current>a{
	color: #67a024;
}
.subtitle{
	padding: 40px 0 30px 0;
}
.subtitle h3{
	font-size: 24px;
	margin: 0;
}
/* ========================= SLIDER ========================= */
#slider{
	overflow: hidden;
	padding: 50px 0;
}
.flexslider{
	background: none;
}
.slideItem{
	text-align: center;
}
.slideItem img{
	width: 100%;
}
#slider .container{
	position: relative;
}
.slides li{
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.slidecontent{
	padding: 50px 0;
	color: #fff;
}
.slidecontent .button{
	margin: 0 0 20px 0;
	width: 100%;
}
.slider-img img{
	width: 100%;
}
.slides h3{
	font-size: 24px;
	margin: 0 0 20px 0;
	bottom: 0;
}
.owl-theme .owl-controls{
	margin: 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	background: none;
	position: absolute;
	top: 50%;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
	margin: -30px 0 0 0;
	z-index: 100;
	color: #333;
	font-size: 60px;
}
.carousel-white .owl-carousel .owl-nav .owl-next,.carousel-white .owl-carousel .owl-nav .owl-prev{
	color: #fff;
}
.owl-carousel .owl-next{
	right: -60px;
}
.owl-carousel .owl-prev{
	left: -60px;
}

.flex-direction-nav a:before{
	font-family: 'eufont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea6c";
	color: #fff;
	font-size: 60px;
}
.flex-direction-nav a.flex-next:before{
	content: "\ea6d";
}
.flex-direction-nav .flex-next{
	/*right: 0;*/
}
.flex-direction-nav .flex-prev{
	/*left: 0;*/
}
.flex-direction-nav a{
	opacity: 1;
	width: 60px; height: 60px;
	line-height:60px;
	text-align: center;
	z-index: 1000;
}
/* ========================= ACCORDION ========================= */
.accordion .ui-accordion-header{
	margin: 0;
	padding:12px 40px;
	border-top: solid 1px #dedede;
	font-weight: 100;
	position: relative;
	font-size: 18px;
	line-height: 35px;
}
.accordion .ui-accordion-header:after{
	font-family: 'eufont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea6d";
	position: absolute;
	right: 0;
	color: #67a024;
	font-size: 20px;
	line-height: 35px;
}
.accordion .ui-accordion-header-active:after{
	content: "\ea70";
}
.ui-accordion-content{
	padding: 0 70px 30px 70px;
	color: #67a024;
	font-style: italic;
	font-size: 14px;
}
/* ========================= POPUP ========================= */
.popup{
	display: none;
}
.popupContent{
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
	position: relative;
}
.popupContent h2{
	color: #67a024;
	font-size: 40px;
}
.popupContent .entry{
	padding: 20px;
	background:#eee;
}
.popup-thanks h3{
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
}
.popup-thanks .mfp-close,.popup-thanks .mfp-close:active{
	display: none;
}
.popup-thanks .entry{
	padding: 40px;
}
.popup-delete .entry{
	padding: 100px 0;
}
.popup-delete .mfp-close,.popup-delete .mfp-close:active{
	display: none;
}
.mfp-close,.mfp-close:active,.close-btn{
	top: 0;
	right: 10px;
	width: 80px;
	text-align: right;
}
.mfp-close:before{
	content: 'CLOSE';
	position: absolute;
	left:0;
	font-size: 16px;
}
/* ========================= TAB ========================= */
.tabbox{
	background: #eee;
	text-align: center;
}
.nav-tabs{
	text-align: center;
	background: #67a024;
	max-width: 600px;
	margin: 0 auto;
}
.nav-tabs>li{
	width: 33.333%;
	vertical-align: top;
}
.nav-tabs>li>a{
	overflow: hidden;
	line-height: 45px;
	display: block;
	border: none;
	background: #35353c;
	color: #fff;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	padding: 0 20px;
}
.nav-tabs>li:nth-child(odd)>a{
	background: #555;
}
.nav-tabs>li>a>i{
	font-size: 40px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.nav-tabs>li>a>span{
	float: left;
	display: block;
}
.nav-tabs>li>a>span>strong{
	display: block;
	margin: 0;
	line-height: 22px;
}
.nav-tabs>li>a>span>small{
	display: block;
	line-height: 22px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
	background: #67a024;
	color: #fff;
}
.nav-tabs>li>a:hover{
	background: #67a024;
	color: #fff;
}
.nav-tabs{
	border: none;
}
.tab-content{
	padding: 20px;
}
/* ========================= THUMB ========================= */
.thumb{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border: solid 1px #ddd;
	height: auto;
}
.thumb img,.thumb-large img,.thumb-logo img,.thumb-small img{
	width: 100%;
}
.thumb-small{
	width: 150px;
	display: block;
}
.thumb-large{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 0 30px 0;
}
.ribbon {
  position: absolute;
  left: 0; top: 10px;
  z-index: 1;
  text-align: right;
}
.ribbon span {
  font-size: 14px;
  color: #FFF;
  background: #67a024;
	padding: 0 10px 0 20px;
	display: block;
	line-height: 36px;
	height: 36px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	text-transform: uppercase;
	font-weight: bold;
}
.ribbon:before {
	content: "";
	width: 20px;
	bottom: 0;
	position: absolute;
	display: block;
	border: 18px solid #67a024;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	z-index: 3;
	right: -36px;
	border-left-width: 20px;
	border-right-color: transparent;
}
.bg-orange span{
	background: rgb(244, 125, 2);
}
.bg-blue span{
	background:rgb(24, 130, 207);
}
.bg-orange:before {
	border-color: rgb(244, 125, 2);
	border-right-color: transparent;
}
.bg-blue:before {
	border-color: rgb(24, 130, 207);
	border-right-color: transparent;
}
.bg-red span{
	background: #c00;
}
.bg-red:before{
	border-color: #c00;
	border-right-color: transparent;
}
/* ========================= FORM ========================= */
.row-btn{
	text-align: center;
	padding: 30px 0 0 0;
}
.rows{
	padding: 5px 0;
}
.rowd{
	padding: 5px 0;
}
.the-form{
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
	background: #f7f7f7;
}
.form .button{
	min-width: inherit;
}
.form h5{
	margin: 0;
}
.form p{
	margin: 0;
	position: relative;
}
label{
	color: #35353c;
	display: block;
	font-weight: 600;
}
input[type=text],
input[type=mail],textarea{
	width: 100%;
	border: solid 1px #13afe5;
	background: #fff;
	margin: 0 0 0 0;
	padding: 10px 20px;
	height: 40px;
	color: #000 !important;
}
input[type=text].input-number{
	background: #fff;
	border: solid 1px #fff;
	color: #999;
}
.error,
input[type=text].error,
input[type=mail].error,
textarea.error{
	background: #fff;
	color: #c00;
	border: solid 1px #c00;
}
.the-form input[type=text],
.the-form input[type=mail],.contact-form textarea,.the-form .btn-default,.the-form .btn-default:focus{
	border: solid 1px #13afe5;
	background: #fff;
	outline: none !important;
	color: #333;
}
label.error{
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0 0;
	clear: both;
	display: block;
}
label.valid{
	display: none !important;
}
.the-form .btn-default{
	padding: 0 20px;
	font-size: 16px;
	float: none;
  font-weight: 100;
}
.the-form .button{
	max-width: 100%;
}
.the-form .totalprice{
	font-size: 24px;
	line-height: 50px;
}
.the-form .caret:before{
  color: #35353c;
}
.contact-form .button{
	max-width: 120px;
}
textarea{
	height: 271px;
	resize: none;
	border: solid 1px #13afe5;
	background: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.the-form ::-webkit-input-placeholder,.searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #35353c;
}
.the-form ::-moz-placeholder,.searchform ::-moz-placeholder { /* Firefox 19+ */
  color: #35353c;
}
.the-form :-ms-input-placeholder,.searchform :-ms-input-placeholder { /* IE 10+ */
  color: #35353c;
}
.the-form :-moz-placeholder,.searchform :-moz-placeholder { /* Firefox 18- */
  color: #35353c;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
	outline: none;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
	outline: none !important;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	border: none;
	background: #67a024;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	font-family: 'eufont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  content: '\ea6b';
  position: absolute;
  top: 6px; left: 3px;
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
	outline: none !important;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #67a024!important;
}
/* ========================= BUTTON ========================= */
.btn{
	height: 45px;
	padding: 0;
	min-width: 45px;
	border: none;
	line-height: 45px;
}
.btn-number{
	background: #35353c;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
.btn-minus{
	background: #999;
}
.btn-plus{
	background: #67a024;
}
.btn .glyphicon{
	font-size: 24px;
}
.btn .glyphicon:before{
	line-height: 35px;
	display: block;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	border-radius: 0 5px 5px 0;
}
.button{
	display: inline-block;
	line-height: 40px;
	background: #13afe5;
	padding: 0 20px;
	font-weight: 100;
	border: none;
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight:500;
	margin: 10px auto;
}
header {
    position: fixed;
    z-index: 99;
    top: 0px;
}
.banner{
	margin-top:80px;
}
.no-radius{
	border-radius: 0;
}
.btn-black{
	background: #333;
	color: #fff;
}
.btn-sm{
	line-height: 35px;
	height: 35px;
	min-width: 150px;
	font-size: 14px;
	border-radius: 0;
}
.has-icon{
	padding: 0 30px 0 45px;
}
.has-icon i:before{
	display: block;
	line-height: 45px;
	position: absolute;
	left: 20px;
	top: 0;
}
.btn-white{
	color: #fff;
}
.btn-orange{
	background: #f08304;
	color: #fff;
}
.button:hover,.btn-green:hover,.btn-white:hover{
	background: #f08304;
	color: #fff;
}
.btn-green,.btn-orange:hover{
	background: #67a024;
	color: #fff;
}
.btn-red{
	background: #c00;
	color: #fff;
	border: solid 1px #c00;
	font-weight: 100;
}
.btn-black:hover{
	color:#35353c;
}
.icon-btn{
	background: #35353c;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	line-height: 35px;
	width: 40px;
	text-align: center;
}
.icon-btn:hover,.btn-icon:hover{
	color: #fff;
	background: #67a024;
}
.btn-icon{
	background: #35353c;
	display: inline-block;
	border: none;
	color: #fff;
	line-height: 40px;
	width: 40px;
	min-width: inherit;
	text-align: center;
	border-radius: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	vertical-align: top;
}
.btn-icon:hover{
border: none;
}
.btn-icon i:before{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}
.btn-add,.btn-detail{
	right: 76px;
	background: #35353c;
	display: inline-block;
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.btn-detail{
	width: 75px;
	padding: 0 10px;
	right: 0;
}
.btn-add:hover,.btn-detail:hover{
	color: #fff;
	background: #67a024;
}
.btn-success{
	width: 100%;
	padding: 0 20px 0 20px;
	background: #67a024;
	line-height: 45px;
	border: none;
	top: 9%;
	font-weight: 100;
	position: relative;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success,.shortbox .btn-success:hover,.btn-success:focus,
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus,
.btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover{
	background: #67a024;
	outline: none !important;
	box-shadow: none;
}
.breadcumb{
	background-size: cover;
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px 0;
	color: #fff;
}
.breadcumb a{
	padding: 0 10px;
	color: #fff;
}
.breadcumb a.current{
	color: #fff;
}
/* ========================= LOADER ========================= */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}
.loading {
	margin: 0 auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #777;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.loading--double {
  border-style: double;
  border-width: .5rem;
}

.loading-pulse {
  position: relative;
  width: 6px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.loading-pulse:before, .loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
}
.loading-pulse:before {
  left: -12px;
}
.loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
/* ========================= FOOTER ========================= */
footer{
	background: #fff;
	border-top: solid 1px #333;
}
.footer{
	background-size: cover;
	padding: 40px 0;
}
.footer-copy{
	background: #333;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.footer-copy a{
	color: #fff;
	padding: 0 0 0 20px;
	display: inline-block;
	vertical-align: top;
}
.widget h3,.widget ul li a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.widget{
	padding: 20px;
}
.widget ul li a:hover{
	color: #13afe5;
}
.copy{
	margin: 0;
	font-size: 14px;
	line-height: 80px;
}
section.newproject.section {
    margin-top: 80px;
}
/* STAGIAR */
.navigationbar ul li a span , .visitorbox p{
	font-size: 17px;
	font-weight: 400;
}
.caption a.showCase:focus, thumb:focus .caption{
	top:0;
}
/* arrow navigation */

.flex-direction-nav a:before{
	color: #13afe5;
}
.flex-direction-nav a{
	top: 45%;
}
