@import url("mobile.css");

html, body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
}
p, li {
	font-size: 16px;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

a:focus{
	outline: none;
	text-decoration: none;
	cursor: pointer!important;
}
a:hover{
	cursor: pointer!important;
}
.navbar-collapse{
	padding-left: 0!important;
	padding-right: 0!important;
}
.align-center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.maxwidth-nav{
	max-width: 1020px !important;
	padding-left: 10px;
	padding-right: 10px;
}
.maxwidthrow {
	max-width: 1000px !important;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-inverse{
	background-color: black;
    border: none;
}
.pixwhite{
	height: 1px;
	background-color: white;
}
.gap-small{
	height: 10px;
	width:100%;
}
.gap{
	height: 20px;
	width:100%;
}

.navmaintext a {
	font-size: 14px;
	font-weight: bold;
}

blockquote {
	border-left: 5px solid #28a9e1;
}

blockquote:hover {
	background-color: #f5f5f5;
}

.no-border{
	border: none;
}
.text-bar{
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
}

.list-group-item{
	border-radius: 0!important;
}

.bg-success{
	background-color: #22a8e3;
}
.white-text{
	color: white;
}
.btn-info {
	background-color: #cc015b;
	border: solid 1px #cc015b;
}
.btn-info:hover{
   background-color: #b60352;
   border: solid 1px #b60352;
}
.active{
	background-color: #0b84b9!important;
}
.btn-transparent{
	border: solid 1px white;
	color: white;
}

.btn-transparent:hover{
	color: white;
	background-color: #0b84b9;
}
.form-control{
	border-radius: 0;
}
.border-yellow{
	border-color: #edc027;
}

.text-gray{
	color: #cccccc;
}

.text-darkgray{
	color: #666666;
}

.calendar{
     padding-left: 5px;
}

.speech
{
	position: relative;
	width: auto;
	height: auto;
	min-height: 90px;
    text-align: left;
	background-color: #faeca4;
	border: 2px solid #edc027;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
}
.speech:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 36px;
	bottom: -14px;
	border: 7px solid;
	border-color: #edc027 transparent transparent #edc027;
}
.speech:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	bottom: -9px;
	border: 6px solid;
	border-color: #faeca4 transparent transparent #faeca4;
}

.speech-white
{
	position: relative;
	width: auto;
	height: auto;
	min-height: 90px;
    text-align: left;
	background-color: #ffffff;
	border: 2px solid #edc027;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
}
.speech-white:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 36px;
	bottom: -14px;
	border: 7px solid;
	border-color: #edc027 transparent transparent #edc027;
}
.speech-white:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	bottom: -9px;
	border: 6px solid;
	border-color: #ffffff transparent transparent #ffffff;
}
.bubble-space{
	margin-bottom: 20px;
}

/* TOP HEADER */

#logo{
    text-align: center;
}
#top-header{
	padding: 8px 0 8px 0;
}

#header-slogan h3{
	text-align: center;
	font-size: 28px;
	padding-top: 21px;
	padding-left: 0;
	padding-right: 0;
	font-weight: bolder;
	margin-top: 7px;
}
#header-phone{
	font-size: 20.94px;
	text-align: right;
	margin-top: -6px;
}
#live-chat {
	text-align: center;
}

#live-chat a{
  color: #ca0e5d;
  font-size: 16.69px;
}

.pink-text{
	color: #ca0e5d;
}
.pink-text-b{
	color: #ca0e5d;
	font-weight: bold;
	font-size: 16px;
}

/* Navigation BAR */

.navbar{
	border-radius: 0 !important;
	margin-bottom: 0;
}

#navbarCollapse ul li a{
     color: white;
     -webkit-transition: all 250ms ease;
     -moz-transition: all 250ms ease;
     -ms-transition: all 250ms ease;
     -o-transition: all 250ms ease;
     transition: all 250ms ease;
}

#navbarCollapse ul li a:hover{
     background-color: #ca0e5d;
}
.selected-menu a{
	background-color: #ca0e5d;
}
/* BANNER FRONT */
#slogan-main-wrap{
    background-color: #0b84b9;
}

#slogan-main{
	text-align: center;
	min-height: 75px;
}
#slogan-main h1{
  	color: white;
  	font-size: 50px;
  	font-weight: bold;
  	margin-top: 10px;
}

/* BANNER */

#banner{
	background-color: #28a9e1;
	padding-top: 10px;
}

.banner-column3{
	padding-top: 10px;
}
.banner-column3 h3{
	color: white;
	font-size: 41.82px;
	margin: 0;
}
.banner-column3 p{
	font-size: 24.25px;
	margin: 0;
}


.get-started{
	margin: 10px 0 10px 0;
	min-width: 270px;
	border-radius: 0;
	font-size: 25px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ca0e5d;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.get-started-sm{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 25px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ca0e5d;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.gray-btn{
	background-color: #999999;
}
.btn-paypal{
	border: 2px solid white;
	background-color: #f4c700;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #000;
    line-height: 20px;
    font-size: 16px!important;
    padding:10px;
    white-space: normal;
}
.btn-paypal:hover{
	color: #000;
	background-color: #e5bb01;
	border: 2px solid white;
}
@media screen and (max-width: 768px){
	.get-started-sm{
		font-size: 20px!important;
	}
}
.get-started-sm-yellow{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 25px;
	border: 2px solid black;
	padding-left: 20px;
	padding-right: 20px;
	background-color: yellow;
	color:black;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.get-started-md{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 18px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ca0e5d;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.get-started-xs{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ca0e5d;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.get-started-xs-paypal{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f4c700;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff!important;
    line-height: 16px!important;
    vertical-align: top!important;
}
.get-started-xs-paypal:hover{
	color: #fff;
	background-color: #e5bb01!important;
	border: 2px solid white;
}

.get-started-xs-gray{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #505050;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.start-button:hover{
	border: 2px solid;
}


.start-button{
	min-width: 180px;
	border-radius: 0;
	font-size: 25px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ca0e5d;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.start-button:hover{
	border: none;
}
@media (max-width: 768px) {
	.start-button{
		font-size: 18px;
		width: auto;
	}
	.btn i {
		font-size: 18px!important;
	}
}
@media screen and (min-width: 768px){
     .report-button{
         min-width:215px;
     }
}
#star-text{
	font-size: 20.39px;
	color: white;
	padding-bottom: 10px;
	text-align: center;
}
.stars{
	color: #0b84b9;
	font-size: 16px;
}

/*  SEARCH BAR FRONT PAGE*/
#search-bar{
	background-color: black;
	margin: 1px 0 1px 0;
}
.search-bar-text h4{
	color:white;
	margin-top: 13px;
	text-align: center;
	font-size: 21.6px;
	font-weight: bold;
}

.search-text-box{
	border-radius: 0;
	margin-right: 10px;
	margin-left: 10px;
	font-style:oblique;
    font-size: 13px;
    padding: 0 20px 0 20px;
    min-width: 185px;

}
.search-btn-front, .search-btn-front:focus,.search-btn-front:active{
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #ca0e5d;
	border:none;
	color:white;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow:none!important;
    outline: none;
}
.search-btn-front:hover{
   background-color: #3571a9;
   color: white;
}

.search-btn-gray, .search-btn-gray:focus, .search-btn-gray:active{
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #505050;
	border:none;
	color:white;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow:none!important;
    outline: none;
}
.search-btn-gray:hover{
   background-color: #3571a9;
   color: white;
}

/* HOME page content*/

#three-steps-image{
	margin-top: 10px;
}
.header-canvas{
	font-size:37.17px;
	font-weight:bold;
	color:black;
}
.padding-ten{
	padding:10px 0 10px 0;
}
.steps{
	padding: 1px;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;

}
.get-started-row{
 padding:20px 20px 10px 20px;
}
.hr-line{
	height:2px;
	width:100%;
	background-color: #ececec;
	margin: 10px 0 10px 0;
}

.icons-front{
	padding-top: 20px;
}


.comment-box{
	margin:30px 0 30px 0;
}
.comment-link{
	font-size: 18.58px;
	font-weight: bold;
	color: #28a9e1;
}
.comment-link:hover{
	text-decoration: none;
}

/*  ///// FOOTER /////// */


.footer-wrap{
	background-color: #f1f1f1;
	padding: 30px 0 30px 0;
	margin-top: 20px;
	margin-bottom: -30px;
}


.foooter-menu{
	margin-bottom: 20px;
	padding: 0 15px 0 15px;
	line-height: 180%;
}

.foooter-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: black;
}

.foooter-menu ul a{
    font-size: 16px;
}
.footer-header h4{
	padding: 0;
	margin:0;
	line-height: 140%;
}

.search-text-box-footer{
	min-width:170px;
	font-size: 12px;
	border-radius: 0;
}
.social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.social ul li{
		display: inline-block;
		padding: 0 2px 0 2px;
}
.copyrights{
	color: #666666;
	padding-top: 20px;
	font-size: 14px;
}
.pay-options{
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Jumbotron EDIT */

.main-banner{
	position: relative;
}

.inner-content{
	position: absolute;
	left:0px;
	top:30px;
	padding-left: 50px;
}

.big-text-shadow{
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.bg-blue{
	background-color: #28a9e1;
	min-height:250px;
}
.b-bottom{
	border-bottom: solid 1px white;
}
.b-right{
		border-right: solid 1px white;
}
.bg-blue:hover{
	background-color: #ddedf8;
		-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* TESTIMONIALS */
.art-thumb {
   width:65px;
   margin-right: 15px;
   margin-bottom: 5px;
   float: left;
}

.art-thumb:hover {
    opacity:.9;
}

/* USER ACCOUNT */

.user-blue-bg{
	background-color: #28a9e1;
}

.user-nav{
	white-space:nowrap;
	margin: 0;
	padding: 0;
}
.user-nav-tab{
	display: block;
	background-color: #47b9e9;
	padding: 10px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;

}

.user-nav-tab-active{
	display: block;
	background-color: #28a9e1;
	padding: 10px;
	border-right: 1px solid white;

}

.user-nav-tab-last{
	display: block;
	background-color: #47b9e9;
	padding: 10px;
	border-bottom: 1px solid white;

}
.user-nav-tab-last-active{
	display: block;
	background-color: #28a9e1;
	padding: 10px;
	border-bottom: 1px solid #28a9e1;

}

.user-nav a{
	color: white;
	font-size: 20px;
}
.user-nav a:hover{
	text-decoration: none;
}


.remove-padding{
	padding-left:0;
	padding-right:0;
}

.bg-white{
	background-color: white;
	padding: 20px 0 20px 0;
}

.blue-wrap{
	padding: 15px;
}

.address-box{
	outline: 1px solid #dddddd;
	border: 2px solid white;
	max-width: 411px;
	margin: 15px 30px 15px 30px;
	background-image: url('../images/stripe-gray.png');
	padding: 10px 10px 10px 10px;
}
.address-box-wrap{
	background-color: white;
	padding: 10px 20px 10px 20px;
	min-height: 210px;
	font-size: 16px;
}
.address-link{
	font-size: 22px;
	cursor: pointer;
}

.address-link-vert{
	padding-top: 80px;
}
.car-ico{
	height:19px;
	width: 25px;
	display: block;
	background-image: url('../images/car-ico.png');
	background-size: 25px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.card-ico{
	height:19px;
	width: 25px;
	display: block;
	background-image: url('../images/card-ico.png');
	background-size: 25px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-10{
	padding: 10px;
}

.padding-5{
	padding: 5px;
}
.padding-r5{
	padding-right: 5px;
}
.padding-lr5{
	padding-right: 5px;
	padding-left: 5px;
}
.cc-label{
	padding-top: 7px;
}
.margin-r20{
	padding-right: 20px;
}
.padding-t5{
	padding-top: 5px;
}

.med-font{
    font-size: 16px;
}
.lg-font{
    font-size: 25px;
}
.gray-header{
	background-color: #ececec;
	padding: 10px;
	font-size: 17px;
}

.gray-well{
	background-color: #ececec;
}

.pink-link{
	color: #ca0e5d;
}

.pink-link:hover{
	color: #47b9e9;
	cursor: pointer;
	text-decoration: none;
}

.gray-link{
	color: #cdcdcd;
}

.gray-link:hover{
	color: #47b9e9;
	cursor: pointer;
	text-decoration: none;
}
.mid-ribbon2{
	padding: 30px 10px 30px 0;
}

.mid-ribbon2{
	padding: 10px 10px 10px 10px;
}
.image-proof{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: auto;
}

.proof-text{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	padding-top: 35%;
}
.main-proof{
	position: relative;
}
.ribbon-mid{
	width:200px;

}

.sorting-btn{
	padding: 0 5px 0 5px;
	color:black;
}
.sorting-btn:hover{
    color:gray;
}



/* ORDER FLOW */
.user-select-box{
	background-color: #28a9e1;
	min-height: 450px;
	border: solid 10px white;
}


/* MODAL */

.modal-forms{
	border: 20px solid #1daae1;
	border-radius: 0;
}

.select-small{
	max-width: 250px;
}
.step-nav-red{
	background-color: #ca0e5d;
	color: white;
	padding: 12px;
	font-size: 20px;
	height: 53px;
	max-width:100%;
	outline: 1px solid white;
}
.step-nav-black{
	background-color: black;
	color: white!important;
	text-decoration:none!important;
	padding: 12px;
	font-size: 20px;
	white-space:nowrap;
    height: 53px;
    max-width:100%;
    outline: 1px solid white;
}
.step-header{
	color:white;
	font-size: 20px;
	padding:5px 20px 5px 20px;
	border-bottom: 1px solid white;
}

.image-select{
	display: block;
	padding-top: 20px;

}

.image-select-active{
	background-color: #64cefd;
 	padding-top: 20px;
 	display: block;

}
.image-select:hover{
	background-color: #64cefd;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.old-price {
	text-decoration: line-through;
	font-style: italic;
}
.white-table{
	background-color: white;
}

.white-table td{
		padding: 5px 10px 5px 10px;
}
.no-padding{
	padding: 0;
}
.th-blue{
	background-color: #d6f2ff;
}
.tab-comment{
		color: #ca0e5d;
		font-style: italic;
		font-size: 13px;
		font-weight: bold;
		text-align: left;
		/* white-space: nowrap; Removed 1/12/15 - trello /c/4H1jndPm  */
}

.no-wrap{
	white-space: nowrap;
}
.small-select{
	height: 22px;
	width: 60px;
}
.custom-size{
	float:left;
	padding-left:5px;
}

.light-blue-bg{
	background-color: #d6f2ff;
}
.preview-canvas{
	margin-right:auto;
	margin-left:auto;
}
.table-marg{
	margin: 10px;
}
.fl-left{
	float:left;
	margin-right: 5px;
}

.step-footer{
	color:white;
	font-size: 25px;
	padding:20px;
	background-color: #0085b9;
}
.yellow-text{
	color:yellow;
	font-size: 23px;
	font-style: italic;
	padding-left: 20px;
}

.select-img-text{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.margin-top-m20{
	margin-top:-20px;
}

.free{
	background-image: url('../images/free.png');
	background-repeat: no-repeat;
	background-position: bottom right;

}

.image-perfect {
	font-size: 14px;
}

.perfect-select{
	max-width: 20px;
}

.upload-tab-blue{
	padding: 10px 5px 10px 5px;
    background-color: #28a9e1;
	border: 1px solid #28a9e1;
	height: 70px;
}
.upload-tab{
	padding: 10px 5px 10px 5px;
	border: 1px solid #28a9e1;
	height: 70px;
	display: block;
	color: black;
	text-decoration: none;
	background-color: #e8f6fc;
}
.upload-tab:hover{
	color: black;
	text-decoration: none;
	background-color: white;
}

.upload-tab-active{
	background-color: white;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #28a9e1;
	border-left: 1px solid #28a9e1;
    border-top: 1px solid #28a9e1;
    border-bottom: 1px solid white;
	height: 70px;
	display: block;
	color: black;
	text-decoration: none;
}
.upload-tab-active-last{
	padding: 10px 5px 10px 5px;
	border-right: 2px solid white;
	border-left: 1px solid #28a9e1;
    border-top: 1px solid #28a9e1;
	height: 70px;
	display: block;
	color: black;
	text-decoration: none;
}

.upload-tab-active-last:hover{
	color: black;
	text-decoration: none;
}

.upload-tab-active:hover{
	color: black;
	text-decoration: none;
}

.upload-text{
	padding-left: 10px;
}
.no-padding-tb{
	padding-top: 0;
	padding-bottom: 0;
}
.cart-tb-header td{
	padding-top:0!important;
	border-top: none!important;

}

.old-price-pink{
	color: #ca0e5d;
	text-decoration: line-through;
}

.qty-input{
	width:70px;
	text-align: center;
}
.no-margin{
	margin:0;
}
.total-price{
	padding-left: 20px;
}

.sum-box{
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}

.cart-footer{
	color:white;
	font-size: 25px;
	padding-top: 20px;
}
.pay-icons{
	padding:20px 5px 20px 5px;
}
.pay-icons-lr{
	padding:0 5px 0 5px;
}
.yellow-link{
	color:yellow;
}

.yellow-link:hover {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.yellow-link:focus {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.btn-pad-btm{
	margin-bottom: 20px;
}

.check-box-shipping{
    margin-bottom:13px;
}

.warning-box{
    background-color: #28a9e1;
    padding: 10px;
}
.warning-info{
	border: 4px solid #ca0e5d;
    background-color: white;
    padding: 10px;
}

.warn-list{
	list-style-type: none;
}
.warn-icon{
	color: #ca0e5d;
	font-size: 40px;
}
.hr-vert{
	max-width: 1px;
	border-right: 1px solid #dddddd;
	height: 430px;
	margin: 20px 10px 20px 0;
}

.info-list{
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-top: 15px solid #f2dede;
	margin-left: 5px;
}

.shipp-info-box{
	background-color: #f2dede;
	padding: 10px;
	margin: 0;
	color: #ca0e5d;

}
.small-ico{
	padding-left: 5px;
}

.editor{
	background-image: url('../images/editor-sample.jpg');
	background-repeat: no-repeat;
	background-size: 100%;

}
.serv-price{
	background-color:#ca0e5d;
	border-top: 2px solid white;
    font-size:30px;
}
.serv-list{
	border-top: dashed 1px white;
	padding-top:10px;
	padding:10px 0 10px 0;
}
.serv-head{
	background-color:#eeeeee;
	margin:35px 0 35px 0;
	padding:15px 0 15px 0;
}

.testimonial-head{
	background-color:#eeeeee;
	margin:35px 0 35px 0;
	padding:25px 15px 25px 15px;
}

.ul-services li{
	list-style-type: square;
	color: black;
}
.ed-dropdown{
	list-style-type: none;
	padding: 0;
}
.edit-dropdown{
	margin: 0;
}

.fixed-button{
	width: 218px;
	height: 56px;
	border-radius: 0;
	font-size: 22px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #ca0e5d;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin: 0 15px 15px 0;
}

.fixed-button:hover{
	border: none;
}
.contact-box{
	min-height: 198px;
}
.info-serv{
	padding-top: 10px;
}

.service-wrp h3{
    margin: 7px 0 0 0;
}

.service-wrp h4{
	margin: 10px 0 0 0;
}

.brick-list{
    list-style-type: square;
}

.width-95{
	max-width: 96px;
	margin-left: auto;
	margin-right: auto;
}
.padding-left{
	padding-left: 30px;
}
.header-why-us{
	min-height: 390px;
	background-image: url('../images/gray-bg-gradient.png');
}

.header-main{
	background-color: #f4f9fc;
}


.social-header{
	min-height: 479px;
	background-image: url('../images/socialmedia-bg.png');
}

.socialmedia-bg{
	min-height: 479px;
	background-image: url('../images/socialmedia-header.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.text-dark-gray{
	color: #666666;
}
.ln-height-bg{
	line-height: 170%;
}

.why-us-bg{
	min-height: 390px;
	background-image: url('../images/why-us-bg.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.little-header{
	padding: 10px;
	background-color: #28a9e1;
	line-height: 150%;
	font-weight: bold;

}

.thumb-effect{
	position: relative;

}
.thumb-effect > .zoomIcon {
    display: none;
    position: absolute;
    font-size: 40px;
    margin-top: 25%;

}

.thumb-effect:hover > .zoomIcon {
    display: block;
}

.thumb-effect:hover > .zoomIcon a{
	color: white;
	text-shadow: 1px 1px 3px #282828;
	margin-left: -30px;
	display: block;
}

.yellow-block{
	background-color: yellow;
}
.big-red-price-old{
	font-size: 35px;
	text-decoration: line-through;
	color: #ca0e5d;
}

.big-red-price{
	font-size: 35px;
	font-weight: bold;
	color: black;
}
.padding-top16{
	padding-top: 16px;
}

.product-type{
	display: block;
}

.red-stripe{
	height:11px;
	background-color: #ca0e5d;
}

.notActive-product:hover{
	background-color: #ececec;
}

.down-arrow{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-top: 10px solid #eeeeee;
}

.size-thumb{
	padding-top: 80px;
}
.price-table{
	font-size: 18px;
		border: none;
}


.price-table tr>td:last-child{
	border-right: 0!important;
}

.price-table tr:nth-child(odd)>td{
	border-right: 2px solid white;
	border-left: 2px solid #ececec;
}

.price-table tr:nth-child(even)>td{
	border-right: 2px solid #ececec;
	border-left: 2px solid white;
}
.price-table tr td{
		border-top: none!important;
}

.price-table tr:nth-child(odd) {
	background: #ececec;
}

.price-table tr:nth-child(even) {
	background: #FFF;
}


.price-table tr:nth-child(1) {
	background-color: white!important;
}
.price-table tr:nth-child(1)>td{
	border-right: 2px solid white;
	border-left: 2px solid white;
}

.price-table tr:nth-child(2) {
	background-color: #cccccc!important;
}
.price-table tr:nth-child(2)>td:nth-child(odd){
	border-right: 2px solid white;
	border-left: 2px solid #cccccc;
}


/* Price table XS */

.price-table-xs{
	font-size: 18px;
		border: none;
}


.price-table-xs tr>td:last-child{
	border-right: 0!important;
}

.price-table-xs tr:nth-child(odd)>td{
	border-right: 2px solid white;
	border-left: 2px solid #ececec;
}

.price-table-xs tr:nth-child(even)>td{
	border-right: 2px solid #ececec;
	border-left: 2px solid white;
}
.price-table-xs tr td{
		border-top: none!important;
}

.price-table-xs tr:nth-child(odd) {
	background: #ececec;
}

.price-table-xs tr:nth-child(even) {
	background: #FFF;
}

.price-table-xs tr:nth-child(1) {
	background-color: #cccccc!important;
}
.price-table-xs tr:nth-child(1)>td:nth-child(odd){
	border-right: 2px solid white;
	border-left: 2px solid #cccccc;
}



.faq-list{
	list-style-type: none;
	padding: 5px;
}
.faq-list li{
	padding: 10px;
}
.faq-list li:hover{
	background-color: #ececec;
}

.faq-list span{
	color: #28a9e1;
	display: inline-block;
	vertical-align: top;
	line-height:21px;
	position:relative;
	z-index:1000;
}

.faq-list a{
	color: black;
	font-size: 21px;
	padding: 0;
	line-height:21px;

}
.faq-list a:hover{
	text-decoration: none;
}

.margin-t20{
	margin-top: 20px;
}

.faq-wrp h3{
	margin: 5px 0 5px 0;
}

.faq-wrp h4{
	margin-top: 7px;
}

.small-arrow{
	font-size: 10px!important;
	vertical-align: top;
	line-height: 20px!important;
	color: #8e8e8e;
	position:relative;
	z-index:1000;
}
.black-link{
	color: black;
}
.black-link:hover{
	text-decoration: none;
	color: #333;
}

.question{
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.question h1{
	margin:0;
	font-size: 50px;
	color: #28a9e1;
}

.question h3{
	margin-top:14px;
}

.answer{
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.answer h1{
	margin:0;
	font-size: 50px;
	color: black;
}

.answer p{
	margin-top: 10px;
}

.carousel-indicators li{
	border: solid 1px #ca0e5d!important;
}

.carousel-indicators .active{
 background-color: #ca0e5d!important;
}

.carousel-inner .active{
		background-color: transparent!important;
}

.carousel-caption {
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 20px;
  left: 20%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none!important;
}
.blue-text{
	color: #28a9e1;
}
.slider-h{
	margin-top: 5px;
}

.slider-btn{
margin-top: 230px;
font-size: 20px;
}


.slider-btn-md{
margin-top: 220px;
font-size: 16px;
}

.slider-btn-sm{
margin-top: 35%;
font-size: 16px;
}


.carousel-indicators{
	max-width: 100px;
	margin-right: auto;
	margin-left:  auto;
}

.carousel-control {
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control:hover,
.carousel-control:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}

.carousel-control.left {
  background-image: none!important;

}
.carousel-control.right {
  background-image: none!important;

}

.light-box{
	background-color: #f4f9fc;
	padding: 60px 0 60px 0;
}

.glyphicon-chevron-left{
	color:#b1ddf8;
	text-shadow: -1px 1px 1px rgba(150, 150, 150, 0.51);
}
.glyphicon-chevron-right{
	color:#b1ddf8;
	text-shadow: -1px 1px 1px rgba(150, 150, 150, 0.51);
}


/* Buzz Out */
@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out:hover, .buzz-out:focus, .buzz-out:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.pay-icon{
	padding-top: 7px;
}

.navbar-nav{
	margin: 0!important;
}

.scrollToTop{
	width:50px;
	height:50px;
	padding:12px 10px 10px 10px;
	text-align:center;
	background-color: #ca0e5d;
	font-weight: bold;
	color: white;
	text-decoration: none;
	position:fixed;
	top:85%;
	right:2%;
	display:none;
	font-size: 18px;
    opacity: 0.5;
    filter: alpha(opacity=50);
     -webkit-transition: all 250ms ease;
     -moz-transition: all 250ms ease;
     -ms-transition: all 250ms ease;
     -o-transition: all 250ms ease;
     transition: all 250ms ease;
    z-index: 1000;
}
.scrollToTop:hover{
	text-decoration:none;
	color: white;
    opacity: .9;
    filter: alpha(opacity=90);
}
.table-cell{
	padding-left: 5px;
}
.error-header{
	color:#333333;
	font-size: 95px;
}

.error-header-sm{
	color:#333333;
	font-size: 55px;
}
.error-p{
	color:#666666;
	font-size: 32px;
}

.error-p-sm{
	color:#666666;
	font-size: 20px;
}
.text-center-link a:hover{
	color: yellow!important;
}
.select-text{
	line-height: 30px!important;
	vertical-align: center!important;
	font-size: 18px;
}

/*************
MOBILE POP UP
*************/

.modal-forms-mobile{
	border: 5px solid #1daae1;
	border-radius: 0;
	outline: 8px solid white;
	margin: 5px;
	margin-top: 10%;
	height: auto;
	display: relative;
	padding:0;
}
.mobile-offer{
	border-top: 2px solid #9ca137;
	border-bottom: 2px solid #9ca137;
	font-family: 'AvenirNextRoundedStdMedium', Arial, sans-serif;
	font-size: 67px;
	color: #9ca137;
}
.mobile-offer-xs{
	border-top: 2px solid #9ca137;
	border-bottom: 2px solid #9ca137;
	font-family: 'AvenirNextRoundedStdMedium', Arial, sans-serif;
	font-size: 52px;
	color: #9ca137;
}
.email-mobile::-webkit-input-placeholder {
   text-align: center;
	text-align: center!important;
}
.email-mobile::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}

.email-mobile:-ms-input-placeholder {
	padding:12px!important;
	text-align: center;
	font-size: 11px!important;
}
.email-mobile{
	border:5px solid #ebbe25;
	padding:12px!important;
	text-align: center;
	font-size: 12px!important;
}
.mobile-btn{
	margin: 20px 0 20px 0;
	width:100%!important;
}
.mobile-btn-xs{
	font-size:14px!important;
	font-weight: bold;
}
.mobile-reles{
	font-size: 12px;
	color: #777777;
	text-align: center;
}
.mobile-reles a{
	color: #777777;
	text-decoration: underline;
}
.mobile-close{
	text-decoration: underline;
	cursor: pointer;
}
.m-close-btn{
	width:28px;
	height:28px;
	background-color: #c9265b;
	position: absolute;
	right: -16px;
	top:-16px;
	border: 3px solid white;
	outline: 3px solid #c9265b;
	color: white;
	font-size: 19px;
	line-height: 19px;
	cursor: pointer;

}
/* Webfont: AvenirNextRoundedStd-Bold */@font-face {
    font-family: 'AvenirNextRoundedStdMedium';
    src: url('/fonts/AvenirNextRoundedStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/AvenirNextRoundedStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/AvenirNextRoundedStd-Bold.woff') format('woff'), /* Modern Browsers */
         url('/fonts/AvenirNextRoundedStd-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/AvenirNextRoundedStd-Bold.svg#AvenirNextRoundedStd-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}


.mod-no-line{
	border-top: none!important;
	border-bottom: none!important;
}
.checkbox-mod{
	margin-top: 40px;
}


#wrap {
	min-height: 650px;
}

.padding-lt-7{
	padding: 7px 0 0 7px;
}
.zoom{
	position: absolute;
	left:57px;
	top:53px;
	font-size: 30px;
	color: white;
	text-shadow: 1px 1px 3px #282828;
	display: none;
}
.zoom2{
	position: absolute;
	left:62px;
	top:50px;
	font-size: 30px;
	color: white;
	text-shadow: 1px 1px 3px #282828;
	display: none;
}
.thumb-zoom2:hover .zoom2{
	display: block;
}
.thumb-zoom2:hover{
	cursor: pointer;
}

.thumb-zoom:hover .zoom{
	display: block;
}
.basic-list li{
	margin-bottom: 20px;
}

.scp-status-waiting {
	background-color: yellow;
}
.btn-allert{
	color: black!important;
	font-weight: bold!important;
	font-size: 17px!important;
}
.y-box{
		border-radius: 1px;
		-webkit-box-shadow: 0 0 0 4px yellow;
		box-shadow: 0 0 0 4px yellow;
		background-color: yellow;
		width: 20px;
		height: 20px;
		display: inline-block;
		text-align: center;
}

/*PROMO CODE*/

.promo-bar{
	background-color: #f4f9fc;
	padding-top: 4px;
	padding-bottom: 5px;
}
.promo-text{
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
}
.save-label{
	background-color: black;
	font-size: 15px;
	line-height: 25px;
	color: white;
	display: inline-block;
	border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	margin-top: 5px;
	font-weight: bold;
}
.details{
	font-size: 18px;
}
.promo-floating{
	background-color: yellow;
	border: 3px solid white;
	outline: 3px solid #303332;
	max-width: 182px;
	padding: 10px;
}
.promo-floating h1{
	font-size: 40px;
}
.promo-wrap{
	position: fixed;
	bottom:10%;
	left: 3px;
	z-index: 600;
}
.close-promo{
	color: white;
	background-color: #303332;
	padding: 1px;
	width: 30px;
	margin-left: 138px;
	outline: 3px solid #303332;
	margin-bottom: 3px;
	cursor: pointer;
}

/*DESIGN SERVICES*/

.gray-tooltip{
	background-color: #eee;
	height:30px;
	margin-bottom: 10px;
}
.arrow-up-gray {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #eee;
	width: 20px;
	margin-left: auto;
	margin-right: auto;
}
/*PRODUCT LABELS*/

  .product-wrap{
    position: relative;
    width: 148px;
  }

  .label-thumb{
    position: absolute;
    right:0;
    top: 0;
    background-color: rgba(202,14,93,.8);
    width: 30px;
    height: 30px;
    border-radius: 0;
    font-size: 20px;
    padding: 3px 0 0 5px;
    text-shadow: 1px 1px 1px rgba(202,14,93,.8);
    color: white;
  }
  .recommended{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 3px;
    font-weight: bold;
    color: #ca0e5d;
  }

  /*Landscape select*/
.ladscape-port{
	background-color: #e9f6fc;
	border: 5px solid white;
	padding: 10px;
}
.land-active{
	background-color: #d3edf9;
}
.land-active img{
	outline: 3px solid #19a8e3;
}
.ladscape-port:hover{
	background-color: #d3edf9;
	cursor: pointer;
}
.landscape-text{
	padding-top: 10px;
}
.land-image{
	margin-top: 10px;
	margin-bottom: 11px;
}

/*Select Icons*/
	.icons-fa{
	font-size: 80px;
	}
	.icon-wrap-select{
	  background-color: #ca0d5d;
	  text-align: center;
	  width: 150px;
	  height: 150px;
	  padding-top: 35px;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  color: white;
	  transition: all 0.5s ease-in-out 0.01s;
	  margin-left: auto;
	  margin-right: auto;
	}
	.icon-wrap-select:hover{
	  background-color: #4ea9e1;
	  cursor: pointer;
	}
	.thumb-img{
		border: 1px solid #e2e0dd!important;
	}

.rating-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('/images/s1.png'), url('/images/s2.png'), url('/images/s3.png');
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

.scp-crumb{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.scp-crumb li{
	display: inline-block;
	padding: 0 2px 0 2px;
}
.scp-crumb li:after {
   content: "|";
   padding-left: 8px;
}
.last-crumb a{
   pointer-events: none;
   cursor: default;
   color: #999;
}
.last-crumb:after{
	content: none!important;
}
.crumb-header{
	font-weight: bold;
}
.crumb-header:after{
	content: none!important
}
.th-blue2{
	color:white!important;
	background-color: #28a9e1!important;
}
.th-blue2:hover > td , .th-blue2:hover > th{
	background-color: #28a9e1!important;
}
.back-stp{
	font-size: 20px;
	height: 68px;
	border: 1px solid #28a9e1;
	text-align: center;
	color: #28a9e1!important;
	line-height: 68px;
     -webkit-transition: all 250ms ease;
     -moz-transition: all 250ms ease;
     -ms-transition: all 250ms ease;
     -o-transition: all 250ms ease;
     transition: all 250ms ease;
}
.back-stp:hover{
	background-color: #3571a9;
	border: 1px solid #3571a9;
	color: white!important;
	cursor: pointer;
}

.next-stp{
	font-size: 24px;
	height: 68px;
	border: 1px solid #ca0e5d;
	background-color: #ca0e5d;
	text-align: center;
	color: white!important;
	line-height: 68px;
     -webkit-transition: all 250ms ease;
     -moz-transition: all 250ms ease;
     -ms-transition: all 250ms ease;
     -o-transition: all 250ms ease;
     transition: all 250ms ease;
}
.next-stp:hover{
	background-color: #3571a9;
	border: 1px solid #3571a9;
	color: white!important;
	cursor: pointer;
}
.price-info{
	height: 68px;
	background-color: #28a9e1;
	border: 1px solid #28a9e1;
	font-size: 24px;
	font-weight: bold;
	line-height: 68px;
}
.orientation-txt{
	font-size: 16px;
}
.sm-arow{
	font-size: 18px;
	text-align: center;
}
.orient-tbl tr td{
	border: none!important;
	vertical-align: middle!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.orient-tbl{
	margin-bottom: 0!important;
}
.md-radial{
	font-size:22px!important;
	line-height:24px!important;
	margin-bottom: 15px;
	margin-top: 15px;
}
.md-radial2{
	font-size:20px!important;
	line-height:22px!important;
	margin-bottom: 15px;
	margin-top: 15px;
}
.description{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
}
.fx-wrap{
	border:4px solid #f3f3f3;
	padding: 20px 10px 15px 10px;
	min-height: 205px;
}
.look{
	position: absolute;
	top:0;
	right: 0;
}

/*TOOLTIP*/
.scp-tooltip{
	position: absolute;
	z-index: 1000;
	top: 45px;
	left:-150px;
	min-width:250px;
	height:auto;
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	border: 1px solid #e7e6e6;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #777;
	display: none;
}
.arrow-up-xs {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;
	position: absolute;
	top:-7px;
	right:40px;
	z-index: 1100;
}
.tip-row{
	margin-bottom: 15px;
}
.tip-product{
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.tip-price{
	color: #777;
	font-size: 12px;
}
.tip-link a{
	color:rgb(66, 139, 202)!important;
}
.tip-link a:hover{
	background: transparent!important;
}
.get-started-xs-blue{
	margin: 10px 0 10px 0;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #28a9e1;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.cart-trigger:hover >.scp-tooltip{
	display: block;
}
/*SOCIAL SHARE*/

.gap-sm{
	height: 25px;
}
.gap-md{
	height: 50px;
}
.t3{
	color: white;
	font-weight: bold;
}
.t4{
	color: white;
	font-weight: bold;
	font-size: 20px;
}
.link-share{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #999;
	height: 42px;
	margin-top: 15px;
}
.social2{
	list-style: none;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}
.social2 li{
	display: inline-block;
	padding: 0 3px 0 3px;
}
.white-text2{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.circle-white{
		color: #3399cc;
		width: 35px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        padding: 3px 7px 3px 7px;
        border: 1px solid #eee;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
}
.white-text3, .white-text3 li{
	font-size: 13px;
	color: #fff;
}
.st-lbl{
	width: 250px;
}
.blue-text3{
	color:#3399cc;
	font-size: 13px;
	padding-top: 11px;
}
.lbl, .lbl2{
	padding-left: 20px;
	white-space: nowrap;
}
.lbl2{
	color: #000;
	font-weight: bold;
}
.circle{
	width: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    border: 1px solid #eee;
    margin-right: auto;
    margin-left: auto;
    background-color: #3399cc;
}
.black-hr hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 3px solid #000;
}
.gray-text, .gray-text li{
	font-size: 12px;
	color: #333;
}
.no-pad{
	padding-left: 0!important;
}
.t5{
	padding-bottom: 10px;
}
.blue-text2{
	color:#3399cc!important;
	font-size: 13px;
}
.circle2{
		width: 30px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 5px;
        border: 1px solid #eee;
        margin-left: auto;
        background-color: #3399cc;
}

.hr-vert-black{
	border-right: 3px solid #000;
	min-height: 325px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
}
.xs-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.xs-list li{
	height: 70px;
}
.lbl3{
	color: #000;
	font-weight: bold;
}
.fb-btn, .twr-btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	color: #fff;
	 -webkit-transition: all 250ms ease;
	 -moz-transition: all 250ms ease;
	 -ms-transition: all 250ms ease;
	 -o-transition: all 250ms ease;
	 transition: all 250ms ease;
	 width: 159px;
}
.fb-btn{
	background-color: #354a92;
}
.fb-btn:hover, .fb-btn:focus{
	background-color: #435bb4;
	color: #fff;
}
.twr-btn{
	background-color: #2b83d4;
}
.twr-btn:hover, .twr-btn:focus{
	background-color: #588fef;
	color: #fff;
}
.soc-btn-xs1{
	margin-top: 10px;
}
.soc-btn-xs, .soc-btn-xs1{
	margin-bottom: 10px;
	display: block;
}

.scp_loading_image {
	width:	50px !important;
	margin:	25px !important;
}

/*SPINNER*/

.loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  border-top: 0.5em solid rgba(111, 111, 111, 0.1);
  border-right: 0.5em solid rgba(111, 111, 111, 0.1);
  border-bottom: 0.5em solid rgba(111, 111, 111, 0.1);
  border-left: 0.5em solid #28A9E1;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.percents{
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-top: -73px;
  color: #777;
}


.loader-xs {
  margin: auto;
  font-size: 10px;
  position: relative;
  border-top: 0.2em solid rgba(111, 111, 111, 0.1);
  border-right: 0.2em solid rgba(111, 111, 111, 0.1);
  border-bottom: 0.2em solid rgba(111, 111, 111, 0.1);
  border-left: 0.2em solid #28A9E1;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader-xs,
.loader-xs:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.percents-xs{
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 10px;
  margin-top: -27px;
  color: #777;
}
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0;}
}
@keyframes flash {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0;}
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.archivedrow {
    text-decoration: line-through;
}

#socket-alert .modal-header h4{
	color: #ca0e5d;
	text-align: center;
}
#socket-alert button{
	margin-right: auto;
	margin-left: auto;
}
#socket-alert .modal-content{
	width: 350px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
@media screen and (max-width: 768px){
	#socket-alert .modal-content{
	width: 100%;
	}
} 

.header-img-new{
		background-image: url('https://www.simplecanvasprints.com/comps/images/SCP-home-top-canvas-temp.png');
		max-width: 409px;
		min-height: 422px;
		background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
    .header-img-new{
		background-image: url('https://www.simplecanvasprints.com/comps/images/SCP-home-top-canvas-temp.png');
		background-size: 320px 330px;
		background-repeat: no-repeat;
		    background-position: center top;
    background-origin: content-box;
    }
    .start-gapping{
    	margin-top:-60px;
    }
}

.header-img-new:hover{
	cursor: pointer;
}
.shield-bg{
	background-image: url('../images/shield-bg.png');
	background-repeat: no-repeat;
	max-width: 164px;
	min-height: 179px;
	padding-top: 15px;
	padding-right:9px;
}
.shield-bg-xs{
	background-image: url('../images/shield-bg.png');
	background-size: 144px 157px;
	background-repeat: no-repeat;
	max-width: 144px;
	min-height: 179px;
	padding-top: 15px;
	padding-right:9px;

}
.shield-bg:hover{
	cursor: pointer!important;
}
.ups-logo{
	width: 52px;
	margin-top: 20px;
	margin-left: 10px;
}
.ups-text{
	padding-top: 30px;
	font-size: 18px;
	padding-left: 10px;
	color:#000;
	line-height: 20px;
}
.speech-blue:hover{
	cursor: pointer;
}
.speech-blue
{
	position: relative;
	width: auto;
	height: auto;
	min-height: 90px;
    text-align: left;
	background-color: #cbe9f7;
	border: 2px solid #cbe9f7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 30px 5px 30px;
	font-size: 13px;
}
.speech-blue:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 110px;
	bottom: -18px;
	border: 10px solid;
	border-color: #cbe9f7 transparent transparent #cbe9f7;
}
.speech-blue:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 110px;
	bottom: -13px;
	border: 8px solid;
	border-color: #cbe9f7 transparent transparent #cbe9f7;
}
.orange{
	color:#f89400;
	padding-right:2px;
}
.flow-crumbs{
	font-size: 18px;
	margin-top: 20px;
	line-height: 22px;
	height: 20px;
	margin-bottom: 10px;
}
.flow-crumbs span, .flow-crumbs a{
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}
.flow-crumbs span i{
	font-size: 18px;
	line-height: 22px;
}
.maxwidthrow-small {
	max-width: 800px !important;
	padding-left: 10px;
	padding-right: 10px;
}

.light-placeholder input::-webkit-input-placeholder {
   color: #333333!important;
}

.light-placeholder input:-moz-placeholder { /* Firefox 18- */
   color: #333333!important;
}

.light-placeholder input::-moz-placeholder {  /* Firefox 19+ */
   color: #333333!important;
}

.light-placeholder input:-ms-input-placeholder {
   color: #333333!important;
}
.list-icons{
	list-style: none;
	padding-left: 0;
}

.list-icons li{
	display: inline-block;
}
.pay-icons2{
	padding:5px 5px 5px 5px;
}
.why-us-footer{
	background-image: url('../images/happy-image.jpg');
	background-repeat:  no-repeat;
	background-position: center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#RR_Ratings_Widget{
	margin-right: auto!important;
	margin-left: auto!important;
}
.btn-info-blue {
	background-color: #5bc0de;
	border: 1px solid #46b8da;
	color: #fff;
}
.btn-info-blue:hover{
   background-color: #53b4d1;
   border: 1px solid #4dabc7;
   color: #fff;
}
.white-link{
	color: #fff;
	text-decoration: none;
}
.white-link:hover{
	color: #fff;
	text-decoration: underline;
}
@media screen and (min-width: 750px){
.icon-gap-bottom{
	padding-bottom: 82px!important;
                }
}

  .secure-text{
    font-size:18px;
  }
  .xs-text{
    font-size:10px;
  }
.free-ship-box{
  color: white;
  font-weight: bold;
  background-color: #ca0e5d;
  height:50px;
  margin-top: 10px;
 }
.box-text{
    font-size: 25px;
    padding-top: 7px;
    padding-left: 7px;
  }
.box-img{
    margin-top: -60px;
  }
.box-img img{
      padding-bottom: 45px;
    }
.box-text-list{
    list-style: none;
    padding: 0;

 }
.box-text-list li{
    display: inline-block;
  }
  .secure-list, .secure-badge-list{
    list-style: none;
    padding: 0;
  }
  .secure-badge-list li{
    padding-bottom: 5px;
  }
  .secure-list li{
    display: inline-block;
    line-height:58px;
    vertical-align: middle;
  }
@media screen and (max-width: 970px){

    .secure-list li{
    display: inline-block;
    line-height:25px;
    vertical-align: middle;
    padding-bottom: 10px;
  }
  .secure-list li img{
    padding-bottom: 0!important;
  }
}
  .secure-list li img{
    padding-bottom: 15px;
  }
  .secure-box-wrap{
    border: 1px solid #ccc;
    padding: 10px 15px;
  }
  .secure-box-wrap hr{
    margin-top: -17px;
  }
.btn i{
	font-size: 23px;
}
.test-stars2{
  display: inline-block;
  color:#ff9c00;
} 
@media screen and (max-width: 970px){   
.scp-tooltip{
	display: none!important;
	}
}
.alert-success{
	z-index: 500;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.05);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.05);
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media screen and (max-width: 992px){   
    .mob-nav{
    	width: 100%!important;
    }
}
@media screen and (max-width: 768px){   
    .header-img-new{
    	min-height: 385px;
    }
    .mob-help-btn{
    	text-align: center;
    }
    .step-1 p, .step-2 p , .step-3 p{
    	font-size: 15px!important;
    }
    .fx-wrap img{
    	max-width: 100px;
    }
    .card-verify{
    	max-width: 30px;
    }
    .applied{
    	margin-top: 10px;
    	display: inline-block;
    }
}
@media screen and (max-width: 1200px){
	.footer-signup h2{
		font-size: 20px;
		font-weight: bold!important;
	}
	.footer-signup{
		text-align: center;
	}
}	
#scp_godaddyplaceholder{
	margin-bottom: -12px;
}
.applied-btn, .applied-btn:focus{
    background-color: #28a9e1;
    color: #fff;
    padding: 10px 9px 9px 9px;
    text-decoration: none;
    transition: background-color 0.3;
    border:none!important;
}
.applied-btn:hover{
	background-color: #3571a9;
	text-decoration: none;
	color: #fff;
}
.pricing-head-xs{
	background-color:#28a9e1;
}

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

.fa-box {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-box:before {
  content: "\e900";
  font-size: 0.9em;
}
