/* cmsms stylesheet: 00_betapack_style modified: 20.03.2017 00:46:53 */
/*
COLORS:
dark green: #152e22
light green: #39d44b
link yellow: #B9FF00
*/

body {
	background: #152e22;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden; /* prevent horizontal scrollbar from appearing */ } 
a {
	color: #39d44b;
} 
a:hover {
	color: #B9FF00;
	text-decoration: none !important;
}
li.current a {
	color: #39d44b !important;
	text-decoration: none !important;
}
li.current a:hover {
	color: #B9FF00 !important;
	text-decoration: none !important;
}


/* === submenu === */
section#submenu {
	width: 100%;
	background-color: #ededed;
	text-align: right;
}
.row.submenu {
	padding: 0 15px;
}
.submenu {
	padding: 0 15px;
}
.submenu ul {
	display: block;
	list-style-type: none;
	display: table;
	content: " ";
	box-sizing: border-box;
	float: right !important;
	margin-right: -15px;
	margin-bottom: 0;
}
.submenu ul li {
	float: left;
}
.submenu li.current {
	height: 20px;
}
.submenu li a {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #777;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.submenu li a:hover {
	color: #B9FF00;
}

h1.group {
	color: #39d44b;
	text-transformation: uppercase;
}	

/* start h2 */
h2 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 40px;
}	
h2.light {
	color: #666;
}	
h2 span { 
	color: #39d44b;
	font-weight: bold;
}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service, #portfolio, #contact {
	padding-top: 60px;
	padding-bottom: 40px;
}
/* end about team service portfolio contact */

/* start preloader */
.preloader {
	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 99999;
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-flex-flow: row nowrap;
 	    -ms-flex-flow: row nowrap;
 	        flex-flow: row nowrap;
 	-webkit-box-pack: center;
 	-webkit-justify-content: center;
 	    -ms-flex-pack: center;
 	        justify-content: center;
 	-webkit-box-align: center;
 	-webkit-align-items: center;
 	    -ms-flex-align: center;
 	        align-items: center;
 	background: none repeat scroll 0 0 #ffffff;
 }
.sk-spinner-wave.sk-spinner  {
 	width: 50px;
 	height: 30px;
 	text-align: center;
 	font-size: 10px; 
}
.sk-spinner-wave div  {
 	background-color: #333;
 	height: 100%;
 	width: 6px;
 	display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
}
.sk-spinner-wave .sk-rect2 {
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
}
.sk-spinner-wave .sk-rect3 {
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
}
.sk-spinner-wave .sk-rect4 {
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header {
	min-height: 20px;
	padding-top: 18px;
	padding-bottom: 10px;
}
header .fa {
	color: #39d44b;
}
header span {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 4px;
}
header a {
	color: #999;
	font-weight: 600;
}
header .social-icon {
	text-align: right;
}
header .social-icon li a {
	border: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
header .social-icon li a.active {
	color: #B9FF00;
}
/* end header */

/* start nagivation */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: none;
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	font-weight: 500;
	font-size: 30px;
	height: 70px;
	line-height: 40px;
	padding: 12px 0px 0px 12px;
}
.navbar-default .navbar-nav li a { 
	font-weight: bold;
	font-size: 13px;
	height: 70px;
	line-height: 40px;
}

.navbar-default .navbar-nav > li > a.current {
	color: #39d44b; 
}
.templatemo-nav {
	border-radius: 0;
	width: 100%;
	z-index: 1000;
}
.sticky {
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
.container.homeslider {
	padding: 80px 0;
}
#home {
 	background-size: cover;
}
#home-photo {
	background: url(https://betapack.hr/uploads/images/home-wipes.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: auto;
}
.slidesbg--bg {
	background-position: 50% 60% !important;
}
#home-contact {
	background: url(https://betapack.hr/uploads/images/home-bg.jpg) center center no-repeat;
 	background-size: cover;
}
#home h1 {
	font-weight: bold;
	font-size: 70px;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 0px 0px 5px #333;
}
#home-contact h1 {
	font-weight: bold;
	font-size: 70px;
	text-align: center;
	margin: 80px 0;
	text-shadow: 0px 0px 5px #333;
}
#home h1 span, #home-contact h1 span {
 	color: #39d44b;
	font-weight: bold;
	text-shadow: 0px 0px 5px #333;
}
#home .btn, #home-contact .btn {
 	background: transparent;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	width: 180px;
	height: 60px;
	padding-top: 18px;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#home .btn:hover, #home-contact .btn:hover {
 	background: #39d44b;
	border-color: transparent;
}
.element {
	height: 60px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0px 0px 3px #000, 0px 0px 5px #000;
}
/* end home */

/* start production */
#production {
 	background-color: #152e22;
	padding-top: 60px;
	padding-bottom: 40px;
	height: auto;
}
#production h1 {
	font-weight: bold;
	font-size: 70px;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 0px 0px 5px #333;
}
#production h1 span {
 	color: #39d44b;
	font-weight: bold;
	text-shadow: 0px 0px 5px #333;
}
.opcenito p {
 	margin: 40px 0;
}
/* end production */

/* start about */
#about .media-heading-wrapper {
 	padding-bottom: 32px;
}
#about .media-heading-wrapper .fa {
 	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
}
#about .media-heading-wrapper h3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 52px;
}
/* end about */

/* start team */
section#team.products1, section#service.products1 {
	background-color:#ededed;
}
section#team.products2, section#service.products2 {
	background-color:#fff;
}
#team .col-md-2 {
	padding-right: 2px;
	padding-left: 2px;
}
#team .team-wrapper {
 	background: #404040;
	padding-bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	position: relative;
}
#team .team-wrapper.img {
 	background: #404040;
	padding-bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	position: relative;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(51,51,51,1);
	box-shadow: 0px 0px 7px 0px rgba(51,51,51,1);
}
#team .team-wrapper .team-des {
 	padding: 20px;
}
#team .team-wrapper .team-des span {
 	color: #39d44b;
	display: block;
	font-weight: bold;
	padding-bottom: 12px;
}
#team a {
 	color: #999;
 	text-decoration: none;
}
a.onhover {
 	color: #fff;
 	text-decoration: none;
}
#team a:hover, a.onhover:hover {
 	color: #B9FF00;
 	text-decoration: none;
}
/* end team */

/* start service */
#service {
 	background-color: #fff;
}
#service .col-md-4 {
 	padding: 40px;
 	background-color: #999;
}
#service .col-md-4:hover {
 	background: #505050;
}
#service .active {
 	background: #505050;
	padding: 40px;
}
#service .fa {
 	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
#service h2 {
 	color: #152e22;
}
#service h4 {
 	color: #39d44b;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 14px;
}
/* end service */

/* start portfolio */
#portfolio {
 	padding-bottom: 80px;
}
#portfolio .col-md-3 {
 	padding: 0px;
}
.portfolio-thumb,  .portfolio-overlay {
	max-width: 450px;
}
#portfolio .portfolio-thumb {
 	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
#portfolio .portfolio-thumb .portfolio-overlay {
 	background: #39d44b;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	padding: 20px 10px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#portfolio .portfolio-thumb .portfolio-overlay h4 {
 	font-weight: bold;
	padding-bottom: 10px;
}
#portfolio .portfolio-thumb .portfolio-overlay .btn {
 	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
}
#portfolio .portfolio-thumb:hover .portfolio-overlay {
 	cursor: pointer;
	opacity: 0.8;
}
/* end portfolio */

/* start contact */
#contact {
 	background: #202020;
}
#contact .form-control {
 	background: transparent;
	border: 1px solid #39d44b;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 16px;
}
#contact label {
 	font-weight: 500;
}
#contact input {
 	height: 50px;
}
#contact input[type="submit"] {
 	background: #39d44b;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
 	background: #fff;
}
#contact address {
 	border-bottom: 1px solid #505050;
	margin-bottom: 44px !important;
}
#contact address .address-title {
 	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
#contact address span {
 	display: block;
	padding-bottom: 30px;
}
#contact address .fa {
 	border: 1px solid #fff;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* end contact */

#requestform h1 {
	font-weight: bold;
	font-size: 70px;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 0px 0px 5px #333;
}

/* start copyright */
#copyright {
	padding: 20px;
	background-color: #000;
}
#copyright p {
 	font-weight: 400;
}
#copyright a {
 	color: #39d44b;
	text-decoration: none;
}
#copyright a:hover {
 	color: #B9FF00;
	text-decoration: none;
}
/* end copyright */

/* start social icon */
.social-icon {
 	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon h4 {
 	display: inline-block;
	padding-right: 20px;
}
.social-icon li {
 	display: inline-block;
	list-style: none;
}
.social-icon li a {
 	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	margin-right: 10px;
}
.social-icon li a:hover {
 	background: #39d44b;
	border-color: transparent;
	color: #FFF !important;
}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
	 	padding: 0px 8px;
	 }
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper {
		margin-top: 40px;
	}
	#portfolio .portfolio-thumb .portfolio-overlay {
	 	background: #39d44b;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home {
		/*min-height: 300px;
		padding-top: 80px;
		padding-bottom: 60px;*/
	}
	#home h1, #production h1 {
		font-size: 52px;
	}
	.templatemo-nav {
	 	position: fixed;
    	top: 0;
    }
    header {
     	margin-top: 70px;
    }
    header .social-icon {
     	text-align: right;
    }
    .navbar-toggle {
      	margin-top: 15px;
    }
    .navbar-collapse {
    	max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon {
		text-align: right;
	}
	#home {
		/*min-height: 200px;
		padding-top: 60px;
		padding-bottom: 40px;*/
	}
	#home h1, #production h1 {
		font-size: 32px;
	}
}
/* end 360 media quires */
/* cmsms stylesheet: 00_betapack_login modified: 09.03.2017 11:24:38 */
/*
COLORS:
dark green: #152e22
light green: #39d44b
link yellow: #B9FF00
*/

body {
	background: #152e22;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
}
section#login h3 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
section#login input {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}
section#login label {
	color: #39d44b !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
/* cmsms stylesheet: 00_betapack_contact_form modified: 17.03.2017 23:14:01 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
/*	margin-bottom: 0.5em;
	margin-left: 1em;
*/
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	/*margin-bottom: 1em;*/
	/*border: 1px solid #F60;*/
	/*padding: 0.5em*/
}
fieldset label {
	width: 100%;
}
legend {
	display: none;
/*	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
*/
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
	width: 100%;
	 padding: 0 15px;
}
.contactform input, .contactform textarea {
	background: transparent;
	border: 1px solid #39d44b;
	border-radius: 2px;
	box-shadow: none;
	color: #666;
	margin-top: 6px;
	margin-bottom: 16px;
	width: 100%;
	padding-left: 10px;
}
.contact-form-row {
	
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 100%;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
/*
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
*/
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* cmsms stylesheet: 00_betapack_contact_form_WIPES modified: 22.03.2017 11:38:15 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
/*	margin-bottom: 0.5em;
	margin-left: 1em;
*/
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	/*margin-bottom: 1em;*/
	/*border: 1px solid #F60;*/
	/*padding: 0.5em*/
}
fieldset label {
	width: 100%;
}
legend {
	display: none;
/*	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
*/
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
	width: 100%;
	 padding: 0 15px;
}
.contactform input, .contactform textarea {
	background: transparent;
	border: 1px solid #39d44b;
	border-radius: 2px;
	box-shadow: none;
	color: #666;
	margin-top: 6px;
	margin-bottom: 16px;
	width: 100%;
	padding: 10px;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 100%;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

/* *** WIPES FORM *** */
.wipesform {
	margin: 0;
	padding: 10px;
}
.wipesform.col-md-12.contact-form-row label {
	display: block;
	float: left;
	margin: 0;
	width: 50%;
}
.wipesform input, .wipesform textarea {
	background: transparent;
	border: 1px solid #39d44b;
	border-radius: 2px;
	box-shadow: none;
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	padding: 10px;
}
.wipesform [type=file] {
	border: none;
}
.wipesform.col-md-12.contact-form-row, .wipesform.col-md-12.contact-form-row label input#fbrp__47 {
	padding: 10px;
}
.wipesform.col-md-12.contact-form-row .cms_dropdown {
	/*margin: 10px 0;*/
}
.wipesform.submit {
	/*margin-top: 1.5em;*/
	width: 50%;
	padding: 0;
}
.wipesform.submit input[type="submit"] {
 	background: #39d44b;
	font-weight: bold;
padding: 27px 0;
text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.wipesform.submit input[type="submit"]:hover {
 	background: #fff;
}
.captcha {
	margin: 0;
	width: 50%;
	padding: 0;
	float: left;
	font-size: 10px;
}
