/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after, .rsform-block:after, .pagination ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.tablecenter {
    display: table;
    margin: 0 auto;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.right {
	text-align:right;
}
strong, b {
	font-weight:bold;
}
.center {
	text-align:center !important;
}
.nomargin {
    margin:0 !important;
}
.middle {
	text-align:center !important;
	vertical-align:middle !important;
}
p, .itemview ul {
	margin-bottom:20px;
}
.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.w100 {
	width:100%;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

h1 {
    color: #454D5D;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 40px;
}
h2 {
    font-size: 20px;
}
h2 a {
    text-decoration: none;
}
a, .anim, .hover {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
.imghold img {
    display: block;
}
.lnews .imghold img {
    width: 65px;
    height: 52px;
    object-fit: cover;
}


@font-face {
    font-family: 'pf_trafficbold';
    src: url('../fonts/pftraffic-bold_0-webfont.eot');
    src: url('../fonts/pftraffic-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pftraffic-bold_0-webfont.woff') format('woff'),
         url('../fonts/pftraffic-bold_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_trafficregular';
    src: url('../fonts/pftraffic-regular_0-webfont.eot');
    src: url('../fonts/pftraffic-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pftraffic-regular_0-webfont.woff') format('woff'),
         url('../fonts/pftraffic-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_trafficmedium';
    src: url('../fonts/pftraffic-medium-webfont.eot');
    src: url('../fonts/pftraffic-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pftraffic-medium-webfont.woff') format('woff'),
         url('../fonts/pftraffic-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
		 url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), 
		 url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), 
		 url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    color: #454D5D;
    font-family: Arial,Tahoma;
    font-size: 13px;
    line-height: 1.7em;
    padding-bottom: 150px;
}
.font_pfm, h1, .h1, .callmeback input, .cmba, .mod_menu, h2 a {
	font-family: 'pf_trafficmedium', Arial, Tahoma;
}
.font_pfb, .btn, button, .mod-head, .mod.insurance .h2, .tabsheader a, .modsignature span, .modnewsletter button, .storefeature h2, .store_feature_navigation a, .pricex span, .itemView h3, .itemView h2 {
	font-family: "pf_trafficbold", Arial, Tahoma;
}
.font_pfr, .mod_menu ul ul a, .topnav, .slogan, .mod.roadassistance, .callmeback .info, .pricex {
	font-family: "pf_trafficregular", Arial, Tahoma;
}
.font_fa, .icon, .mod.roadassistance .mod-content .box .h1:before {
	font-family: 'FontAwesome';
}

a {
    color:#1577BC;
}
a:hover {
    color: #454D5D;
    text-decoration: none;
}
.wrap {
	width:1190px;
	margin: 0 auto;
}

.col-top {
	background-color:#454d5d;
	padding:4px 0;
	font-size: 12px;
}
.col-top, .col-top a {
	color:#ced3dd;
}
.col-top a {
	text-decoration: none;
}
.col-top a:hover, .col-top .active a {
	color: #fff;
}
.col-top .nav li {
	float: left;
	margin-right: 20px;
}
.col-top .mod.topnav {
    float: left;
}
.col-top .mod.topnav, .col-top .mod:last-child {
    border: medium none;
    margin-left: 0;
    padding-left: 0;
}
.col-top .mod {
    float: right;
    border-left: 1px solid #585f6e;
    margin-left: 20px;
    padding-left: 20px;
}
.col-logo {
    padding: 60px 0 30px;
}
.mod_menu {
    float: right;
    margin-top: 12px;
}
.mod_menu li {
	float: left;
	position: relative;
	margin-left:32px;
}
.mod_menu ul ul:before {
	display: block;
	width: 14px;
	height: 7px;
	background-color:red;
	position: absolute;;
	top:-7px;
	left:20px;
	background:url("../img/arr.png") no-repeat;
	content: " ";
}

.mod_menu ul ul {
    background-color: #1577BC;
    border: 1px solid #3C97D7;
    left: -20px;
    min-width: 200px;
    padding: 15px 20px;
    position: absolute;
    top: 40px;
    -webkit-box-shadow:  0 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0 3px 3px 2px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 5555;
}

.blog .catItemImageBlock img, .mod_menu ul ul, .rad3 {
    -webkit-border-radius: 3px;
    border-radius: 3px;  
}

.mod_menu ul ul li {
    float: none;
    margin: 0 0 5px;
}
.mod_menu ul ul li:last-child {
    margin: 0;
}
.mod_menu ul ul a {
    color: #FFFFFF;
    font-size: 13px;
    padding: 5px 0;
}
.mod_menu a:hover, .mod_menu .nav > .active > a, .mod_menu .sfHover > a, .xe li:before, .mod.insurance .h1, .mod.insurance h3 {
	color:#1577bc;
}
.mod_menu ul ul a:hover, .mod_menu ul ul .active a {
	color:#8ec1e4;
}

.mod_menu a {
	text-decoration: none;
	color:#515151;
	font-size: 15px;
	white-space: nowrap;
	display: block;
}

.padd {
	padding:0 30px;
}
#footer .padd {
    padding: 50px 70px;
}

.mod.slogan {
	padding:45px;
	font-size: 20px;
	margin-top: 3px;
	text-align: center;
	-webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.slideshow img {
	display: block;
}
#content {
    margin: 40px 0;
    position: relative;
}
.btn, button {
	display: inline-block;
	padding: 6px 16px;
	color:#fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border:none;
    cursor: pointer;
    outline: 0;
    background-color:#1577bc;
    border:solid 1px #1577bc;
}
.btn:hover, button:hover {
    background-color: #FFFFFF;
    color: #1577BC;
}

.btn.bw {
	border:solid 1px #fff;
}

.btn.w {
	background-color:#fff;
	color:#1577bc;
	border:solid 1px #fff;
}
.btn.w:hover {
	background-color:#1577bc;
	color:#fff;
}

#main {
    margin-top: 50px;
}

body.blog #main, body.partners #main, body.programs #main, body.news #main {
    border-top: 1px solid #DFDFDF;
    margin-top: 15px;
}

.col-user1 .mod-head {
    color: #A2A2A2;
    font-size: 15px;
    letter-spacing: 0.4em;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
}
.col-user1 .mod-head h2 {
    background: url("../img/b.jpg") repeat-x scroll 0 13px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 100px;
}
.col-user1 .mod-head em {
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 0 20px;
}

.rounded5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rounded, #footer, .mod.modnewsletter form {
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
.blue {
	background-color:#1577bc;
	color:#fff;
}
.mod.roadassistance .mod-content .box {
    padding: 40px;
    position: relative;

}
.mod.roadassistance .mod-content .box .h1:before {
    color: #1577BC;
   	content: "\f0d9";
    font-size: 80px;
    left: -25px;
    position: absolute;
    top: 44%;
}

.mod.roadassistance .mod-content .blue p {
	color:#cddcec;
	font-size: 15px;
}
.mod.roadassistance .mod-content .blue .h1 {
	margin-bottom: 20px;
}
.mod.roadassistance .mod-content {
    padding-left: 677px;
    background:url("/images/odiki_voitheia.jpg") no-repeat 0 50%;
}
.mod.roadassistance .btn {
    margin-right: 5px;
    min-width: 100px;
}
.ra {
    margin: 30px 0;
}
.ra li {
    border-bottom: 1px solid #6098CA;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
}
.ra .icon {
    display: inline-block;
    float: left;
    font-size: 40px;
    padding-right: 53px;
    text-align: center;
    width: 40px;
}
.h1 {
	font-size: 40px;
	line-height: 1em;
}
.h1 a {
    text-decoration: none;
    color:#1577BC;
}
.col-user1 .mod {
    margin-bottom: 80px;
}
.callmeback li {
	position:relative;
}
.cmba .icon {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: -4%;
}
.cmba {
    padding: 7px 10px 13px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.cmba:hover, .sfHover .cmba {
    background-color: #FFFFFF;
    color: #454D5D !important;
}
.callmeback ul {
    background-color: #E3EDF6;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 100;
    width:370px;
    -webkit-box-shadow:  0px 5px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 5px 3px 3px rgba(0, 0, 0, 0.2);
}
.callmeback .img {
	width: 100%;
	height: 227px;
	background:url("../img/master.png") no-repeat 0 0 transparent;
}
.callmeback .formContainer {
    color: #454D5D;
    padding: 20px 25px;
}
.callmeback .info {
    line-height: 1.4em;
    margin-bottom: 20px;
}
.callmeback input {
    border: medium none;
    color: #454D5D;
    font-size: 12px;
    padding: 9px 10px;
    background-color: #ffffff;
}
.callmeback input#name {
    margin-bottom: 2px;
}
.callmeback .rsform-block-captcha img {
    margin-top: -2px;
    padding-left: 3px;
    padding-right: 10px;
    vertical-align: middle;
}
.callmeback .rsform-block-submit {
    bottom: 20px;
    position: absolute;
    right: 25px;
}
.callmeback .footerinfo {
    color: #787878;
    font-size: 10px;
    line-height: 1.3em;
    width: 215px;
}
.callmeback .formfooter {
    margin: 15px 0 0 3px;
    min-height: 33px;
}
.callmeback .rsform-block-captcha .label {
    color: #787878;
    float: left;
    font-size: 11px;
    padding-top: 8px;
}
.callmeback .formRed {
    background-color: #BC152D;
    color: #FFFFFF;
    padding: 5px 15px;
}
.rsform.mod-cmb {
    margin-right: -10px;
}

/* Forms */
.formNoError, .rsform-block-captcha br, .callmeback .rsform-block-captcha, .callmeback ul {
    display: none;
}
.formError {
    color: #D94A4A;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-top: 1px;
}


/* End of forms */
.mod.insurance .h1 {
    font-size: 40px;
    margin-top: -20px;
}
.mod.insurance .h3 {
    color: #727272;
    font-size: 20px;
    margin: 0 0 40px;
}
.mod.insurance .cycle {
    margin: 0 auto;
    padding-top: 25px;
    width: 85%;
}
.mod.insurance h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.mod.insurance .item {
    width:100%;
}
.mod.insurance .itembody {
    width: 280px;
}
.mod.insurance .item.car {
    background: url("/images/insurance_car.jpg") no-repeat scroll 100% 16% transparent;
}
.mod.insurance .item.moto {
    background: url("/images/insurance_moto.png") no-repeat scroll 85% 52% transparent;
}
.mod.insurance .xe {
    margin: 30px 0 !important;
}
.mod.insurance .cycle {
    margin-top: 35px;
}
.xe li:not(:last-child) {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.xe li:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px;
    font-size: 12px;
}
.tabsheader li {
    float:left;
    margin-right: 1px;
    position: relative;
}
.tabsheader li:last-child {
    margin-right: 0;
}
.tabsheader a {
    background-color: #EAEAEA;
    color: #454D5D;
    display: block;
    padding: 17px 40px;
    text-decoration: none;
}
.tabsheader li:first-child a {
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.tabsheader li:last-child a {
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}
.tabsheader a:hover {
    background-color:#d6d6d6;
}
.tabsheader li.cycle-pager-active a {
    background-color:#1577bc;
    color:#fff;
}
.tabsheader li.cycle-pager-active a:after {
    bottom: -14px;
    color: #1577bc;
    content:"\f0d7";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.logosnav li {
    float: left;
    margin-right: 22px;
}
.logosnav li:last-child {
    margin-right: 0;
}
.logosnav {
    border-top: 1px solid #DFDFDF;
    padding:50px 20px 0 20px;
}
.logosnav a {
    display: block;
    background:url("../img/master.png");
    width:90px;
    height: 30px;
    text-indent: -100000px;
}
.logosnav .sym a {
    background-position: -373px 0;
}
.logosnav .ktm a {
    background-position: -488px 0;
    width:85px;
    height: 29px;
}
.logosnav .modenas a {
    background-position: -602px 0;
    width: 159px;
}
.logosnav .daytona a {
    background-position: -785px 0;
    width:134px;
    height: 27px;
}
.logosnav .sym a:hover {
    background-position: -373px -29px;
}
.logosnav .ktm a:hover {
    background-position: -488px -29px;
}
.logosnav .modenas a:hover {
    background-position: -602px -29px;
}
.logosnav .daytona a:hover {
    background-position: -785px -29px;
}
#footer {
    background-color: #454D5D;
    color: #FFFFFF;
    margin-top: -30px;
    position: relative;
}
#footer ul {
    margin-bottom: 0;
}
#footer .mod {
    float: left;
    width: 21.8%;
}
#footer .mod-head {
    color:#b2b2b2;
    margin-bottom: 10px;
    font-size: 15px;
}
#footer .mod-head h2 {
    font-size: 15px;
}
#footer a {
    color:#fff;
    text-decoration: none;
}
#footer a:hover {
    color:#b2b2b2;
}
.modsocial ul {
    line-height: 2.5em;
}
.modsocial a {
    display: block;
}
.modsocial a:before {
    content: "\f082";
    font-family: FontAwesome;
    font-size: 27px;
    padding-right: 10px;
    vertical-align: -12%;
}
.modsocial .twitter a:before {
    content: "\f081";
}
.modsocial .twitter a:before {
    content: "\f0d3";
}
.modsocial .googleplus a:before {
    content: "\f0d4";
}
.mod.modnewsletter {
    width: 340px !important;
}
.mod.modnewsletter .mod-head,
.mod.modnewsletter p {
    padding-right: 40px;
}
.mod.modcontact {
    margin: 0 34px 0 -32px !important;
}
.mod.modsignature {
    bottom: -80px;
    color: #8C8C8C;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100% !important;
}
.mod.modsignature span {
    cursor: default;
    display: block;
    letter-spacing: 0.5em;
}
.mod.modsignature .reach {
    color: #8C8C8C !important;
    font-size: 12px;
}
.mod.modsignature .reach:hover {
    color: #1577bc !important;
}
/* Footer newsletter (Convert Forms) — joined input + button pill */
.modnewsletter .convertforms {
    margin: 0;
    background: transparent !important;
}
.modnewsletter .cf-form-wrap {
    background: none !important;
    padding: 0 !important;
    box-shadow: none;
    max-width: 100%;
}
.modnewsletter .cf-fields {
    display: flex;
    align-items: stretch;
    border: solid 1px rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.modnewsletter .cf-fields:focus-within {
    border-color: #ffffff;
}
.modnewsletter .cf-control-group {
    margin: 0 !important;
    padding: 0 !important;
}
.modnewsletter .cf-control-group[data-type="email"] {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}
.modnewsletter .cf-control-group[data-type="submit"] {
    flex: 0 0 auto;
    width: auto !important;
}
.modnewsletter .cf-control-group[data-type="email"] .cf-control-input,
.modnewsletter .cf-control-group[data-type="email"] input.cf-input {
    height: 100%;
}
.modnewsletter input.cf-input {
    background: transparent !important;
    border: none !important;
    outline: none;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font-size: 13px;
    padding: 11px 9px 11px 16px !important;
    width: 100%;
}
.modnewsletter input.cf-input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}
.modnewsletter .cf-btn {
    background-color: #FFFFFF !important;
    color: #454D5D !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: "pf_trafficbold", Arial, Tahoma;
    font-size: 14px !important;
    line-height: 1em;
    padding: 12px 20px !important;
    height: 100%;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.modnewsletter .cf-btn:hover .cf-btn-text,
.modnewsletter .cf-btn:hover {
    color: #1577bc !important;
}
.modnewsletter .cf-response {
    color: #ffffff;
}
.modnewsletter .cf-success .cf-response {
    padding: 10px 0 0;
}
.store_feature .spinner {
    background:url("../img/spinner.gif");
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
}
.store_feature_category .textbody {
    float: left;
    padding-top: 30px;
    width: 35%;
}
.store_feature_category .itemimg {
    float: right;
    text-align: center;
    width: 64%;
}
.store_feature_category .itemimg img {
    display: block;
}
.store_feature_category h2 {
    margin-bottom: 15px;
}
.store_feature_category .storebar > li {
    float: left;
    margin-right: 10px;
}
.store_feature_category .storebar {
    bottom: 30px;
    left: 0;
    position: absolute;
}
.extrafields .btn {
    background-color: #FFFFFF;
    border: 1px solid #454D5D;
    color: #454D5D;
    font-size: 14px;
    padding: 6px 12px;
    position: relative;
}
.extrafields li {
    position: relative;
    white-space: nowrap;
}
.extrafields .btn:hover, .extrafields .sfHover .btn {
    background-color: #454D5D;
    color: #fff;
}
.extrafields ul {
    background-color: #454D5D;
    bottom: 51px;
    color: #FFFFFF;
    left: 0;
    display: none;
    position: absolute;
    -webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.extrafields ul:after {
    bottom: -13px;
    color: #454D5D;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 25px;
    left: 13px;
    position: absolute;
    z-index: -1;
}
.extrafields ul li:first-child {
    border-top: none;
    padding-top:9px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.extrafields ul li:last-child {
    border-bottom: none;
    padding-bottom: 9px;
    -webkit-border-radius: 0  0 5px 5px;
    border-radius: 0  0 5px 5px;
}
.extrafields ul li {
    border-bottom: 1px solid #424958;
    border-top: 1px solid #4E5667;
    padding: 4px 20px;
    width: 100%;
    cursor: default;
}
.extrafields ul li:nth-child(2n) {
    background-color: #404755;
}
.extrafields ul li:hover {
    background-color:#1577BC;
}
.extrafields .moduleItemExtraFieldsLabel {
    width: 130px;
    padding-right: 10px;
    display: inline-block;
}
.store_feature_navigation {
    float: left;
    width: 20%;
}
.mod.store_feature .mod-content {
    overflow: hidden;
}
.store_feature_navigation .nav, .store_feature_category p {
    margin-bottom: 0 !important;
}
.store_feature_navigation a {
    background-color: #EAEAEA;
    color: #454d5d;
    display: block;
    outline: 0 none;
    padding: 16px 23px;
    text-decoration: none;
}
.store_feature_navigation a:hover {
    background-color: #D6D6D6;
}
.store_feature_navigation li {
    margin-bottom: 1px;
    position: relative;
}
.store_feature_navigation .active a {
    background-color: #FFFFFF !important;
    color: #1577BC !important;
    cursor: default;
}
.store_feature_navigation li.active:first-child a {
    box-shadow: inset 0 3px 0 #EAEAEA;
    -webkit-box-shadow: inset 0 3px 0 #EAEAEA;
}
.store_feature_navigation li.active:last-child a {
    box-shadow: inset 0 -3px 0 0 #EAEAEA;
    -webkit-box-shadow: inset 0 -3px 0 0 #EAEAEA;
}
.store_feature .cycle-slide {
    height: 100%;
}
.store_feature .controls {
    margin-top: -8px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.store_feature .controls span {
    width: 10px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    background:url("../img/master.png") -394px -67px no-repeat;
}
.store_feature .controls span.cprev {
    margin-right: 10px;
    background-position: -373px -67px;
}
.store_feature .controls span:hover {
    background-position: -394px -86px;
}
.store_feature .controls span.cprev:hover {
    background-position: -373px -86px;
}
.store_feature_contents {
    float: right;
    height: 100%;
    position: relative;
    width: 75%;
}
#cycle-pager {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
}
#cycle-pager span {
    background-color: #EAEAEA;
    cursor: pointer;
    display: block;
    height: 12px;
    margin-bottom: 5px;
    text-indent: -100000px;
    width: 12px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
#cycle-pager span:last-child {
    margin-bottom: 0;
}
#cycle-pager span:hover {
    background-color: #b6b3b3;
}
#cycle-pager .cycle-pager-active {
    background-color:#1577bc !important;
}
.pricex {
    color: #505050;
    font-size: 12px;
    line-height: 1.55em;
    margin-top: -2px;
}
.pricex span {
    display: block;
    font-size: 21px;
}
.col-right {
    float: right;
    padding-left: 60px;
    width: 34%;
}
.col-left {
    width: 25%;
    float: left;
    padding-right: 60px;
}
body.col-right-exist #component {
    float: left;
    width: 65%;
}
body.col-left-exist #component {
    float: left;
    width: 75%;
}

body.blog #component, body.programs #component, body.partners #component {
    width: 70%;
}
body.blog .col-right, body.programs .col-right, body.partners .col-right {
    width: 30%;
}

.mod.grey {
    background-color: #EFEFEF;
    padding: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mod.modstyle1 {
    border:solid 1px #EFEFEF;
    padding: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* RS FORMS */

#component .formControlLabel {
    float: left;
    padding-right: 50px;
    padding-top: 6px;
    width: 30%;
}
#component .formControls {
    float: left;
    width: 70%;
}
#component .formRequired:before {
    color: #D94A4A;
    content: "\f005";
    font-family: "FontAwesome";
    font-size: 9px;
    font-weight: normal;
    margin-left: 6px;
    vertical-align: 5%;
}

#component .formDescription {
    margin-bottom: 0;
}
#component .rsform-block {
    border-bottom: 1px dotted #E1E1E1;
    padding: 15px 0;
}
#component .rsform-block:last-child {
    border:none;
    padding-bottom: 0;
}
#component .rsform-block-captcha img {
    float: left;
    margin-right: 15px;
}

input, textarea, select {
    padding: 8px 11px;
    outline:none;
    border: solid 1px #e3e9ef;
    border-top-color: #abadb3;
    -webkit-transition: all 160ms ease-in-out;
    -moz-transition: all 160ms ease-in-out;
    -ms-transition: all 160ms ease-in-out;
    -o-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#f2f2f2;
}

#component input:hover, #component textarea:hover {
    border-color: #8F9193 #CCD0D5 #CCD0D5;
}
#component input:focus, #component textarea:focus {
    -webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.formRed {
    background-color: #D94A4A;
    color: #FFFFFF;
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    overflow: auto;
}


/* End of RS Forms */

.menu_sub.store_feature_navigation {
    width: 100%;
}

/* Store */

.store.itemListView .itemContainer {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 269px;
    position: relative;
}
.store.itemListView .itemContainer:last-child {
    margin-right: 0;
}
.store.itemListView .itemgroup {
    border-top: 1px solid #EAEAEA;
    margin-top: 20px;
    padding-top: 20px;
}
.store.itemListView h2 a {
    font-size: 15px;
    text-decoration: none;
    color:#454d5d;
}
.store.itemListView .catItemTitle {
    line-height: 1.4em;
    margin: 20px 0;
    text-align: center;
}
.store.itemListView .imghold img {
    width: 100%;
    height: auto;
}
.store.itemListView .itemContainer .hover {
    background-color: #1577bc;
    color: #FFFFFF;
    height: 75%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    display: none;
}
.store.itemListView .itemContainer:hover .hover {
    display: block;
}
.store.itemListView .itemContainer:hover h2 a {
    color:#1577bc;
}
.store.itemListView .pricex {
    color: #FFFFFF;
    margin-bottom: 15px;
}

/* End of Store */

.table {
    display: table;
    height: 100%;
    width: 100%;
}
.tablecell {
    display: table-cell;
    vertical-align: middle;
}
.store-col-right {
    float: right;
    position: relative;
    width: 33%;
}
.stuck {
    position: fixed;
    top:20px;
}
.store-col-right.stuck {
    background-color:#fff;
}
.store-col-left {
    border-right: 5px solid #F2F2F2;
    float: left;
    padding-right: 30px;
    width: 63%;
}
.itemImageBlock {
    width: 100% !important;
    height: auto !important;
}
.store.itemView .itemTitle {
    line-height: 1em;
    margin-bottom: 20px;
}
.itemView h3, .itemView h2 {
    color: #1577BC;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
}

.itemView ul {
    margin-bottom: 30px;
}

.store.itemView .itemBody {
    margin-top: 30px;
}
.store.itemView .itemExtraFields li {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.store.itemView .itemExtraFieldsLabel {
    display: inline-block;
    width: 35%;
}

.store.itemView .itemFullText ul li:before, .blog.itemView .itemFullText ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 10px;
}
.store.itemView .ff li {
    float:left;
    margin-right: 20px;
}
.store.itemView .itemExtraFields {
    margin-top: 40px;
}
.store.itemView .itemImageGallery li {
    float: left;
    margin-right: 1px;
    overflow: hidden;
    width: 82px;
}
.store.itemView .itemImageGallery li:last-child {
    margin-right: 0;
}
.store.itemView .itemImageGallery {
    margin-top: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.store.itemView .itemIntroText {
    font-size: 15px;
}
.store.itemView .itemIntroText:before {
    color: #F2F2F2;
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: 58px;
    left: -54px;
    position: absolute;
    top: 92px;
}

.store.itemView .itemImageGallery:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.sigProLink img {
    width: 100%;
    height: auto;
    display: block;
}
.lang-inline {
    padding-top: 2px;
}
.lang-inline li {
    float: left;
    margin-right: 5px;
}
.lang-inline li:last-child {
    margin-right: 0;
}
.addthis_button_facebook_like {
    margin-right: 11px;
}
.addthis_button_tweet iframe {
    width: 89px !important;
}
.addthis_button_pinterest_pinit {
    margin-right: 13px;
}
.blog.itemListView .itemContainer {
    margin-bottom: 50px;
}
.blog.itemListView .catItemImageBlock, .blog.itemListView .catItemHeader {
    display: block;
    margin-bottom: 15px;
}
.blog.itemListView .catItemTitle {
    margin-bottom: 5px;
}
.blog.itemListView #itemListPrimary .itemContainer {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    width: 48.1%;
}
.blog.itemListView #itemListPrimary .itemContainer.itemContainerLast {
    margin-right: 0;
}
.blog.itemListView .imghold img {
    height: auto;
    width: 100%;
}
.catdesc {
    margin-bottom: 50px;
    margin-top: -30px;
}
.col-right .mod {
    margin-bottom: 30px;
}
.col-right .mod:last-child {
    margin-bottom: 0;
}

.s1 .mod-head {
    background-color: #1577BC;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.s1 .mod-head h2 {
    font-size: 14px;
}
.lnews li:not(:last-child) {
    margin-bottom: 20px;
}
.lnews .moduleItemDateCreated {
    display: block;
}

.lnews .moduleItemTitle1 {
    color: #454D5D;
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
.lnews .moduleItemTitle1:hover {
    color: #1577BC;
}
.lnews .imghold {
    float: left;
    margin-right: 12px;
}
.blog.itemView .itemImageGallery li {
    float: left;
    margin-right: 2px;
}
.blog.itemView .itemHeader li {
    float: left;
    margin-right: 10px;
}

.blog.itemView h1 {
    margin-bottom: 7px;
}

.blog.itemView .itemmain {
    margin-top: 30px;
    position: relative;
}

.blog.itemView .itembody {
    float: right;
    width: 87%;
}
.blog.itemView .itemleft {
    float: left;
    padding-left: 33px;
    width: 7%;
}
.addthis_floating_style {
    left: 20px !important;
    padding: 0;
    position: absolute !important;
    top: 0 !important;
}
.pagination li {
    margin: 0 5px;
    display: none;
}
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination .pagination-prev, .pagination .pagination-next {
    display: inline;
}

.catDescription {
    margin-bottom: 40px;
    margin-top: -30px;
}

/* (legacy webkit padding hack removed — flex layout handles alignment) */
/* J6 migration: Call me back dropdown (Convert Forms) */
.callmeback li:hover > ul,
.callmeback li:focus-within > ul {
    display: block;
}
.callmeback .convertforms {
    background: transparent !important;
    margin: 0;
}
.callmeback .cf-form-wrap {
    background: none !important;
    box-shadow: none;
    padding: 0 !important;
    max-width: 100%;
}
