/* Minification failed. Returning unminified contents.
(2299,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.intro_msg {
    text-align: center;
    background-color: #000;
    color: #fff;
    position: fixed;
    bottom: 0px;
    padding: 30px;
    width: 100%;
    z-index: 105;
}

.intro_msg a:hover{
    color:inherit;
}

.intro_msg a{
    color:#0A4E71;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 10px;
}
.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	left: -11px;
	top: -8px;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
	bottom: -15px;
}

/* Styling;
 */
.noUi-background {
	background: #fff;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #ce002e;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border-radius: 14px;
	background: #515151;
	cursor: default;
}
.noUi-active {
}

/* Handle stripes;
 */

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}


@media screen and (min-width: 990px) {
.noUi-horizontal .noUi-handle {
	width: 19px;
	height: 19px;
	left: -9px;
	top: -6px;
}
}

/* GLOBALS */

/*html,*/
body { height: 100%; }
html { -webkit-text-size-adjust: none; }
body, input, select, textarea, pre { font: 14px Arial, sans-serif; color: #000; line-height: 24px; }


a { color: #000; text-decoration: none; transition: all 0.5s ease; }
a:hover { color: #000; }
a:focus { outline: none; }

h1, h2, h3, h4 { font-size: 22px; color: #0a4e70; font-family: 'playbold'; font-weight: normal; text-transform: uppercase; margin-bottom: 10px;	 }

.clear {
	clear: both;
}

body {
	background: #ffffff;
	margin:0; padding:0; font-family: 'source_sans_proregular', Arial, Sans-serif; font-size: 14px;
	/*padding-bottom: 332px; */
}


.fs_overlay, .fs_overlay2 { display: none; position: fixed; width: 100%; height: 100%; background: #000; opacity: 0.8; z-index: 500; }


.center {
	width: 940px;
	margin: 0 auto;
}

.header {
	height: 90px;
}

#Container {
	min-height:100%;
	position:relative;	
	padding-bottom: 332px;
}

#footerWrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 332px;
}


/**
.header .login { display: none; position: absolute; background: #fff; z-index: 999;left: 30%;margin-left: -160px;top: 65px; }
.header .login_form { padding: 24px 20px; color: #313131; }
.header .login_form ul li { text-align: left; border: 0; }
.header .login_form ul a { color: #000; height: auto; padding: 0; }
.header .login_form ul a:hover { color: #ce002e; }
.header .login_form ul .button a { color: #fff; padding: 8px 14px; }
**/

.header .login { display: none; position: relative;left: 30%;margin-left: -160px;top: 65px; }
.header .login_form { position:absolute;z-index:9999;padding: 24px 20px; color: #313131;background-color:#fff;top:-85px;left:180px;}
.header .login_form ul li { text-align: left; border: 0; }
.header .login_form ul a { color: #000; height: auto; padding: 0; }
.header .login_form ul a:hover { color: #ce002e; }
.header .login_form ul .button a { color: #fff; padding: 8px 14px; }

.form_block ul {display: table; list-style: outside none none; margin: 12px 0 0; padding: 0; width: 100%;}
.form_block ul.sbOptions { display: block;max-height:200px !important; }


.menu_holder {
	background-color: #0A4E71;
}

.logo {
	margin-top: 15px;
	float: left;
}

.logo h1 {
	margin: 0;
}

.links_top {
	float: right;
	height: 90px;
	color: #8d8d8d;	
	font-size: 17px;	
	position: relative;	
}

.links_top ul {
	margin: 0;
	padding: 0;
}

.links_top li {
	list-style: none;
	display: block;
	float: left;
	border-left: 1px solid #d7d7d7;				
}

.links_top li.phone {
	padding: 31px 20px 33px 20px;				
}

.fa-heart-o, .fa-phone, .fa-shopping-cart, .fa-unlock-alt, .fa-user {
	margin-left: 5px;
	font-size: 22px;
}

.links_top li a {
	display: block;	
	padding: 32px 15px 33px 15px;
	height: 25px;
	color: #8d8d8d;	
	font-size: 17px;		
}

.links_top li a:hover {
    -webkit-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.07);
    box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.07);
	color: #c3202f;
}

.fa-search {
	font-size: 22px;
	color: #c3202f;
	display: block;
}

.fa-search:hover {
	color: #000;
	background: none !important;
}

.links_top li a.search_li:hover {
	background: transparent;	
	transition: none;
	color: #c3202f;
}

.mainmenu {
	width: 940px;
	height: 60px;
	border-spacing: 0;
    border-collapse: collapse;	
}

.mainmenu tr {
	margin: 0;
	padding: 0;	
}

.mainmenu td {
	margin: 0;
	padding: 0;	
	text-align: center;	
}

.mainmenu a {
	display: block;
	float: left;
	color: #ffffff;
	font-family: 'exobold', Arial, Sans-serif;
	font-size: 17px;
	height: 26px;
	padding: 17px 34px;
	text-align: center;
}

.mainmenu a:hover {
	color: #7dc5e9;
	transition: none;
}

.mainmenu a.active {
	background-color: #043147;
	color: #fff;
}

.flex_holder {
	background: url(../img/slider-bg.jpg) repeat-x center;
	height: 360px;
}

.flexslider {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	padding: 0;
}

.flexslider .slides img {
    display: block;
    margin: 0 auto;
    width: 940px;
}

.flex-control-nav {
	text-align: left;
	bottom: 10px;
	left: 0;
	z-index: 1000;	
	display: none;
}

.flex-control-paging li a {
	text-align: left;
}

.flex-control-paging li a.flex-active { background: #c3202f; background: rgba(195,32,47,1); cursor: default; }

.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next { right: 0; }

.flex-direction-nav a:before  { font-size: 40px; line-height:1; display: inline-block; }
.flex-direction-nav a.flex-prev  { content: none; background: url(../img/arrow-left.png) no-repeat; text-indent: -999999px; display: block; width: 32px; height: 64px; }
.flex-direction-nav a.flex-next  { content: none; background: url(../img/arrow-right.png) no-repeat; text-indent: -999999px; display: block; width: 32px; height: 64px; }

.naslov_main {
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 24px;
    font-family: 'playbold';
	color: #4a4a4a;	
}

.proizvod_holder {
	width: 212px;
	float: left;
	margin-left: 30px;
}

.proizvod_holder.first {
	margin-left: 0;
}

.proizvod_holder:hover > .slika_p {
	border: 1px solid #66a3c2;	
    -webkit-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,0.1);
}

.proizvod_holder:hover > .naziv_p {
	color: #66a3c2;	
}

.slika_p {
	border: 1px solid #ccc;
	width: 210px;
	height: 210px;
	text-align: center;
	background-color: #fff;
    display: table-cell;
    vertical-align: middle;
	position:relative;
}

.ChristmasDecorationHolder{position:absolute;top:0;right:15px;z-index:1000;}

.naziv_p {
	color: #0a4e70;
	font-size: 15px;
	font-family: 'source_sans_proregular', Arial, Sans-serif;
	text-align: center;
	margin-top: 10px;	
}

.price_p {
	text-align: center;	
	font-family: 'source_sans_prosemibold', Arial, Sans-serif;
}

.old_p {
	color: #535353;
	font-size: 15px;
	text-decoration: line-through;
	margin-right: 20px; 
}

.new_p {
	color: #0a4e70;
	font-size: 15px;	
}

a.all_p {
	display: block;
	background-color: #99a036;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 190px;
	font-family: 'source_sans_probold', Arial, Sans-serif;
	font-size: 16px;	
	margin: 20px auto 0 auto;
}

a.all_p:hover {
	background-color: #7b803b;
	color: #fff;
}

a.link_p {
	display: block;
}

.grey_holder {
	background-color: #f3f3f3;
	padding: 20px 0 20px 0;
	margin-top: 20px;
}

.footer {
	background-color: #23262c;
	color: #fff;
}

.ico1 {
	padding: 20px 0;
	font-size: 16px;
	float: left;
	width: 222px;
    font-family: 'playregular';	
}

.ico2 {
	padding: 20px 0;
	font-size: 16px;
	float: left;
	width: 222px;
	text-align: center;
	height: 25px;
    font-family: 'playregular';		
}

.ico3 {
	padding: 20px 0;
	font-size: 16px;
	float: left;
	width: 222px;
	text-align: center;
	height: 25px;
    font-family: 'playregular';			
}

.ico4 {
	padding: 20px 0;
	font-size: 16px;
	float: left;
	width: 265px;
	text-align: right;
	height: 25px;
    font-family: 'playregular';			
}

.ico1 img, .ico2 img, .ico3 img, .ico4 img {
	margin-right: 8px;
	position: relative;
    top: -2px;	
}

.kontakt_holder{
	border-top: 1px solid #515459;
	padding: 20px 0;
}

.kontakt {
	font-size: 13px;
	line-height: 18px;
	width: 215px;
	float: left;
	margin-right: 60px;
}

.kontakt a {
	color: #fff;
}

.kontakt a:hover {
	color: #408db4;
}

.newsletter {
	background: url(../img/newsletter.jpg) no-repeat;
	width: 293px;
	height: 40px;
	float: right;
	margin-top: 15px;
}

.nl {
	background: none;
	float: left;
	border: none;
	font-size: 13px;
	line-height: 14px;
	color: #606060;
	height: 16px;
	width: 165px;
	padding: 12px 0 12px 40px;
}

.nl_btn {
	background: none;
	padding: 0;
	margin: 0;
	float: right;
	border: none;
	width: 85px;
	height: 40px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-family: 'source_sans_probold', Arial, Sans-serif;
	font-size: 16px;	
}

.black_footer {
	background-color: #000;
	padding: 20px 0;
	text-align: center;
}

.black_footer ul {
	margin: 0;
	padding: 0;
}

.black_footer li {
	list-style: none;
	display: inline-block;
    margin-right:20px;
	/**margin-right: 30px;**/
}

.black_footer li a {
	color: #878c98;	
	font-family: 'source_sans_prosemibold', Arial, Sans-serif;	
}

.black_footer li a:hover {
	color: #99a036;	
}

.copyright {
	color: #878c98;	
	float: right;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.search_wrapper { 
	position: relative;
	display: none;
	background: #ebedee;
	padding: 30px 0;
	z-index: 9000;
}

.search { position: relative; width: 740px; margin: 0 auto; }

.search#prijava_traka { width: 940px;display:none; }

.search span {
	float: left;
	font-family: 'source_sans_prosemibold', Arial, Sans-serif;	
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
}

.search span.prijava_span {
	float: left;
	font-family: 'source_sans_prosemibold', Arial, Sans-serif;	
	font-size: 14px;
	padding: 0;
	padding-top: 5px;
}

.search label {
	float: left;
	font-family: 'source_sans_prosemibold', Arial, Sans-serif;	
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
}

.search label.prijava_span {
	float: left;
	font-family: 'source_sans_prosemibold', Arial, Sans-serif;	
	font-size: 14px;
	padding: 0;
	padding-top: 5px;
}

input.prijava {
	float: left;
	width: 150px;
	border: 0;
	height: 18px;
	line-height: 18px;
	padding: 8px 10px;
	margin: 0 20px 0 10px;	
}

input.lozinka {
	float: left;
	width: 150px;
	border: 0;
	height: 18px;
	line-height: 18px;
	padding: 8px 10px;
	margin: 0 0 0 10px;	
}

a.zaboravili {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

a.zaboravili:hover {
	color: #B8BF56;
}

.searchbox {
	float: left;
	width: 490px;
	border: 0;
	height: 18px;
	line-height: 18px;
	padding: 8px 10px;
	margin: 0 0 0 30px;
}

.prijavabtn {
	float: left;
	margin-left: 20px;
}

.registracijabtn {
	float: right;
}


.searchbtn {
	float: right;
}

.search .close {
	float: none;
	position: absolute;
	display: block;
	width: 12px;
	height: 12px; 
	right: -115px; 
	top: 10px; 
	background: url(../img/icon_close.png) no-repeat 0 0; opacity: 0.7;
}

.search .close.prijava_close {
	right: -40px; 
}

.search .close:hover {
	opacity: 1;
}

.btn1 {
    background: #66A3C2;
    color: #fff;
    border: 0 none;
    display: block;
	font-family: 'playregular';
	font-size: 16px;
    padding: 5px 15px;
    text-align: center; 
}

.btn2 {
    background: #B8BF56;
    color: #fff;
    border: 0 none;
    display: block;
	font-family: 'playregular';
	font-size: 16px;
    padding: 5px 15px;
    text-align: center; 
}

.breadcrumbs {
	margin: 0 auto;
	margin-top: 10px;
	width: 940px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	list-style: none;
	float: left;
}

.breadcrumbs li a {
	color: #737373;
	font-size: 13px;
}

.breadcrumbs li a:hover, .breadcrumbs li a.active {
	color: #0a4e70;
}

.breadcrumbs li a span.fa-angle-right {
	margin: 0 10px;
}

.fa-home {
	margin-right: 5px;
}

.slika_kat {
	width: 940px;
	height: 110px;
	overflow: hidden;
	position:relative;
}

.slika_kat > #NaslovGid {position:absolute;top:60px;right:60px;}



.left_container {
	width: 212px;
	float: left;
	margin-right: 30px;
}

.right_container {
	float: left;
	width: 698px;
	margin-top: 20px;
}

.right_container a {
	color: #408DB4;
}

.right_container a:hover {
	color: #7B803B;
}

.right_container ul {
	padding-left: 0;
}

.right_container li {
	list-style: none;
	background: url(../img/dot.png) no-repeat 0 9px;
	padding-left: 12px;
}

.sort a:hover {
	color: #000;
}

.sbOptions li a:hover {
	color: #66a3c2;	
}

.submenu {
	margin-bottom: 30px;
	margin-top: 20px;
}

/* Level 1 */

.submenu ul {
	margin: 0;
	padding: 0;
}

.submenu li {
	list-style: none;
}

.submenu li a {
	font-family: 'playregular';
	font-size: 17px;
	display: block;
	background-color: #e6e6e6;
	color: #666;
	padding: 10px;
	margin-bottom: 5px;
}

.submenu li a:hover, .submenu li a.active {
	background-color: #66a3c2;
	color: #fff;
}

/* Level 2 */

.submenu ul ul {
	margin: 0;
	padding: 0;
}

.submenu li li {
	list-style: none;
}

.submenu li li a {
	font-family: 'playregular';
	font-size: 14px;
	display: block;
	background-color: transparent;
	color: #626262;
	padding: 0;
	margin-bottom: 5px;
}

.submenu li li a:hover, .submenu li li a.active {
	color: #83ac2c;
	font-family: 'playregular';
	font-size: 14px;
	display: block;
	background-color: transparent;
	color: #66a3c2;
	padding: 0;
	margin-bottom: 5px;	
}

.submenu li li a span.fa-caret-right {
	margin-right: 5px;
}

/* Level 3 */

.submenu ul ul ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.submenu li li li {
	list-style: none;
}

.submenu li li li a {
	font-family: 'playregular';
	font-size: 14px;
	display: block;
	background-color: transparent;
	color: #626262;
	padding: 0;
	margin-bottom: 5px;
}

.submenu li li li a:hover, .submenu li li li a.active {
	color: #83ac2c;
}

.submenu li li li a span.fa-angle-right {
	margin-right: 5px;
}

.label_la {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.label_la.prikazi {
	margin-left: 20px;
}

.prikaz_select {
	float: right;
}

.prikaz_select a {
	display: block;
	float: right;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: 8px;
	width: 20px;
	height: 20px;
	padding: 5px;	
	text-align: center;
}

.prikaz_select a:hover, .prikaz_select a.active {
	background-color: #408db4;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
}

.proizvodi_pod {
	margin-top: 20px;
}

.proizvodi_pod a.link_p .proizvod_holder {
	margin-bottom: 20px;
}

.pages {
	width: 698px;
	height: 20px;
	margin: 20px 0;
}

.pages ul {
	margin: 0;
	padding: 0;
}

.pages li {
	list-style: none;
	float: left;
	margin-right: 8px;
}

.pages li a {
	font-family: 'playbold';
	font-size: 18px;	
	color: #828282;	
}

.pages li a:hover, .pages li a.active {	
	color: #c3202f;	
}

.naslov_filter {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'playbold';
	margin-bottom: 10px;
}

.filteri {
	margin-bottom: 20px;
}

.filteri .price_range .pricebox {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 7px;
    width: 80px;
}

.filteri .price_range #price_to {
    text-align: right;
    float: right;
}

.label_li {
	display: inline;
	font-size: 15px;
	position: relative;
	top: 2px;
}

.filteri ul {
	margin: 0;
	padding: 0;
}

.filteri li {
	list-style: none;
	margin-bottom: 5px;
}

/* CHECKBOX & RADIO REPLACEMENT */
.has-js .label_check, .has-js .label_radio { padding-left: 35px; }
.has-js .label_radio { background: url(../img/radio.png) no-repeat 0 0; cursor: pointer; }
.has-js .label_check { background: url(../img/check.png) no-repeat 0 0; cursor: pointer; padding-bottom: 5px; }
.has-js label.r_on { background: url(../img/radio.png) no-repeat 0 -30px; }
.has-js label.c_on { background: url(../img/check.png) no-repeat 0 -30px; }
.has-js .label_check input, .has-js .label_radio input { position: absolute; left: -9999px; }

.proizvod_holder_horizontal {
	border-bottom: 1px solid #ccc;
	height: 148px; 
	width: 698px;
	margin-bottom: 10px;
}

.slika_p_horizontal {
	float: left;
	width: 148px;
}

.naziv_p_horizontal {
	color: #0a4e70;
	font-size: 15px;
	font-family: 'source_sans_proregular', Arial, Sans-serif;	
	margin-bottom: 10px;
}

.opis_p {
	float: left;
	width: 505px;
	padding: 15px 20px;
	line-height: 18px;
	color: #5d8dc2;		
}

.price_p_horizontal {
 	color: #0a4e70;
	font-size: 15px;
	margin-top: 10px;	
}

.proizvod_holder_horizontal:hover > .opis_p .naziv_p_horizontal {
	color: #66a3c2;	
}



.photo_preview {
	width: 293px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-top:40px;
}


.photo_preview ul {
	list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

.photo_preview ul li {
	display: inline-block;
    max-width: 70px;
    padding: 7px 0.5%;
    width: 22%;
}

.photo_preview ul li a {
	border: 1px solid #cfcfcf;
    display: block;
    overflow: hidden;
    text-align: center;
}

.proizvod_opis {
	margin-top: 20px;
/*	float: left;
	width: 617px;	*/
    float: left;
    display: block;
    max-width: 400px;
}

.proizvod_opis:after {
	content: "";
	display: table;
	clear: both;
}

.proizvod_opis h1 {
	font-size: 22px;
	color: #0a4e70;
	font-family: 'playbold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;		
}

.opisLeftSide {
	position: relative;
	padding-right: 212px;
    width: 400px;
}

.opis_holder {
	/*fmax-width: 400px;
	float: left;*/
	margin-right: 30px;
}

.opis_holder > .addthis_sharing_toolbox {
	clear: none !important;
}

.serial_number {
	color: #363636;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.box_buy {
	float: left;
	width: 182px;
	background-color: #ededed;
	padding: 15px;	
}

.box_buy.box_message {
	padding: 0;
	margin:10px 0 0 0;	
}

.opis_txt {
	line-height: 20px;
	margin-top: 20px;
	text-align: justify;
}

.opis_table {
	width: 100%;
	margin-top: 20px;
	color: #363636;
}

td.bold {
	font-family: 'source_sans_probold', Arial, Sans-serif;		
}

.label_buy {
	font-family: 'source_sans_probold', Arial, Sans-serif;
	float: left;
	width: 60px;
	margin-right: 10px;		
}

.label_buy.kolicina {
	margin-top: 4px;	
}

.price_buy {
	color: #0a4e70;
	font-size: 18px;
	font-family: 'source_sans_probold', Arial, Sans-serif;	
	text-align: right;
}

.price_buy_old {
	color: #3f3f3f;
	text-decoration: line-through;
}

.txt_small {
	font-size: 12px;
}

.dostupnost {
	font-size: 12px;
	line-height: 16px;
}

.change_qty {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.change_qty li { float: left; }
.change_qty li .handle { display: block; text-align: center; width: 34px; background: #cfcfcf; border: 1px solid #cfcfcf; font: 24px 'ubunturegular', Arial, sans-serif; line-height: 30px; }
.change_qty li .handle:hover { text-decoration: none; color: #fff; background: #66A3C2; border-color: #66A3C2; }
.change_qty li .handle.sub { border-radius: 0; }
.change_qty li .handle.add { border-radius: 0; }
.change_qty li input { width: 30px; background: #fff; border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; height: 30px; line-height: 30px; padding: 0 5px; text-align: center; }

a.kosarica_btn {
	display: block;
	text-align: center;
	background-color: #99a036;
	color: #fff;
	width: 182px;
	float: right;
	padding: 10px 15px;	
	font-size: 16px;
	font-family: 'source_sans_probold', Arial, Sans-serif;		
}

a.kosarica_btn:hover {
	background-color: #7b803b;		
}

a.kosarica_btn img {
	margin-top: -5px;		
}

.naslov_spec {
	font-size: 18px;
	font-family: 'playbold';
	text-transform: uppercase;
	margin-top: 100px;	
}

.specifikacije {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 20px 0;
}

.specifikacije td {
	padding: 5px 10px;
}

td.spec1 {
	background-color: #ededed;
}

.dropmenu {
	background-color: #043147;
	position: absolute;
	z-index: 2000;
	display: none;
	padding: 20px;
	top: 60px;
	width: 204px; 
}

.dropmenu.last {
	right: 3px;
}

.drop_show {
	position: relative;
}


.dropmenu ul {
	margin: 0;
	padding: 0;
}

.dropmenu li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}

.dropmenu li a {
	clear:both;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	width:auto;
	display:block;
	text-align:left;
	height:auto;
	color: #98bccd;
	font-size: 16px;
	font-family: 'playbold';	
}

.dropmenu li a:hover {
	color: #fff;	
}

.dropmenu li a.active {
	color: #f8db62;	
}

.page_content {
	margin-top: 20px;
}

/* CHECKOUT */

.checkout_steps {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.checkout_steps ul {
	margin: 0;
	padding: 0 0;
	list-style: none;
	line-height: 30px;
}

.checkout_steps ul li  { 
	float: left;
	width: 188px;
}

.checkout_steps ul li.last  { 
	float: left;
	width: 100px;
}


.checkout_steps ul li > span { 
	display: block;
	color: #999;
}

.checkout_steps ul li > a {
	display: block;
	color: #000;
}

.checkout_steps ul li .circle {
	display: inline-block;
	text-align: center;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background: #888;
	color: #fff;
}

.checkout_steps ul li .label_ko { 
	margin-left: 4px;
	font-size: 15px;
}

.checkout_steps ul li a {
	color: #67b61d;
	margin-right: 10px;
}

.checkout_steps ul li a .circle {
	background: #67b61d;
}

.checkout_steps ul li.active a {
	color: #66A3C2;
}

.checkout_steps ul li.active a .circle {
	background: #66A3C2;
}

.page_content h1 {
	font-size: 25px;
	color: #606060;
	font-family: 'playbold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 30px;
}

.content {
	margin-top: 10px;
	margin-bottom: 20px;
}

.content h1 {
	font-size: 26px;
	color: #0A4E71;
	font-family: 'playregular';
	font-weight: normal;
	margin-bottom: 10px;
}

.table_view {
    width: 100%;
}

.table_view .thn figure {
    display: inline-block;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    text-align: center;
}

.table_view .price_before {
    color: #888;
    text-decoration: line-through;
    margin-left: 7px;
}

.fa-minus-circle {
	font-size: 28px;
	color: #ce002e;	
}

.fa-minus-circle:hover {
	color: #606060;	
}

.table_view_bottom {
    width: 100%;
    background: #f1f1f1;
}

.table_view_bottom td {
    border-bottom: 1px solid #cfcfcf;
}

.table_view_summary {
    width: 100%;
    background: #f1f1f1;
    border-top: 1px solid #cfcfcf;
}
.table_view_summary tr {
    border-bottom: 1px solid #cfcfcf;
}

.table_view tr {
    display: table-row;
    padding: 0;
    border-bottom: 0;
}

.table_view td {
    display: table-cell;
    padding: 14px 10px;
    border-bottom: 1px solid #cfcfcf;
}

.table_view .headings {
    display: table-row;
}

.table_view .headings td {
    background: #4a4a4a;
    color: #fff;
    border-bottom: 0;
}

.table_view label {
    display: none;
}

.table_view .price_before {
    display: block;
}

.table_view .thn {
    float: none;
    width: 70px;
    padding-right: 0;
}

.table_view .thn figure {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}

.table_view .price_single, .table_view .price_total {
    width: 90px;
    text-align: right;
}

.table_view .qty {
    width: 70px;
    text-align: center;
}

.table_view .qty span {
    width: 70px;
    text-align: left;
}

.table_view .remove {
    width: 24px;
}

.table_view_bottom td {
    padding: 14px 0;
    text-align: right;
}

.table_view_bottom .label {
    width: auto;
}

.table_view_bottom .price {
    width: 200px;
    padding-right: 54px;
}

.table_view_bottom .coupon {
    width: 140px;
}

a.continue_shopping {
	background-color: #606060;
    color: #fff;
    display: block;
    font-family: "source_sans_probold",Arial,sans-serif;
    font-size: 16px;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    width: 200px;
    float: left;
}

a.continue_shopping:hover {
	background-color: #000;
}

a.next_step {
	background-color: #99a036;
    color: #fff;
    display: block;
    font-family: "source_sans_probold",Arial,sans-serif;
    font-size: 16px;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    width: 120px;
    float: right;
}

a.next_step:hover {
	background-color: #7b803b;
}

.sbOptions > li{background-image:none;}

/***Kosarica**/
#kosaricatop{display:none;position:relative;}
#kosaricatop > .sc_summary_products{position:absolute;z-index:9999;background-color:#fff;max-height:321px;max-width:420px;color: #313131;overflow-y: scroll;padding: 14px 4%;top:0;right:0;margin-right:135px;float:right;}

.cards_box {
    background: #fff;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.cards_box a {
    margin: 0 10px;
}


.half_col {
    float: left;
    width: 49%;
}

.form_section {
	width: 400px;
}

.form_block {
    display: table;
    width: 100%;
}
.form_block {
    padding: 7px 0;
}

.form_block .textbox, .form_block textarea { width: 100%; border: 0; background: none; height: 18px; line-height: 18px; }


.form_block > .label {
    width: 125px;
}
.form_block .label {
    margin-bottom: 5px;
}

.form_block > div {
    display: table-cell;
    vertical-align: middle;
}

/* FORMA */
input[type="checkbox"], input[type="radio"] { margin-right: 8px; }
.different_address { margin-bottom: 20px; }
.form_section.grey { background: #f1f1f1; padding: 10px 18px; }
.form_section.special_delivery { display: none; }
.form_block .textbox { display: block; height: 32px; line-height: 18px; padding: 5px 8px; border: 1px solid #cfcfcf; background: #fff; box-sizing: border-box; }
.form_divider { border-bottom: 1px solid #cfcfcf; height: 1px; line-height: 1px; font-size: 1px; margin: 30px 0; }
.form_section .form_buttons { margin: 12px 0 7px 0; }
.form_section textarea { display: block; height: 32px; line-height: 18px; padding: 5px 8px; border: 1px solid #cfcfcf; background: #fff; box-sizing: border-box; min-height: 100px; }

.half_col h2 {
  	color: #7B803B;
    font-family: "playregular";
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
	margin-top: 20px;	
}

.half_col .sbSelector, .half_col .sbHolder {
	width: 275px;
}

.btn.btn3.different_address {
	background-color: #666;
    color: #fff;
    display: block;
    font-family: "source_sans_probold",Arial,sans-serif;
    font-size: 15px;
    padding: 8px;
    text-align: center;
    width: 190px;
}

.btn.btn3.different_address:hover {
	background-color: #000;
}


.btn.btn4 {
	background-color: #99a036;
    color: #fff;
    display: block;
    font-family: "source_sans_probold",Arial,sans-serif;
    font-size: 15px;
    padding: 8px;
    text-align: center;
    width: 100px;	
}

.btn.btn4:hover {
	background-color: #7b803b;	
}


#divdodano{display:none;}
.message.confirm{background:none repeat scroll 0 0 #e0f0d9;border:1px solid #d6e8c7;color:#48874a;margin-top:0px;text-align: center;width: 100%;}
.message{border-radius:5px;margin:18px 0;padding:14px;}


.accordion_view { margin: 14px 0 0 0; padding: 0; list-style: none; }
.accordion_view li { display: block; }
.accordion_view .title { background: #f4f4f4; border: 1px solid #cfcfcf; overflow: hidden; }
.accordion_view .title > a { display: block; width: 80%; float: left; padding: 8px 12px; }
.accordion_view .title > input { float: left; margin: 12px 0 0 14px; }
.accordion_view .title.selected { border-color: #66a3c2; }
.accordion_view .title.selected > a { color: #000;}
.accordion_view .body { display: none; padding: 18px 14px 10px 14px;  }

#lista_btn {
	text-align: center;
}

#lista_btn a {
	color: #66A3C2;
	font-size: 15px;
}

#lista_btn a:hover {
	color: #66A3C2;
	cursor: pointer;
}


.half_col.move_right {
    float: right;
    margin-top: 0;
}

.table_view_summary {
    width: 94%;
}


.table_view_summary .label {
    width: 50%;
}


.table_view_summary td {
    padding: 14px;
}

.form_block > .label {
    width: 125px;
}

.form_block {
    padding: 7px 0;
    font-size: 15px;
}

.form_block > div {
    display: table-cell;
    vertical-align: middle;
}

.opisRightSide {
	width: 212px;
/*	float: right;*/
	position: absolute;
	top: -60px;
	right: 0;
}

/*** PDF poruke**/
.msgOk{background-color:#c0e2c2; text-align: center; padding: 10px; border: 2px solid #2e8d32;}
.msgErr{background-color:#e2c0c0; text-align: center; padding: 10px; border: 2px solid #aa0d0d;}
/*** PDF poruke**/

#Zup2Man{display:none;}
#Zup3Man{display:none;}

.classGradDisable{background-color:#e9e9e9 !important;border:none !important;}


.fb-page {margin: 20px 0; display: block;}
.cards_box {margin-top: 35px;}
.kontakt {line-height: 26px; margin-top: 10px;}

.cards_box_print {
	display: none;
}

@media print {
	
	.links_top, .menu_holder, .grey_holder, .ico1, .ico2, .ico3, .ico4, .newsletter, .fb-page, .breadcrumbs, .label_buy kolicina, .change_qty, a.kosarica_btn, #lista_btn, .black_footer, .cards_box {
		display: none;
	}
	
	.header {
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	
	.logo {
		margin: 20px auto;
		width: 292px;
		float: none;
	}
	
	.cards_box_print {
		display: block;
		margin: 20px 0;
	}	
		
}

.copyright a {
display: inline-block;
width: 83px;
height: 20px;
background: url(../img/gd_logo.svg) no-repeat 0 0;
background-size: 83px auto;
opacity: 0.8;
position:relative;
top:10px;
margin-left:20px;
}
@font-face {
    font-family: 'exobold';
    src: url('font/Exo-Bold-webfont.eot');
    src: url('font/Exo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Exo-Bold-webfont.woff2') format('woff2'),
         url('font/Exo-Bold-webfont.woff') format('woff'),
         url('font/Exo-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exoregular';
    src: url('font/Exo-Regular-webfont.eot');
    src: url('font/Exo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Exo-Regular-webfont.woff2') format('woff2'),
         url('font/Exo-Regular-webfont.woff') format('woff'),
         url('font/Exo-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold';
    src: url('vSourceSansPro-Bold-webfont.eot');
    src: url('font/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('font/SourceSansPro-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('font/SourceSansPro-Light-webfont.eot');
    src: url('font/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Light-webfont.woff2') format('woff2'),
         url('font/SourceSansPro-Light-webfont.woff') format('woff'),
         url('font/SourceSansPro-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('font/SourceSansPro-Regular-webfont.eot');
    src: url('font/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Regular-webfont.woff2') format('woff2'),
         url('font/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('font/SourceSansPro-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('font/SourceSansPro-Semibold-webfont.eot');
    src: url('font/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Semibold-webfont.woff2') format('woff2'),
         url('font/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('font/SourceSansPro-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playbold';
    src: url('font/Play-Bold-webfont.eot');
    src: url('font/Play-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Play-Bold-webfont.woff') format('woff'),
         url('font/Play-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playregular';
    src: url('font/Play-Regular-webfont.eot');
    src: url('font/Play-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Play-Regular-webfont.woff') format('woff'),
         url('font/Play-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('font/font-awesome-4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
.sbHolder{
	background: #e9e9e9; /* Old browsers */
	border: 0;
	height: 34px;
	position: relative;
	width: 130px;
	float: left;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 130px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #444;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -114px no-repeat;
	display: block;
	height: 34px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -161px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -10px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -60px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #fff;
	border: 0;
	border-radius: 5px;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 130px;
	z-index: 1;
	padding: 4px 0;
	overflow-y: auto;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #65655f;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #66A3C2;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
	padding: 4px 0 4px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
/* 
 * Style used by the label output mode.
 * Applied to the error labels that get positioned after an input.
 */
label.error { 
    color:#fff; 
    margin-left:2px;     
    background-image:url('arrow.gif');
    background-position:left center;
    background-repeat:no-repeat;
    padding:2px;
    padding-left:18px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}


/*
 * Styles used by the modal output mode.
 * '.validity-modal-msg' is applied to the modal boxes 
 * and '.validity-modal-msg:hover' is applied to suggest 
 * to the user that the boxes are clickable.
 */
.validity-modal-msg { 
    position:absolute; 
    z-index:2; 
    background-color:#808084; 
    padding:4px 8px;
    cursor:pointer; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	margin-top: 17px;
}
.validity-modal-msg:hover { 
    background-color:#D4282C; 
}

/*
 * Styles used by the summary output mode.
 * '.validity-summary-container' is a container on the page that should contain a UL 
 * which is the actual summary. The container can hold 
 * an extra bit of text (or anything really) that explains what the summary is.
 * '.validity-erroneous' is applied to every input that fails.
 */
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { -webkit-box-shadow: inset 0px 0px 5px 0px rgba(189,0,38,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(189,0,38,1);
box-shadow: inset 0px 0px 5px 0px rgba(189,0,38,1); !important;}

footer .newsletter div > input.validity-erroneous { background: none !important; border: none !important; color: #ce002e;}


.validity-tooltip {
    z-index:1003;
    
    cursor:pointer;
    
    padding:3px;
    width:16em;
    
    border-width:1px;
    border-color:#555;
    border-style:solid;
    color:#111;
    
    position: absolute;
    background-color:#f56600;
}

.validity-tooltip:hover {
    border-color:#333;
}

.validity-tooltip .validity-tooltip-outer, .validity-tooltip .validity-tooltip-inner {
    position: absolute; 
    width:0; 
    height:0; 
    border-right-width: 0;
    background:none;
    bottom:auto;
}

.validity-tooltip .validity-tooltip-outer {	
    border-color:#333;
    border-style:solid;
    
    border-top: 0px solid transparent; 
    border-bottom: 24px solid transparent;
    
    border-right-width:20px;
    border-right-style:solid;
    border-right-color:inherit;
    
    border-left-width:0px;
    top:-1px;
    left:-21px;
}

.validity-tooltip .validity-tooltip-inner {
    border-top: 0px solid transparent; 
    border-bottom: 24px solid transparent;
    border-right: 20px solid #f56600;
    border-left-width:0px;
    top:1px;
    left:3px;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px;display:none;}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/**
 * Selectator jQuery Plugin
 * A plugin for select elements
 * version 1.1, Dec 10th, 2013
 * by Ingi P. Jacobsen
 */

/* reset */
.selectator * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
}
.selectator img {
	display: block;
}

/* dimmer */
#selectator_dimmer {
	background-color: rgba(0,0,0,.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
}

/* Main box */
.selectator {
	border: 1px solid #d0d1d4;
	box-sizing: border-box;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
}
.selectator.multiple {
	padding-right: 20px !important;
	padding-bottom: 5px !important;
}
.selectator.single {
	height: 36px;
	padding: 7px 10px !important;
}
.selectator:after {
	position: absolute;
	cursor: pointer;
	font-family: 'font-ioglasi';
	content: 'b';
	font-size: 10px;
	right: 12px;
	color: #3b3b3b;
	top: 50%;
	line-height: 0;
}

/* chosen items holder */
        .selectator_chosen_items {
	display: inline;
}
.single .selectator_chosen_items {
	display: block;
}

/* chosen item */
          .selectator_chosen_item {
	display: inline-block;
	background-color: #39f;
	border-radius: 2px;
	color: #fff;
	padding: 4px 20px 4px 4px;
	font-size: 13px;
	margin: 2px;
	position: relative;
	vertical-align: top;
}
.single   .selectator_chosen_item {
	background-color: transparent;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: inherit;
}
.multiple .selectator_chosen_item {
	margin: 5px 0 0 5px;
	padding: 3px 20px 2px 5px;
}
/* chosen item - left */
          .selectator_chosen_item_left {
	float: left;
	width: 25px;
}
          .selectator_chosen_item_left img {
	height: 23px;
}
.multiple .selectator_chosen_item_left {
	float: left;
	width: 22px;
}
.multiple .selectator_chosen_item_left img {
	height: 18px;
}
/* chosen item - title */
          .selectator_chosen_item_title {
	
}
.single   .selectator_chosen_item_title {
	height: auto;
}
.multiple .selectator_chosen_item_title {
	float: left;
	padding-top: 2px;
}
/* chosen item - subtitle */
.selectator_chosen_item_subtitle {
	display: none;
}
/* chosen item - right */
.selectator_chosen_item_right {
	float: right;
	width: 20px;
	background-color: #ccc;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 3px;
	margin-right: 20px;
}
.multiple .selectator_chosen_item_right {
	display: none;
}

/* chosen item remove button */
          .selectator_chosen_item_remove {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 6px 5px 4px 5px;
	cursor: pointer;
	font-size: 11px;
	line-height: 10px;
	vertical-align: top;
	border-radius: 0 2px 2px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
          .selectator_chosen_item_remove:hover {
	color: #000;
	background-color: #8cf;
}
.single   .selectator_chosen_item_remove {
	display: none;
}
.multiple .selectator_chosen_item_remove {
	padding: 7px 5px 4px 5px;
}
.multiple .selectator_chosen_item_remove:hover {
	
}
.multiple .selectator_input,
.multiple .selectator_textlength {
	padding: 1px 0 0 0;
	margin: 7px 0 2px 5px;
}




/* input box */
                        .selectator_input,
                        .selectator_textlength {
	border: 0;
	display: inline-block;
	margin: 0;
	background-color: transparent;
	font-size: 13px;
	outline: none;
	padding: 6px 0 0 0;
}
.single                 .selectator_input {
	border: 1px solid #7f9db9;
	position: absolute;
	bottom: -40px;
	left: -1px;
	z-index: 101;
	padding: 10px 25px;
	width: 100%;
	width: calc(100% + 2px);
	border-bottom: 0;
	background-color: #f6f6f6;
	color: #333;
	font-size: inherit;
}
.single.options-hidden  .selectator_input {
	opacity: 0;
	position: absolute;
	left: -10000px;
}
.single.options-visible .selectator_input {
	opacity: 1;
}
.disable_search         .selectator_input {
	opacity: 0;
	padding: 0 1px 1px 0 !important;
}

/* options holder */
                           .selectator_options {
	margin: 0;
	padding: 0;
	border: 1px solid #7f9db9;
	border-radius: 0 0 3px 3px;
	font-family: sans-serif;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 101;
	background-color: #fff;
	overflow-y: scroll;
	max-height: 250px;
	list-style: none;
	left: -1px;
	right: -1px;
}
.single                    .selectator_options {
	padding-top: 0;
	border-top: 0;
}
       .disable_search     .selectator_options {
	border-top: 1px solid #7f9db9;
}
.single.disable_search     .selectator_options {
	padding-top: 0;
}
.selectator.options-hidden .selectator_options {
	display: none;
}

/* option item group header */
.selectator_group_header {
	padding: 5px;
	font-weight: bold;
}

/* option item group holder */
.selectator_group {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* option item */
                  .selectator_option {
	padding: 5px;
	cursor: pointer;
	color: #000;
}
                  .selectator_option.active {
	background-color: #39f;
	color: #fff;
}
.selectator_group .selectator_option {
	padding: 5px 5px 5px 20px;
}
/* option item - left */
.selectator_option_left {
	float: left;
}
.selectator_option_left img {
	height: 30px;
}
/* option item - title */
.selectator_option_title {
	margin-left: 35px;
}
/* option item - subtitle */
.selectator_option_subtitle {
	font-size: 75%;
	color: #888;
	margin-left: 35px;
}
/* option item - right */
.selectator_option_right {
	float: right;
	width: 30px;
	background-color: #ccc;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 6px;
}

