body {
    overflow-x: hidden;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    color: #191919;
}
#verPhone {
	display: none !important;
}
p {
    font-size: 14px;
    line-height: 1.75
}
p.large {
    font-size: 16px
}
.drobek {
	padding: 8px;
	background: #f6f6f6;
	margin-bottom: 40px;
	border: 1px solid #ccc;
}
#topprod {
	display: none;
}
.drobek a.back {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
input, textarea {
	font-family: "Roboto";
}
#h50 {
	max-height: 60px;
}
#h502 {
	max-height: 35px;
}
.drobek .col-md-8 {
	text-align: right;
}
.drobek .col-md-8 a  {
	color: #000;
	text-decoration: none;
}
.drobek .col-md-8 a:hover {
	text-decoration: underline;
}
.drobek .col-md-8 span {
	color: #000;
	text-decoration: underline;
}

.img-centered {
    margin: 0 auto
}
#bs-example-navbar-collapse-1 {
	float: right;
} 
.search-submit {
	cursor: pointer;
}
.bg-light-gray {
    background-color: #f7f7f7
}
.image {
	position: relative;
}
.hauto {
	max-height: auto;
	max-width: auto;
}
.searchl {
	padding: 15px;
	background: #f6f6f6;
	margin-bottom: 10px;
}
.image #newp , .image .newp {
	position: absolute;
	left: 0;
	top: 10px;
	background: #f37a20;
	font-weight: bold;
	padding: 6px 12px;
}
.bg-darkest-gray {
    background-color: #222
}
.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;    
    text-transform: uppercase;
    font-weight: 700
}
.products .product:nth-child(4n+4) {
	border-right: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fed136;
    border-color: #fed136
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff
}
.btn-xl {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;

    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff
}
.navbar-default {
    background-color: #222;
    border-color: transparent
}

.navbar-default .navbar-collapse {
    border-color: #3d3d3d;
}
.navbar-default .navbar-toggle {
    background-color: #222;
    border-color: #fff;
    margin-top: 30px;
    margin-bottom: 32px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #248c96;
    border-color: #248c96
}
.navbar-default .nav li {    
    padding: 0 11px;    
}
.navbar-default .nav li a {    
    padding: 40px 4px 36px 4px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 4px solid #222222;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {    
    outline: 0;
    color: #fff;
    border-bottom: 4px solid #f57b20;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;    
    border-bottom: 4px solid #f57b20;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}


@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        padding: 0;
        border: 0;
        background: #3d3d3d;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}
.navbar-default {
	background-color: #222222 !important;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1000px;
    }
}

header {
	
	background: #ccc;
	margin-top: 95px;
}
.perex {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
#produkt-detail {
	padding: 30px 0;
}
#produkt-detail p, #produkt-detail  {
	line-height: 1.3;
}

#produkt-detail .product-info p {
	margin-top: 30px;
}
#produkt-detail .product-info li {
	margin-top: 6px;
	 list-style-type: square;
}
.subphotos {
	margin-top: 10px;
}
.subphotos img {
	height: 58px;
}
.downloads {
	margin-top: 30px;
}
.download-file {
	padding: 10px 6px;
	margin-top: 8px;
	width: 98%;
	position: relative;
	background: url('../img/prd_05.jpg') no-repeat 10px 8px #c9c9c9;
}
.download-file .s-icon {
	position: absolute;
	top: 4px;
	left: 5px;
}
.download-file .s-name {
	float: left;
	width: 54%;
	margin-left: 10%;
}
.download-file a {
	color: #222;
}
.download-file .s-type {
	float: left;
	width: 15%;
}
.download-file .s-big {
	float: left;
	width: 20%;
}
.category {
	padding: 10px;
	margin-top: 8px;	
	background: #222;
	color: white;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.ref-info p {
	margin-top: 20px;
}
.ref-info h3 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 400;
	margin-top: 10px;
}
.pr-categories {
	margin-left: 0px;
}
.pr-categ {
	background: #222;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 5px;
}
.pr-categ.activepr, .pr-categ:hover, .pr-categ:focus {
	background: #f37a20;
	color: #222;
	font-weight: 400;
}

@media(max-width: 500px) {
	.pr-categ {
		display: block;
		padding: 8px;
		font-size: 14px;
		margin-right: 15px;
	}
}
.reference  {
	background: #f6f6f6;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
}
.reference .subphotos img {
	height: 52px;
}
.aproduct {
	margin-left: 20px;
	padding: 10px;
	margin-top: 8px;	
	background: #da6a16;
	color: black;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
#downloads {
	padding: 40px 0 80px 0;
}
.product-downloads {
	margin-left: 40px;
}
.product-downloads .download-file {
	width: 100%;
}
.category-data {
	display: none;
}
.product-downloads {
	display: none;
}


header#subpage {
	background: url('../img/bgg_02.jpg') top center;
	background-size: cover;
	padding: 30px 0 40px 0;
}
header#subpage h1, header#subpage h2 {
	display: inline-block;
}
header#subpage h1 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	background: #222;
	padding: 10px 20px;
	float: left;
}
header#subpage h2 {
	font-size: 21px;
	font-weight: 300;
	float: left;
	color: #222;
	background: #fff;
	padding: 14px 20px;
}
img {
	max-width: 100%;
}
.rightboxt {
	float: right;
	margin-top: 40px;
}
.aboutxt p {
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	text-align: justify;
	line-height: 1.4;
	margin-top: 20px;
}
.aboutxt p strong {
	font-size: 16px;
	font-weight: 400;
}
h2.title, h1.title {
	font-size: 30px;
	margin-top: 0;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url('../img/ln_05.jpg') bottom left no-repeat;
}
#o-systemu {
	background: #fafafa;
	padding: 80px 0;
}

#rady-tipy {	
	padding: 50px 0;
}
#produkty {	
	padding: 50px 0;
}
.clr {
	clear: both;
}
.novinka {
	background: #f0f0f0;
	margin-top: 20px;

}
.mainphoto {
	text-align: center;
}
.novinka .tips-date {
	background: #cacaca;
	float: left;
	padding: 25px 20px;
	font-weight: 300;
	width: 100px;
	text-align: center;
	font-size: 17px;
}
.novinka .tips-text {	
	float: left;
	padding: 10px 15px;
	width: calc(100% - 170px);
	font-size: 15px;
	font-weight: 500;
}
.novinka .tips-text a {
	display: block;
	margin-top: 5px;
	font-weight: 300;
	color: #000;
	text-decoration: underline;
}

.search {
	float: left;
	margin-left: 15px;
}
.flags {
	float: left;
	margin-left: 15px;
}
.flags img {
	margin-left: 5px;
}
.products img {
	height: 130px;
}
.products h3 {
	font-size: 18px;
	font-weight: 500;
}
.products p {
	font-size: 13px;
	color: #4e4e4e;
	line-height: 1.3;
	padding-right: 30px;
	min-height: 40px;
}
.product .moreinfo {
	background: #9f9f9f;
	color: #fff;
	font-size: 13px;
	padding: 3px 10px;
	display: inline-block;
	margin-top: 10px;
}
.product .moreinfo:hover {
	background: #222;
	text-decoration: none;
}
.product {
	border-right: 1px solid #ccc;	
	margin-top: 20px;
	margin-bottom: 25px;
	padding-left: 30px;
}
.pagination {
	font-size: 12px;
	font-weight: 500;
	padding-top: 20px
}
.pagination a {
	padding: 3px 6px;
	color: #000;
	background: #e6e6e6;	;
	margin-left: 4px;
}
.pagination a.active {	
	background: #222;
	color: #fff;
}
.container {
	position: relative;
}
#mapa {
	margin-top: 50px;
}
@media (min-width: 430px) {
	#mapatext {
			width: 410px;
	}
}
#mapatext {
	position: absolute;
	bottom: 0;
	font-size: 15px;
	
	right: 0;

	background: #fff;
	padding: 30px 40px;
}
#mapatext p {
	line-height: 1.3;
}
#mapatext img  {
	display: block;
	margin-bottom: 25px;
}
.righttext {
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding-top: 10px;
}
.righttext a {
	color: #fff;
	text-decoration: none;
}
.righttext a:hover {
	color: #fff;
	text-decoration: underline;
}
footer {
	background: #181818;
	padding: 20px 0 15px 0;
}
.tips-date span {
	display: block;
}


@import url(http://fonts.googleapis.com/css?family=Oswald:700);.tp-caption.big_color{position:absolute; color:#222;text-shadow:none; font-weight:600; font-size:32px; line-height:36px; margin:0px; border-width:0px; border-style:none}.tp-caption.big_black{position:absolute; color:#000;text-shadow:none; font-weight:600; font-size:32px; line-height:36px; margin:0px; border-width:0px; border-style:none}.tp-caption.big_white{position:absolute; color:#ffffff;text-shadow:none; font-weight:600; font-size:32px; line-height:36px; margin:0px; border-width:0px; border-style:none}.tp-caption.big_grey{position:absolute; color:#444444;text-shadow:none; font-weight:600; font-size:32px; line-height:36px; margin:0px; border-width:0px; border-style:none}.tp-caption.big_colorbg{position:absolute; color:#ffffff;background:#222;text-shadow:none; font-weight:600; font-size:32px; line-height:32px; padding:5px 15px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.big_whitebg{position:absolute; color:#777777;background:#ffffff;text-shadow:none; font-weight:600; font-size:32px; line-height:32px; padding:5px 15px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.customfont_black{color:#000000;font-weight:700; font-family:"Oswald" !important;font-size:74px;line-height:64px;letter-spacing:-2px}.tp-caption.customfont_white{color:#ffffff;font-weight:700; font-family:"Oswald" !important;font-size:74px;line-height:64px;letter-spacing:-2px}.tp-caption.customfont_grey{color:#777777;font-weight:700; font-family:"Oswald" !important;font-size:74px;line-height:64px;letter-spacing:-2px}.tp-caption.customfont_color{color:#222;font-weight:700; font-family:"Oswald" !important;font-size:74px;line-height:64px;letter-spacing:-2px}.tp-caption.medium_black{position:absolute; text-shadow:none; font-size:22px;line-height:30px; padding:0px; margin:0px; border-width:0px; border-style:none; color:#000000;font-weight:600}.tp-caption.medium_grey{position:absolute; text-shadow:none; font-size:22px;line-height:30px; padding:0px; margin:0px; border-width:0px; border-style:none; color:#333333;font-weight:600}.tp-caption.medium_white{position:absolute; text-shadow:none; font-size:22px;line-height:30px; padding:0px; margin:0px; border-width:0px; border-style:none; color:#ffffff;font-weight:600}.tp-caption.medium_colorbg{position:absolute; color:#ffffff;background:#222;text-shadow:none; font-weight:600; font-size:22px; line-height:22px; padding:5px 10px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.medium_whitebg{position:absolute; color:#777777;background:#ffffff;text-shadow:none; font-weight:600; font-size:22px; line-height:22px; padding:6px 10px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.small_black{position:absolute; text-shadow:none; font-size:16px;line-height:22px; padding:0px; margin:0px; border-width:0px; border-style:none; color:#000000;font-weight:600}.tp-caption.small_grey{position:absolute; text-shadow:none; font-size:16px;line-height:22px; padding:0px; margin:0px; border-width:0px; border-style:none; color:#444444;font-weight:600}.tp-caption.small_white{position:absolute; text-shadow:none; font-size:16px;line-height:22px; padding:0px; margin:0px; border-width:0px; border-style:none; color:#ffffff;font-weight:600}.tp-caption.small_colorbg{position:absolute; color:#ffffff;background:#222;text-shadow:none; font-weight:600; font-size:16px; line-height:16px; padding:5px 10px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.small_whitebg{position:absolute; color:#777777;background:#ffffff;text-shadow:none; font-weight:600; font-size:16px; line-height:16px; padding:5px 10px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.small_greybg{position:absolute; color:#ffffff;background:rgba(50,50,50,0.6);text-shadow:none; font-weight:600; font-size:14px; line-height:14px; padding:5px 10px;margin:0px; border-width:0px; border-style:none;-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);-webkit-border-radius:2px;border-radius:2px}.tp-caption.medium_text_black{position:absolute; color:#000000; text-shadow:none; font-size:14px; line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.medium_text_grey{position:absolute; color:#777777; text-shadow:none; font-size:14px;line-height:1.7 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.medium_text_brightgrey{position:absolute; color:#777777; text-shadow:none; font-size:14px;line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.medium_text_white{position:absolute; color:#ffffff; text-shadow:none; font-size:14px;line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.small_text_black{position:absolute; color:#777777; text-shadow:none; font-size:12px; line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.small_text_grey{position:absolute; color:#444444; text-shadow:none; font-size:12px; line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.small_text_brightgrey{position:absolute; color:#777777; text-shadow:none; font-size:12px; line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.small_text_white{position:absolute; color:#ffffff; text-shadow:none; font-size:12px; line-height:1.6 !important;margin:0px; border-width:0px; border-style:none}.tp-caption.noshadow{text-shadow:none}.tp-caption a{color:#222; text-shadow:none;-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; -o-transition:all 0.2s ease-out; -ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#666666}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}


@media (max-width: 990px) {
	#o-systemu .col-md-5 img {
		margin-top: 30px;
	}
	footer, footer .righttext {
		text-align: center !important;
	}
	.aboutxt p {
		padding-right: 0;
	}
}


@media (max-width: 640px) {
	#mapatext {
		position: static;
		bottom: 0;
		font-size: 15px;
		line-height: 1.3;
		right: 0;
		background: #fff;
		padding: 30px 40px;
		text-align: center;
	}
	#mapatext img {
		margin: 0 auto 30px auto;
	}
	footer img {
		display: none;
	}
}
@media (max-width: 500px) {
	.product {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
		text-align: center;
	}
	.novinka .tips-date, .novinka .tips-text {
		float: none;
	}
	.novinka .tips-date {
		padding: 8px 20px;
	}
	.tips-date span {
		display: inline;
	}
}
@media (max-width: 767px) {
	#topprod {
		display: block;
		background: #222222;
		padding: 8px 16px;
		display: inline-block;
		margin: 20px auto;
		color: #fff;
	}
	.rightboxt {
		float: none;
		margin-top: 10px;

	}
	.navbar-default .nav li a {
	    padding: 10px 4px 9px 4px;
	    font-weight: 300;
	    font-size: 14px;
	    letter-spacing: 1px;
	    color: #fff;
	    border-bottom: 4px solid #222222;
	}
	.search {
		margin-left: 0;
	}
}

/*SEARCH*/

.navbar-collapse {
	position: relative;
	padding-top: 30px !important;
	max-height: 270px;
}
.navbar-collapse form[role="search"] {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 0;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
	padding: 8px 12px;
	border-radius: 0px;
	border-width: 0px;
	color: rgb(119, 119, 119);
	background-color: rgb(248, 248, 248);
	border-color: rgb(231, 231, 231);
	box-shadow: none;
	outline: none;
	background: #222;
}
.navbar-collapse form[role="search"] input {
	padding: 16px 12px;
	font-size: 14pt;
	font-style: italic;
	color: rgb(160, 160, 160);
	box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
	display: none;
}

.navbar-form.active {
	position: absolute !important;
	z-index: 10 !important;
}

.navbar-form.active .input-group {
	width: 100%;
}

.navbar-form.active .input-group input {
	height: 100px;
}
.navbar-form.active .input-group-btn button {
	background: #222222;
	font-size: 18px;
	height: 100px;
}
.navbar-form.active .input-group input,
.navbar-form .input-group-btn,
.navbar-form .input-group-btn button {
	background: #222222;
}
@media (max-width: 768px) {
	.flags {
		margin-left: 0;
	}
	.search {
		margin-bottom: 20px;
	}
	.navbar-form {
		border: 0;
	}
	.rightboxt {
		margin-top: 0;
	}
}
@media (min-width: 768px) {

	.navbar-collapse {
		padding-top: 0px !important;
		padding-right: 38px !important;
	}
	.navbar-collapse form[role="search"] {
		width: 38px;
		background: #222;
	}
	.navbar-collapse form[role="search"] button,
	.navbar-collapse form[role="search"] input {
		padding: 15px 12px;
	}
	.navbar-collapse form[role="search"] input {
		font-size: 18pt;
		opacity: 0;
		display: none;
		height: 50px;
	}
	.navbar-collapse form[role="search"].active {
		width: 100%;
	}
	.navbar-collapse form[role="search"].active button,
	.navbar-collapse form[role="search"].active input {
		display: table-cell;
		opacity: 1;
	}
	.navbar-collapse form[role="search"].active input {
		width: 100%;
	}
	.navbar-collapse form[role="search"] input {
		width: 50%;
	}
}

.catlist {
	display: none;
}
.showit {
	display: block;
}


@media(max-width: 1100px) {
		.products .product:nth-child(2n+2) {
		border-right: 0;
	}
}

#mapa iframe{
    pointer-events: none;
}
header {
	position: relative;
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer !important;
    position: relative !important;
    background: rgba(0,0,0,0.5) !important;
    width: 13px !important;
    height: 13px !important;
    margin-right: 6px !important;
    float: left !important;
    margin-top: -12px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.tp-bullets.simplebullets.round-old .bullet:hover, .tp-bullets.simplebullets.round-old .bullet.selected {
    background: rgba(0,0,0,0.8) !important;
}

#formpop {
	padding: 90px 0;
}
#formpop p {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
}
#formpop span {
	display: block;
	margin-top: 20px;
	display: none;
}
#formpop input[type="text"] {
  display: block;
  padding: 10px;  
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  font-size: 14px;
  background: transparent;
    font-family: 'Open Sans';
  border: 1px solid #000;
  color: #000;
}
#formpop .btn1 {
  float: left;
  width: 32%;
  margin-right: 2%;
}

#formpop .btn2 {
  float: left;
  width: 32%;  
  margin-right: 2%;
}

#formpop .btn3 {
  float: left;
  width: 32%;  
}
@media(max-width: 650px) {
	#formpop .btn1 {
	  float: none;
	  width: 100%;
	  margin-right: 0;
	}

	#formpop .btn2 {
	  float: none;
	  width: 100%;
	  margin-top: 10px;
	  margin-right: 0;
	}

	#formpop .btn3 {
	  float: none;
	  margin-top: 10px;
	  width: 100%;  
	}
}
#formpop textarea {
  display: block;
  color: #000;
  width: 100%;
  max-height: 100px;
  resize: vertical;
  padding: 10px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #000;
  font-family: 'Open Sans';
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  margin: 15px 0;
}
#formpop input[type='submit'] {
  padding: 8px 29px;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  font-family: Arial;
  font-weight: bold;
  border: 2px solid #000;
  transition: all 1s;
}
#formpop input[type='submit']:hover {
  color: #fff;
  background: #000;
  cursor: pointer;
}

.sys_message {
position:relative;
border:1px solid;
background-position:10px 11px!important;
background-repeat:no-repeat!important;
font-size:13px;
width:99.8%;
margin:0 0 15px;
padding:0;
}

.attention {
background:#fffbcc url(../img/icons/exclamation.png) 10px 11px no-repeat;
color:#666452;
border-color:#e6db55;
}

.information {
background:#dbe3ff url(../img/icons/information.png);
color:#585b66;
border-color:#a2b4ee;
}

.success {
background:#d5ffce url(../img/icons/tick_circle.png);
color:#556652;
border-color:#9adf8f;
}

.error {
background:#ffcece url(../img/icons/cross_circle.png);
color:#665252;
border-color:#df8f8f;
}

.sys_message div {
display:block;
font-style:normal;
line-height:1.5em;
padding:10px 10px 10px 36px;
}

.sys_message .close {
color:#900;
font-size:9px;
position:absolute;
right:5px;
top:5px;
}