/*
.sidebar_item a, .sidebar_item a:link, .sidebar_item a:visited {
		font-family: 'Lato', sans-serif; !important;
		font-size:13px !important;
		font-weight:normal;
}
span.selected {
	font-size:14px;	
}
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://s.ironpla.net/s/resources/fonts/awesome-4.7/css/font-awesome.min.css');


/* ----------------------------------------------------------------
	 Validator Class
-----------------------------------------------------------------*/
/*fa
.validetta-error .validetta-bubble {
	border: 2px solid #E42C3E !important;
  }
  */
  .validetta-bubble:before {
     }
  .validetta-bubble--right:before {
     }
  .validetta-bubble--bottom:before {
     }

.validetta-error .validetta-inline,
.validetta-error .validetta-red {
	border: 2px solid #E42C3E !important;
}

.validetta-inline {
 }
  /*
  .validetta-error .sm-form-control {
	  border: 2px solid #E42C3E ;
  }
  */
/* ----------------------------------------------------------------
	END Validator Class
-----------------------------------------------------------------*/

/* ---- Three Blocks on the new homepage - Start --- */
#mythreeblocks .boxtitle {
	font-size: 24px;
	font-family: 'Roboto Condensed';
	color: #5f6369;
	background-color: #e0e0e0;
	text-align: center;
	padding: 9px 0;
	font-weight: bold;
	margin-bottom: 5px;
}
#mythreeblocks .mpeboxtitle, #mythreeblocks .bidboxtitle {
	font-size: 20px;
	color: #fff;
	padding: 8px 0;
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: 20px 8px;
	text-align: left;
	padding-left: 55px;
	margin-bottom: 10px;
}
#mythreeblocks .mpeboxtitle {
	background-color: #008d9e;
	background-image: url('https://test-imgproc.ironpla.net/img/i/hmpg/2018/MPE_avatar_white.png');
}
#mythreeblocks .bidboxtitle {
	background-color: #da471f;
	background-image: url('https://test-imgproc.ironpla.net/img/i/hmpg/2018/IP_avatar_white.png');
}
#mythreeblocks .borderhere {
	border: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
	width: 100%;
}
#mythreeblocks .secborder {
	border: none;
	padding: 0 0 15px 0;
	background-color: #F0F0F0;
}
#mythreeblocks .featuredcontent {
	text-align: center;
	padding: 0 20px;
}
#mythreeblocks .featuredcontent a, #mythreeblocks .featuredcontent {
	color: #222;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.9;
	text-align: center;
}
#mythreeblocks .seccontent {
	text-align: left;
	font-weight: normal;
	padding-bottom: 52px;
	line-height: 1.5;
}
#mythreeblocks .mysameheight {
	margin: 20px 0 40px 0;
}
#mythreeblocks a.mysecbutton, #mythreeblocks a.mysecbutton:active, #mythreeblocks a.mysecbutton:visited {
	margin-top: 10px;
	font-weight: normal;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
/* ---- Three Blocks on the new homepage - End --- */

/* ----------------------------------------------------------------
	Featured Items CSS - Start
-----------------------------------------------------------------*/
			
.mycontent-wrap .mytitles {
	margin: 0;
	padding: 6px 6px 6px 6px;
	clear: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	height: 32px;
}
.mycontent-wrap .myprice {
	margin: 0;
	padding: 6px 6px 6px 6px;
	clear: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 25px;
	text-align: center;
	font-size: 18px;
}
#wrapper .myprice span {
	font-size: 18px;
}
.mycontent-wrap .mybox {
	border: dotted 1px #ccc;
	background-color: #fff;
	padding-bottom: 10px;
}
.itemimgcontainer {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 75% 0 0;
}
.mycontent-wrap .myitemssection #featuredItems img {
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0px auto 0 auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	height: auto !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
	#wrapper .whitebuttongrid {
	display: block;
	margin: 10px 15px;
}
#wrapper .currency_conv {
	display: none !important;
}
/* ----------------------------------------------------------------
	Featured Items CSS - End
-----------------------------------------------------------------*/
/* ------------ MODAL - START ------------*/
/* The Modal (background) */
.container-fluid .mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
	right: 0;
    top: 0;
	bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
	
}

/* Modal Content */
.container-fluid .mymodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.container-fluid .myclose {
    color: white;
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding-top:0px;
}

.container-fluid .myclose:hover,
.container-fluid .myclose:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.container-fluid .mymodal-header {
    padding: 2px 16px;
    background-color: #006ea6;
    color: white;
    height:45px;
    position: absolute;
    right: 0;
}
/* ------------ MODAL - END ------------*/

#wrapper #categoryadzones .col_full {
	text-align: center;
}

/* fancy subtitle */
	#wrapper .fancytitle {
  line-height: 0.5;
  text-align: center;
	margin: 20px auto 5px 0;
	overflow: hidden;
}
#wrapper .fancytitle h1, #wrapper .fancytitle h2 {
  display: inline-block;
  position: relative;
	text-align: center;
}
#wrapper .fancytitle h1:before, #wrapper .fancytitle h2:before, 
#wrapper .fancytitle h1:after, #wrapper .fancytitle h2:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	top: 0;
	margin-top: 15px;
	width: 380px;
}
#wrapper .fancytitle h1:before, #wrapper .fancytitle h1:after {
	margin-top: 20px;
}
#wrapper .fancytitle h1:before, #wrapper .fancytitle h2:before {
  right: 100%;
  margin-right: 10px;
}
#wrapper .fancytitle h1:after, #wrapper .fancytitle h2:after {
  left: 100%;
  margin-left: 10px;
}
	/* fancy subtitle */
/* add ellipsis */
#wrapper .onelineellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	padding: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#wrapper .twolineellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#wrapper .onelineellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#wrapper .twolineellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* promooverride - start */
	#wrapper #mycontent .mypromooverride {
		border: none;
		border-radius: 5px;
		text-align: left;
		display: inline-block;
		margin-bottom: 40px;
		padding: 0 20px 15px 20px;
		background-color: #eaeaea;
	}
	#wrapper #mycontent .mypromooverride .col_one_third {
		margin-bottom: 20px;
	}
	#wrapper #mycontent .mypromooverride h3, #wrapper #mycontent .mypromooverride h2 {
		text-align: left;
		line-height: 1.5;
		padding: 10px 0 5px 0;
    	margin: 0 0 10px 0;
	}
	#wrapper #mycontent .mypromooverride a {
		display: inline-block;
		margin: 8px 0;
	}
	#wrapper .topmakescol, #wrapper .topcatscol {
		display: inline-block;
		width: 42%;
		margin-right: 4%;
		margin: 0px 4% 5px 0;
	}
/* promooverride - end */
#wrapper .myulli {
	padding-left: 10px;
}
#wrapper .myulli li {
	display: list-item !important;
    font-size: 16px !important;
    font-weight: 300;
    margin-left: 30px;
}
.forminside {
	border: 1px #ddd solid;
    padding: 15px 15px 0px 15px;
}

.myhrline {
	border-top: 1px solid #DDD;
	margin-bottom: 15px;
}
.mydivider {
	width:90% !important; 
	margin:5px auto 8px auto !important;	
	}
.mydivider i {
		color:#da471f;	
	}
.mybgoverlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#mycontent sup {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
#mycontent .thintext {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:15px;
	margin-bottom: 0px;
}
#mycontent .thintextxs {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:14px;
	margin-bottom: 0px;
}
#mycontent .thintexts {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:16px;
	margin-bottom: 0px;
}
#mycontent .thintextm {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:17px;
	margin-bottom: 0px;
}
#mycontent .thintextl {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:18px;
	margin-bottom: 0px;
}
#mycontent .thintextxl {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:19px;
	margin-bottom: 0px;
}
#mycontent .thintextxxl {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:20px;
	margin-bottom: 0px;
}
#mycontent .thintextxxxl {
	font-weight:300;
	padding-bottom:9px;
	line-height:1.5;
	font-size:24px;
	margin-bottom: 0px;
}


#mycontent a {
	color:#006ea6;
	font-weight: 500;
}
#mycontent a:hover {
	color:#006ea6;
}
#mycontent a:active {
	color:#006ea6;
}
#mycontent a:visited {
	color:#006ea6;
}
#mycontent #wrapper a {
	color:#006ea6;
	font-weight: 500;
}
#mycontent #wrapper a:hover {
	color:#0099e6;
}
#mycontent #wrapper a:active {
	color:#006ea6;
}
#mycontent #wrapper a:visited {
	color:#006ea6;
}
#mycontentm .mybluelinknounder {
	color:#006ea6 !important;
	text-decoration: none !important;
}
#mycontent .mybluelinknounder:hover {
	color:#0099e6 !important;;
	text-decoration: none !important;
}
#mycontent .mybluelinknounder:active {
	color:#006ea6 !important;;
	text-decoration: none !important;
}
#mycontent .mybluelinknounder:visited {
	color:#006ea6 !important;;
	text-decoration: none !important;
}
#mycontent .bluelink a {
	color:#006ea6 !important;
}
#mycontent .bluelink a:hover {
	color:#0099e6 !important;
}
#mycontent .bluelink a:active {
	color:#0099e6 !important;
}
#mycontent .bluelink a:visited {
	color:#006ea6 !important; 
}
#mycontent .mybluelink a {
	color:#006ea6 !important;
}
#mycontent .mybluelink a:hover {
	color:#0099e6 !important;
	text-decoration: none !important;
}
#mycontent .mybluelink a:active {
	color:#0099e6 !important;
}
#mycontent .mybluelink a:visited {
	color:#006ea6 !important; 
}
#mycontent .myblacklink a, #mycontent a.myblacklink {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
#mycontent .myblacklink a:hover, #mycontent a.myblacklink:hover {
	color:#006ea6 !important;
	text-decoration: none;
}
#mycontent .myblacklink a:active, #mycontent a.myblacklink:active {
	color:#000;
}
#mycontent .myblacklink a:visited, #mycontent a.myblacklink:visited {
	color:#000; 
}

#mycontent .lightblue a, #mycontent a.lightblue {
	color:#0099e6;
	text-decoration: none;
}
#mycontent .lightblue a:hover, #mycontent a.lightblue:hover {
	color:#FFF !important;
	text-decoration: none;
}
#mycontent .lightblue a:active, #mycontent a.lightblue:active {
	color:#0099e6;
}
#mycontent .lightblue a:visited, #mycontent a.lightblue:visited {
	color:#0099e6; 
}

#mycontent .mybluetitle {
	color:#006ea6;
}
section {
	padding-top:0px;
	margin-top:0px;
	}

#mycontent, #wrapper {
	background-color: #FFF
}
.fa {
	font-family: FontAwesome !important;
}
#mycontent .button, #mycontent h3, #mycontent h4 {
	font-weight: 600
	
}
#mycontent .button {
	letter-spacing: .5px;
	cursor: pointer;
	
}
.abutton {
	 text-decoration:none !important; 
	 color:#FFF !important;
}
.feature-box h3 {
	margin-top:0; 
	padding-bottom: 10px;
}

::selection {
	background: #0099e6;
	color: #FFF;
	text-shadow: none
}
::-moz-selection {
background:#da4620;
color:#FFF;
text-shadow:none
}
::-webkit-selection {
background:#da4620;
color:#FFF;
text-shadow:none
}
.mydisabled {
	pointer-events: none;
	cursor: default; 
	background-color:rgba(0,0,0,.3);
}
#mycontent .mycontent-wrap .container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.main_body #mycontent .mycontent-wrap .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#wrapper .limitwidth {
	max-width: 1280px;
	margin: 0 auto;
}
#wrapper .havesides {
 width:100%;
padding-top: 11px;
}
#wrapper .havesidespadding {
 width:100%;
padding-top: 30px;
}
#wrapper .havesidesnopadding {
 width:100%;
}
#wrapper .myfullpage {
 width:80%;
 margin:0 auto;	
}
#wrapper .myfullpagew {
 width:90%;
 margin:0 auto;		
}
#wrapper .myfullpagexw {
 width:95%;
 margin:0 auto;		
}
#wrapper .myfullpagexxw {
 width:100%;
}
#wrapper .myfullwidth {
 width:100%;
 margin:0 auto;
 max-width:1250px;	
}
.hidden { display: none !important; }

.nothidden { display: block !important; }
.button, .button:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}
#wrapper form, #wrapper p {
	padding-bottom: 10px;
}
#wrapper p {
	margin: 0 auto;
}
#wrapper .formgraybg form {
	padding-bottom: 0;
}
.formgraybg {
	background-color: #efefef; 
	padding: 20px; 
	border-radius: 10px;
}
		.mytitle {
			padding-top: 5px !important;
			padding-bottom:5px;
			font-size:16px !important;
			text-transform: capitalize;
			color:#000;
			
		}
				.mypagetitle {
			padding-top: 5px !important;
			padding-bottom:5px;
			font-size:22px !important;
			text-transform: capitalize;
			color:#000;
			
		}
#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.bottommargin {
	margin-bottom: 50px !important
}
.divcenter {
	position: relative !important;

	margin-left: auto !important;
	margin-right: auto !important
}
#mycontent, #mycontent .container, .button, .mycontent-wrap, .feature-box, .promo {
	position: relative
}
 #mycontent .mysameheight {
		margin: 0;
}
.sidebar { width: 240px; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }

.col_full {
	width: 100%
}
.col_half {
	width: 48%
}
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left
}
.col_full {
	clear: both;
	float: none;
	margin-right: 0
}
.col_last {
	margin-right: 0!important;
	clear: right
}
#mycontent {
	overflow: hidden
}
#mycontent.visibleoverflow {
	overflow: visible !important;
}
#mycontent p {
	line-height: 1.8
}
.mycontent-wrap {
	padding: 10px 0;
	padding-top:0px;
}
.mycontent-wrap.fullwidth {
	margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}
body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
body:not(.device-touch) .topaucbutton {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
body:not(.device-touch) .auctionbutton {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
#mycontent .equipmentgraybg {
	background-color: #e0e0e0;
    border-radius: 5px;
    padding-bottom: 0px !important;
}
#mycontent .equipmentgraybg img {
	margin: 0 auto 0px auto;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#mycontent .equipmentgraybg h2, #mycontent .equipmentgraybg h3 {
	text-align: center;
    margin: 10px 0;
}
#wrapper .mypopularcategories {
	width: 100%;
	margin: 0 auto 5px auto;
	display: block;
}
#wrapper .mycategoriestext {
	text-align: center;
	margin: 0;
}
#wrapper .mycategoriestext:hover {
	color: #006ea6 !important;
	text-decoration: none;
}
.button {
	display: inline-block;
	outline: 0;
	white-space: nowrap;
	margin: 5px 0;
	height: 40px;
	line-height: 40px;
	background-color: #006ea6;
	color: #FFF;
	border: none
}
#mycontent .mywhite {
	color: #FFF !important;
	text-decoration: none;
}
#mycontent .button:hover {
	background-color: #0099e6;
	color: #FFF
}
#mycontent .button:active {
	background-color: #006ea6;
	color: #FFF
}
#mycontent .button, .button.button-small {
	padding: 0 19px;
	font-size: 14px
}
#mycontent .button.button-small {
	height: 34px;
	line-height: 34px
}
#mycontent .button.button-medium {
	height: 40px;
	line-height: 40px
}
#mycontent .button, .button.button-medium {
	padding: 0 19px;
	font-size: 15px
}

#mycontent .button.button-xlarge {
	padding: 0 19px;
	font-size: 16px;
	letter-spacing: .5px;
	height: 45px;
	line-height: 45px
}
#mycontent .button.button-xxlarge {
	padding: 0 19px;
	font-size: 17px !important;
	letter-spacing: .5px;
	height: 50px;
	line-height: 50px
}
#mycontent .button.button-xxxlarge {
	padding: 0 16px;
	font-size: 18px !important;
	letter-spacing: .5px;
	height: 55px;
	line-height: 55px
}
#mycontent .button.button-wide {
	padding: 0 40px;
}
#mycontent .button.button-xwide {
	padding: 0 50px;
}
#mycontent .button.whitebutton, #mycontent .button.whitebutton:active, #mycontent .button.whitebutton:visited {
	background-color: #fff;
	border: 1px solid #999;
	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	text-shadow: none !important;
}
#mycontent .button.whitebutton:hover {
	border: 1px solid #000;
	text-decoration: none;
	text-shadow: none !important;
}
#mycontent .button.nofillblue {
	text-shadow:none;
	border: 1px solid #0099e6;
	color: #0099e6;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
}
#mycontent .button.nofillblue:visited {
	border: 1px solid #0099e6;
	background-color: rgba(0,0,0,0);
	display: inline-block;
}
#mycontent .button.nofillblue:hover {
	border: 1px solid #006ea6;
	background-color: #006ea6;
	color: #fff !important;
	text-decoration:none;
}
#mycontent .button.nofillblue:active {
	border: 1px solid #006ea6;
	background-color: #FFF;
	color: #006ea6 !important;
	text-decoration:none;
}
#mycontent .button.red {
	color:#fff;
	background-color:#de302f;
	display: inline-block;
	text-decoration: none;
	margin: 5px;
}
#mycontent .button.red:visited {
	background-color:#de302f;
	display: inline-block;
	text-decoration: none;
	margin: 5px;
}
#mycontent .button.red:hover {
	background-color:#ff5226; 
	text-decoration:none;
}
#mycontent .button.red:active {
	background-color:#de302f;
	text-decoration:none;
}
#mycontent .button.nofillred {
	border:1px solid #de302f;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	text-decoration: none;
	margin: 5px;
}
#mycontent .button.nofillred:visited {
	border:1px solid #ff5226;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	text-decoration: none;
	margin: 5px;
}
#mycontent .button.nofillred:hover {
	color:#ff5226; 
	text-decoration:none;
}
#mycontent .button.nofillred:active {
	color:#de302f; 
	text-decoration:none;
}


#mycontent .button.button-rounded {
	border-radius: 3px
}
#mycontent .myredbutton {
	background-color:#da471f;
}
#mycontent .myredbutton:hover {
		background-color:#ff5226;
}
.roundedbox {
	color:#000 !important; 
	font-size:16px !important; 
	font-weight:bold; 
	text-align:center;
	text-transform:uppercase; 
	border: 1.5px solid #006ea6;
	border-radius: 20px;
	padding: 12px 3px;
	border-top-width: 1;
    border-bottom-width: 1;
    border-left-width: 0;
    border-right-width: 0;
	vertical-align:middle;
}

.promo h2 {
	padding-bottom:3px !important;
}
.promo {
	padding: 30px 200px 30px 0
}
.promo.promo-border {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding-left: 30px;
	border-top-color: #006ea6;
	border-top-width: 2px
}
.promo.promo-center {
	text-align: center;
	padding: 25px 20px
}
.feature-box {
	margin-top: 20px;
	padding: 0 0 0 80px
}
.feature-box:first-child {
	margin-top: 0
}
.feature-box .fbox-icon, .feature-box .wfbox-icon, .feature-box .rfbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0
}
.feature-box .fbox-icon i {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #006ea6;
	border-radius: 50%;
	background-color: #F5F5F5;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
	border: 1px solid #d6d6d6;
}
.feature-box .wfbox-icon i {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #da4620;
	border-radius: 50%;
	background-color: #FFF;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
	border: 1px solid #d6d6d6;
}
.feature-box .rfbox-icon i {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
	border-radius: 50%;
	background-color: #da4620;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
	border: 1px solid #d6d6d6;
}
.feature-box h3 {
	font-weight: bold;
	letter-spacing: .5px;
	margin-bottom: 0;
	color: #333
}
.feature-box.fbox-light .fbox-icon i {
	border: 1px solid #d6d6d6;
	background-color: #F5F5F5;
	color: #006ea6;
	line-height: 62px
}
.feature-box.fbox-center {
	padding: 0;
	text-align: center
}
.feature-box.fbox-center .fbox-icon, .feature-box.fbox-center .wfbox-icon, .feature-box.fbox-center .rfbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 15px
}
.feature-box.fbox-center .fbox-icon i, .feature-box.fbox-center .wfbox-icon i, .feature-box.fbox-center .rfbox-icon i {
	font-size: 42px;
	line-height: 96px
}
.feature-box.fbox-center.fbox-light .fbox-icon i, .feature-box.fbox-center.fbox-light .wfbox-icon i, .feature-box.fbox-center.fbox-light .rfbox-icon i {
	line-height: 94px
}
.feature-box span.subtitle {
	display: block;
	color: #000;
	text-transform: none;
	letter-spacing: -.1px;
}
.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 60px 10px 15px;
	background-color: #FFF;
	border: 1px solid #d6d6d6;
	border-radius: 5px
}
.myul {
	list-style-type: none;
	padding:0px;
}
.myul li {
	padding: 10px 0
}
.feature-box.fbox-bg.fbox-center:first-child {
	margin-top: 48px
}
.feature-box.fbox-bg.fbox-center .fbox-icon, .feature-box.fbox-bg.fbox-center .wfbox-icon, .feature-box.fbox-bg.fbox-center .rfbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px
}
/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large { padding: 0 0 0 115px; }

.feature-box.fbox-large .fbox-icon, .feature-box.fbox-large .wfbox-icon, .feature-box.fbox-large .rfbox-icon {
	width: 96px;
	height: 96px;
}

.feature-box.fbox-center.medium .fbox-icon i, .feature-box.fbox-center.medium .wfbox-icon i, .feature-box.fbox-center.medium .rfbox-icon i {
	font-size: 22px;
	line-height: 96px;
}
.fbox-effect .fbox-icon i, .fbox-effect .wfbox-icon i, .fbox-effect .rfbox-icon i {
	z-index: 1;
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}
.fbox-effect .fbox-icon i:after, .fbox-effect .wfbox-icon i:after, .fbox-effect .rfbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #BBB;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform .3s, opacity .3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform .3s, opacity .3s;
	transform: scale(.8);
	opacity: 0
}
.fbox-effect .fbox-icon a i:hover, .fbox-effect:hover a .fbox-icon i, .fbox-effect a .rfbox-icon i:hover, .fbox-effect:hover a .rfbox-icon i {
	background-color: #FFF;
	color: #da4620;
	border: 1px solid #d6d6d6;

}
.fbox-effect a .wfbox-icon i:hover, .fbox-effect:hover a .wfbox-icon i {
	background-color: #da4620;
	color: #FFF;
	border: 1px solid #d6d6d6;

}
.fbox-effect a .fbox-icon i:hover:after, .fbox-effect:hover a .fbox-icon i:after, .fbox-effect a .fbox-icon i:hover:after, .fbox-effect:hover a .wfbox-icon i:after, .fbox-effect a .fbox-icon i:hover:after, .fbox-effect:hover a .rfbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none
}
.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}


.sm-form-control {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	padding: 8px 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 3px !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	height: 41px;
}
.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.sm-form-control::-moz-placeholder {
color:#999;
opacity:1
}
.sm-form-control:-ms-input-placeholder {
color:#999
}
.sm-form-control::-webkit-input-placeholder {
color:#999
}
.formonefield, #wrapper .formonefield {
	width: 99%;
}
.formtwofields, #wrapper .formtwofields {
	width: 49.1%;
	display: inline-block;
}
.formtwofields.mobile, #wrapper formtwofields.mobile {
	width: 49.1%;
	display: inline-block;
}
label {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #555;
	margin-bottom: 3px;
	text-align: left
}
.button a {
	text-decoration: none !important;
	color:#fff !important;	
}

#aucbanner a {
	color:#fff;
}
#aucbanner a:hover {
	color:#da471f;;
}
#aucbanner2 a:hover {
	color:#de302f;;
}
#aucbanner a:active {
	color:#fff;
}
#aucbanner a:visited {
	color:#fff;
}



.upper {
		text-transform:uppercase;
}
#wrapper h1 {
	font-size:26px;
	color:#000;
}
#wrapper h2 {
	font-size:22px;
	color:#000;
}
#wrapper h3 {
	font-size:18px;
	color:#000;
}
#wrapper h4 {
	font-size:16px;
	padding-top: 5px;
	padding-bottom:5px;
	color:#000;
	margin:0px;
	letter-spacing: -.1px;
}
#wrapper h5 {
	font-size:15px;
	color:#000;
	background-color: transparent;
	letter-spacing: -.1px;

}
#wrapper h6 {
	font-size:14px;
	background-color:transparent;
	color:#000;
	letter-spacing: -.1px;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {

	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
	line-height:1.5;
}

 .fbox-center h3 {
	font-size:16px;
}

#wrapper span, #wrapper div, #wrapper p, #wrapper ul, #wrapper li, #wrapper form {
 font-family: 'Roboto', sans-serif;
line-height: 1.5;
font-size:14px;
display:block;
color:#222;
}
.mytext {
 font-family: 'Roboto', sans-serif;
line-height: 1.5;
font-size:14px;	
}
/* ----------------------------------------------------------------
	25. Divider
-----------------------------------------------------------------*/


#wrapper .divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #d6d6d6;
	width: 100%;
}

#wrapper .divider.divider-margin { margin: 70px 0; }

#wrapper .divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}

#wrapper .divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }

#wrapper .divider.divider-short:after { width: 30%; }

#wrapper .divider.divider-vshort:after { width: 12%; }

#wrapper .divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}

#wrapper .divider a {
	position: relative;
	display: inline-block;
	color: #006ea6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#wrapper .divider a:hover { color: #006ea6; }


/* Divider - Icon Align Right
-----------------------------------------------------------------*/

#wrapper .divider.divider-right { text-align: right; }

#wrapper .divider.divider-right:after {
	left: auto;
	right: 30px;
}


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

#wrapper .divider.divider-center,
#wrapper .divider.divider-center.divider-short { text-align: center; }

#wrapper .divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

#wrapper .divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}


/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

#wrapper .divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}

#wrapper .divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}

#wrapper .divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after { width: 6%; }


/* Divider - Rounded Icon
-----------------------------------------------------------------*/

#wrapper .divider.divider-rounded { color: #BBB; }

#wrapper .divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}

#wrapper .divider.divider-rounded i,
.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	border-radius: 50%;
}

#wrapper .divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}


/* Divider - Rounded & Border
-----------------------------------------------------------------*/

#wrapper .divider.divider-border { color: #d6d6d6; }

#wrapper .divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}


/* Divider - Line Only
-----------------------------------------------------------------*/

#wrapper .divider.divider-line:before,
.divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.divcenter {
	position: relative !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*------------- mfp pop-up --------------*/
.mfp-hide {
    display: none !important;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #da471f;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }

/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav.flex-control-thumbs {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 2px -2px -2px 0;
	height: 75px;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }

.flex-control-nav.flex-control-thumbs li img {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	border-radius: 0;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 100px !important;
	height: auto !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 0;
	opacity: 1;
}


/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
	margin: 2px -2px -2px 0;
	height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	width: 25% !important;
	height: auto !important;
	margin: 0;
	padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
}


/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	background: url('images/pattern2.png') repeat;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#slider .container {
	position: relative;
	height: 100%;
}

#slider.canvas-slider .swiper-slide img { width: 100%; }

#slider.canvas-slider a {
	display: block;
	height: 100%;
}


.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}

.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; }
/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 550px;
	color: #EEE;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #222;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 64px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.slider-caption p {
	margin-bottom: 10px;
	font-size: 24px;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}
/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-carousel { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: rgba(0,0,0,0.3);
	width: 32px;
	height: 46px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 44px;
	width: 22px;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 30px;
	text-align: center;
	margin-left: 7px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.flex-prev i { margin-left: 5px; }

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i { margin-left: 10px; }

.flex-next i { margin-left: 7px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-nav div,
#slider:hover .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }


/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
	position: absolute;
	opacity: 0;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#slider:hover #slide-number { opacity: 1; }

#slide-number-current,
#slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0;
}

#slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
}

#slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px;
}


/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 15px;
}

#slider .owl-dots span {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }
/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}

.page-title-right #portfolio-navigation {
	left: 10px;
	right: auto;
}

.page-title-center #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}

#portfolio-navigation a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a { color: #EEE; }

.page-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
	font-size: 32px;
	top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #1ABC9C; }

#portfolio-ajax-show #portfolio-navigation {
	top: 0;
	margin-top: 0;
}


/* ----------------------------------------------------------------
	Testimonials
-----------------------------------------------------------------*/

/* Testimonials - Grid
-----------------------------------------------------------------*/

.testimonials-grid li {
	width: 50%;
	padding: 25px;
}

.testimonials-grid.grid-3 li { width: 33.33%; }

.testimonials-grid.grid-1 li { width: 100%; }

.testimonials-grid li .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}



.testimonial {
	position: relative;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
	float: left;
	margin-right: 15px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 0px;
	height: 0px;
}

.testi-image i {
	text-align: center;
	background-color: #EEE;
	border-radius: 50%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 50%; }

.testi-content {
	position: relative;
	overflow: hidden;
}

.testi-content p {
	margin-bottom: 0;
	font-family: 'Roboto';
	font-style: italic;
}

.testi-content p:before,
.testi-content p:after { content: '"'; }

.testi-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}



.testi-meta span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 12px;
	text-transform: none;
	padding-left: 10px;
}


/* Twitter - Small Scroller
-----------------------------------------------------------------*/

.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }

.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }

.testimonial.twitter-scroll .testi-meta span a { color: #999; }

.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }


/* Testimonials - Full Width
-----------------------------------------------------------------*/

.testimonial.testimonial-full { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }

.testimonial-full .testi-image {
	float: none;
	margin: 0 auto 20px;
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
	display: block;
	width: 72px;
	height: 72px;
}

.testimonial-full .testi-image i { line-height: 72px; }

.testimonial-full .testi-content {
	text-align: center;
	font-size: 18px;
}

.testimonial-full .testi-meta { margin-top: 15px; }

.testimonial-full .testi-meta span { padding-left: 0; }


/* Testimonial - Section Scroller
-----------------------------------------------------------------*/

.section > .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: 800px;
	margin: 0 auto;
}

.section > .testimonial[data-animation="fade"] { padding: 0; }

.section > .testimonial .testi-content { font-size: 22px; }

.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }


/* Testimonial - Pagination
-----------------------------------------------------------------*/

.testimonial .flex-control-nav {
	top: auto;
	bottom: 6px;
	right: 0;
}

.testimonial .flex-control-nav li {
	margin: 0 2px;
	width: 6px;
	height: 6px;
}

.testimonial .flex-control-nav li a {
	width: 6px !important;
	height: 6px !important;
	border: none;
	background-color: #da4620;
	opacity: 0.5;
}

.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }


/* Testimonial - Full Scroller
-----------------------------------------------------------------*/

.testimonial.testimonial-full .flex-control-nav {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 6px;
	margin-top: 20px;
}

.testimonial.testimonial-full .flex-control-nav li {
	display: inline-block;
	float: none;
}
/* ----------------------------------------------------------------
	35. Bootstrap Specific
-----------------------------------------------------------------*/

.table .success { color: #3c763d; }

.table .info { color: #31708f; }

.table .warning { color: #8a6d3b; }

.table .danger { color: #a94442; }

.btn-link,
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #da4620; }

.btn-link:hover,
.btn-link:focus { color: #222; }

.boot-tabs { margin-bottom: 20px !important; }

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-chevron-left { left: 50%; }

.carousel-control .icon-chevron-right { right: 50%; }

.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}

.img-circle { border-radius: 50% !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #da4620 !important;
	border-color: #da4620 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { background-color: #da4620; }

label.radio,
label.checkbox { padding-left: 20px; }

.input-group-lg > .input-group-addon { line-height: 1; }

/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	width: 100%;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden { opacity: 0; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height: 100%;
	width: 100%;
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	/*left: 0 !important;*/
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 3px;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel  .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	/*right: 0 !important;*/
	border-radius: 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #0099e6 !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span { opacity: 1; }

.auctionbutton {
	z-index:3; 
	text-decoration:none; 
	background-color:#da471f; 
	display:block; height:110px; 
	font-size:50px; 
	margin:0; 
	line-height:110px; 
	color:#fff;
	text-align:center;
}
.auctionbutton2 {
	z-index:3; 
	text-decoration:none; 
	background-color:#de302f; 
	display:block; height:110px; 
	font-size:50px; 
	margin:0; 
	line-height:110px; 
	color:#fff;
	text-align:center;
}
.auctionbutton:hover {
	background-color:#f00 !important;
	color:#fff !important;
}
.auctionbutton:active {
	background-color:#da471f !important;
	color:#fff !important;
}
.auctionbutton2:hover {
	background-color:#f00 !important;
	color:#fff !important;
}
.auctionbutton2:active {
	background-color:#de302f !important;
	color:#fff !important;
}
.auctionbuttonsec {
	width:50%; 
	float:right; 
	background-color:rgba(0,0,0,0.5); 
	min-height:110px; 
	text-align:center; 
	vertical-align:middle;
	white-space:nowrap;
	border:none;
}
.acontainer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.arow {
	margin-right: 15px;
	margin-left: 15px;
}
.bannercontent {
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
/* ----------------------------------------------------------------
	Countdown
-----------------------------------------------------------------*/
.countdown {
	display: block;
}
.countdown-row {
	display: block;
	position: relative;
	text-align: center;
}
.countdown-section {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 20%;
	border-left: 1px dotted #BBB;
	color: #fff;
	text-transform: capitalize;
}
.countdown-section:first-child {
	border-left: 0;
}
.countdown-amount {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
/* Countdown - Medium
-----------------------------------------------------------------*/
.countdown-medium .countdown-section {
	font-size: 14px;
}
.countdown-medium .countdown-amount {
	font-size: 30px;
	margin-bottom: 7px;
}
/* Countdown - Large
-----------------------------------------------------------------*/
.countdown-large .countdown-section {
	font-size: 18px;
}
.countdown-large .countdown-amount {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 8px;
}
/* Countdown - Inline
-----------------------------------------------------------------*/
.countdown.countdown-inline {
	display: inline-block;
}
.countdown.countdown-inline .countdown-row {
	display: inline-block;
	text-align: center;
}
.countdown.countdown-inline .countdown-section {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	border: none;
	color: inherit;
	margin-left: 7px;
	text-transform: inherit;
}
.countdown.countdown-inline .countdown-section:first-child {
	margin-left: 0;
}
.countdown.countdown-inline .countdown-amount {
	display: inline-block;
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	margin: 0 3px 0 0;
}
.countdown.countdown-inline .countdown-descr {
	display: inline-block;
	width: auto;
}

#countnumbers {
	width:50%; 
	float:left; 
	background-color:rgba(0,0,0,0.5); 
	padding:20px 0;
}
/* -------------- AUCTION LANDING PAGE -------------------
-----------------*/

.dark-overlay {
	background: hsla(0, 0%, 0%, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.dark-overlay2 {
	background: hsla(0, 0%, 0%, 0.62) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.dark-overlay3 {
	background: hsla(0, 0%, 0%, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.dark-overlay4 {
	background: hsla(0, 0%, 0%, 0.4) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.dark-overlay5 {
	background: hsla(0, 0%, 0%, 0.3) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.maintitle {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	font-size: 90px !important;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.8);
}

.banner-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.video {
	min-width: 100%;
	min-height: 100%;
	bottom: 0;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0px);
	display: inline-block;
	vertical-align: baseline;
	object-fit: contain;
	position: absolute;
}
.banner-fixed {
	display: table-cell;
	height: calc(1200px - 142px);
	width: 1%;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 2;
	padding-bottom:5%;
}
.bannercontent h1 {
	font-size: 90px;
	color: #FFF;
	margin: 0 0 10px 0;
}
.bannercontent p {
	font-size: 24px;
	color: #FFF;
	margin-top: 20px;
	line-height: 32px;
	font-weight: 300;
}
#salesrep img {
	border-radius: 50%;
    max-width: 120px;
    border: 1px solid #ddd;
	display:block;
	margin:0 auto;
	margin-bottom:5px;
}
#salesrep a {
	color:#000;
}
#salesrep .role {
	 margin:3px 0; 
	 padding:0;	
}
#salesrep .name {
	margin:3px 0; 
	font-weight:bold; 
	color:#da471f; 
	padding:0;
}
#salesrep2 .name {
	margin:3px 0; 
	font-weight:bold; 
	color:#de302f; 
	padding:0;
}
#salesrep .phoneaddress {
	margin:3px 0; 
	font-weight:normal; 
	padding:0
}
#salesrep i {
	color:#222;
}
.topaucbutton {
	border:1px solid #b02625; border-radius:3px;
	color:#fff; 
	font-size:18px;
	font-family: 'roboto';
	font-weight:bold;
	padding:10px 20px;
	margin-right:10px;
}
.topaucbutton:hover {
	color:#de302f; 
}
.topaucbutton:active {
	color:#de302f; 
}
.nosalesimg {
	font-size: 90px;
    border: 1px solid #ddd;
    color: #da471f !important;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 115px;
    margin-bottom: 5px;
}
	

@media (min-width:992px) and (max-width:1199px) {
#wrapper {
	width: 1000px
}
.testi-image, .testi-image a {
	display: block;
	width: 36px;
	height: 36px
}
}
@media (min-width: 992px) {
.testimonial {
	width:60% !important;
}

}
@media (min-width: 768px) and (max-width: 900px) {
#mythreeblocks .row a.mysecbutton {
	font-size: 15px;
	padding: 5px 10px;
}
}
@media (min-width: 768px) {
	
#categoryadzones #placement_mobile {
	display: none;
}
#wrapper #featuredItems div:nth-of-type(4n+0) {
	margin-right: 0 !important;
	clear: right !important;
}
#wrapper #featuredItems div:nth-of-type(5n+0) {
	clear: both!important;
}
	#wrapper .limitspace {
    max-width: 650px;
    margin: 0 auto;
}
.myfullwidth {
	width:96%;
}
	 .mysameheight {
		display: flex !important;
		margin: 0;
		 
	}
	
	 .mysameheight .col_half, .mysameheight .col_one_third, .mysameheight .col_one_fourth, .mysameheight .col_one_fifth, .mysameheight .col_one_sixth, .mysameheight .col_two_third, .mysameheight .col_three_fourth, .mysameheight .col_two_fifth, .mysameheight .col_three_fifth, .mysameheight .col_four_fifth, .mysameheight .col_five_sixth {
		display: flex !important;
		 
	}
	.mysameheight .promo {
		width: 100%;
	}

	
}
@media (max-width:991px) {
#wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none
}
/*
.promo:not(.promo-full) {
	padding: 25px 20px!important
}
	*/
.promo a.button {
	position: relative;
	top: 0;
	margin: 0;
	left: 0;
	right: 0
}

}
@media (max-width:767px) {
	#wrapper .mypopularcategories {
		margin: 0 auto 5px auto;
		display: block;
	}
	.container-fluid .mymodal-content {
		width: 94%;	
	}
	.container-fluid .mymodal {
		padding-top: 50px;
	}
	#mythreeblocks .featuredcontent a {
	font-size: 16px;
	line-height: 2;
}
#mythreeblocks #fs-section {
	margin: 15px 0;
}
#mythreeblocks .hmpg-tile-header {
	font-size: 24px;
}
	#categoryadzones img {
		width: 80% !important;	
}
	#categoryadzones #placement_desktop {
		display: none;
	}	
	
#wrapper #featuredItems div:nth-of-type(2n+0) {
	margin-right: 0 !important;
	clear: right !important;
}
#mycontent .mycontent-wrap .myremovepadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	#wrapper .myitemssection {
		margin-bottom: 0;
	}
	#wrapper .myitemssection .fancytitle h1:before, #wrapper .myitemssection .fancytitle h2:before, #wrapper .myitemssection .fancytitle h1:after, #wrapper .myitemssection .fancytitle h2:after {
		display: none;
	}
#wrapper span, #wrapper div, #wrapper p, #wrapper ul, #wrapper li, #wrapper form {
font-size:16px;
	}
.sm-form-control {
	font-size: 16px;
	}
body {
	padding: 0 !important
}
#wrapper {
	width: 100% !important
}
#wrapper h3 {
	font-size: 17px;
	color:#000;
}
#wrapper .promo h3 {
	font-size: 16px;
	color:#000;
}
#wrapper h4 {
	font-size: 16px;
	color:#000;
}
.col_full, .col_half, .col_one_third, .col_one_fourth {
	
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.col_one_fifth, .col_one_sixth, .col_two_third, .col_three_fourth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 15px !important;
	padding-bottom: 5px;
}
.auctionbutton {
	font-size:30px;	
}
.auctionbutton {
	font-size:30px;	
}
#mycontent .thintextxxxl, #mycontent .thintextxxl, #mycontent .thintextxl, #mycontent .thintextl {
		font-size: 17px;
	}
	#wrapper h1 { 
		font-size: 24px;
	}
	#wrapper h2 {
		font-size: 20px;
	}
	#wrapper .myulli li {
    margin-left: 0px;
}
	.feature-box.mobilecenterl {
		padding: 0;
		text-align: center;
}
.feature-box.mobilecenterl .fbox-icon, .feature-box.mobilecenterl .wfbox-icon, .feature-box.mobilecenterl .rfbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 15px;
}
.feature-box.mobilecenterl .fbox-icon i, .feature-box.mobilecenterl .wfbox-icon i, .feature-box.mobilecenterl .rfbox-icon i {
	font-size: 42px;
	line-height: 96px;
}
.feature-box.mobilecenterl.fbox-light .fbox-icon i, .feature-box.mobilecenterl.fbox-light .wfbox-icon i, .feature-box.mobilecenterl.fbox-light .rfbox-icon i {
	line-height: 94px;
}
.feature-box.fbox-bg.mobilecenterl {
	margin-top: 68px;
	padding: 60px 10px 15px;
	background-color: #FFF;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}

.feature-box.fbox-bg.mobilecenterl:first-child {
	margin-top: 48px;
}
.feature-box.fbox-bg.mobilecenterl .fbox-icon, .feature-box.fbox-bg.mobilecenterl .wfbox-icon, .feature-box.fbox-bg.mobilecenterl .rfbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}
	.feature-box.mobilecenterl.medium .fbox-icon i, .feature-box.mobilecenterl.medium .wfbox-icon i, .feature-box.mobilecenterl.medium .rfbox-icon i {
	font-size: 22px;
	line-height: 96px;
}
	#wrapper #mycontent .col_half_mobile, #wrapper #mycontent .col_half_mobile_last {
				display: block;
				position: relative;
				margin-right: 4% !important;
				margin-bottom: 30px;
				float: left;
				width: 48%;	
			}
			#wrapper #mycontent .col_half_mobile_last {
				margin-right: 0 !important;
				clear: right;
			}
}
@media (min-width:480px) and (max-width:767px) {
.container {
	width: 100% !important;
}
/*
.container {
	width: 470px !important;
}
*/
.bannercontent h1 {
	font-size: 52px;
	color: #FFF;
	margin: 0 0 10px 0;
}
.bannercontent p {
	font-size: 18px;
}
.countdown-large .countdown-section {
    font-size: 12px;
}
.countdown-large .countdown-amount {
    font-size: 28px;
}
.countdown-section {
	line-height: 1.5;

}
}
@media (max-width:479px) {
.container {
	width: 100% !important;
	
}
.formgraybg {
	padding: 15px; 

}
.formtwofields.mobile, #wrapper .formtwofields.mobile {
	width: 99%;
	display: block;
}
/*
.container {
	width: 310px!important;
	
}
*/
.parallax .entry-overlay-meta,
.parallax .entry-overlay {
		left: 50% !important;
		right: 0 !important;
		margin: 0 0 0 -140px !important;
		width: 280px !important;
}

.parallax .entry-overlay { width: 288px !important; }

#countnumbers {
		display:block;
		width:100%;
		float:none
}
	
.testi-image, .testi-image a {
	width: 36px;
	height: 36px
}
#countnumbers {
	width:100%; 
	float:none; 

}

.auctionbuttonsec {
	width:100%; 
	float:none; 
}
.bannercontent h1 {
	font-size: 35px;
	color: #FFF;
	margin: 0 0 10px 0;
}
.bannercontent p {
	font-size: 16px;
	color: #FFF;
	margin-top: 20px;
	line-height: 32px;
	font-weight: 300;
}
.banner-fixed {
	padding-bottom:60%;
}
.countdown-large .countdown-section {
    font-size: 13px;
}
.countdown-large .countdown-amount {
    font-size: 38px;
	line-height:1.2;
}
.topaucbutton {
	white-space:nowrap;
	font-size:14px;
	display:block;
	float:none;
	margin-top:15px;
}
.feature-box.mobilecenter {
		padding: 0;
		text-align: center;
}
.feature-box.mobilecenter .fbox-icon, .feature-box.mobilecenter .wfbox-icon, .feature-box.mobilecenter .rfbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 15px;
}
.feature-box.mobilecenter .fbox-icon i, .feature-box.mobilecenter .wfbox-icon i, .feature-box.mobilecenter .rfbox-icon i {
	font-size: 42px;
	line-height: 96px;
}
.feature-box.mobilecenter.fbox-light .fbox-icon i, .feature-box.mobilecenter.fbox-light .wfbox-icon i, .feature-box.mobilecenter.fbox-light .rfbox-icon i {
	line-height: 94px;
}
.feature-box.fbox-bg.mobilecenter {
	margin-top: 68px;
	padding: 60px 10px 15px;
	background-color: #FFF;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}

.feature-box.fbox-bg.mobilecenter:first-child {
	margin-top: 48px;
}
.feature-box.fbox-bg.mobilecenter .fbox-icon, .feature-box.fbox-bg.mobilecenter .wfbox-icon, .feature-box.fbox-bg.mobilecenter .rfbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}
	.feature-box.mobilecenter.medium .fbox-icon i, .feature-box.mobilecenter.medium .wfbox-icon i, .feature-box.mobilecenter.medium .rfbox-icon i {
	font-size: 22px;
	line-height: 96px;
}	
	
}
@media (max-width:374px) {
	#wrapper #mycontent .col_half_mobile, #wrapper #mycontent .col_half_mobile_last {
		margin-right: 0% !important;
		width: 100% !important;	
	}
	#wrapper #mycontent .col_half_mobile_last {
		margin-right: 0 !important;
		clear: none !important;
	}
}
