﻿body {
    padding-top: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}

h1, h2, h3, h4, h5 {
    color: #666 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    text-transform: none !important;

}

header {
    min-height: 5.5em;
    position: fixed;
    width: 100%;
    z-index: 501;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0.8)), color-stop(50%, rgba(255, 255, 255,0.8)), to(rgba(255, 255, 255,0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255,0.8) 0%, rgba(255, 255, 255,0.8) 50%, rgba(255, 255, 255,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0.8) 0%,rgba(255, 255, 255,0.8) 50%,rgba(255, 255, 255,0.8) 100%);
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

header .top-message {
	background: #ffaf3e;
    border-top: 2px solid #f89406;
    border-bottom: 3px solid #f89406;
    color: #7F231D;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 5px;
	font-weight: bold;
}

header .logoPad {
    text-align: center;
}

header .logoPad img {
    max-width:240px;
    padding-top:10px;
}


header .header-bar.golight {
    display: block;
                
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0.7)), color-stop(50%, rgba(255, 255, 255,0.5)), to(rgba(255, 255, 255,0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255,0.7) 0%, rgba(255, 255, 255,0.5) 50%, rgba(255, 255, 255,0) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,.75) 0%,rgba(255, 255, 255,.55) 75%,rgba(255, 255, 255,0.25) 100%);
                
    height: 5.5em;
    left: 0;
    position: absolute;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    top: 0;
    width: 100%;
    z-index: -1;
}


header .header-bar.godark {
    display: block;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0.8)), color-stop(50%, rgba(255, 255, 255,0.8)), to(rgba(255, 255, 255,0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255,0.8) 0%, rgba(255, 255, 255,0.8) 50%, rgba(255, 255, 255,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0.8) 0%,rgba(255, 255, 255,0.8) 50%,rgba(255, 255, 255,0.8) 100%);
    height: 4.5em;
    left: 0;
    position: absolute;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    top: 0;
    width: 100%;
    z-index: -1;
}

#divNoticeButton {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 2000;
}

#divNoticeButton .badge {
	position: relative;
	top: -5px;
	left: -20px;
	border-radius: 7px;
    padding-left: 4px;
    padding-right: 4px;
	font-size: 7px;
	line-height: 10px;
}

input[type=text], input[type=password] {
    height: 40px !important;
    line-height: 30px !important;
    font-size:12pt !important;
    padding-left:10px !important;
}

.input-append input[type=text], .input-append input[type=password] {
    border-right: 0px;
    margin-bottom: 0 !important;
    border-color: #999;
}

.input-append .add-on {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12pt !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-color: #999;
}


.input-append.input-block-level, .input-prepend.input-block-level {
    display: table;
}

.input-append.input-block-level .add-on, .input-prepend.input-block-level .add-on {
    display: table-cell;
    width: 1%;
}

.input-prepend .add-on {
    border-right: 0;
}
            
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}

@media screen and (max-width: 767px) {
    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
        width: inherit !important;
    }
}

.login-container {
    position: relative;
    z-index: 499;
}

.landing-signin {
    padding: 5px 20px 5px;
    margin: 135px auto 0;
    background-color: #f6f6f6;
    background-color: rgba(246,246,246,0.76);
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);

}


.forgot-signin {
    padding: 5px 20px 5px;
    margin: 100px auto 0;
    background-color: #f6f6f6;
    background-color: rgba(246,246,246,0.76);
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);

}

.landing-consignment {
    padding: 5px 20px 5px;
    margin: 75px auto 0;
    background-color: #ddd;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);

}

.loginTextbox {
    margin-bottom: 10px !important;
}

.fullwidthbanner-container {
	width: 100%!important;
	max-height: 450px!important;
	position: relative;
	padding: 0;
	overflow: hidden!important;
	margin:0px 0 0px;
}

.fullwidthbanner-container-forgot {
	width: 100%!important;
	max-height: 600px!important;
	position: relative;
	padding: 0;
	overflow: hidden!important;
	margin:0px 0 0px;
}



.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	    -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.callout-bar {
    padding: 15px 10px 5px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006c98;
    background-image: -moz-linear-gradient(top,#007698,#005d98);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#007698),to(#005d98));
    background-image: -webkit-linear-gradient(top,#007698,#005d98);
    background-image: -o-linear-gradient(top,#007698,#005d98);
    background-image: linear-gradient(to bottom,#007698,#005d98);
    background-repeat: repeat-x;
    border-radius: 0 0 5px 5px;
}

header .right-menu {
    font-size: 14pt;
    margin-top: 20px;
}

header .right-menu i {
    font-size: 16pt;
}

.tinylinks a {
    margin-right: 15px;
    color: #000;
    text-decoration: none;
}

/* slider styles */

.circ-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    line-height: 175px;
    text-align: center;
    background: #174895;
    border-radius: 150px;
    padding: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: initial;
}



.circ-wrapper i.icon-4x {
    font-size: 90px;
    color: #fff;
}



.fullscreenvideo iframe { max-height: 550px!important; }
.fullwidthbanner p { line-height:24px; font-size:14px; }
.fullwidthbanner a {  color:#fff!important; }
.fullwidthbanner ul { visibility: hidden; margin: 0; list-style: none; }
.rev-text { color: #fff; margin: 40px; }
.rev-title { margin: 0px; color: #fff; }
.rev-left { margin-left: 20px; }
.rev-right { margin-right: 20px; }
.rev-title.big{ font-size: 40px; line-height: 46px; }
.rev-title-sub{ font-size: 30px; color: #fff; letter-spacing: 3px; font-weight: 400;}
.rev-title.bold{
	font-size: 60px!important;
    line-height: 1;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #eee;
	letter-spacing: 6px;
	padding: 8px 15px!important;
}
.rev-title.medium{
	font-size: 50px!important;
    line-height: 1;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #eee;
	letter-spacing: 4px;
	padding: 4px 7px!important;
}
.rev-title2.bold{
	font-size: 60px!important;
    line-height: 1;
    font-weight: 700!important;
    text-transform: none;
    color: #eee;
	letter-spacing: 2px;
	}
.tp-caption.bg { background: #323A45; padding: 18px 22px 22px; }

.tp-leftarrow.default, .tp-rightarrow.default {
	height: 48px!important;
	width: auto!important;
	line-height: 45px;
	top: 50% !important;
	padding: 0px 10px;
	font-size: 30px;
	color: #fff;
}
.tparrows:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before { content: '\f060'; }
.tp-rightarrow.default:before { content: '\f061'; }
.tparrows:hover { opacity: 0.7; }
.tp-bannertimer.tp-bottom	 {
    width: 100%;
    height: 10px;
    background: url('../images/punchout/timer.png');
    position: absolute;
    z-index: 200;
}
.tp-loader 	{
	    width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background: url('../images/punchout/preload_img.gif') center no-repeat!important;
	z-index:1000;
}




.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}
.tp-caption { z-index:1;}
.tp-caption.noshadow {text-shadow: none; }
.tp-caption a {
	color: #ff7302; text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover { color: #ffa902; }

.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										    -webkit-backface-visibility: hidden;
										    -webkit-perspective: 1000;
									}

/************************************************
	    - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;
}

.tp-simpleresponsive img	{	max-width:none;}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}


/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;   }


.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../images/punchout/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto;}


/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/

@@media only screen and (min-width: 0px) and (max-width: 479px) {
.responsive .tparrows	{	display:none;}
}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

    .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}


.tp-loader 	{
	background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:1000; position:absolute;width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.btn-primary {
    border: 0;
}
.btn-custom {
    font-size: 14px;
    padding: 12px 15px 14px;
    /* margin-top: 10px; */
    border-radius: 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.opaque {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding:20px;
}
