/* @Import & Reset .................. */
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(vegas.css);
@import url("//fast.fonts.com/cssapi/8794a6f1-6544-4ddc-becc-ebcf443b6079.css");
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }

.goback{
		margin-bottom:50px; 
		font-size:12px !important; 
		line-height:12px;
		font-weight:bold;   
		background-color:#ffc821 !important;
		padding:5px 8px;
		color:#000 !important;
 		float:left;
}
ul.sections {
    list-style-type: decimal;
    margin: 0;
    margin-left: 2em;
    padding: 0;
    counter-reset: li-counter;
    }
	
ul.sections > li   {
    position: relative;
    margin-bottom: 15px;
    padding-left: 0.5em;
    /* min-height: 3em; */
    
    border-bottom: 1px solid #eaeaea;
    
    font-weight: bold;
	text-transform:uppercase;
	
}
ul.sections > li  , ul.sections > li > a{
	font-size: 15px;
	line-height:22px;
	color: #fff;
    text-align: left;
	display:block;
}
	
ul.sections > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    /* height: 1.2em; */
    font-size: 1.5em;
    /* line-height: 2.5; */
    text-align: center;
    color: #333333;
    content: counter(li-counter);
    counter-increment: li-counter;
    margin-bottom: 20px;
    margin-right: 10px;
    /* padding: 10px; */
    font-weight: bolder;
    background: #ffc821;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
 body {
background: #FFFFFF;
font-family: "Raleway", Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body, html { width: 100%; }
body, input, select, textarea { -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); color: #777777; font-size: 16pt; line-height: 1.75em; }
a { -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); cursor: pointer; text-decoration: none; }
a:hover { color: #FF1D4D; text-decoration: none !important; outline: none !important; }
a:active, a:focus { outline: none !important; text-decoration: none !important; color: #2B2D35; }
button { -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); cursor: pointer; }
button:hover, button:active, button:focus { outline: none !important; text-decoration: none !important; color: #2B2D35; }
strong, b { font-weight: 600; }
em, i { font-style: italic; }
p { margin: 0 0 1.3em 0; font-size: 0.8em; line-height: 1.5em; }
h1, h2, h3, h4, h5, h6 { color: #2B2D35; font-weight: 600; line-height: 1em; margin: 0 0 1em 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #666666; font-size: 45%; }
h1 { font-size: 2em; line-height: 1.5em; }
h2 { font-size: 1.5em; line-height: 1.2em; text-transform: uppercase; font-weight: normal; letter-spacing: 1px; margin-bottom: 0; font-family: UniversLTW01-67BoldCn, Arial; }
h3 { font-size: 1em; line-height: 1.5em; margin-bottom: 0.5em; font-weight: 400; }
h4 { font-size: 0.8em; line-height: 1.1em; font-weight: 600; text-transform: uppercase; }
h5 { font-size: 0.8em; line-height: 1em; margin-bottom: 0.2em; font-weight: 400; text-transform: uppercase; }
h6 { font-size: 0.7em; line-height: 1.5em; }
sub { font-size: 0.8em; position: relative; top: 0.5em; }
sup { font-size: 0.8em; position: relative; top: -0.5em; }
.display-none { display: none !important; }
.border-separator { background-color: #ffc821; height: 8px; position: relative; width: 50px; display: block; margin: 10px 0 20px; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.no-margin-bottom { margin-bottom: 0; }
.opacity-0 { opacity: 0; }
.bignum{ color:#FFC821; font-size:50px; line-height:55px; font-weight:bold;}
form { margin: 0 0 1em 0; }
button.btn { background-color: transparent; -webkit-border-radius: 0.35em; -moz-border-radius: 0.35em;  border-radius: 0.35em; border: solid 3px #EFEFEF; color: #999999; cursor: pointer; display: inline-block; font-weight: 600; height: 3.15em; height: calc(2.75em + 6px); line-height: 2.75em; min-width: 10em; padding: 0 1.5em; text-align: center; text-decoration: none; white-space: nowrap; }
button.btn:hover { border-color: #FF1D4D; color: #FF1D4D; }
button.btn:active, button.btn:focus { border-color: #e90031; color: #e90031; box-shadow: none; }
.image { border: 0; display: inline-block; position: relative; }
.image:before { background: url("images/overlay.png"); content: ''; display: block; height: 100%; left: 0; opacity: 0.5; position: absolute; top: 0; width: 100%; }
.image.thumb { text-align: center; }
.image.thumb:hover:after { opacity: 1.0; }
.image img { -webkit-border-radius: 0; -moz-border-radius: 0;  border-radius: 0; display: block; }
.image.fit { display: block; margin: 0 0 2em 0; width: 100%; }
.image.fit img { width: 100%; }
.image.avatar { -webkit-border-radius: 0;  border-radius: 0; }
.image.avatar:before { display: none; }
.image.avatar img { -webkit-border-radius: 0; -moz-border-radius: 0;  border-radius: 0; width: 100%; }
.backtomenu {background: #ffc821;color: #333333;padding: 10px;border: 2px solid #ffffff;text-align: left;-webkit-border-top-left-radius: 30px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-bottomleft: 10px;width: 10em;font-weight: 800;}
#arrow { -webkit-animation: arrow-jump 1s infinite; -moz-animation: arrow-jump 1s infinite; -o-animation: arrow-jump 1s infinite;
animation: arrow-jump 1s infinite; }
.pic{max-width:100%;}
.small{font-size:60%;}
.small-table tr td {padding:5px !important; font-size:14px; line-height:14px;}
.small-table tr td p{font-size:14px; line-height:18px;}
.small-table tr th{padding:5px !important; font-size:18px; line-height:18px;}
td.arm-td{padding:20px 30px 0 0;}
.arm-option{font-size:13px; font-weight:bold; text-align:center; }
.arm{font-size:17px;}
 
/*Loading  */

.loading {position: fixed; background:#3E3D3D; opacity:0.8; width: 100%; height: 100%; z-index: 999;}
.loading .center-loading { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; height: 50px; width: 50px; border: 5px solid #e5e5e5; border-bottom: 5px solid #BABABA; border-radius: 50%; -webkit-animation: loader-rotate 0.7s linear infinite; -moz-animation: loader-rotate 0.7s linear infinite; animation: loader-rotate 0.7s linear infinite; }
.loading .center-bis-loading { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; height: 25px; width: 25px; border: 5px solid #e5e5e5; border-bottom: 5px solid #BABABA; border-radius: 50%; -webkit-animation: loader-inverse 0.7s linear infinite; -moz-animation: loader-inverse 0.7s linear infinite; animation: loader-inverse 0.7s linear infinite; }
 @-webkit-keyframes loader-rotate {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}
@-moz-keyframes loader-rotate {
 from {
 -moz-transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
}
}
@keyframes loader-rotate {
 from {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes loader-inverse {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
}
}
@-moz-keyframes loader-inverse {
 from {
 -moz-transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(-360deg);
}
}
@keyframes loader-inverse {
 from {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);

 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 -moz-transform: rotate(-360deg);
 -ms-transform: rotate(-360deg);
 -o-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
/*Header  */

.background-left { background-repeat: no-repeat; background-size: cover; position: fixed; width: 110vw; height: 130vh; z-index: -10; top: -30vh; left: -100px; }
#header { height: 100%; left: 0; position: fixed; padding:0; text-align: right; top: 0; width: 25%;}
#header strong, #header b { color: #FFFFFF; }
#header h1 {color: #fff;font-weight: normal;font-size: 3.6rem;line-height: 1;margin-bottom: 10px;position: relative;font-family: UniversLTW01-67BoldCn, Arial;text-transform: uppercase;text-align: left; border-lefT: 14px solid #ffc821;padding-left: 20px;}
#header h2{padding-bottom:8px;}
#header h2, #header h3, #header h4, #header h5, #header h6, #header p { color: #FFFFFF; position: relative; text-align: left;  }
#header h3 { color: #BABABA; font-style: italic; }
#header p{font-size:16px; line-height:23px;}
#header .image.avatar { margin: 0; width: 10em; }
#header-overlay{padding: 1.7em 1.7em; background: rgba(43, 45, 53, 0.57); width:100%; height:100%;  overflow:auto;}
 .vegas-overlay {background: rgba(43, 45, 53, 0.57) !important;z-index: -1;position: fixed; height: 120%;} 
.header-fss { background: rgba(43, 45, 53, 0.6); }
#main {margin-left: 25%;padding: 3em 3em 4em 3em;width: calc(100% - 35%); background: white;/* padding-right: 6em; */}
#main > section { border-top: solid 2px #EFEFEF; margin: 2em 0 0 0; padding: 2em 0 0 0; }
#main > section:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.work-item { margin: 0 0 2em 0; border: 1px solid #ecf0f1; -webkit-border-radius: 0 0 0.35em 0.35em; -moz-border-radius: 0 0 0.35em 0.35em;  border-radius: 0 0 0.35em 0.35em; overflow: hidden; background: #FFFFFF; }
.work-item .image { margin: 0; border-bottom: 2px solid #FF1D4D; overflow: hidden; background: #000000; }
.work-item .image img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
.work-item .image:hover img { opacity: 0.5; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.work-item .details { padding: 0.8em; }
.work-item .details h4 { font-size: 0.8em; font-weight: 500; margin: 0.5em 0 1.5em 0; letter-spacing: 2px; text-align: center; color: #333333; }
.work-item .details h4 small { font-size: 0.7em; }
.work-item .details p { font-weight: 400; font-size: 0.7em; line-height: 1.5em; margin: 0; }
.block-services .icon-services { font-size: 2em; color: #FF1D4D; }
.table-wrapper { /*-webkit-overflow-scrolling: touch; overflow-x: auto;*/ }
.table-wrapper .td-title { color: #2B2D35; text-transform: uppercase; font-weight: 600; font-size: 0.8em; }
.table-wrapper .td-description { color: #666666; font-size: 0.7em; line-height: 1.2em; }
.table-wrapper .td-price { color: #FFFFFF; font-weight: 600; font-size: 0.8em; text-align: center; background: #ffc821; }
.table-wrapper .td-terms { color: #999999; font-weight: 500; font-size: 0.8em; font-style: italic; text-align: right; padding: 0.75em 0; }
.table-wrapper .td-terms p { margin-bottom: 0; }
table { margin: 0 0 1em 0; width: 100%; }
table tbody tr { border: solid 1px #EFEFEF; border-left: 0; border-right: 0; }
table tbody tr:nth-child(2n + 1) { background-color: #F8F8F8; }
table td { padding: 0.75em 0.75em; vertical-align: middle; }
table th { color: #999999; font-size: 0.9em; font-weight: 600; padding: 0 0.75em 0.75em 0.75em; text-align: left; }
table thead { border-bottom: solid 2px #EFEFEF; }




table tfoot { border-top: solid 2px #EFEFEF; }
table.alt { border-collapse: separate; }
table.alt tbody tr td { border: solid 2px #EFEFEF; border-left-width: 0; border-top-width: 0; }
table.alt tbody tr td:first-child { border-left-width: 2px; }
table.alt tbody tr:first-child td { border-top-width: 2px; }
table.alt thead { border-bottom: 0; }
table.alt tfoot { border-top: 0; }
/* INFO ........... */

/* Switcher */



.switcher {
    display: block;
    position: fixed;
    width: 360px;
    left: -260px;
    top: 120px;
    z-index: 89;
    color: #333;
    border: 1px solid #DDD;
    border-left: 0;
    background:#ffffff;
}

.switcher-head {
    position: relative;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.switcher-head span {
    display: block;
    margin: 0 20px;
    border-bottom: 2px solid #EEE;
}

.switcher-trigger {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: auto;
    right: -248px;
    width: 248px;
    height: 48px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #DDD;
    border-left: 0;
    /*    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;*/
    background: #ffc821;
}

.switcher-body {
    position: relative;
    padding: 20px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}
.switcher .line {
    margin: 25px 0;
    border-color: #EEE;
}

.block-contact { padding: 10px 10px 7px 55px; position: relative; margin-bottom: 30px; border: 2px solid #EFEFEF; background: #F8F8F8; -webkit-border-radius: 0.35em; -moz-border-radius: 0.35em;  border-radius: 0.35em; }
.block-contact .icon-contact { font-size: 1.5em; color: #FF1D4D; width: 50px; position: absolute; top: 50%; left: 0; text-align: center; margin-top: -0.6em; }
.block-contact p { margin: 0; }
/*Scroll Arrows .................... */

.scroll-top { -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); position: fixed; right: 0; width: 50px; height: 40px; line-height: 40px; text-align: center; font-size: 48px; z-index: 5; }
.scroll-top a { display: block; width: 100%; height: 100%; color: #FF1D4D; text-decoration: none; outline: none; border: none; padding-top: 10px; }
.scroll-top a:hover { color: #e90031; }
.scroll-top:hover { margin-bottom: 10px; }
.scroll-top .arrows-bottom { -ms-transform: rotate(225deg); /* IE 9 */ -webkit-transform: rotate(225deg); /* Chrome, Safari, Opera */ -moz-transform: rotate(225deg); transform: rotate(225deg); margin: 0 0 3px 4px; }
.arrows-part { position: fixed; right: 0; bottom: 0; display: block; margin: 0 auto; width: 50px; height: 80px; text-align: center; line-height: 80px; margin-top: 0; float: right; z-index: 5; }
.arrows-bottom { display: block; width: 5px; height: 5px; -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */ -moz-transform: rotate(45deg); transform: rotate(45deg); border-right: 2px solid #FF1D4D; border-bottom: 2px solid #FF1D4D; margin: 0 0 3px 4px; width: 16px; height: 16px; }
.first-chevron, .second-chevron, .third-chevron { -webkit-animation: arrows-anim 1s infinite; -moz-animation: arrows-anim 1s infinite; animation: arrows-anim 1s infinite; }
.first-chevron { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; animation-direction: alternate; margin-top: 1px; }
.second-chevron { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; animation-direction: alternate; margin-top: -6px; }
.third-chevron { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; animation-direction: alternate; margin-top: -6px; }
 @-webkit-keyframes arrows-anim {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes arrows-anim {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}
@keyframes arrows-anim {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}

/* Media Queries .................... */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
#header h1 { font-size: 1.5em; }
#main { padding-right: 4em; }
#newsletter #notifyMe .form-group input[type="text"] { width: 100%; }
}

/* Notebook devices */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
/*#header { padding: 1.5em 3em 3em; }*/
#footer { padding: 0 3em 1.5em 0; }
#header p{font-size:70%; line-height:120%;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
#header { background-attachment: scroll; background-position: top left, center center; background-size: auto, cover; left: auto; position: relative; text-align: center; top: auto; width: 100%; }
#header h1 { font-size: 1.5em; }
#header h1 br { display: inline; }
#footer { bottom: auto; left: auto; position: relative; padding: 2em 0; text-align: center; width: 100%; background: #2B2D35; }
#footer .copyright li { border-left-width: 1px; display: inline-block; line-height: 1em; margin-left: 0.75em; padding-left: 0.75em; }
#main { margin: 0; width: 100%; padding-left: 3em; padding-right: 3em; }
textarea { margin-top: 0 !important; }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
#main { padding-left: 2em; padding-right: 2em; }
#countdown_dashboard .dash-glob .dash .digit { font-size: 2em; font-weight: 300; }
#countdown_dashboard .dash-glob .dash .dash_title { color: #666666; letter-spacing: 1px; font-size: 0.6em; padding-left: 2px; }
.block-contact p { margin: 0; }
.table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; }
.table-wrapper thead { display: none; }
.table-wrapper tr { text-align: center; margin-bottom: 30px; clear: both; display: block; border: none; float: left; width: 100%; background: #F8F8F8; }
.table-wrapper .td-title { float: left; width: 100%; padding: 0 0.75em; }
.table-wrapper .td-description { float: left; width: 100%; padding-top: 0; padding-bottom: 0.75em; }
.table-wrapper .td-price { float: left; width: 100%; clear: both; padding: 0.1em 0.75em; }
.table-wrapper .td-terms { color: #999999; font-weight: 500; font-size: 0.8em; font-style: italic; text-align: right; padding: 0.75em 0; }
.table-wrapper .td-terms p { margin-bottom: 0; }
.table-wrapper tfoot { border: none; }
.table-wrapper tfoot tr { background: none; margin-bottom: 0; }
button.btn { width: 100%; }
.twitter-block { width: 100%; margin: 50px auto 0; }
.twitter-block ul { max-width: 100%; height: 400px; }
.twitter-block ul li { width: 100%; height: 200px; }
.twitter-block .tweet { height: 400px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {


#header { /* padding: 4em 2em;*/ }
#main { padding: 4em 2em; }
.arrows-part, .scroll-top { width: 30px; }
#countdown_dashboard .dash-glob { width: 50%; }
#countdown_dashboard .dash-glob .dash .digit { font-size: 2.5em; font-weight: 600; }
#countdown_dashboard .dash-glob .dash .dash_title { color: #666666; letter-spacing: 1px; font-size: 0.6em; padding-left: 2px; }
}
/* Only for tablet in landscape mode */



/*cta contact form*/
.order-wrap {position: relative;padding: 0px;background: #FBFBFB;display: table;overflow: hidden;/* border-radius: 5px 5px; */border-top: 15px solid #ffc821;-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.18);box-shadow: 0 5px 8px rgba(0,0,0,0.18);}
.order-wrap form { padding: 4px 20px 10px; }
.order-wrap > h2 {font-size: 25px;text-transform: uppercase;color: #676767;text-align: center;line-height: 32px;display: table;margin: 20px auto 20px;padding: 0 1em;}
.order-wrap > h2 i { font-size: 12px; border: 2px solid #000; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; margin: -16px 0 0; position: relative; top: -5px; margin-bottom: -15px; }
.apply-form label { font-size: 14px; font-weight: 300; color: #000;/* line-height: 40px; *//* text-transform: uppercase; *//* text-align: center; */}
.apply-form input, .apply-form select { color: #777 !important; height: 40px; padding: 5px 10px; border: 1px solid #ccc; margin-bottom: 12px; margin-top: 0px; }
.apply-form textarea { color: #000 !important; padding: 10px 15px; border: 1px solid #ccc; }
input::-webkit-input-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
input:-moz-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
input::-moz-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
input:-ms-input-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
textarea::-webkit-input-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
textarea:-moz-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
textarea::-moz-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
textarea:-ms-input-placeholder {
 color: #777 !important;
 opacity: 1 !important;
}
.btn1 { /* margin: 25px 0 0px; */ color: #000; font-size: 20px; padding: 13px 10px 11px; background: #ffc821; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; /* border-bottom: 3px solid #aaa; */ text-transform: uppercase; font-weight: 700; min-width: 200px; text-align: center; font-weight: normal; font-family: 'UniversLTW01-67BoldCn', Arial; border: 0 none; }
.btn1:hover { background: #555; color: #fff; }
.btn-center { display: table; margin-left: auto; margin-right: auto; }
.capimage {
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 50px;
    margin-left: 120px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*side cta*/
.btn-wrap{text-align:left;}
#header .sidenumber{margin-top:20px;}

#contact h1{margin-bottom:0;}
 

#header .btn-default {
    color: #333;
    background-color: #ffc821;
    font-size: 1.4em;
    text-align: center;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
	margin-top:10px;     
    font-weight: 400;
    line-height: 1.42857143;     
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    border: 1px solid transparent;    
    font-family: "Brandon Grot W01 Medium","Arial Narrow",Arrow,Sans-serif;
}


@media only screen and (min-width: 1024px) {
		#header .btn-default {font-size: 1.4vw;}
		#header .sidenumber{font-size: 2.3vw;}
}
@media only screen and (max-width: 480px) {
		#header .btn-default {font-size: 0.9em;}
		#header .sidenumber{font-size: 1.3em;}
}
