@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@import url(custom-color.css);
@import url(custom-button.css);
@import url(custom-border.css);
@import url(custom-link.css);
@import url(custom-cursor.css);
@import url(custom-anime.css);


/*---**************Start Patch Foundation*********************---*/

/*.sliderWrap{ height:auto; position:relative;}*/

/*===========Topbar=========*/
.top-bar, .top-bar ul {
    background: none;padding: 0;
}


/*Medium*/
@media only screen and (min-width: 48em) {
	.off-canvas.position-left {left: 0;}
	.open-menu-btn{ display:none;}
}

/*large*/
@media only screen and (min-width: 65.625em) {
	.off-canvas.position-left {left: 0;}
	.open-menu-btn{ display:none;}
}

/*===========Title Bar=========*/
.title-bar{background: transparent /*url(../images/bg-top-nav-seperator_300x66.png) no-repeat top right;background-position-x: 210%*/;color: black;padding: 0.9em 0.5em;}

/*Medium*/
@media only screen and (min-width: 48em) {
.title-bar{background-position-x: 110%;}
}

/*large*/
@media only screen and (min-width: 65.625em) {
.title-bar{background-position-x: 130%;}
}

/*===========Drill menu=========*/

.is-drilldown{box-sizing: border-box;}
.is-drilldown-submenu.is-active {background: #fff;}
.is-drilldown li{/* border-bottom:1px solid #eaeaea;*/}
.is-drilldown li:last-child{border-bottom:0; }

/*===========Dropdown menu=========*/

.is-dropdown-submenu.js-dropdown-active {background: #fefefe;}
.is-dropdown-submenu .is-dropdown-submenu-item:hover a{ background: #e2e2e2;}
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {margin-left: 0;}
.js-dropdown-active .menu.nested.submenu.is-dropdown-submenu a:hover{background:#969696;}

.menu > li > a{padding-right: 2em;}

/*===========Breadcrumbs=========*/
.breadcrumbs a{ color:#000;}
.breadcrumbs li{ font-size:inherit;}
.breadcrumbs li:not(:last-child):after{ content:" > ";color:#000;}


/*---**************End Patch Foundation*********************---*/


/*---**************Start Fancybox Patch*********************---*/
.fancybox-next {
    right: -50px;
}

.fancybox-prev {
    left: -50px;
}

/*---**************End Fancybox Patch*********************---*/


#-------------Layout---------------{}

/*Main Layout Elements*/

.col{}
.row{/*max-width:120em;*/}

body{}

header{}

.mainlogo{}

footer{}
.freeze{ position:fixed;}



/*---------------------

		Upper Top Bar

----------------------*/

.upper-top-bg{background:#d7d7d7;}
.company-name{ color:#3e4095; margin-top:0.5em;font-weight: bold;}
.tagline{color:#3e4095;}

/*---------------------

		Top Bar

----------------------*/
/*.topbar-bg{background:#bdbec1;}*/
.topbar-bg {background: #bbbec1 url(../images/bg-top-nav-seperator_2560x66.png) no-repeat 68% 0;}
.topbar-bg>.column{ margin-bottom:0.3em;}
.top-nav-bg-left,.top-nav-bg-right,.top-nav-bg-right-seperator{ height:auto; background-size: cover;}
.top-nav-bg-left{/* background: url(../images/bg-top-nav-gray-gradient_5x66.jpg) repeat-x top center;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;*/
}
.top-nav-bg-right{ /*background:#3f81d0;*/}
.top-nav-bg-right-seperator{ /*background: url(../images/bg-top-nav-seperator_300x66.png) no-repeat left center;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;*/
}

.top-bar-left{}
.top-bar-right{}
	.top-bar-right .link-cta a{ padding:0.8em 1em;margin-left: 5em; color:#13314c;    font-weight: bold;}
	.top-bar-right .link-cta a:hover{ color:#fff;}

.is-dropdown-submenu{ z-index:9999;}	
/*Medium*/	
@media screen and (min-width: 40em){
	.top-nav-bg-left,.top-nav-bg-right,.top-nav-bg-right-seperator{ height:auto;    background-size: cover;}
	.top-nav-bg-left {background-size: initial;}
	.topbar-bg { background-position:60% 0;}
}	

/*large*/
@media only screen and (min-width: 65.625em) {
	.top-nav-bg-left,.top-nav-bg-right,.top-nav-bg-right-seperator{ height:66px;}
	.top-nav-bg-left {background-size: initial;}
	.topbar-bg { background-position:65% 0;}
}

/*X-large*/
@media only screen and (min-width: 75.625em) {
	.top-nav-bg-left,.top-nav-bg-right,.top-nav-bg-right-seperator{ height:66px;}
	.top-nav-bg-left {background-size: initial;}
	.topbar-bg { background-position:60% 0;}
}

/*XX-large*/
@media only screen and (min-width: 85.625em) {
	.top-nav-bg-left,.top-nav-bg-right,.top-nav-bg-right-seperator{ height:66px;}
	.top-nav-bg-left {background-size: initial;}
	.topbar-bg { background-position:50% 0;}
}



/*--------Primary Nav-----------*/
.primary-nav{}
	.primary-nav>li{ border-right:1px solid #d8d4d4;}
	.primary-nav>li:first-child{}
	.primary-nav>li:last-child{ border-right:0;}
	.primary-nav>li>a{ text-transform:uppercase;    font-weight: bold;} 
	.primary-nav>li>a:hover{    color: #ed1c24;} 


/*---------------------

		Content Header

----------------------*/

.content-head{ height:200px; position:absolute;width: 100%;}
.content{position: relative; z-index:2;margin-top:200px;}

/*Medium*/	
@media screen and (min-width: 40em){
	/*.content-head{ height:150px;}*/
}	
/*large*/
@media only screen and (min-width: 65.625em) {
	/*.content-head{ height:270px;}*/
}

/*---------------------

		Breadcrumb

----------------------*/

.page-title{ font-size:24px; font-weight:bold; margin-top:2em; text-transform:uppercase;}

.breadcrumbs{}
	.breadcrumbs li{ color:inherit;}
	.breadcrumbs li a{ color:inherit;}
	.breadcrumbs li:not(:last-child):after{ color:inherit;}

/*---------------------

		Side bar

----------------------*/
.side-bar{ border-right:0;}

/*large*/
@media only screen and (min-width: 65.625em) {
	.side-bar{ border-right:1px solid #dcdcdc;}
}

.sidemenu{}
.sidemenu li a{ -webkit-transition: all 0.3s; transition: all 0.3s;}
.sidemenu li a:hover{ text-decoration:underline; margin-left:1em;}
.sidemenu .selected{ color:red;}
.sidemenu .menu.nested li a{padding:0.5em 1em; font-size:90%; color:#5caec1;}


/*---------------------

		Paging

----------------------*/
ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus{ background-color:#888888; color:#fff;}
ul.pagination li a, ul.pagination li button{ padding:0.1em 0.6em;border-radius:2em; color:#7c7b7b}
ul.pagination li.selected{color:#a27e18;}


/*---------------------

	 Footer

----------------------*/

.upper-row>.column{height:auto; padding:20px 0;}

.footer-upper-left{background:#3f81d0;}


.footer-upper-right{background:#e8e8e8;
/*-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;*/
}
.footer-upper-right img{ max-width:30%;}

/*Medium*/	
@media screen and (min-width: 40em){
	.footer-upper-right img{ max-width:85%;}
	.upper-row>.column{height:auto; }
}	

/*large*/
@media only screen and (min-width: 65.625em) {
		.footer-upper-left.mask{background:#3f81d0 url(../images/sec-footer-mask_150x200.png) no-repeat top right;/*background-size: contain;*/}
		.footer-upper-right img{ max-width:85%;}
		.upper-row>.column{height:160px; }
}




.lower-row{background:#0f181f;padding: 1em 0 2em 0;}

/*--------Footer Nav-----------*/
.footer-nav{}
	.footer-nav li{ border-right:1px solid #86898e;}
	.footer-nav li:last-child{ border-right:0;}
	.footer-nav li a{ text-transform:uppercase; padding:0.2em 0.5em;} 
	.footer-nav li a:hover{ color:white;}


#-------------Page-Base-Customize--------------{}

.homepage{}
.homepage .content{margin-top:0px;}
.homepage .content-head{ height:270px;}



/*Medium*/	
@media screen and (min-width: 40em){
	.homepage .content{margin-top:0px;}
	.homepage .content-head{ height:150px;}
}	

/*large*/
@media only screen and (min-width: 65.625em) {
		.homepage .content{margin-top:12em;}
		.homepage .content-head{ height:270px;}
}



/*input[type='text']{ border-radius:0;}
select{ border-radius:0;}*/



/*---------------------

	 Orbit

----------------------*/
.orbit{background:#d8dbe0;}
.product-detail-gal .orbit-container {height: 500px !important;}
/*.orbit-image {margin: 0; width: 100%; max-width: 100%;    width: initial;}*/
.product-detail-gal .orbit-image {width: initial;max-width: 100%;max-height: 100%;position: relative;top: 50%;transform: translateY(-60%);}

.product-detail-gal.orbit{background:#fff;}
.product-detail-gal .orbit-slide {height: 500px  !important;}
.product-detail-gal .orbit-previous,.product-detail-gal  .orbit-next {background: rgba(0,0,0,0.2);}

/*---------------------

	 Homepage

----------------------*/

.home-card{ margin-top:2em;}
	.home-card>.row{ background:#eff3f6;}
	.home-card-image{ position:relative;}
	.home-card-image .image{ width:100%;}
	.home-card-image .mask{ position:absolute; top:0; right:0;height: 100%;}
	
	 .home-card-info{ height:180px;}
		.home-card h6{ font-weight:bold; margin:0.8em 0.8em 0.2em 0.8em; font-size:1.25em; margin-left:15px;}
		.home-card p{ margin:0.5em 0.8em 0.2em 0.8em; font-size:0.875em; margin-left:15px;}
		.home-card a{ color:#099cc8; margin:0.8em 0.8em 0.2em 0.8em; font-size:0.75em; margin-left:15px;}



/*Medium*/	
@media screen and (min-width: 40em){
	.home-card-info{ height:200px;}
}	

/*large*/
@media only screen and (min-width: 65.625em) {
	.home-card-info{ height:auto;}
}


/*---------------------

	 Product - List

----------------------*/
.cat-indicator { margin-top:1em; margin-bottom:1em;}

.cat-bar{ background:#D4D4D4;-webkit-transition: all 0.3s; transition: all 0.3s;}
.cat-bar:hover{ background:#ADADAD; cursor:pointer;}

.product-card{ background:#e8e8e8;margin-bottom: 2em; border:1px solid #dcdcdc; display:block;}
	.product-card-img{ background:#fff url(../images/product/thumb/product_default_265x270.png) no-repeat center center; height:200px;text-align: center;}
	/*.product-card-img img{ height:100%; width:100%;   max-width: none;}*/
	.product-card-img img{max-width: 100%;max-height: 100%;position: relative;top: 50%;transform: translateY(-50%);}
	.product-card-title{ font-size:0.875em; color:black; text-align: center; display:block; font-weight:bold; padding:0.2em 0.3em; margin-top:0.8em;}
	.product-card-desc{ font-size:0.75em; color:#7c7b7b; text-align: center; padding:0.2em 0.3em; padding-bottom:1em; margin:0;}

	/*Medium*/	
	@media screen and (min-width: 40em){
		.product-card-img{height:240px;}
	}	
	
	/*large*/
	@media only screen and (min-width: 65.625em) {
		.product-card-img{height:170px;}
	}



/*---------------------

	 Product - Detail

----------------------*/


.product-detail{}
.product-detail .row1{ margin-top:2em; padding:2em 0;}
.product-detail .row2{ background:#f1f1f1; padding:2em 0;}

.product-detail iframe{ width:100%;}
.product-detail .orbit-caption{background-color: rgba(10, 10, 10, 0.3);}



#-------------Richtext-Reset---------------{}  
.richtext{}
	.richtext table {background: rgba(0, 0, 0, 0);border: none;}
	
	.richtext table tr td{padding: 0;}
	
	.richtext table tr.even,
	.richtext  table tr.alt, 
	.richtext  table tr:nth-of-type(even){background: rgba(0, 0, 0, 0);}
	
	.richtext p,.richtext ul,.richtext ol{ font-size:13px;}
	.richtext a{ color: #09F;}
	.richtext p a:hover{text-decoration:underline;}
	
	
/*---------------------

	 Album - Listing

----------------------*/
.gallery-album-listing{}

	.gallery-album-list{margin-top: 2em;}
		.album-card{ background:#e8e8e8;margin-bottom: 2em; border:1px solid #dcdcdc; display:block;-webkit-transition: all 0.5s; transition: all 0.5s;}
		.album-card:hover{ background:#d8d8d8;}
		.album-card-img{ background:#fff url(../images/product/thumb/product_default_265x270.png) no-repeat center center; height:200px; overflow:hidden;text-align: center;}
		.album-card-img img{ width:100%;max-width: none;-webkit-transition: all 0.5s; transition: all 0.5s;position: relative;/*top: 50%;transform: translateY(-50%);*/}
		.album-card-img:hover img{ /*transform:scale(1.05,1.05);*/}
		.album-card-title{ font-size:0.875em; color:black; text-align: center; display:block; font-weight:bold; padding:0.2em 0.3em; margin-top:0.8em;    margin-bottom: 1em;}
		.album-card-desc{ font-size:0.75em; color:#7c7b7b; text-align: center; padding:0.2em 0.3em; padding-bottom:1em; margin:0;}
	
		/*Medium*/	
		@media screen and (min-width: 40em){
			.album-card-img{height:240px;}
		}	
		
		/*large*/
		@media only screen and (min-width: 65.625em) {
			.album-card-img{height:170px;}
		}



/*---------------------

	 Album - Detail

----------------------*/
.gallery-album-detail{}
	.gallery-album-detail .album-title{}
	.gallery-album-detail .album-desc{}
		.gallery-album-detail-list { margin-bottom:2em;}
		.gallery-album-detail-list a.album-img{margin-top:2em;display:block;overflow: hidden;height: 250px;text-align: center;border: 1px solid #e9e9e9;-webkit-transition: all 0.5s; transition: all 0.5s;}
		.gallery-album-detail-list a.album-img img{max-height: 100%;max-width: none;position: relative;/*top: 50%;transform: translateY(-50%);*/-webkit-transition: all 0.5s; transition: all 0.5s;}
		.gallery-album-detail-list a:hover{ background:#E8E8E8;}
		

		/*Medium*/	
		@media screen and (min-width: 40em){
		.gallery-album-detail-list a.album-img{height: 220px;}
		.gallery-album-detail-list a.album-img img{}
		}	
		
		/*large*/
		@media only screen and (min-width: 65.625em) {
		.gallery-album-detail-list a.album-img{height: 165px;}
		.gallery-album-detail-list a.album-img img{width: auto;}
		.gallery-album-detail-list a img{ opacity:0.7;}
		.gallery-album-detail-list a:hover img{ opacity:1;}
		}

/*---------------------

	 News - List

----------------------*/



.news-list{ margin-top:2em; margin-bottom:2em;}
	.news-list>.row{ background:#eff3f6;}
	.news-list-image{ position:relative;max-height: 250px; overflow:hidden}
	.news-list-image .image{height: 250px; }
	.news-list-image .mask{ position:absolute; top:0; right:0;height: 100%;}
	
	 .news-list-info{ height:auto;}
		.news-list h6{ font-weight:bold; margin:1.8em 0.8em 0.2em 0.8em; font-size:1.25em; margin-left:15px;}
		.news-list span{ margin:0.5em 0.8em 0.2em 0.8em; font-size:0.875em; margin-left:15px;}
		.news-list p{ margin:0.5em 0.8em 0.2em 0.8em; font-size:0.875em; margin-left:15px;}
		.news-list a{ color:#099cc8; margin:1.8em 0.8em 1.8em 0.8em; font-size:1em; margin-left:15px; display:block;}



/*Medium*/	
@media screen and (min-width: 40em){
	.news-list-info{ height:auto;}
	.news-list a{font-size:1em; }
	.news-list-image .image{height: 220px; }
}	

/*large*/
@media only screen and (min-width: 65.625em) {
	.news-list-info{ height:auto;}
	.news-list a{font-size:1em; }
	.news-list-image .image{height: 220px; }
}


/*---------------------

	 News - Detail

----------------------*/
.news-detail-header{background:#f3f3f3; padding-bottom:1em; margin-bottom:1em;}
.news-detail-title{ margin-bottom:0;}
.news-detail-date{ display:block;padding: 0.5em 0; font-size:0.7em;}
.news-detail-cover-img{ margin-bottom:1em;}
.news-detail-content{}





/*---------------------

	 Downloads

----------------------*/

.downloads{padding: 20px;background: #f3f3f3; margin:1.5em 0;}
.downloads li{ margin-bottom:0.3em;}
/*.downloads li:before{content:"<i class="fa fa-download" aria-hidden="true"></i>"; display:block; width:15px;}
.downloads li a:before{content:"aa"; display:block; width:15px;}*/
.downloads li a i{ margin-right:1em;}
.downloads li a{ color:#e5143b; display:block;}
.downloads li a:hover{ color:#000000;}





/*---------------------

	 About

----------------------*/

.about-content{ margin-top:2em; margin-bottom:2em;}







/*---------------------

	 services

----------------------*/

.services-content{ margin-top:2em; margin-bottom:2em;}






/*---------------------

	 Contact

----------------------*/

.contact-card{ background:#eff3f6; margin-bottom:1em;}
.contact-card:first-child{ margin-top:2em;}
.contact-card:last-child{ margin-bottom:2em;}
.contact-card-title{ font-weight:bold; display:block; margin-bottom:0.3em; margin-top:1em; font-size:1.1em;}
.contact-card-detail{ display:block; display:block; font-size:0.85em;}
.contact-card-map{ height:300px;}


/*Medium*/	
@media screen and (min-width: 40em){
	.contact-card-map{ height:250px;}
}	

/*large*/
@media only screen and (min-width: 65.625em) {
	.contact-card-title{ font-size:0.85em;}
	.contact-card-detail{ font-size:0.75em;}
	.contact-card-map{ height:100%;}
}


/*---------------------

	 Form - Quote

----------------------*/

.form-quote{ margin-top:2em;}
.form-quote h6{font-weight:bold;font-size:1.2em;text-transform: uppercase;}
.form-quote h6 small{font-weight:normal;margin-top: 0.8em;display:block;color: black;line-height: normal;}
.form-quote .button{width: 100%;}
.form-quote button[type='submit']{ background:#fbb12f; color:#986203;}
.form-quote button[type='reset']{ background:#999; color:#fff;}
.form-quote .button:hover{ color:#000;}















#-------------Typography---------------{}

h1 , h2 , h3 , h4 , h5 , h6  { font-family:'Open sans', sans-serif;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {font-family:'Open sans', sans-serif;}

h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
span{}
p{ font-family:'Open sans', sans-serif;}
table{ font-family:'Open sans', sans-serif;}
ul,ol{ font-family:'Open sans', sans-serif;}


.title-wrap h4{margin: 0 auto;padding: 0.5em 0.8em;}
.title-wrap{ border-left:1px solid #000; position:relative; display:inline-block; margin:0 auto;}
.title-wrap:before{content: "";height: 1px;width:50%;border-top:1px solid #000;position:absolute;left:0;/* display: block; */}
.title-wrap:after{content: ""; height:1px; width:50%; border-bottom:1px solid #000; position:absolute; left:0;}

.secondary-title-wrap{position:relative;}
.secondary-title-wrap:after{content: ""; height:1px; width:1em; border-bottom:2px solid #000; position:absolute; left:0;}

.secondary-title-wrap-reverse{position:relative;}
.secondary-title-wrap-reverse:after{content: ""; height:1px; width:1em; border-bottom:2px solid #fff; position:absolute; left:0;}

/*Font Family*/
.font-open-san{font-family: 'Open Sans', sans-serif;}
.font-source-san{font-family: 'Source Sans Pro', sans-serif;}
.font-playfair{font-family: 'Playfair Display', serif;}
.font-oxygen{font-family: 'Oxygen', sans-serif;}
.font-kreon{font-family: 'Kreon', serif;}


/*Font Weight*/
.font-w100{ font-weight:100;}
.font-w300{ font-weight:300;}
.font-w500{ font-weight:500;}
.font-w700{ font-weight:700;}

/*Font Style*/
.font-bold{ font-weight:bold;}
.font-normal{ font-weight: normal;}
.font-under{ text-decoration:underline;} 
.font-cap{ text-transform:uppercase;}
.font-italic{ font-style:italic;}

/*Font-Size*/
.font-xsmall{font-size:0.750em;}/*12px; */
.font-small{font-size:0.875em;}/*14px; */
.font-medium{font-size:0.9375em;}/*15px;*/
.font-large{font-size:1.0em;}/*16px; */
.font-xlarge{font-size:1.125em;}/*18px; */

/*Mobile Font Size*/
@media only screen and (max-width: 48em) {
.small-font-xsmall{font-size:0.7em;}
.small-font-small{font-size:0.9em;}
.small-font-medium{font-size:1.1em;}
.small-font-large{font-size:1.3em;}
.small-font-xlarge{font-size:1.5em;}
.small-font-xxlarge{font-size:1.9em;}
}

/*Tablet Font Size*/
@media only screen and (min-width: 65.625em) {
.medium-font-xsmall{font-size:0.7em;}
.medium-font-small{font-size:0.9em;}
.medium-font-medium{font-size:1.1em;}
.medium-font-large{font-size:1.3em;}
.medium-font-xlarge{font-size:1.5em;}
.medium-font-xxlarge{font-size:1.9em;}
}


#-------------Settings---------------{}
a img{border:0;}
a{color:inherit;}


.trunc{}
.text-height10{ height:1em;}
.text-height20{ height:2em;}
.text-height30{ height:3em;}
.text-height40{ height:4em;}
.text-height50{ height:5em;}
.text-height60{ height:6em;}
.text-height70{ height:7em;}
.text-height80{ height:8em;}
.text-height90{ height:9em;}
.text-height100{ height:10em;}
.text-height110{ height:11em;}
.text-height120{ height:12em;}
.text-height130{ height:13em;}
.text-height140{ height:14em;}
.text-height150{ height:15em;}
.text-height160{ height:16em;}
.text-height170{ height:17em;}
.text-height180{ height:18em;}
.text-height190{ height:19em;}
.text-height200{ height:20em;}

/*Tablet Text height*/
@media only screen and (max-width: 48em) {
.medium-only-text-height10{ height:1em;}
.medium-only-text-height20{ height:2em;}
.medium-only-text-height30{ height:3em;}
.medium-only-text-height40{ height:4em;}
.medium-only-text-height50{ height:5em;}
.medium-only-text-height60{ height:6em;}
.medium-only-text-height70{ height:7em;}
.medium-only-text-height80{ height:8em;}
.medium-only-text-height90{ height:9em;}
.medium-only-text-height100{ height:10em;}
.medium-only-text-height110{ height:11em;}
.medium-only-text-height120{ height:12em;}
.medium-only-text-height130{ height:13em;}
.medium-only-text-height140{ height:14em;}
.medium-only-text-height150{ height:15em;}
.medium-only-text-height160{ height:16em;}
.medium-only-text-height170{ height:17em;}
.medium-only-text-height180{ height:18em;}
.medium-only-text-height190{ height:19em;}
.medium-only-text-height200{ height:20em;}
}

/*Mobile Text height*/
@media only screen and (max-width: 40em) {
.small-only-text-height10{ height:1em;}
.small-only-text-height20{ height:2em;}
.small-only-text-height30{ height:3em;}
.small-only-text-height40{ height:4em;}
.small-only-text-height50{ height:5em;}
.small-only-text-height60{ height:6em;}
.small-only-text-height70{ height:7em;}
.small-only-text-height80{ height:8em;}
.small-only-text-height90{ height:9em;}
.small-only-text-height100{ height:10em;}
.small-only-text-height110{ height:11em;}
.small-only-text-height120{ height:12em;}
.small-only-text-height130{ height:13em;}
.small-only-text-height140{ height:14em;}
.small-only-text-height150{ height:15em;}
.small-only-text-height160{ height:16em;}
.small-only-text-height170{ height:17em;}
.small-only-text-height180{ height:18em;}
.small-only-text-height190{ height:19em;}
.small-only-text-height200{ height:20em;}
}


.section-title{}
/*.section-title:before{ content:url(../images/ico-bullet_arrow-right_23x11.png); margin-right:0.8em; vertical-align:auto;    vertical-align: 10%;}
.section-title-reverse:before{ content:url(../images/ico-bullet_arrow-right_white_23x11.png); margin-right:0.8em; vertical-align:auto;    vertical-align: 10%;}
.section-title-member:before{ content:url(../images/ico-bullet_arrow-right_red_23x11.png); margin-right:0.8em; vertical-align:auto;    vertical-align: 10%;}*/
.section-secondary-title{}
.section-group-title{}









 
	


#-------------Boxing---------------{}
 
.full-width{ width:100%; max-width:100%;}
.blocked{ display:block;}
.inline-blocked{ display:inline-block;}

.pad0{padding:0 !important;}
.pad5{padding:0.1em !important;}
.pad10{padding:0.3em !important;}
.pad15{padding:0.6em !important;}
.pad20{padding:0.9em !important;}
.pad25{padding:1.2em !important;}
.pad30{padding:1.5em !important;}
.pad35{padding:1.8em !important;}
.pad40{padding:2.1em !important;}
.pad45{padding:2.4em !important;}
.pad50{padding:3.7em !important;}

.mar0{margin:0 !important;}
.mar5{margin:0.1em !important;}
.mar10{margin:0.3em !important;}
.mar15{margin:0.6em !important;}
.mar20{margin:0.9em !important;}
.mar25{margin:1.2em !important;}
.mar30{margin:1.5em !important;}
.mar35{margin:1.8em !important;}
.mar40{margin:2.1em !important;}
.mar45{margin:2.4em !important;}
.mar50{margin:3.7em !important;}

/*Small Only*/
@media only screen and (max-width: 40em) {
.small-only-pad0{padding:0 !important;}
.small-only-pad5{padding:0.1em !important;}
.small-only-pad10{padding:0.3em !important;}
.small-only-pad15{padding:0.6em !important;}
.small-only-pad20{padding:0.9em !important;}
.small-only-pad25{padding:1.2em !important;}
.small-only-pad30{padding:1.5em !important;}
.small-only-pad35{padding:1.8em !important;}
.small-only-pad40{padding:2.1em !important;}
.small-only-pad45{padding:2.4em !important;}
.small-only-pad50{padding:3.7em !important;}

.small-only-padBtm0{ padding-bottom:0!important;}
.small-only-padBtm5{ padding-bottom:0.1em !important;}
.small-only-padBtm10{ padding-bottom:0.3em !important;}
.small-only-padBtm15{ padding-bottom:0.6em !important;}
.small-only-padBtm20{ padding-bottom:0.9em !important;}
.small-only-padBtm25{ padding-bottom:1.2em !important;}
.small-only-padBtm30{ padding-bottom:1.5em !important;}
.small-only-padBtm35{ padding-bottom:1.8em !important;}
.small-only-padBtm40{ padding-bottom:2.1em !important;}
.small-only-padBtm45{ padding-bottom:2.4em !important;}
.small-only-padBtm50{ padding-bottom:2.7em !important;}

.small-only-padTop0{ padding-top:0 !important;}
.small-only-padTop5{ padding-top:0.1em !important;}
.small-only-padTop10{ padding-top:0.3em !important;}
.small-only-padTop15{ padding-top:0.6em !important;}
.small-only-padTop20{ padding-top:0.9em !important;}
.small-only-padTop25{ padding-top:1.2em !important;}
.small-only-padTop30{ padding-top:1.5em !important;}
.small-only-padTop35{ padding-top:1.8em !important;}
.small-only-padTop40{ padding-top:2.1em !important;}
.small-only-padTop45{ padding-top:2.4em !important;}
.small-only-padTop50{ padding-top:2.7em !important;}

.small-only-padLeft0{ padding-left:0 !important;}
.small-only-padLeft5{ padding-left:0.1em !important;}
.small-only-padLeft10{ padding-left:0.3em !important;}
.small-only-padLeft15{ padding-left:0.6em !important;}
.small-only-padLeft20{ padding-left:0.9em !important;}
.small-only-padLeft25{ padding-left:1.2em !important;}
.small-only-padLeft30{ padding-left:1.5em !important;}
.small-only-padLeft35{ padding-left:1.8em !important;}
.small-only-padLeft40{ padding-left:2.1em !important;}
.small-only-padLeft45{ padding-left:2.4em !important;}
.small-only-padLeft50{ padding-left:2.7em !important;}

.small-only-padRight0{ padding-right:0 !important;}
.small-only-padRight5{ padding-right:0.1em !important;}
.small-only-padRight10{ padding-right:0.3em !important;}
.small-only-padRight15{ padding-right:0.6em !important;}
.small-only-padRight20{ padding-right:0.9em !important;}
.small-only-padRight25{ padding-right:1.2em !important;}
.small-only-padRight30{ padding-right:1.5em !important;}
.small-only-padRight35{ padding-right:1.8em !important;}
.small-only-padRight40{ padding-right:2.1em !important;}
.small-only-padRight45{ padding-right:2.4em !important;}
.small-only-padRight50{ padding-right:2.7em !important;}

.small-only-mar0{margin:0 !important;}
.small-only-mar5{margin:0.3em !important;}
.small-only-mar10{margin:0.6em !important;}
.small-only-mar15{margin:0.9em !important;}
.small-only-mar20{margin:1.3em !important;}
.small-only-mar25{margin:1.6em !important;}
.small-only-mar30{margin:1.9em !important;}
.small-only-mar35{margin:2.2em !important;}
.small-only-mar40{margin:2.5em !important;}
.small-only-mar45{margin:2.8em !important;}
.small-only-mar50{margin:3.1em !important;}

.small-only-marBtm0{ margin-bottom:0!important;}
.small-only-marBtm5{ margin-bottom:0.3em !important;}
.small-only-marBtm10{ margin-bottom:0.6em !important;}
.small-only-marBtm15{ margin-bottom:0.9em !important;}
.small-only-marBtm20{ margin-bottom:1.3em !important;}
.small-only-marBtm25{ margin-bottom:1.6em !important;}
.small-only-marBtm30{ margin-bottom:1.9em !important;}
.small-only-marBtm35{ margin-bottom:2.2em !important;}
.small-only-marBtm40{ margin-bottom:2.5em !important;}
.small-only-marBtm45{ margin-bottom:2.8em !important;}
.small-only-marBtm50{ margin-bottom:3.1em !important;}

.small-only-marTop0{ margin-top:0 !important;}
.small-only-marTop5{ margin-top:0.3em !important;}
.small-only-marTop10{ margin-top:0.6em !important;}
.small-only-marTop15{ margin-top:0.9em !important;}
.small-only-marTop20{ margin-top:1.3em !important;}
.small-only-marTop25{ margin-top:1.6em !important;}
.small-only-marTop30{ margin-top:1.9em !important;}
.small-only-marTop35{ margin-top:2.2em !important;}
.small-only-marTop40{ margin-top:2.5em !important;}
.small-only-marTop45{ margin-top:2.8em !important;}
.small-only-marTop50{ margin-top:3.1em !important;}

.small-only-marLeft0{ margin-left:0 !important;}
.small-only-marLeft5{ margin-left:0.3em !important;}
.small-only-marLeft10{ margin-left:0.6em !important;}
.small-only-marLeft15{ margin-left:0.9em !important;}
.small-only-marLeft20{ margin-left:1.3em !important;}
.small-only-marLeft25{ margin-left:1.6em !important;}
.small-only-marLeft30{ margin-left:1.9em !important;}
.small-only-marLeft35{ margin-left:2.2em !important;}
.small-only-marLeft40{ margin-left:2.5em !important;}
.small-only-marLeft45{ margin-left:2.8em !important;}
.small-only-marLeft50{ margin-left:3.1em !important;}

.small-only-marRight0{ margin-right:0 !important;}
.small-only-marRight5{ margin-right:0.3em !important;}
.small-only-marRight10{ margin-right:0.6em !important;}
.small-only-marRight15{ margin-right:0.9em !important;}
.small-only-marRight20{ margin-right:1.3em !important;}
.small-only-marRight25{ margin-right:1.6em !important;}
.small-only-marRight30{ margin-right:1.9em !important;}
.small-only-marRight35{ margin-right:2.2em !important;}
.small-only-marRight40{ margin-right:2.5em !important;}
.small-only-marRight45{ margin-right:2.8em !important;}
.small-only-marRight50{ margin-right:3.1em !important;}
}

/*Small*/
@media only screen {
.small-pad0{padding:0 !important;}
.small-pad5{padding:0.1em !important;}
.small-pad10{padding:0.3em !important;}
.small-pad15{padding:0.6em !important;}
.small-pad20{padding:0.9em !important;}
.small-pad25{padding:1.2em !important;}
.small-pad30{padding:1.5em !important;}
.small-pad35{padding:1.8em !important;}
.small-pad40{padding:2.1em !important;}
.small-pad45{padding:2.4em !important;}
.small-pad50{padding:3.7em !important;}

.small-padBtm0{ padding-bottom:0!important;}
.small-padBtm5{ padding-bottom:0.1em !important;}
.small-padBtm10{ padding-bottom:0.3em !important;}
.small-padBtm15{ padding-bottom:0.6em !important;}
.small-padBtm20{ padding-bottom:0.9em !important;}
.small-padBtm25{ padding-bottom:1.2em !important;}
.small-padBtm30{ padding-bottom:1.5em !important;}
.small-padBtm35{ padding-bottom:1.8em !important;}
.small-padBtm40{ padding-bottom:2.1em !important;}
.small-padBtm45{ padding-bottom:2.4em !important;}
.small-padBtm50{ padding-bottom:2.7em !important;}

.small-padTop0{ padding-top:0 !important;}
.small-padTop5{ padding-top:0.1em !important;}
.small-padTop10{ padding-top:0.3em !important;}
.small-padTop15{ padding-top:0.6em !important;}
.small-padTop20{ padding-top:0.9em !important;}
.small-padTop25{ padding-top:1.2em !important;}
.small-padTop30{ padding-top:1.5em !important;}
.small-padTop35{ padding-top:1.8em !important;}
.small-padTop40{ padding-top:2.1em !important;}
.small-padTop45{ padding-top:2.4em !important;}
.small-padTop50{ padding-top:2.7em !important;}

.small-padLeft0{ padding-left:0 !important;}
.small-padLeft5{ padding-left:0.1em !important;}
.small-padLeft10{ padding-left:0.3em !important;}
.small-padLeft15{ padding-left:0.6em !important;}
.small-padLeft20{ padding-left:0.9em !important;}
.small-padLeft25{ padding-left:1.2em !important;}
.small-padLeft30{ padding-left:1.5em !important;}
.small-padLeft35{ padding-left:1.8em !important;}
.small-padLeft40{ padding-left:2.1em !important;}
.small-padLeft45{ padding-left:2.4em !important;}
.small-padLeft50{ padding-left:2.7em !important;}

.small-padRight0{ padding-right:0 !important;}
.small-padRight5{ padding-right:0.1em !important;}
.small-padRight10{ padding-right:0.3em !important;}
.small-padRight15{ padding-right:0.6em !important;}
.small-padRight20{ padding-right:0.9em !important;}
.small-padRight25{ padding-right:1.2em !important;}
.small-padRight30{ padding-right:1.5em !important;}
.small-padRight35{ padding-right:1.8em !important;}
.small-padRight40{ padding-right:2.1em !important;}
.small-padRight45{ padding-right:2.4em !important;}
.small-padRight50{ padding-right:2.7em !important;}

.small-mar0{margin:0 !important;}
.small-mar5{margin:0.3em !important;}
.small-mar10{margin:0.6em !important;}
.small-mar15{margin:0.9em !important;}
.small-mar20{margin:1.3em !important;}
.small-mar25{margin:1.6em !important;}
.small-mar30{margin:1.9em !important;}
.small-mar35{margin:2.2em !important;}
.small-mar40{margin:2.5em !important;}
.small-mar45{margin:2.8em !important;}
.small-mar50{margin:3.1em !important;}

.small-marBtm0{ margin-bottom:0!important;}
.small-marBtm5{ margin-bottom:0.3em !important;}
.small-marBtm10{ margin-bottom:0.6em !important;}
.small-marBtm15{ margin-bottom:0.9em !important;}
.small-marBtm20{ margin-bottom:1.3em !important;}
.small-marBtm25{ margin-bottom:1.6em !important;}
.small-marBtm30{ margin-bottom:1.9em !important;}
.small-marBtm35{ margin-bottom:2.2em !important;}
.small-marBtm40{ margin-bottom:2.5em !important;}
.small-marBtm45{ margin-bottom:2.8em !important;}
.small-marBtm50{ margin-bottom:3.1em !important;}

.small-marTop0{ margin-top:0 !important;}
.small-marTop5{ margin-top:0.3em !important;}
.small-marTop10{ margin-top:0.6em !important;}
.small-marTop15{ margin-top:0.9em !important;}
.small-marTop20{ margin-top:1.3em !important;}
.small-marTop25{ margin-top:1.6em !important;}
.small-marTop30{ margin-top:1.9em !important;}
.small-marTop35{ margin-top:2.2em !important;}
.small-marTop40{ margin-top:2.5em !important;}
.small-marTop45{ margin-top:2.8em !important;}
.small-marTop50{ margin-top:3.1em !important;}

.small-marLeft0{ margin-left:0 !important;}
.small-marLeft5{ margin-left:0.3em !important;}
.small-marLeft10{ margin-left:0.6em !important;}
.small-marLeft15{ margin-left:0.9em !important;}
.small-marLeft20{ margin-left:1.3em !important;}
.small-marLeft25{ margin-left:1.6em !important;}
.small-marLeft30{ margin-left:1.9em !important;}
.small-marLeft35{ margin-left:2.2em !important;}
.small-marLeft40{ margin-left:2.5em !important;}
.small-marLeft45{ margin-left:2.8em !important;}
.small-marLeft50{ margin-left:3.1em !important;}

.small-marRight0{ margin-right:0 !important;}
.small-marRight5{ margin-right:0.3em !important;}
.small-marRight10{ margin-right:0.6em !important;}
.small-marRight15{ margin-right:0.9em !important;}
.small-marRight20{ margin-right:1.3em !important;}
.small-marRight25{ margin-right:1.6em !important;}
.small-marRight30{ margin-right:1.9em !important;}
.small-marRight35{ margin-right:2.2em !important;}
.small-marRight40{ margin-right:2.5em !important;}
.small-marRight45{ margin-right:2.8em !important;}
.small-marRight50{ margin-right:3.1em !important;}
}



/*Medium Only*/
@media only screen and (min-width: 40.0625em) and (max-width: 62.4em) {
.medium-only-pad0{padding:0 !important;}
.medium-only-pad5{padding:0.3em !important;}
.medium-only-pad10{padding:0.6em !important;}
.medium-only-pad15{padding:0.9em !important;}
.medium-only-pad20{padding:1.3em !important;}
.medium-only-pad25{padding:1.6em !important;}
.medium-only-pad30{padding:1.9em !important;}
.medium-only-pad35{padding:2.2em !important;}
.medium-only-pad40{padding:2.5em !important;}
.medium-only-pad45{padding:2.8em !important;}
.medium-only-pad50{padding:3.1em !important;}

.medium-only-padBtm0{ padding-bottom:0!important;}
.medium-only-padBtm5{ padding-bottom:0.3em !important;}
.medium-only-padBtm10{ padding-bottom:0.6em !important;}
.medium-only-padBtm15{ padding-bottom:0.9em !important;}
.medium-only-padBtm20{ padding-bottom:1.3em !important;}
.medium-only-padBtm25{ padding-bottom:1.6em !important;}
.medium-only-padBtm30{ padding-bottom:1.9em !important;}
.medium-only-padBtm35{ padding-bottom:2.2em !important;}
.medium-only-padBtm40{ padding-bottom:2.5em !important;}
.medium-only-padBtm45{ padding-bottom:2.8em !important;}
.medium-only-padBtm50{ padding-bottom:3.1em !important;}

.medium-only-padTop0{ padding-top:0 !important;}
.medium-only-padTop5{ padding-top:0.3em !important;}
.medium-only-padTop10{ padding-top:0.6em !important;}
.medium-only-padTop15{ padding-top:0.9em !important;}
.medium-only-padTop20{ padding-top:1.3em !important;}
.medium-only-padTop25{ padding-top:1.6em !important;}
.medium-only-padTop30{ padding-top:1.9em !important;}
.medium-only-padTop35{ padding-top:2.2em !important;}
.medium-only-padTop40{ padding-top:2.5em !important;}
.medium-only-padTop45{ padding-top:2.8em !important;}
.medium-only-padTop50{ padding-top:3.1em !important;}

.medium-only-padLeft0{ padding-left:0 !important;}
.medium-only-padLeft5{ padding-left:0.3em !important;}
.medium-only-padLeft10{ padding-left:0.6em !important;}
.medium-only-padLeft15{ padding-left:0.9em !important;}
.medium-only-padLeft20{ padding-left:1.3em !important;}
.medium-only-padLeft25{ padding-left:1.6em !important;}
.medium-only-padLeft30{ padding-left:1.9em !important;}
.medium-only-padLeft35{ padding-left:2.2em !important;}
.medium-only-padLeft40{ padding-left:2.5em !important;}
.medium-only-padLeft45{ padding-left:2.8em !important;}
.medium-only-padLeft50{ padding-left:3.1em !important;}

.medium-only-padRight0{ padding-right:0 !important;}
.medium-only-padRight5{ padding-right:0.3em !important;}
.medium-only-padRight10{ padding-right:0.6em !important;}
.medium-only-padRight15{ padding-right:0.9em !important;}
.medium-only-padRight20{ padding-right:1.3em !important;}
.medium-only-padRight25{ padding-right:1.6em !important;}
.medium-only-padRight30{ padding-right:1.9em !important;}
.medium-only-padRight35{ padding-right:2.2em !important;}
.medium-only-padRight40{ padding-right:2.5em !important;}
.medium-only-padRight45{ padding-right:2.8em !important;}
.medium-only-padRight50{ padding-right:3.1em !important;}

.medium-only-mar0{margin:0 !important;}
.medium-only-mar5{margin:0.3em !important;}
.medium-only-mar10{margin:0.6em !important;}
.medium-only-mar15{margin:0.9em !important;}
.medium-only-mar20{margin:1.3em !important;}
.medium-only-mar25{margin:1.6em !important;}
.medium-only-mar30{margin:1.9em !important;}
.medium-only-mar35{margin:2.2em !important;}
.medium-only-mar40{margin:2.5em !important;}
.medium-only-mar45{margin:2.8em !important;}
.medium-only-mar50{margin:3.1em !important;}

.medium-only-marBtm0{ margin-bottom:0!important;}
.medium-only-marBtm5{ margin-bottom:0.3em !important;}
.medium-only-marBtm10{ margin-bottom:0.6em !important;}
.medium-only-marBtm15{ margin-bottom:0.9em !important;}
.medium-only-marBtm20{ margin-bottom:1.3em !important;}
.medium-only-marBtm25{ margin-bottom:1.6em !important;}
.medium-only-marBtm30{ margin-bottom:1.9em !important;}
.medium-only-marBtm35{ margin-bottom:2.2em !important;}
.medium-only-marBtm40{ margin-bottom:2.5em !important;}
.medium-only-marBtm45{ margin-bottom:2.8em !important;}
.medium-only-marBtm50{ margin-bottom:3.1em !important;}

.medium-only-marTop0{ margin-top:0 !important;}
.medium-only-marTop5{ margin-top:0.3em !important;}
.medium-only-marTop10{ margin-top:0.6em !important;}
.medium-only-marTop15{ margin-top:0.9em !important;}
.medium-only-marTop20{ margin-top:1.3em !important;}
.medium-only-marTop25{ margin-top:1.6em !important;}
.medium-only-marTop30{ margin-top:1.9em !important;}
.medium-only-marTop35{ margin-top:2.2em !important;}
.medium-only-marTop40{ margin-top:2.5em !important;}
.medium-only-marTop45{ margin-top:2.8em !important;}
.medium-only-marTop50{ margin-top:3.1em !important;}

.medium-only-marLeft0{ margin-left:0 !important;}
.medium-only-marLeft5{ margin-left:0.3em !important;}
.medium-only-marLeft10{ margin-left:0.6em !important;}
.medium-only-marLeft15{ margin-left:0.9em !important;}
.medium-only-marLeft20{ margin-left:1.3em !important;}
.medium-only-marLeft25{ margin-left:1.6em !important;}
.medium-only-marLeft30{ margin-left:1.9em !important;}
.medium-only-marLeft35{ margin-left:2.2em !important;}
.medium-only-marLeft40{ margin-left:2.5em !important;}
.medium-only-marLeft45{ margin-left:2.8em !important;}
.medium-only-marLeft50{ margin-left:3.1em !important;}

.medium-only-marRight0{ margin-right:0 !important;}
.medium-only-marRight5{ margin-right:0.3em !important;}
.medium-only-marRight10{ margin-right:0.6em !important;}
.medium-only-marRight15{ margin-right:0.9em !important;}
.medium-only-marRight20{ margin-right:1.3em !important;}
.medium-only-marRight25{ margin-right:1.6em !important;}
.medium-only-marRight30{ margin-right:1.9em !important;}
.medium-only-marRight35{ margin-right:2.2em !important;}
.medium-only-marRight40{ margin-right:2.5em !important;}
.medium-only-marRight45{ margin-right:2.8em !important;}
.medium-only-marRight50{ margin-right:3.1em !important;}
}

/*Medium*/
@media only screen and (min-width: 40.0625em) {
.medium-pad0{padding:0 !important;}
.medium-pad5{padding:0.3em !important;}
.medium-pad10{padding:0.6em !important;}
.medium-pad15{padding:0.9em !important;}
.medium-pad20{padding:1.3em !important;}
.medium-pad25{padding:1.6em !important;}
.medium-pad30{padding:1.9em !important;}
.medium-pad35{padding:2.2em !important;}
.medium-pad40{padding:2.5em !important;}
.medium-pad45{padding:2.8em !important;}
.medium-pad50{padding:3.1em !important;}

.medium-padBtm0{ padding-bottom:0!important;}
.medium-padBtm5{ padding-bottom:0.3em !important;}
.medium-padBtm10{ padding-bottom:0.6em !important;}
.medium-padBtm15{ padding-bottom:0.9em !important;}
.medium-padBtm20{ padding-bottom:1.3em !important;}
.medium-padBtm25{ padding-bottom:1.6em !important;}
.medium-padBtm30{ padding-bottom:1.9em !important;}
.medium-padBtm35{ padding-bottom:2.2em !important;}
.medium-padBtm40{ padding-bottom:2.5em !important;}
.medium-padBtm45{ padding-bottom:2.8em !important;}
.medium-padBtm50{ padding-bottom:3.1em !important;}

.medium-padTop0{ padding-top:0 !important;}
.medium-padTop5{ padding-top:0.3em !important;}
.medium-padTop10{ padding-top:0.6em !important;}
.medium-padTop15{ padding-top:0.9em !important;}
.medium-padTop20{ padding-top:1.3em !important;}
.medium-padTop25{ padding-top:1.6em !important;}
.medium-padTop30{ padding-top:1.9em !important;}
.medium-padTop35{ padding-top:2.2em !important;}
.medium-padTop40{ padding-top:2.5em !important;}
.medium-padTop45{ padding-top:2.8em !important;}
.medium-padTop50{ padding-top:3.1em !important;}

.medium-padLeft0{ padding-left:0 !important;}
.medium-padLeft5{ padding-left:0.3em !important;}
.medium-padLeft10{ padding-left:0.6em !important;}
.medium-padLeft15{ padding-left:0.9em !important;}
.medium-padLeft20{ padding-left:1.3em !important;}
.medium-padLeft25{ padding-left:1.6em !important;}
.medium-padLeft30{ padding-left:1.9em !important;}
.medium-padLeft35{ padding-left:2.2em !important;}
.medium-padLeft40{ padding-left:2.5em !important;}
.medium-padLeft45{ padding-left:2.8em !important;}
.medium-padLeft50{ padding-left:3.1em !important;}

.medium-padRight0{ padding-right:0 !important;}
.medium-padRight5{ padding-right:0.3em !important;}
.medium-padRight10{ padding-right:0.6em !important;}
.medium-padRight15{ padding-right:0.9em !important;}
.medium-padRight20{ padding-right:1.3em !important;}
.medium-padRight25{ padding-right:1.6em !important;}
.medium-padRight30{ padding-right:1.9em !important;}
.medium-padRight35{ padding-right:2.2em !important;}
.medium-padRight40{ padding-right:2.5em !important;}
.medium-padRight45{ padding-right:2.8em !important;}
.medium-padRight50{ padding-right:3.1em !important;}

.medium-mar0{margin:0 !important;}
.medium-mar5{margin:0.3em !important;}
.medium-mar10{margin:0.6em !important;}
.medium-mar15{margin:0.9em !important;}
.medium-mar20{margin:1.3em !important;}
.medium-mar25{margin:1.6em !important;}
.medium-mar30{margin:1.9em !important;}
.medium-mar35{margin:2.2em !important;}
.medium-mar40{margin:2.5em !important;}
.medium-mar45{margin:2.8em !important;}
.medium-mar50{margin:3.1em !important;}

.medium-marBtm0{ margin-bottom:0!important;}
.medium-marBtm5{ margin-bottom:0.3em !important;}
.medium-marBtm10{ margin-bottom:0.6em !important;}
.medium-marBtm15{ margin-bottom:0.9em !important;}
.medium-marBtm20{ margin-bottom:1.3em !important;}
.medium-marBtm25{ margin-bottom:1.6em !important;}
.medium-marBtm30{ margin-bottom:1.9em !important;}
.medium-marBtm35{ margin-bottom:2.2em !important;}
.medium-marBtm40{ margin-bottom:2.5em !important;}
.medium-marBtm45{ margin-bottom:2.8em !important;}
.medium-marBtm50{ margin-bottom:3.1em !important;}

.medium-marTop0{ margin-top:0 !important;}
.medium-marTop5{ margin-top:0.3em !important;}
.medium-marTop10{ margin-top:0.6em !important;}
.medium-marTop15{ margin-top:0.9em !important;}
.medium-marTop20{ margin-top:1.3em !important;}
.medium-marTop25{ margin-top:1.6em !important;}
.medium-marTop30{ margin-top:1.9em !important;}
.medium-marTop35{ margin-top:2.2em !important;}
.medium-marTop40{ margin-top:2.5em !important;}
.medium-marTop45{ margin-top:2.8em !important;}
.medium-marTop50{ margin-top:3.1em !important;}

.medium-marLeft0{ margin-left:0 !important;}
.medium-marLeft5{ margin-left:0.3em !important;}
.medium-marLeft10{ margin-left:0.6em !important;}
.medium-marLeft15{ margin-left:0.9em !important;}
.medium-marLeft20{ margin-left:1.3em !important;}
.medium-marLeft25{ margin-left:1.6em !important;}
.medium-marLeft30{ margin-left:1.9em !important;}
.medium-marLeft35{ margin-left:2.2em !important;}
.medium-marLeft40{ margin-left:2.5em !important;}
.medium-marLeft45{ margin-left:2.8em !important;}
.medium-marLeft50{ margin-left:3.1em !important;}

.medium-marRight0{ margin-right:0 !important;}
.medium-marRight5{ margin-right:0.3em !important;}
.medium-marRight10{ margin-right:0.6em !important;}
.medium-marRight15{ margin-right:0.9em !important;}
.medium-marRight20{ margin-right:1.3em !important;}
.medium-marRight25{ margin-right:1.6em !important;}
.medium-marRight30{ margin-right:1.9em !important;}
.medium-marRight35{ margin-right:2.2em !important;}
.medium-marRight40{ margin-right:2.5em !important;}
.medium-marRight45{ margin-right:2.8em !important;}
.medium-marRight50{ margin-right:3.1em !important;}
}


/*Large Only*/
@media only screen and (min-width: 62.5em) and (max-width: 90em) {
.large-only-pad0{padding:0 !important;}
.large-only-pad5{padding:0.3em !important;}
.large-only-pad10{padding:0.6em !important;}
.large-only-pad15{padding:0.9em !important;}
.large-only-pad20{padding:1.3em !important;}
.large-only-pad25{padding:1.6em !important;}
.large-only-pad30{padding:1.9em !important;}
.large-only-pad35{padding:2.2em !important;}
.large-only-pad40{padding:2.5em !important;}
.large-only-pad45{padding:2.8em !important;}
.large-only-pad50{padding:3.1em !important;}

.large-only-padBtm0{ padding-bottom:0!important;}
.large-only-padBtm5{ padding-bottom:0.3em !important;}
.large-only-padBtm10{ padding-bottom:0.6em !important;}
.large-only-padBtm15{ padding-bottom:0.9em !important;}
.large-only-padBtm20{ padding-bottom:1.3em !important;}
.large-only-padBtm25{ padding-bottom:1.6em !important;}
.large-only-padBtm30{ padding-bottom:1.9em !important;}
.large-only-padBtm35{ padding-bottom:2.2em !important;}
.large-only-padBtm40{ padding-bottom:2.5em !important;}
.large-only-padBtm45{ padding-bottom:2.8em !important;}
.large-only-padBtm50{ padding-bottom:3.1em !important;}

.large-only-padTop0{ padding-top:0 !important;}
.large-only-padTop5{ padding-top:0.3em !important;}
.large-only-padTop10{ padding-top:0.6em !important;}
.large-only-padTop15{ padding-top:0.9em !important;}
.large-only-padTop20{ padding-top:1.3em !important;}
.large-only-padTop25{ padding-top:1.6em !important;}
.large-only-padTop30{ padding-top:1.9em !important;}
.large-only-padTop35{ padding-top:2.2em !important;}
.large-only-padTop40{ padding-top:2.5em !important;}
.large-only-padTop45{ padding-top:2.8em !important;}
.large-only-padTop50{ padding-top:3.1em !important;}

.large-only-padLeft0{ padding-left:0 !important;}
.large-only-padLeft5{ padding-left:0.3em !important;}
.large-only-padLeft10{ padding-left:0.6em !important;}
.large-only-padLeft15{ padding-left:0.9em !important;}
.large-only-padLeft20{ padding-left:1.3em !important;}
.large-only-padLeft25{ padding-left:1.6em !important;}
.large-only-padLeft30{ padding-left:1.9em !important;}
.large-only-padLeft35{ padding-left:2.2em !important;}
.large-only-padLeft40{ padding-left:2.5em !important;}
.large-only-padLeft45{ padding-left:2.8em !important;}
.large-only-padLeft50{ padding-left:3.1em !important;}

.large-only-padRight0{ padding-right:0 !important;}
.large-only-padRight5{ padding-right:0.3em !important;}
.large-only-padRight10{ padding-right:0.6em !important;}
.large-only-padRight15{ padding-right:0.9em !important;}
.large-only-padRight20{ padding-right:1.3em !important;}
.large-only-padRight25{ padding-right:1.6em !important;}
.large-only-padRight30{ padding-right:1.9em !important;}
.large-only-padRight35{ padding-right:2.2em !important;}
.large-only-padRight40{ padding-right:2.5em !important;}
.large-only-padRight45{ padding-right:2.8em !important;}
.large-only-padRight50{ padding-right:3.1em !important;}

.large-only-mar0{margin:0 !important;}
.large-only-mar5{margin:0.3em !important;}
.large-only-mar10{margin:0.6em !important;}
.large-only-mar15{margin:0.9em !important;}
.large-only-mar20{margin:1.3em !important;}
.large-only-mar25{margin:1.6em !important;}
.large-only-mar30{margin:1.9em !important;}
.large-only-mar35{margin:2.2em !important;}
.large-only-mar40{margin:2.5em !important;}
.large-only-mar45{margin:2.8em !important;}
.large-only-mar50{margin:3.1em !important;}

.large-only-marBtm0{ margin-bottom:0!important;}
.large-only-marBtm5{ margin-bottom:0.3em !important;}
.large-only-marBtm10{ margin-bottom:0.6em !important;}
.large-only-marBtm15{ margin-bottom:0.9em !important;}
.large-only-marBtm20{ margin-bottom:1.3em !important;}
.large-only-marBtm25{ margin-bottom:1.6em !important;}
.large-only-marBtm30{ margin-bottom:1.9em !important;}
.large-only-marBtm35{ margin-bottom:2.2em !important;}
.large-only-marBtm40{ margin-bottom:2.5em !important;}
.large-only-marBtm45{ margin-bottom:2.8em !important;}
.large-only-marBtm50{ margin-bottom:3.1em !important;}

.large-only-marTop0{ margin-top:0 !important;}
.large-only-marTop5{ margin-top:0.3em !important;}
.large-only-marTop10{ margin-top:0.6em !important;}
.large-only-marTop15{ margin-top:0.9em !important;}
.large-only-marTop20{ margin-top:1.3em !important;}
.large-only-marTop25{ margin-top:1.6em !important;}
.large-only-marTop30{ margin-top:1.9em !important;}
.large-only-marTop35{ margin-top:2.2em !important;}
.large-only-marTop40{ margin-top:2.5em !important;}
.large-only-marTop45{ margin-top:2.8em !important;}
.large-only-marTop50{ margin-top:3.1em !important;}

.large-only-marLeft0{ margin-left:0 !important;}
.large-only-marLeft5{ margin-left:0.3em !important;}
.large-only-marLeft10{ margin-left:0.6em !important;}
.large-only-marLeft15{ margin-left:0.9em !important;}
.large-only-marLeft20{ margin-left:1.3em !important;}
.large-only-marLeft25{ margin-left:1.6em !important;}
.large-only-marLeft30{ margin-left:1.9em !important;}
.large-only-marLeft35{ margin-left:2.2em !important;}
.large-only-marLeft40{ margin-left:2.5em !important;}
.large-only-marLeft45{ margin-left:2.8em !important;}
.large-only-marLeft50{ margin-left:3.1em !important;}

.large-only-marRight0{ margin-right:0 !important;}
.large-only-marRight5{ margin-right:0.3em !important;}
.large-only-marRight10{ margin-right:0.6em !important;}
.large-only-marRight15{ margin-right:0.9em !important;}
.large-only-marRight20{ margin-right:1.3em !important;}
.large-only-marRight25{ margin-right:1.6em !important;}
.large-only-marRight30{ margin-right:1.9em !important;}
.large-only-marRight35{ margin-right:2.2em !important;}
.large-only-marRight40{ margin-right:2.5em !important;}
.large-only-marRight45{ margin-right:2.8em !important;}
.large-only-marRight50{ margin-right:3.1em !important;}
}

/*Large*/
@media only screen and (min-width: 62.5em) {
.large-pad0{padding:0 !important;}
.large-pad5{padding:0.3em !important;}
.large-pad10{padding:0.6em !important;}
.large-pad15{padding:0.9em !important;}
.large-pad20{padding:1.3em !important;}
.large-pad25{padding:1.6em !important;}
.large-pad30{padding:1.9em !important;}
.large-pad35{padding:2.2em !important;}
.large-pad40{padding:2.5em !important;}
.large-pad45{padding:2.8em !important;}
.large-pad50{padding:3.1em !important;}

.large-padBtm0{ padding-bottom:0!important;}
.large-padBtm5{ padding-bottom:0.3em !important;}
.large-padBtm10{ padding-bottom:0.6em !important;}
.large-padBtm15{ padding-bottom:0.9em !important;}
.large-padBtm20{ padding-bottom:1.3em !important;}
.large-padBtm25{ padding-bottom:1.6em !important;}
.large-padBtm30{ padding-bottom:1.9em !important;}
.large-padBtm35{ padding-bottom:2.2em !important;}
.large-padBtm40{ padding-bottom:2.5em !important;}
.large-padBtm45{ padding-bottom:2.8em !important;}
.large-padBtm50{ padding-bottom:3.1em !important;}

.large-padTop0{ padding-top:0 !important;}
.large-padTop5{ padding-top:0.3em !important;}
.large-padTop10{ padding-top:0.6em !important;}
.large-padTop15{ padding-top:0.9em !important;}
.large-padTop20{ padding-top:1.3em !important;}
.large-padTop25{ padding-top:1.6em !important;}
.large-padTop30{ padding-top:1.9em !important;}
.large-padTop35{ padding-top:2.2em !important;}
.large-padTop40{ padding-top:2.5em !important;}
.large-padTop45{ padding-top:2.8em !important;}
.large-padTop50{ padding-top:3.1em !important;}

.large-padLeft0{ padding-left:0 !important;}
.large-padLeft5{ padding-left:0.3em !important;}
.large-padLeft10{ padding-left:0.6em !important;}
.large-padLeft15{ padding-left:0.9em !important;}
.large-padLeft20{ padding-left:1.3em !important;}
.large-padLeft25{ padding-left:1.6em !important;}
.large-padLeft30{ padding-left:1.9em !important;}
.large-padLeft35{ padding-left:2.2em !important;}
.large-padLeft40{ padding-left:2.5em !important;}
.large-padLeft45{ padding-left:2.8em !important;}
.large-padLeft50{ padding-left:3.1em !important;}

.large-padRight0{ padding-right:0 !important;}
.large-padRight5{ padding-right:0.3em !important;}
.large-padRight10{ padding-right:0.6em !important;}
.large-padRight15{ padding-right:0.9em !important;}
.large-padRight20{ padding-right:1.3em !important;}
.large-padRight25{ padding-right:1.6em !important;}
.large-padRight30{ padding-right:1.9em !important;}
.large-padRight35{ padding-right:2.2em !important;}
.large-padRight40{ padding-right:2.5em !important;}
.large-padRight45{ padding-right:2.8em !important;}
.large-padRight50{ padding-right:3.1em !important;}

.large-mar0{margin:0 !important;}
.large-mar5{margin:0.3em !important;}
.large-mar10{margin:0.6em !important;}
.large-mar15{margin:0.9em !important;}
.large-mar20{margin:1.3em !important;}
.large-mar25{margin:1.6em !important;}
.large-mar30{margin:1.9em !important;}
.large-mar35{margin:2.2em !important;}
.large-mar40{margin:2.5em !important;}
.large-mar45{margin:2.8em !important;}
.large-mar50{margin:3.1em !important;}

.large-marBtm0{ margin-bottom:0!important;}
.large-marBtm5{ margin-bottom:0.3em !important;}
.large-marBtm10{ margin-bottom:0.6em !important;}
.large-marBtm15{ margin-bottom:0.9em !important;}
.large-marBtm20{ margin-bottom:1.3em !important;}
.large-marBtm25{ margin-bottom:1.6em !important;}
.large-marBtm30{ margin-bottom:1.9em !important;}
.large-marBtm35{ margin-bottom:2.2em !important;}
.large-marBtm40{ margin-bottom:2.5em !important;}
.large-marBtm45{ margin-bottom:2.8em !important;}
.large-marBtm50{ margin-bottom:3.1em !important;}

.large-marTop0{ margin-top:0 !important;}
.large-marTop5{ margin-top:0.3em !important;}
.large-marTop10{ margin-top:0.6em !important;}
.large-marTop15{ margin-top:0.9em !important;}
.large-marTop20{ margin-top:1.3em !important;}
.large-marTop25{ margin-top:1.6em !important;}
.large-marTop30{ margin-top:1.9em !important;}
.large-marTop35{ margin-top:2.2em !important;}
.large-marTop40{ margin-top:2.5em !important;}
.large-marTop45{ margin-top:2.8em !important;}
.large-marTop50{ margin-top:3.1em !important;}

.large-marLeft0{ margin-left:0 !important;}
.large-marLeft5{ margin-left:0.3em !important;}
.large-marLeft10{ margin-left:0.6em !important;}
.large-marLeft15{ margin-left:0.9em !important;}
.large-marLeft20{ margin-left:1.3em !important;}
.large-marLeft25{ margin-left:1.6em !important;}
.large-marLeft30{ margin-left:1.9em !important;}
.large-marLeft35{ margin-left:2.2em !important;}
.large-marLeft40{ margin-left:2.5em !important;}
.large-marLeft45{ margin-left:2.8em !important;}
.large-marLeft50{ margin-left:3.1em !important;}

.large-marRight0{ margin-right:0 !important;}
.large-marRight5{ margin-right:0.3em !important;}
.large-marRight10{ margin-right:0.6em !important;}
.large-marRight15{ margin-right:0.9em !important;}
.large-marRight20{ margin-right:1.3em !important;}
.large-marRight25{ margin-right:1.6em !important;}
.large-marRight30{ margin-right:1.9em !important;}
.large-marRight35{ margin-right:2.2em !important;}
.large-marRight40{ margin-right:2.5em !important;}
.large-marRight45{ margin-right:2.8em !important;}
.large-marRight50{ margin-right:3.1em !important;}
}

#-------------Positioning---------------{}
div.centerlize,ul.centerlize,.centerlize{ margin:0px auto; position: relative; float:none;}

.left{ float:left;}
.right{ float:right;}

.fix-top{ position:absolute; top:0;}

.stick-btm{ position:absolute; bottom:0px;}
.stick-btm.right{ right:0;}
.stick-btm.left{ left:0;}

.pos-relative{ position:relative;}
.pos-abs{position:absolute;}

.overlay_on_slider{position: absolute;width: 100%;bottom: 0;}


/*Mobile Size*/
/*@media only screen and (max-width: 40em) {
	.small-unfix-top{ position:relative;}
}
*/






 
#-------------Display---------------{}
/*visibility*/
.hide{ display:none;}

  

#-------------Notice Box---------------{}
/*.noticebox{ display:none;}
.error{  background-color:#ffcad8; border:1px solid #ff0006; color: #ff0006;}
.success{ background-color:#dff0d8; border:1px solid #060; color:#060;}
.notify{background-color:#fff7af; border:1px solid #ffae00; color:#ffae00;}*/


#-------------List---------------{}
.list-horizon li{ float:left;}
.list-center-nav{ text-align:center;}
.list-center-nav li{ display:inline;}
.list-center-nav li a{ display:inline-block;}
.list-right li{ float:right;}
.list-no-bullet li{list-style-type:none;}
.list-point-right li{ float:right; clear:right;}
.list-dash-btm li{ border-bottom:1px dashed #999999;}
.list-border-lite-green li{border-color:#96ae23;}

.list-kern-5>li{ margin-right:0.25em !important;margin-left:0.25em !important;}
.list-kern-10>li{ margin-right:0.5em !important;margin-left:0.5em !important;}
.list-kern-15>li{ margin-right:0.75em !important;margin-left:0.75em !important;}
.list-kern-20>li{ margin-right:1em !important;margin-left:1em !important;}
.list-kern-25>li{ margin-right:1.25em !important;margin-left:1.25em !important;}
.list-kern-30>li{ margin-right:1.5em !important;margin-left:1.5em !important;}
.list-kern-35>li{ margin-right:1.75em !important;margin-left:1.75em !important;}
.list-kern-40>li{ margin-right:2em !important;margin-left:2em !important;}
.list-kern-45>li{ margin-right:2.25em !important;margin-left:2.25em !important;}
.list-kern-50>li{ margin-right:2.5em !important;margin-left:2.5em !important;}

.list-lead-5>li{ margin-bottom:0.5em !important;}
.list-lead-10>li{ margin-bottom:1em !important;}
.list-lead-15>li{ margin-bottom:1.5em !important;}
.list-lead-20>li{ margin-bottom:2em !important;}

.list-inner-lead-5>li{ padding-bottom:0.5em !important;}
.list-inner-lead-10>li{ padding-bottom:1em !important;}
.list-inner-lead-15>li{ padding-bottom:1.5em !important;}
.list-inner-lead-20>li{ padding-bottom:2em !important;}

.list-line-10>li{ line-height:1 !important;}
.list-line-15>li{ line-height:1.5 !important;}
.list-line-20>li{ line-height:2 !important;}

.list-gut-0 li{ padding:0em;}
.list-gut-1 li{ padding:0.1em;}
.list-gut-2 li{ padding:0.2em;}
.list-gut-3 li{ padding:0.3em;}
.list-gut-4 li{ padding:0.4em;}
.list-gut-5 li{ padding:0.5em;}




















 
/*--------------------

    Select Menu

---------------------*/


.list-select{ display: block;width: 100%;padding: 0.5em 0.8em;font-size: 14px;line-height: 1.42857143;color: #fff;background-color: #65562c;border: 1px solid #65562c; position:relative}


.ErrorMessagePageValidation{    font-weight: bold;color: #FF3300;}
 
	
/*--------------------

      News

---------------------*/

.list-of-news{}
	.list-of-news li{ padding:1em 1em; border-bottom:1px solid #4d4d4d;} 	
	.list-of-news li:first-child{}	
	.list-of-news li:last-child{border-bottom:none;}
	

 
/*--------------------

      Data Table

---------------------*/

table.data-table{ width:100%;}

	.data-table thead, .data-table tfoot {
		background: #65562c;
		color: #0a0a0a;}
	.data-table thead, .data-table tbody, .data-table tfoot{
		border: 1px solid #af8920;}
	
	.data-table thead th, .data-table thead td, .data-table tfoot th, .data-table tfoot td
	{    border: 1px solid #a27e18;}
	
	.data-table tbody{background:none;}
	
	.data-table tbody th, .data-table tbody td{    border: 1px solid #a27e18;}
	
	.data-table tbody tr:nth-child(even){background:none;}

 
 
#-------------Table---------------{}
.table-wraper{}

 
#-------------Footer---------------{}
/* Footer */
footer{ /*height:5em;*/}
.copyright{}

.footer-social-icons{}




#-------------Login---------------{}	

.log-in-form {/*border: 1px solid #cacaca;*/padding: 1rem;border-radius: 3px; color:white; background-size:100% 100%;}

.log-in-form{}
	.log-in-form i{ position: absolute;left: 25px;top: 13px;color: #cacaca;}
	.log-in-form label{ position:relative; float:left;}
	.log-in-form input[type='text']{padding-left: 40px;}
	.log-in-form input[type='radio']{color: white; float:left;    margin-top: 0.4em;}
	.log-in-form input[type='submit']{color: white;}
	.log-in-form  .btn-login{color: white; background:url(../images/btn-bg-shape-blk_130x40.png) no-repeat center center; background-size:100% 100%; padding:0.8em 2.2em; -webkit-transition: all 0.5s; transition: all 0.5s;}
	.log-in-form  .btn-login:hover{color: white; background:url(../images/btn-bg-shape-blk-reverse_130x40.png) no-repeat center center; background-size:100% 100%; padding:0.8em 2.2em;}
	
	
	
#-------------Forms---------------{}	

p.form-control{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
input.shared,select.shared{
-webkit-border-radius: 4px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius: 4px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}

.form-group{}
.form-group.top-filter-bar label{height: 50px;display: block;line-height: 35px;}

input::-webkit-input-placeholder {
color: #666 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #666 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #666 !important;  
}
 
input:-ms-input-placeholder {  
color: #666 !important;  
}

#-------------Buttons---------------{}	
.btn-submit,.btn-sub-action{ font-weight:bold;font-family:'Open sans', sans-serif;}

.btn-sub-action{color:black;padding: 0.7em 1.8em;background:url(../images/btn-bg-orange-gradient_5x40.jpg) repeat-x center center;display: block;width:100%;font-size: 14px;
 -webkit-transition: all 0.3s; transition: all 0.3s;
-webkit-border-radius: 0px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius: 0px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-radius: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn-sub-action:hover{color:#000;background:url(../images/btn-bg-orange-gradient-reverse_5x40.jpg) repeat-x center center; text-decoration:underline;}

.btn-submit{ /*border-radius:0;*/border: 0; -webkit-transition: all 0.3s; transition: all 0.3s;}
.btn-submit:hover{background:url(../images/btn-bg-yellow-gradient_5x40-reverse.jpg) repeat-x center center;}

a.btn-detail{padding: 0.8em 1.8em;background:url(../images/btn-bg-yellow-gradient_5x20.jpg) repeat-x center center;display: inline-block;
 -webkit-transition: all 0.3s; transition: all 0.3s;}
a.btn-detail:hover{background:url(../images/btn-bg-yellow-gradient-reverse_5x20.jpg) repeat-x center center; color:#000;}

.btn-action-cancel{padding: 0.8em 1.8em;background:url(../images/btn-bg-yellow-gradient_5x40.jpg) repeat-x center center;display: block;
 -webkit-transition: all 0.3s; transition: all 0.3s;}
.btn-action-cancel:hover{background:url(../images/btn-bg-yellow-gradient_5x40-reverse.jpg) repeat-x center center; color:#000;}