/*@import url("my_style.css");*/
body{
	font-family:"PT Sans",sans-serif;
	/*background: #e5e5e5;*/
}

.bg_banner
{
    background-color:#000;
}
.dynamic_banners {
    padding: 0.25em;
}

.dynamic_banners img {
    border: 1px solid #fd926d;
}

#description
{
	overflow-y: scroll;
	max-height:300px;
}
.glyphicon.glyphicon-star
{
	color:#f05e27;
}

.offer_highlight
{
		background:#f05e27 !important;
		color:#fff !important;
}

#fb_reviews .carousel-control
{
	display:inline;
	height: 105px;
}
@media (max-width: 480px){

#fb_reviews .carousel-control
{
	display:inline;
	height: 105px;
	width: 13%;
}
}
@media (max-width: 240px){
.imgwi{
    width:100% !important;
}
#fb_reviews .carousel-control
{
	display:inline;
	height: 105px;
	width: 20%;
}
}
.carousel-indicators .active{ background: #31708f; } .content{ margin-top:20px; } .adjust1{ float:left; width:100%; margin-bottom:0; } .adjust2{ margin:0; } .carousel-indicators li{ border :1px solid #ccc; } .carousel-control{ color:#fff; width:0%; } .carousel-control:hover, .carousel-control:focus{ color:#31708f; } .carousel-control.left, .carousel-control.right { background-image: none; } .media-object{ margin:auto; } @media screen and (max-width: 768px) { .media-object{ margin-top:0; } .widt {width:30% !important} }

/*** PANEL PRIMARY ***/
.comment-row .panel-primary
{
	border-color: #cfcfcf;	
}

.comment-row .panel-primary > .panel-heading
{
	background:#00659c;
}

.tab-content
{
	/* padding:5px 10px; */
}

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #00659c ;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #00659c ;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}


/*----------------------------------------------------*/
/*----------------- Testimonials CSS -----------------*/
/*----------------------------------------------------*/
.testimonial{
    margin: 10px 0px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
            }

            .testimonial-writer-designation{
                font-size: 85%;
            }

            .testimonial-writer-company{
                font-size: 85%;
            }
    /*---- Outlined Styles ----*/
    .testimonial.testimonial-default{
        
    }
        .testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default .testimonial-desc{
            
        }

            .testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }



.gallery_video a {
	display:block;
}
.gallery_video img {
    width: 100%;
    display: block;
	opacity : 0.8;
}


.playButton {
    position: absolute;
    width: 100%; 
    /* left: 33%;*/
    top: 30%;
    font-size: 60px;
    text-align: center;
	color:#fff;
	opacity:0.5;
	/* transform: rotate(270deg); */
	text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.9);
	  /* background-image: url('../img/play-btn.png'); */
}

.playButton_first .playButton 
{
    left: 40% !important;
    top: 27% !important;	
}

.ab .video_sec
{
	margin-top:15px;
	height:325px;	
}

.ab .form-group
{
	margin-bottom:0px !important;
}
.signup-form
{
/*	background:#00659c;*/
	margin: 0 0 10px;
	padding: 10px 0;
}


/* contact form */
.show_hide_label label {
display:block !important;
}
.cforms label {
	float: left;
	width: 100%;
	color: #454545;
	font-weight: 600;
	display:none;
}

.cforms label em {
	color: #9eca45;
	font-size: 12px;
	font-style: normal;
}

.checkbox input[type="checkbox"], input[type="radio"], input[type="checkbox"]
{
width:auto !important;
margin-top:5px;
}
.cforms input,select {
	color: #454545;
	float: left;
	width: 100%;
	padding: 2px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}
.srchwid
{
    margin-top: 25px !important;
    width: 350px !important;
}
.cforms textarea {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.cforms .button {
	background:#0077b8;
	float: left;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
	width:100%;
	border:0px;
}
.cforms .button:hover {
	background: #454545;
	border: 1px solid #393939;
}

.cforms .button2 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #d2527f;
	border: 1px solid #d2527f;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button2:hover {
	background: #3f464c;
	border: 1px solid #393939;
}

.cforms .button3 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #db6364;
	border: 1px solid #db6364;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button3:hover {
	background: #454545;
	border: 1px solid #454545;
}


#form_status span{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #E74C3C;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
#form_status span.loading{
	color: #333;
	background: #eee;
	border-radius: 3px;
	padding: 18px 0px;
} 
#form_status span.notice{
	color: yellow;
}
#form_status .success{
	color: #fff;
	text-align: center;
	background: #9eca45;
	border-radius: 3px;
	padding: 30px 0px;
}
#form_status .success i{
	color: #fff;
	font-size: 45px;
	margin-bottom: 14px;
}
#form_status .success h3{
	color: #fff;
	margin-bottom: 10px;
}

.dropdown-menu
{
	padding:15px !important;
}

.dropdown .c_s
{
   float:none !important;
}

.request_call_btn {
  margin-top:10px;
  background: #f9bb01;
  background-image: -webkit-linear-gradient(top, #f9bb01, #f48200);
  background-image: -moz-linear-gradient(top, #f9bb01, #f48200);
  background-image: -ms-linear-gradient(top, #f9bb01, #f48200);
  background-image: -o-linear-gradient(top, #f9bb01, #f48200);
  background-image: linear-gradient(to bottom, #f9bb01, #f48200);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  padding:5px 10px ;
  text-decoration: none;
  display:block;
  text-align:center;
}

.request_call_btn:hover {
  background: #f48200;
  background-image: -webkit-linear-gradient(top, #f48200, #f48200);
  background-image: -moz-linear-gradient(top, #f48200, #f48200);
  background-image: -ms-linear-gradient(top, #f48200, #f48200);
  background-image: -o-linear-gradient(top, #f48200, #f48200);
  background-image: linear-gradient(to bottom, #f48200, #f48200);
  text-decoration: none;
}

.cforms.two label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: normal;
}
.cforms.two label em {
	color: #3f464c;
	font-size: 12px;
	font-style: normal;
}
.cforms.two input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #9eca45;
	border: 1px solid #9eca45;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.two .button:hover {
	background: #3f464c;
	border: 1px solid #3f464c;
}


.cforms.three label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.cforms.three label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.three input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #393939;
	border: 1px solid #393939;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.three .button:hover {
	background: #575757;
	border: 1px solid #575757;
}


.cforms.four label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	margin: 0;
	padding-left: 0px;
}
.cforms.four label.lst {
	text-align: left;
}
.cforms.four label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.four input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #0077b8;
	border: 1px solid #0077b8 ;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.four .button:hover {
	background: #919195;
	border: 1px solid #919195;
}


.glyphs li
{
		display:inline;
		width:auto;
		float:left;
		margin-right:10px;
}
.glyphs
{
	list-style:none;
	padding:0px !important;
	margin:0px !important;
}
.footer_intro_sec
{
display: inline ! important; width: 85%;	
}
.nopadding
{
	padding:0px !important;
}
/* placeholder color */
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}
.form-control::-moz-placeholder {
  color: #dddddd;
}
.form-control:-moz-placeholder {
  color: #dddddd;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
}
/* ./placeholder color */
/* bootstrap form-group elements */
/* default form group styles */
.form-group {

  margin-bottom: 10px !important;
  /* label */
  /* ./label */
  /* form control */
  /* ./form control */
  /* help block */
  /* ./help block */
  /* custom form group */
  /* ./custom form group */
  /* form group as input group */
  /* ./form group as input group */
}
.form-group label {
  margin-bottom: 0px;
  line-height: 30px;
  padding: 0px;
}
.form-group label span {
  margin-left: 5px;
  color: #999999;
  font-weight: 400;
  line-height: 25px;
}
.form-group label.control-label {
  line-height: 35px;
  padding-top: 0px;
}
.form-group .form-control {
  height: 35px;
  line-height: 23px;
  padding: 5px 10px;
  font-size: 12px;
  border-color: #e7ebf1;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fafafa;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.form-group .form-control:focus {
  border-color: #e3e6ec;
  webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.form-group .form-control[readonly] {
  color: #dddddd;
  cursor: text;
}
.form-group .form-control[disabled] {
  background: #fafafa;
  color: #dddddd;
  cursor: not-allowed;
}
.form-group select.form-control {
  height: 35px;
}
.form-group textarea.form-control {
  height: auto;
  min-height: 50px;
}
.form-group .help-block {
  font-size: 11px;
  color: #999999;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.form-group.form-group-custom {
  border: 1px solid #e7ebf1;
  border-radius: 5px;
  padding: 5px 10px;
  background: #fafafa;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom .form-control {
  border-color: transparent;
  background: transparent;
  padding: 5px;
}
.form-group.form-group-custom .form-control:focus {
  border-color: transparent;
  background: transparent;
}
.form-group.form-group-custom textarea.form-control {
  min-height: 52px;
}
.form-group.form-group-custom.active {
  border-color: #e3e6ec;
  background: #ffffff;
}
.form-group.form-group-custom.active label {
  color: #9e9e9e;
}
.form-group.form-group-custom.active label span,
.form-group.form-group-custom.active .help-block {
  color: #b3b3b3;
}
.form-group.form-group-custom.active .form-select-wrapper:after {
  content: "\f0d8";
}
.form-group.input-group .input-group-addon {
  background: #ffffff;
  padding: 0px 10px;
}
.form-group.form-control-clear .form-control-clear-wrap {
  position: relative;
}
.form-group.form-control-clear .form-control-clear-wrap .form-control-clear-button {
  position: absolute;
  color: #999999;
  font-size: 12px;
  line-height: 25px;
  right: 2px;
  top: -25px;
  cursor: pointer;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.form-group.form-control-clear .form-control-clear-wrap .form-control-clear-button:hover {
  color: #454545;
}
.form-group.form-control-clear-no-head .form-control-clear-wrap .form-control-clear-button {
  top: 0px;
}
.form-group .checkbox label,
.form-group .radio label {
  font-weight: 400;
  width: 100%;
  text-transform: none;
  padding-left: 5px;
}
.form-group .checkbox label span,
.form-group .radio label span {
  font-size: 11px;
  color: #999999;
}
/* ./default form group styles */
/* select wrapper */
.form-select-wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.form-select-wrapper select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
}
.form-select-wrapper select::-ms-expand {
  display: none;
}
.form-select-wrapper:after {
  position: absolute;
  right: 0px;
  top: 10px;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 17px;
  width: 10px;
  text-align: center;
  color: #999999;
}
/* ./select wrapper */
/* form group states */
.form-group {
  /* from group error */
  /* ./from group error */
  /* from group warning */
  /* ./from group warning */
  /* from group success */
  /* ./from group success */
  /* custom form group */
  /* ./custom form group */
}
.form-group.has-error,
.form-group.error {
  color: #bd4036;
}
.form-group.has-error .form-control,
.form-group.error .form-control {
  background: #fff2f2;
  border-color: #ffd9d9;
  color: #bd4036;
}
.form-group.has-error .form-control::-webkit-input-placeholder,
.form-group.error .form-control::-webkit-input-placeholder {
  color: #e6aba6;
}
.form-group.has-error .form-control::-moz-placeholder,
.form-group.error .form-control::-moz-placeholder {
  color: #e6aba6;
}
.form-group.has-error .form-control:-ms-input-placeholder,
.form-group.error .form-control:-ms-input-placeholder {
  color: #e6aba6;
}
.form-group.has-warning,
.form-group.warning {
  color: #ebc009;
}
.form-group.has-warning .form-control,
.form-group.warning .form-control {
  background: #fefae9;
  border-color: #fef3c7;
  color: #ebc009;
}
.form-group.has-warning .form-control::-webkit-input-placeholder,
.form-group.warning .form-control::-webkit-input-placeholder {
  color: #fbe792;
}
.form-group.has-warning .form-control::-moz-placeholder,
.form-group.warning .form-control::-moz-placeholder {
  color: #fbe792;
}
.form-group.has-warning .form-control:-ms-input-placeholder,
.form-group.warning .form-control:-ms-input-placeholder {
  color: #fbe792;
}
.form-group.has-success,
.form-group.success {
  color: #7e9d1c;
}
.form-group.has-success .form-control,
.form-group.success .form-control {
  background: #fbfdf2;
  border-color: #ecf5cd;
  color: #7e9d1c;
}
.form-group.has-success .form-control::-webkit-input-placeholder,
.form-group.success .form-control::-webkit-input-placeholder {
  color: #c8e56d;
}
.form-group.has-success .form-control::-moz-placeholder,
.form-group.success .form-control::-moz-placeholder {
  color: #c8e56d;
}
.form-group.has-success .form-control:-ms-input-placeholder,
.form-group.success .form-control:-ms-input-placeholder {
  color: #c8e56d;
}
.form-group.form-group-custom {
  /* from group error */
  /* ./from group error */
  /* from group warning */
  /* ./from group error */
  /* from group success */
  /* ./from group error */
}
.form-group.form-group-custom.has-error,
.form-group.form-group-custom.error {
  background: #fff2f2;
  border-color: #ffd9d9;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom.has-error .form-control,
.form-group.form-group-custom.error .form-control {
  background: transparent;
  border-color: transparent;
}
.form-group.form-group-custom.has-warning,
.form-group.form-group-custom.warning {
  background: #fefae9;
  border-color: #fef3c7;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom.has-warning .form-control,
.form-group.form-group-custom.warning .form-control {
  background: transparent;
  border-color: transparent;
}
.form-group.form-group-custom.has-success,
.form-group.form-group-custom.success {
  background: #fbfdf2;
  border-color: #ecf5cd;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom.has-success .form-control,
.form-group.form-group-custom.success .form-control {
  background: transparent;
  border-color: transparent;
}
.form-group span.has-error,
.form-group span.error {
  font-size: 11px;
  color: #bd4036;
  line-height: 25px;
}
/* ./form group states */
/* form group one unit */
.form-group-one-unit {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #fafafa;
  border: 1px solid #e7ebf1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form-group-one-unit .row {
  margin: 0px;
}
.form-group-one-unit .row div[class^="col-"] {
  padding: 0px;
}
.form-group-one-unit .row div[class^="col-"] .form-group.form-group-custom {
  margin-bottom: 0px;
  border: 0px;
  border-bottom: 1px solid #e7ebf1;
  border-right: 1px solid #e7ebf1;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.form-group-one-unit .row div[class^="col-"]:last-child .form-group.form-group-custom {
  border-right: 0px;
}
.form-group-one-unit .row:first-child div[class^="col-"]:first-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 5px 0px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 0px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 0px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.form-group-one-unit .row:first-child div[class^="col-"]:last-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 0px 5px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 5px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 5px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.form-group-one-unit .row:last-child div[class^="col-"] .form-group.form-group-custom {
  border-bottom: 0px;
}
.form-group-one-unit .row:last-child div[class^="col-"]:first-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 0px 0px 0px 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 0px 0px 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 0px 0px 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}
.form-group-one-unit .row:last-child div[class^="col-"]:last-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 0px 0px 5px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 0px 5px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 0px 5px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}
.form-group-one-unit.no-padding {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
}
/* ./form group one unit */
.input-group-addon {
  background: #fafafa;
  border-color: #e7ebf1;
  color: #454545;
}

/* css sprite  */

.c_s
{
  /* background-image: url('../img/sprite.png'); */
  background-repeat: no-repeat;
  display:inline-block;  
	float:left;
}

.c_s_phone
{
	width:18px;
	height:18px;
	background-position:right -41px;
}

.c_s_email
{
	width:16px;
	height:11px;
	background-position:right -62px;
	margin-top:5px;
}
.c_s_cart
{
	background-position: -297px -29px;
    display: inline-block;
    float: none;
    height: 23px;
    width: 24px;
}

.c_s_delivery
{
	background-position: -287px -52px;
    height: 27px;
    width: 34px;
}

.c_s_clock
{
	background-position: -267px -13px;
    height: 30px;
    width: 26px;
}

.c_s_best_service
{
	background-position: -239px -11px;
    height: 31px;
    width: 25px;
}

.c_s_charge
{
    background-position: 1px -36px;
    display: block !important;
    height: 37px;
    margin: 22px 20px 0;
    width: 49px;
	clear:both;
}

.c_s_printer
{
    background-position: -183px -31px;
    display: block !important;
    height: 44px;
    margin: 22px 26px 0;
    width: 38px;
}

.c_s_big_clock
{
    background-position: -136px -31px;
    display: block !important;
    height: 44px;
    margin: 22px 23px 0;
    width: 44px;
}

.c_s_box
{
    background-position: -90px -31px;
    display: block !important;
    height: 42px;
    margin: 22px 22px 0;
    width: 46px;
}

.c_s_download
{
    background-position: -48px -36px;
    display: block !important;
    height: 44px;
    margin: 22px 24px 0;
    width: 42px;
}

.c_s_location
{
	/* background-position: -297px -11px; */
    height: 17px;
    margin-right: 6px;
    /* margin-top: 3px; */
    width: 25px;
	background-image: url(../img/home.png);
	 height: 25px;
}

.c_s_contact
{
	/* background-position: -309px -11px; */
    height: 25px;
    margin-right: 6px;
    /* margin-top: 3px; */
    width: 25px;
	background-image: url(../img/phone.png);
}
.c_s_fax
{
	/* background-position: -309px -11px; */
    height: 25px;
    margin-right: 6px;
    /* margin-top: 3px; */
    width: 25px;
	background-image: url(../img/fax.png);
}
.c_s_contact_email
{
	/* background-position: -325px -22px; */
    height: 25px;
    margin-right: 5px;
    /* margin-top: 2px; */
    width: 25px;
	background-image: url(../img/email.png);
}

.c_s_pay_method
{
	background-position: -1px -3px;
    float: right !important;
    height: 26px;
    width: 233px;
}




.jumborton{
	width: 100%;
	clear: both;
}

.gap
{
	height:20px;
}

/*Begin: top Row CSS*/
.top-row{
	background: #000; /* Old browsers */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 9%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(9%,#f5f5f5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );*/
	box-shadow: 0 3px 3px #cecece;
	-webkit-box-shadow: 0 3px 3px #cecece;
	-moz-box-shadow: 0 3px 3px #cecece;
	-ms-box-shadow: 0 3px 3px #cecece;
	-o-box-shadow: 0 3px 3px #cecece;
	padding: 7px 0 5px;
	width:100%;
	z-index:9999;
}
.top-row .top-contact-list, .top-row .top-nav, .benifits-msgs li p, .box-style-slider .pkg .img-desc p{
	margin-bottom: 0px;
}
.top-row .top-contact-list li p img{
	margin-right: 5px;
}
.top-row .top-contact-list li p{
	font-size: 13px;
}
.top-row .top-nav li a{
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
}
.top-row .top-nav li a:after{
	content: "|";
	margin-left: 10px;
}
.top-row .top-nav li:last-child a:after{
	content: "";
}
/*END: top Row CSS*/


/*Begin: Header CSS*/
.logo h1{
	margin-top: 0px;
}
.shoping-cart{
	margin-bottom: 20px;
}
.shoping-cart p{
	text-align: center;
	font-size: 15px;
	color: #6d6d6d;
	text-transform: capitalize;
	margin: 5px;
}

.shoping-cart p span{
	/* display: block; */
	font-size: 12px; 
}
.benifits-msgs{
	margin-top: 5px;
}
.benifits-msgs li{
	width: 33.33%;
	float: left;
}
.benifits-msgs li:hover p{
	color:#006298;
}
.benifits-msgs li .io-img{
	display: table;
	float: left;
	margin-right: 8px;
}
.benifits-msgs li p{
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 6px;
        cursor:pointer;
}
.benifits-msgs li span{
	font-size: 11px;
}
.searchbar .form-control{
	/*background: #f4f5f8;*/
	border: 1px solid #f05e27;
	box-shadow: none;
}
.searchbar .btn{
	background: #000;
	color: #fff;
	  font-size: 10px;
  padding: 11.5px 24px;
  border: 0;
}
/*END: Header CSS*/


/*Begin: Navigation CSS*/
.navbar-style {
	margin-top: 18px;
	border: 1px solid #e4e4e4;
	border-bottom: 4px solid #0f6ea1;
	border-radius: 0px;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;*/
}
.navbar-style .navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-style .navbar-nav li a{
	font-size: 13px;
	text-transform: uppercase;
	background: #f8f8f8;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );*/
}
.navbar-style .navbar-nav li.active a, .consumer-header{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjU5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc4YmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00659c 0%, #0078ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00659c), color-stop(100%,#0078ba));
	background: -webkit-linear-gradient(top,  #00659c 0%,#0078ba 100%);
	background: -o-linear-gradient(top,  #00659c 0%,#0078ba 100%);
	background: -ms-linear-gradient(top,  #00659c 0%,#0078ba 100%);
	background: linear-gradient(to bottom,  #00659c 0%,#0078ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00659c', endColorstr='#0078ba',GradientType=0 );*/
/* 	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	color: #fff;
 */}
.navbar-style .navbar-nav li.active a:hover{
	color: #fff;
}
/*END: Navigation CSS*/



/*Begin: Banner CSS*/
.banner-wrpr{
	background: #ebecee;
	overflow: hidden;
	margin: 0 15px;
	padding: 10px;
}
.banner-wrpr .banner{
	width: 68%;
	/* background: url(../img/banner.jpg);
	padding: 10px; */
	margin-right: 2%;
	float: left;
}
.banner-wrpr .banner h2, .banner-wrpr .banner h4{
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 35px;
}
.banner-wrpr .banner h4{
	font-size: 18px;
	margin-top: 0px;
}
.banner-wrpr .banner ul li p{
	float: left;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 10px 0 0;
}
.banner-wrpr .banner ul li h4{
	font-size: 17px;
	text-transform: none;
	text-align: center;
	margin-bottom: 20px;
}
.banner-wrpr .banner .banner-btn{
	color: #fff;
	text-transform: uppercase;
	border-bottom: 4px solid #c54210;
	font-size: 17px;
	font-weight: bold;
	width: 150px;
	background: #f15e26; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNWUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDdkMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f15e26 0%, #f47d21 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f15e26), color-stop(100%,#f47d21)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f15e26 0%,#f47d21 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f15e26 0%,#f47d21 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f15e26 0%,#f47d21 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f15e26 0%,#f47d21 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e26', endColorstr='#f47d21',GradientType=0 ); /* IE6-8 */
}
.banner-wrpr .banner p{
	margin-bottom: 0px;
	text-align: right;
	color: #fff;
}
/*END: Banner CSS*/


/*Begin: Signup CSS*/
.box-style-list .pkg a.img-desc:hover, .consumer-box .price-hd, .price-hd{
	width: 30%;
	float: left;
	border-bottom: 4px solid #00659c;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #f15e26; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none'
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNWUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDdkMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f15e26 0%, #f47d21 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f15e26), color-stop(100%,#f47d21)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #f15e26 0%,#f47d21 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #f15e26 0%,#f47d21 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  #f15e26 0%,#f47d21 100%); /* IE10+ 
	background: linear-gradient(to bottom,  #f15e26 0%,#f47d21 100%); /* W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15e26', endColorstr='#f47d21',GradientType=0 ); /* IE6-8 */	
}
.banner-wrpr .signup-form{
	width: 30%;
	float: left;
	border-bottom: 4px solid #00659c;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #00659c; /* Old browsers */
}
.signup-form .form-hd{
	padding-left: 30px;
	background-color:#f05e27;
}
.signup-form .form-hd h2, .signup-form .form-hd h4{
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 0;
}
.signup-form .form-hd h4{
	font-size: 16px;
	margin: 0 0 0px 0;
}
.signup-form .input-wrpr{
/*	background: #00659c;*/
	padding: 10px; 
	
}
.letshelp{
    color:#fff;
    font-size:25px;
}
.signup-form .input-wrpr input, .signup-form .input-wrpr select{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 50%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-8 */
	color: #62666b;
	font-size: 12px;
	height: 33px;
	margin-bottom: 10px;
}
.signup-form .form-btn-style{
	background-color: #fd926d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 50%, #dfdfdf 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 50%,#dfdfdf 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-8 */
	height: 42px;
	color: #fff;
	margin: 0 auto;
	display: block;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
/*END: Signup CSS*/



/*Begin: Short Run Pkg CSS*/
.short-run-pkg, .short-run-pkg .pkg a.learn-btn, .box-style-slider .pkg .img-desc, .sort-by, .sort-by-drpdwn, .grid,
.box-showcase .lrg-img, .box-showcase .sml-img, .product-form-style input, .product-form-style select,
.comment-row textarea{
	/* background-color: #FAFBFB; */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );*/
	/* border: 1px solid #e4e4e4; */
	margin-top: 40px;
	display: table;
	width: 100%;
	/* border-radius: 4px; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	
}
.short-run-pkg div.sec_1{
	font-size: 25px;
	text-transform: uppercase;
	color: #2f2f2f;
	margin: -15px 0 0 20px;
	background: #fff;
	/* display: table; */
}
.short-run-pkg div.sec_1 h1{
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
	display:inline;
}
.short-run-pkg p.sec_2{
	font-size: 18px;
	font-weight: 300;
	margin-left: 20px;
	text-align: center;
	padding:20px 0 60px;
}
.short-run-pkg .pkg, .box-style-slider .pkg, .box-style-list .pkg{
	 width: 20%; 
	/* float: left; */
	/* text-align: center; */
	/* margin-top: 40px; */
	border: 2px solid #0d93c5;
	border-bottom:5px solid #0d93c5;
 /*	border-radius: 15px; */
    float: left;
    /* height: 350px; */
    margin-left: 10px;
    margin-top: 40px;
    text-align: center;
    /* width: 100%; */
}
}
.short-run-pkg .pkg a{
	background: #23afc8;
	display: table;
	margin: 0 auto;
	width: 90px;
	height: 85px;
	border-bottom: 5px solid transparent;
	border-radius: 55px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.short-run-pkg .pkg a:hover {
    background: #3b9fce !important;
}
.short-run-pkg .pkg a img{
	vertical-align: middle;
	display: table;
	margin: 20px auto 0;
}
.short-run-pkg .pkg a.first{
	background: #23afc8;
	border-color: #1a8a9e;
}
.short-run-pkg .pkg a.second{
	background: #29bb9c;
	border-color: #1e987e;
}
.short-run-pkg .pkg a.third{
	background: #eb5250;
	border-color: #ca3f3d;
}
.short-run-pkg .pkg a.fourth{
	background: #f3b13f;
	border-color: #cb912e;
}
.short-run-pkg .pkg a.fifth{
	background: #45ca33;
	border-color: #2da11d;
}
.short-run-pkg .pkg h2{
	/* text-transform: uppercase; */
	/* color: #000; */
	/* margin: 15px 0 0; */
	/* font-size:13px;	 */
	color: #000;
    font-size: 17px;
    margin: 15px 0 0;
    text-transform: uppercase;
    padding: 35px;
}
.short-run-pkg .pkg h2 span{
	display: block;
	color: #3b3b3b;
}
.short-run-pkg .pkg a.learn-btn{
	width: 136px;
	height: 32px;
	line-height: 32px;
	color: #3d3d3d;
	font-size: 11px;
	text-transform: uppercase;
	margin: 20px auto 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
/*END: Short Run Pkg CSS*/



/*Begin: Box Styling CSS*/
.box-style-hd h1{
	/*background: url(../img/border.png); */
	text-transform: uppercase;
	font-size: 18px;
	margin:40px 0 0 0;
	line-height: 20px;
}
.box-style-hd h1 span{
	font-weight: 300;
}
.box-style-slider .pkg, .box-style-list .pkg{
	background: #fefefe;
	border:1px solid #f05e27;
	padding-top: 30px;
}
.box-style-slider .pkg img, .box-style-list .pkg img{
	display: block;
	margin: 0 auto;
}
.box-style-slider .pkg .img-desc, .box-style-list .pkg .img-desc{
	margin-top: 40px;
	border-radius: 0px;
	border: 0px;
	border-top:1px solid #e4e4e4;
	padding:10px 0;
	display: block;
}
.box-style-slider .carousel-control{
	background: none;
	top: -5px;
	right: -36px;
	bottom: auto;
	opacity: 1;
}
.box-style-slider .carousel-control span {
	margin: 35px -37px;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 2px;
	width: 37px;
	height: 40px;
	
}
/*END: Box Styling CSS*/


/*Begin: the-advantages*/
.the-advantages{
	margin-bottom: 50px;
}
.the-advantages div.sec_1{
	margin-bottom: 30px;
}
.the-advantages .short-run-pkg div.sec_1{
	margin: -15px auto 10px;
}
.the-advantages .short-run-pkg p.sec_2{
	margin-top: 0px;
	text-align: center;
	margin-bottom: 50px;
}
.short-run-pkg ul.testimonial-list li:nth-child(2){
	background: url(../img/shadow.png);
	background-position: -180px 0px;
	background-size: 350px 220px;
}
.client-fedbk p{
	font-style: italic;
	font-weight: 300;
	clear: both;
	margin-bottom: 50px;
}
/*END: the-advantages*/



/*Begin: Foote CSS*/
.footer{
	background: #002b3e;
	display: table;
	width: 100%;
}
.footer .footer-left-col{
	width: 70%;
	float: left;
	padding-left: 7%;
}
.footer .footer-head{
	background: #021e2a;
	overflow: hidden;
	/* padding: 5px 12%; */
	margin-left: -11%;
}
.footer .footer-head h4{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #021e2a ;
}
.footer ul{
	margin: 40px 0 25px;
}
.footer h4{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.footer h3{
	/* font-size: 15px; */
	color: #fff;
	text-transform: uppercase;
}
.footer ul li a, .foter-right-col p{
	font-size: 15px;
	text-transform: capitalize;
	color: #999999;
	display: block;
	margin-bottom: 5px;
}
.foter-logo{
	margin: 30px 0 25px;
}
.foter-right-col{
	background: #151515;
	width: 30%;
	float: left;
}
.footer .foter-right-col .footer-head{
	background: #021e2a;
	margin-left: 0;
	padding-left: 5%;
}
.foter-right-col p{
	margin-top: 10px;
	text-transform: none;
}
.fotr-cntct-detl li p{
	margin:0 0 10px;
}
.fotr-cntct-detl li.contact-no p, .fotr-cntct-detl li.location p, .fotr-cntct-detl li.email a{
	display: block;
}
.fotr-cntct-detl li.contact-no p{
	background-position: 0px -50px;
}
.fotr-cntct-detl li.email a{
	background-position: 0px -76px;
	color: #1d93d3;
	text-transform: none;
}
.social-icons {
	margin-top: 40px;
}
.social-icons li .social-io{
	background: url(../img/social-io.png) no-repeat;
	width: 32px;
	height: 30px;
	margin: 0px;
}
.fotr-cntct-detl li.fax-no p{
	background: url(../img/fax.png) no-repeat;
	background-size: 14px;
	padding-left: 20px;
	display: block;
}
.social-icons li .social-io.drill{
	background-position: -43px 0;
}
.social-icons li .social-io.facebook{
	background-position: -86px 0;
}
.social-icons li .social-io.flip{
	background-position: -129px 0;
}
.footer-btm-row{
	background: #fd926d;
	padding: 20px 0 10px;
	/* margin-top: 30px; */
	display: table;
	width: 100%;
	 color: #fff;
}
.pay-method{
	float: right;
}
/*END: Foote CSS*/





/*Begin: Style Box Page CSS*/
.sort-row{
	border-bottom: 6px solid #f47822;
	display: table;
	width: 100%;
}
.category-hd h3{
	color: #444444;
	font-size: 17px;
	text-transform: uppercase;
}
.category-hd h3 span{
	display: block;
	font-size: 24px;
}
.sort-by{
	width: 150px;
	float: none;
	display: table;
	padding: 3px 0;
	border: 1px solid #d9dee1;
	margin-top: 0px;
	clear: both;
	margin-bottom: 5px;
	border-radius: 0px;
}
.sort-by p, .sort-by span, .sort-by-drpdwn ul li a{
	text-transform: uppercase;
	font-size: 13px;
	display: table;
	float: left;
	padding: 0 4px;
	margin-bottom: 0px;
	border-right: 1px solid #d9dee1;
}
.sort-by span, .sort-by-drpdwn ul li a{
	font-size: 12px;
	border-right: 0px;
}
.sort-by-drpdwn{
	width: 70px;
	padding: 2px 0;
	margin-top: 0px;
	float: left;
	border-radius: 0px;
}
.sort-by-drpdwn ul{
	margin-bottom: 0;
}
.sort-by-drpdwn ul li a{
	color: #444444;
	display: block;
	width: 100%;
line-height: 20px;
}
.grid{
	width: 30px;
	display: table;
	float: left;
	margin: 0 5px;
	text-align: center;
	border-radius: 0px;
}
.grid span{
	font-size: 24px;
	color: #c5c5c6;
}
.box-style-list .pkg{
	margin: 20px 0 40px;
}
.box-style-list{
	margin-bottom: 30px;
}
.box-style-list h2{
	text-align: center;
}
.pag-nav{
	margin-top: 20px;
}
.pagination-style{
	margin: 0px;
}
.pagination-style li a{
	background: #f4f5f8;
	color: #444444;
	border: 1px solid #e0e3e8;
}
.pagination-style li a:hover{
	background: #e2e2e2;
}
.pag-nav p{
	display: table;
	float: left;margin-right: 10px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 4px;
}
.pagination-style li:first-child a, .pagination-style li:last-child a{
	border-radius: 0px;
}
.box-style-list .pkg a.img-desc{
 	background: #fd926d ; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjU5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc4YmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fd926d  0%, #fd926d  100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd926d ), color-stop(100%,#fd926d )); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #fd926d  0%,#fd926d  100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #fd926d  0%,#fd926d  100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  #fd926d  0%,#fd926d  100%); /* IE10+ 
	background: linear-gradient(to bottom,  #fd926d  0%,#fd926d  100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd926d ', endColorstr='#fd926d ',GradientType=0 ); /* IE6-8 */
	color: #000;
	text-transform: uppercase;
	padding: 15px 0 5px;
	font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: bold;
	background-color: #f7f7f7 !important;
    border-top: 1px solid #fd926d;
 }
 .box-style-list .pkg a.img-desc:hover{
 	width: 100%;
 	border-bottom: 0px;
 	border-radius: 0px;
 	text-decoration: none;
 }
.list-styled{
	display: table;
	float: right;
}
.pag-nav ul{
	margin:0 0 20px;
}	
/*Begin: Style Box Page CSS*/



/*Begin: Product Page CSS*/
.box-showcase .lrg-img, .box-showcase .sml-img{
	width: 348px;
	float: left;
	display: table;
	margin-top: 0px;
	border-radius: 0px;
	height: 348px;
}
.box-showcase .lrg-img img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.box-showcase .lrg-img p{
	font-size: 22px;
	color: #b3b3b3;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 21px;
}
.box-showcase .sml-img{
	width: 120px;
	height: 116px;
}
.box-showcase .sml-img img{
	display: block;
	margin: 16px auto 0;
	max-height: 100px;
	max-width: 100px;
}
.consumer-header{
	padding: 10px 0;
	border-radius: 0px;
}
.consumer-header h1{
	margin: 0px;
	text-align: center;
	font-size: 26px;
}
.consumer-box p{
	margin-top: 20px;
	color: #323232
}
.consumer-box .price-hd, .price-hd{
	width: 100%;
	padding: 10px;
	border-bottom: 0px;
}
.consumer-box .price-hd h2, .consumer-box .price-hd h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0;
}
.consumer-box .price-hd span{
	font-size: 18px;
	float: right;
}
.consumer-box .price-hd h4{
	float: left;
	font-size: 18px;
}
.product-form-style, .comment-row{
	margin-top: 0px;
}
.product-form-style label, .comment-row label{
	font-size: 12px;
	text-transform: uppercase;
	color: #323232;
}
.product-form-style input, .product-form-style select, .comment-row textarea{
	margin-top: 0px;
	font-size: 13px;
	color: #323232;
	box-shadow: none;
	height: 34px;
	border-radius: 0;
	padding: 6px;
}
.product-form-style .qty input{
	background: none;
	border: 0px;
}
.product-form-style .submit-btn, .submit-btn{
	background: #00659c; 
	border: 0px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 3px solid #004c76;
}
.quote-btn,
.order-btn {
	font-size: 14px;
	width: 46%;
	float: left;
	margin: 10px 0 0 0;
}
.order-btn{
	float: right;
}
.product-form-style .consumer-box{
	margin-bottom: 38px;
}

.prodct-desc-tbl{
	border:1px solid #e4e4e4;
}
.prodct-desc-tbl tr td{
	font-size: 20px;
	color: #323232;
}
.prodct-desc-tbl tr td:first-child{
	background: #f6f6f6;
	border-right: 1px solid #e4e4e4;
}
.pro-desc-row h2{
	text-align: center;
	color: #f37722;
	font-size: 32px;
	text-transform: uppercase;
}
.comment-row textarea{
	min-height: 150px;
	resize: vertical;
}
.comment-row .product-form-style{
	margin-top: 0px;
}
.model-style img{
	margin: 0 auto;
	display: block;
}
.Tab_form_style .nav-tabs{
	overflow: hidden;
	background-color: #E6E6E6;
}
.Tab_form_style .nav-tabs li{
	width: 50%;
	text-align: center;
}
.Tab_form_style .nav-tabs li.active a,
.Tab_form_style .nav-tabs li.active:last-child a{
	background: #00659c;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #00659c;
	transform: skew(-22deg);
}
.Tab_form_style .nav-tabs li.active:first-child,
.Tab_form_style .nav-tabs li.active:last-child{
	border-radius: 0 4px 0 0;
	background: #00659c;
	left: -8px;
	overflow: hidden;
	transform: skew(22deg);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);
	-o-transform: skew(22deg);
	-ms-transform: skew(22deg);
}
.Tab_form_style .nav-tabs li a{
	border: 0;
}
.Tab_form_style .nav-tabs li.active:last-child{
	left: 10px;
}
.Tab_form_style .nav-tabs li a:hover{
	background-color: #E6E6E6;
}
.Tab_form_style .nav-tabs li.active a:hover{
	background: #00659c;
}
.eight-io li {
	width: 50%;
	float: left;
	padding: 0;
	margin-bottom: 15px;
}
.eight-io li p{
	  margin: 0;
  text-transform: capitalize;
  font-size: 12px;
}
.eight-io li img{
	width: 50px;
}
/*END: Product Page CSS*/




/*Begin Small Devices Media qurie*/

.topbanner:before {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #393a3b;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
	z-index:15;
}
.topbanner:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-top: solid 24px #2eb3ec;
    border-left: solid 24px transparent;
    border-right: solid 24px transparent;
	z-index:1;
}
.topbanner
{
	/* width: 264px; */
	padding:5px	7px;
	/* margin-left: 150px; */
	z-index: 99999999999 !important;
	position: absolute !important;
	background: #393a3b;
	min-height: 20px;
	border-bottom:solid 3px #2eb3ec;
	border-top:none;
}
	

@media (max-width: 1199px){
	#siteseal
{
display:inline-block;	
margin-top:10px;	
}
	.navbar-style .navbar-nav li a{
		padding: 15px 7px;
	}
	.benifits-msgs li p{
		font-size: 11px;
	}
	.benifits-msgs li .io-img{
		margin-bottom: 20px;
	}
	.banner-wrpr .banner ul li h4{
		font-size: 14px;
	}
	.signup-form .form-hd h2, .signup-form .form-hd h4, .signup-form .form-btn-style{
		margin-top: 5px;
	}
	.signup-form .input-wrpr input, .signup-form .input-wrpr select{
		margin-bottom: 5px;
	}
	.short-run-pkg ul.testimonial-list li:nth-child(2){
		background-position: -130px 0px;
		background-size: 280px 220px;
	}
	.banner-wrpr .banner ul li img{
		width: 100px;
	}
	.box-style-slider .carousel-control{
		right: -16px;
	}
	.sort-row .sort-by{
		float: right;
	}
	.pag-nav{
		margin: 0;
	}
	.pag-nav ul{
		margin:0 0 20px;
	}
	.box-showcase .lrg-img{
		width: 328px;
	}
	.consumer-box .price-hd h2{
		font-size: 22px;
	}
	.consumer-box .price-hd h4{
		font-size: 18px;
	}


	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
		padding: 15px 16px !important;
		font-size: 14px  !important;
	}


	.contcthide
	{
		color:#fff;
		display:none !important;
	}
}


@media (max-width: 991px){
	.content-slider
	{
		display:none !important;
		visibility:hidden !important;
	}
	.banner-wrpr .banner{
		background-size: cover;
	}
	.banner-wrpr .banner ul li p{
		font-size: 20px;
		margin: 10px 4px 0 0;
	}
	.banner-wrpr .banner ul li img{
		width: 50px;
		margin: 0 auto;
	}
	.banner-wrpr .banner ul li h4, .short-run-pkg .pkg p, .box-style-list .pkg a.img-desc{
		font-size: 12px;
	}
	.banner-wrpr .banner .banner-btn{
		font-size: 14px;
		width: 120px;
	}
	.signup-form .form-hd{
		padding-left: 5px;
	}
	.signup-form .form-hd h2{
		font-size: 16px;
	}
	.signup-form .form-hd h4{
		font-size: 13px;
		margin: 0 0 5px;
	}
	.signup-form .input-wrpr input, .signup-form .input-wrpr select{
		height: 30px;
	}
	.signup-form .form-btn-style{
		height: 28px;
		font-size: 16px;
		line-height: 16px;
	}
	.short-run-pkg h2{
		font-size: 22px;
		margin: -15px 0 0 10px;
	}
	.short-run-pkg h2 span{
		font-size: 18px;
	}
	.short-run-pkg h4{
		font-size: 14px;
	}
	.short-run-pkg .pkg{
		margin-top: 10px;
	}
	.short-run-pkg .pkg a.learn-btn{
		width: 110px;
		margin-top: 5px;
	}
	.box-style-slider .carousel-control{
		right: -6px;
	}
	.footer .footer-left-col, .foter-right-col{
		width: 100%;
		clear: both;
		text-align: center;
	}
	.footer ul, .consumer-header{
		margin-top: 10px;
	}
	.fotr-cntct-detl li.contact-no p, .fotr-cntct-detl li.location p, .fotr-cntct-detl li.email a, .capcha{
		margin-bottom: 10px;
	}
	.foter-logo{
		display: table;
		margin: 30px auto;
	}
	.fotr-cntct-detl li.contact-no p, .fotr-cntct-detl li.location p, .fotr-cntct-detl li.email a{
		display: table;
		margin: 0 auto;
	}
	.foter-logo{
		display: table;
		margin: 30px auto;
	}
	.short-run-pkg ul.testimonial-list li:nth-child(2){
		background: none;
	}
	.pag-nav{
		margin: 20px;
	}
	.box-style-list, .consumer-header{
		display: table;
		width: 100%;
	}
	.box-style-list h2{
		margin: 0;
	}
	.box-showcase .lrg-img{
		width: 100%;
	}
	.comment-row .product-form-style .submit-btn{
		margin-top: 20px;
	}
}
/*Begin Small Devices Media qurie*/


/*Begin: smart Phones Media Quries*/
@media(max-width: 767px){
	.navbar-right
	{
		text-align:right !important;	
	}
	.navbar-style{
		border-bottom: 1px solid #e4e4e4;
	}
	.top-row .top-contact-list, .top-row .top-nav,
	.fotr-cntct-detl li.contact-no p, .fotr-cntct-detl li.location p, .fotr-cntct-detl li.email a{
		display: table;
		margin: 2px auto;
	}
	.shoping-cart p{
		margin-top: 10px;
	}
	.shoping-cart{
		margin-bottom: 5px;
	}
	.banner-wrpr .banner, .banner-wrpr .banner .banner-btn, .banner-wrpr .signup-form{
		width: 100%;
		margin-right: 0px;
	}
	.banner-wrpr .signup-form{
		margin-top: 10px;
	}
	.banner-wrpr .banner ul li, .short-run-pkg .pkg{
		width: 50%;
		float: left;
	}
	.signup-form .form-hd h2, .signup-form .form-hd h4, .client-fedbk p,
	.footer-btm-row, .consumer-box .price-hd h2, .consumer-box .price-hd h4{
		text-align: center;
	}
	.short-run-pkg h2{
		font-size: 15px;
	}
	.short-run-pkg h2 span, .short-run-pkg .pkg p, .box-style-slider .pkg .img-desc p.
	.top-row .top-contact-list li p{
		font-size: 12px;
	}
	.short-run-pkg .testimonial img{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.short-run-pkg .testimonial span{
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.short-run-pkg ul.testimonial-list li:nth-child(2){
		background: none;
	}
	.footer .footer-left-col, .foter-right-col{
		width: 100%;
		clear: both;
		text-align: center;
	}
	.footer ul{
		margin-top: 10px;
	}
	.fotr-cntct-detl li.contact-no p, .fotr-cntct-detl li.location p, .fotr-cntct-detl li.email a,
	.product-form-style input, .product-form-style select, .comment-row textarea{
		margin-bottom: 10px;
	}
	.foter-logo{
		display: table;
		margin: 30px auto;
	}
	.pay-method, .consumer-box .price-hd h2, .consumer-box .price-hd h4{
		float: none;
	}
	.box-style-slider .carousel-control{
		right: 40px;
	}
	.box-style-slider .carousel-control span{
		height: 30px;
	}
	.box-style-slider .pkg .img-desc p{
		font-size: 12
	}
	.navbar-style .navbar-nav li a{
		padding: 15px 25px;
		background: #f2f2f2;
		font-size: 14px;
	}
	.navbar-style .navbar-collapse{
		padding-left: 10px;
		padding-right: 15px;
	}
	.box-style-list .pkg{
		margin-bottom: 20px;
		width: 50%;
	}
	.product-form-style label, .comment-row label{
		font-size: 14px;
	}
	.top-row .top-nav li{
		padding: 0 0px;
	}
	.top-row .top-nav li a:after {
		margin: 3px;
		content: '|';
		
	}
.benifits-msgs li:hover p{
	color:#006298;
}
	.benifits-msgs li .io-img{
		float: none;
		display: block;
	}
	.benifits-msgs li .io-img img{
		float: none;
		display: block;
		margin: 0 auto 10px;
	}.benifits-msgs li p {
		line-height: 16px
	}
	.pagination-style li a{
		padding:4px 7px;
	}
	.box-style-list .pkg a.img-desc{
		margin-top: 10px;
		padding: 8px 0 1px;
	}
.font-15
{
    font-size:15px !important;
}
.font-h-15
{
    font-size:35px !important;
}
.srchwid {
    margin: 25px 15px 10px 0px !important;
}
.glyphs
{
    /*margin-left: 90px !important;*/
    margin-bottom: -7px  !important;
    display:flex;
    justify-content:Center;
}
}
/*END: smart Phones Media Quries*/

.required{
	color: #F00!important;
}

.go_to_cart{
	cursor: pointer;
width: 220px;
	float: right;
	
}

.short-run-pkg .pkg a.learn-btn{
	display: none;
}
.short-run-pkg .pkg{
	margin-top: 5px;
}
.short-run-pkg .pkg h2{
	margin-bottom: 10px;
}

.tab-content #reviews, .tab-content #description{
	min-height: 250px;
	padding: 15px 0px;
}
.tab-content #reviews .review strong{
	display: block;
}
.tab-content #reviews .review{
	margin: 5px 0px;
}

.tab-content #comment{
	padding: 10px 0px;
}

.signup-form .form-btn-style:hover{
	background: #fd926d;
}

.contact_map iframe{
	width:100% !important;
	height:320px !important;
	margin-top: 20px;
	border: 1px #ccc solid;
}
.fb-share-button iframe{
  height: 22px !important;
  margin-top: -6px;
  }
  
.blog .pull-right{
	float: none !important;
	text-align: center;
}
#arrow_image_chat
{
	position:fixed;
	margin-right:70px;
	margin-bottom:50px;
	bottom:0;
	right:0;
z-index:1000;	
}
.d_blog img
{
	width:100% !important;
}
.hd1{background-color: #3092c0;
	 
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    line-height: 20px;
    padding: 15px;
	font-size:25px;
	 }

.blog_title{
    float: right;
    padding-bottom: 15px;
    color: #fd926d;
    font-weight: bold;
}
 .hd1{background-color: #fd926d;
	 
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
  
	font-size:25px;
	 }
.blog_left_side
{
	background-color:#E0E0E0;  
	padding:15px;
	
}
.left_blog_media
{
	background-color:#fff;
	padding:5px;
	font-size:25px;
}
.blog_left_head
{
	background-color:#00AAFF; 
	height:20px;
	width:20px;
	transform: rotate(45deg); 
	display: inline-block;
}
.left_sidebar_menu
{
	background-color:#E9E9E9;
	padding:5px;
	font-size:18px; 
	margin-top:8px;
}
.left_bar_style
{
	background-color:#515D63;
	height:10px; 
	width:10px;  
	transform: rotate(45deg);
	display: inline-block;
}
.left_sidebar_menu1
{
	background-color:#e7e7e7; 
	padding:5px;
	font-size:18px;
	margin-top:5px;
}
.blog_left
{
	background-color:#fff;
	padding:5px;
	font-size:25px;
	margin-top:25px;
}
.blog_left1
{
	background-color:#fff; 
	padding:5px;
	font-size:25px; 
	margin-top:5px;
}

.abc
{
	background-color:#EEEEEE;
	padding:5px;
	font-size:16px; 
	margin-top:25px;
}
.abc_img
{
	width:100%;height:250px; margin-top:5px;
}
.abc_title
{
	background-color:#575757; 
	height:30px; 
	width:100%; 
	display: inline-block;
	font-size:11px;
	color:#fff;
}
.left_bar_social
{
	background-color:#515D63;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_bar_social_f
{
	background-color:#395897;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_bar_social_t
{
	background-color:#2AA9E0;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_bar_social_g
{
	background-color:#C53013;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_bar_social_l
{
	background-color:#0073A4;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_bar_social_y
{
	background-color:#CC121E;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_bar_social_p
{
	background-color:#C91F27;
	display: inline-block;
	height: 20px;
	width: 25px;
	display: inline-block;
	padding: 20px;
}
.left_sidebar_media
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid green;
}
.left_sidebar_media_f
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid #395897;
}
.left_sidebar_media_t
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid #2AA9E0;
}
.left_sidebar_media_g
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid #C53013;
}
.left_sidebar_media_l
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid #0073A4;
}
.left_sidebar_media_y
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid #CC121E;
}
.left_sidebar_media_p
{
	background-color:#E9E9E9;
	height:40px;
	font-size:18px; 
	margin-top:8px;
	border-right: 3px solid #C91F27;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.soicons
{
	margin:-10px;
	font-size: 20px !important;
	color:#fff;
}

.facebook
{
	background-image:url('../img/facebook.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.twitter
{
	background-image:url('../img/twitter.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.gogplus
{
	background-image:url('../img/gogplus.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.linkin
{
	background-image:url('../img/linkin.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.Ingram
{
	background-image:url('../img/Ingram.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.utube
{
	background-image:url('../img/utube.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.pinrest
{
	background-image:url('../img/pinrest.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.tumblr
{
	background-image:url('../img/tumblr.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}
.stumbler
{
	background-image:url('../img/stumbler.png');
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	
}

 /* read more start*/
p { margin-bottom: 1.3rem }

article {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
	
}

article:after { clear: both }

article figure {
    float: left;
    width: 32.5%;
}



article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
	
}

[for="read_more"] {
    position: absolute;
    bottom: -3rem;
    left: 0;
    /* width: 10%; */
    text-align: center;
    padding: .65rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
	background-color:#fd926d;
	border-bottom: 2px solid #fd926d;
	border-radius: 5px;
	color:#fff;
	
}

[for="read_more"]:hover {
    background: #f05e27;
    color: #f0632a;
}

[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
section h1
{
	border-bottom:1px solid #4e4e4e;
}
/* read more end*/
.contcthide
{
	color:#fff;
	font-family:"PT Sans",sans-serif;
}

.top-row_menu{
	background: #f0632a; /* Old browsers */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 9%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(9%,#f5f5f5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 9%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );*/
	box-shadow: 0 3px 3px #cecece;
	-webkit-box-shadow: 0 3px 3px #cecece;
	-moz-box-shadow: 0 3px 3px #cecece;
	-ms-box-shadow: 0 3px 3px #cecece;
	-o-box-shadow: 0 3px 3px #cecece;
	padding: 1px 0 1px;
	border-bottom: 3px solid #f0632a;
    position: relative;

}
@media(min-width: 1199px){
.navbar
{
	margin-top:-134px;
}
}


.icons_five {
    border: 3px solid #fff;
    color: #fff;
    display: block;
    margin: 0 3px;
    padding: 30px 15px 15px;
    text-align: center;
}
.fivimg{
   padding-top: 10px; 
   text-align:center;
   width: 100%;
}
@media(min-width: 1024px){
.fivimg
{
	width: 100%;
}
}
@media(min-width: 991px){
.fivimg
{
	/* width: 25%; */
}
}

.brdrimge
{
	/* border-image: url(../img/left.png); */
	background-color: #ffd275; 
	
	background-image: url(../img/left.png),
					  url(../img/rights.png)
					;
					
	background-repeat: no-repeat,
					   no-repeat
					;
						
	background-position: left center, right center 
					;
						 
	margin-top: 60px;
	padding:10px; 
	/* height:auto; */
	/* height:740px; */
	/* left: 0; */
    /* position: absolute; */
    /* width: 100%; */
}


.leftborder
{
	 /* background-image: url("../img/left.png"); */
    background-repeat: no-repeat;
    background-position: left top;
	float: left;
	margin-left: -10px;
    width: auto;
	height:100%;
	margin-left: -10px;
	/* margin-top: -45px; */
}
.rborder
{
	background-repeat: no-repeat !important;margin-top: -32px;  background-position: right top !important;float: right !important;margin-right: -10px !important;
}

/* .carousel-control { */
    /* bottom: 0; */
    /* color: #f67a90; */
    /* font-size: 20px; */
    /* left: 0; */
    /* opacity: 0.5; */
    /* position: absolute; */
    /* text-align: center; */
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
    /* top: 0; */
    /* width: 50%; */
/* } */
.hide-bullets {
	list-style:none;
}
	.thumbnail
		{
			background-color:transparent;
			border-style:none;
		}
		.thumbnail p
		{

			text-decoration: none;
		}

/* start search */
.search-box {
    width: 100%;
    margin: 16px auto;
    float: right;
    position: relative;
    padding: 0px 0px 0px 150px;
    border-radius: 2px;
	z-index:100;
	background-color:rgba(255, 255, 255, 0.50);
	margin-top:0% !important;
	padding:15px 2%;
}
@media (max-width: 480px){
.srch
{
	margin-top:-20% !important;	
}
.search-box {
  
	 width: 100%;
    margin: 16px auto;
    float: right;
    position: relative;
    <!--background: #fff url(../images/search-icon.png) no-repeat scroll 10px 10px;-->
    padding: 0px 0px 0px 150px;
    border-radius: 2px;
	/* // background-color:#000; */
	z-index:100;
	background-color:rgba(255, 255, 255, 0.50);
	padding:5px;
}
}
@media (max-width: 240px){
.search-box {
  
	 width: 100%;
    margin: 16px auto;
    float: right;
    position: relative;
    <!--background: #fff url(../images/search-icon.png) no-repeat scroll 10px 10px;-->
    padding: 0px 0px 0px 150px;
    border-radius: 2px;
	 margin-top: 115px !important;
	/* // background-color:#000; */
	z-index:100;
	background-color:rgba(255, 255, 255, 0.50);
}
}
.cate-dropdown {
    border: medium none;
    float: left;
    height: 34px;
    padding: 5px;
    width: 25%;
    line-height: 30px;
	border: 1px solid #393a3b;
	margin-bottom:0px;
}
input.input-text, select, textarea {
    background-color: #f0f0f0;
    border: 1px #f1f1f1 solid;
    padding: 10px;
    outline: none;
    color: #aaa;
}
#search {
    margin: 0;
    width: 60%;
    font-size: 12px;
    height: 34px;
    color: #333;
    padding: 0 10px;
    outline: none;
    float: left;
	border-radius: 20px 0px 0px 20px;
	border: 1px solid #393a3b;
	border-right: 1px solid #393a3b;
	text-align:left;
}

@media (max-width: 767px)
{
	#search {
		width: 75%;
	}
}
@media (max-width: 470px)
{
	#search {
		width: 65%;
	}
}
.search-btn-bg {
    background-color: #393a3b;
    border: 1px solid #393a3b;
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 34px;
    line-height: 17px;
    padding: 5px 15px;
    text-transform: uppercase;
	width:14%;
}

#search_mini_form
{
	/* padding: 11px; */
    /* padding-left: 85px; */
	/* width: 100% !important; */
	/* margin-left: 5%; */
}
@media (max-width: 768px){
#search_mini_form
{
	/* padding: 15px; */
    /* padding-left: 85px; */
	/* width: 89%; */
}	
}
/* end search */


/* start navpils tab */
	.nav-pills > li > a {
		
		border-radius: 0;
		
	}
	.nav > li > a{
    background-color: #393a3b;
    text-decoration: none;
	color:#fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #f05e27;
    background-color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.nav > li > a:hover{
	background-color:#fd926d;
}
/* end navpils tab */

.loadmore
{
	float: right; margin-left: 500px;
	
}
@media (max-width: 1024px){
.loadmore
{
	float: right; margin-left: 405px;
	
}
}
@media (max-width: 980px){
.loadmore
{
	float: right; margin-left: 350px;
	
}
}	
@media (max-width: 800px){
.loadmore
{
	float: right; margin-left: 310px;
	
}
}	
@media (max-width: 480px){
.loadmore
{
	float: right; margin-left: 170px;
	
}
}
@media (max-width: 360px){
.loadmore
{
	float: right; margin-left: 120px;
	
}
.srchwid
{
    margin-top: 25px !important;
    width: 300px !important;
}
}
@media (max-width: 240px){
.srchwid
{
    margin-top: 25px !important;
    width: 220px !important;
}
.loadmore
{
	float: left;
    margin-left: 0px;
    width: 100%;
	
}

}

.glyphicon-chevron-right,
.glyphicon-chevron-left {
/*	top:35% !important;*/
}

.glyphicon-chevron-left::before {
    background-color: #fff;
    border: 2px solid #f05e27;
   /* border-radius: 100px;*/
    color: #f05e27;
    content: "";
    font-size: 25px;
	margin-left: 20px;
    /* width: 151px; */

}
.glyphicon-chevron-right::before {
	 background-color: #fff;
    border: 2px solid #f05e27;
    /*border-radius: 100px;*/
    color: #f05e27;
    /* content: ""; */
	margin-left: -55px;
    font-size: 25px;
    /* width: 151px; */
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
{
        margin-right: 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px;
}
.videoicon{
	background-color:red;
	border:2px solid red;
	height:15px;
	width:15px;
	position:relative;
	background-image: url('../img/play-btn.png');
}
.logosw
{
    margin-top: -20px;
    width:100%;
}
.imgs{
	border:5px solid rgba(255,255,255,0.5);
	border-radius:15px;
	height:130px !important; 
	width:130px !important
}
@media (max-width: 240px){
.carousel-control.left {
	margin-left: 0px;
}
}
.fivep
{	
	/*	border:2px solid #f0632a;
 height:275px; */
	border-radius:7px;
	/*border-bottom:5px solid #f0632a;
	 width:20% */
	margin-bottom: 20px !important;
background: #f4f4ff;
    border: 1px solid #f05e27;	
}
@media (max-width: 991px){
.thums_parent
{
	height:33px !important;	
}	
	
.fivep
{
	margin-right:1%;
/*	border:2px solid #0d93c5;*/
	height:202px;
	border-radius:10px;
	/* border-bottom:5px solid #0d93c5; */
	width:19%;
	margin-bottom: 20px !important;
}
.fivep
{
		/* width: 150px; */
		display: inline-block;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	margin-left:0px;
}

.srch
{
	margin-top:-15%;
}

}


@media (max-width: 768px){
.fivep
{
		/* width: 150px; */
		display: inline-block;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	/* margin-left:0px; */
}
}
@media (max-width: 701px){
.fivep
{
		/* width: 150px; */
		display: inline-block;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	 margin-left: -2px;
}
}
@media (max-width: 699px){
.fivep
{
		/* width: 150px; */
		display: inline-block;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	 margin-left: -4px;
}
}
@media (max-width: 480px){
.nav > li > a
{
padding:10px 2px;	
}

.fivep
{
		/* width: 150px; */
		display: inline-block !important;
		width: 45% !important;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	 margin-left: 0px !important;
}
}
@media (max-width: 320px){
.fivep
{
		/* width: 150px; */
		display: inline-block !important;
		width: 75% !important;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	 margin-left: 45px !important;
}
}
@media (max-width: 240px){
.fivep
{
		/* width: 150px; */
		display: inline-block !important;
		width: 85% !important;
}
.fivimg
{
	width: 100%;
	
}
.fivepmargin
{
	 margin-left: 28px !important;
}
}
.hed2{
	text-align: center;
	font-size: 14px;
	padding: 12px 0px;
	text-transform:capitalize;
    background: white;
    border-radius: 7px;	
color: #f05e27;
    font-weight: bold;
    line-height: 20px;    
}
.bn2p
{
	background: #fff none repeat scroll 0 0;
    border: 5px solid #ffd275;
    border-radius: 26px;
    display: block;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
    width: 35px;
}
@media (max-width: 2000px){
.thums_parent
{
    display: block;
    height: 55px;
    position: relative;
    width: 100%;	
}

.thums
{
	margin-top: 0px;
    margin-left: 25px;
	position: absolute;
	top:5%;
}

.thums img
{
	/* display:block; */

}
.thums li
{
	
	display: inline-block;
	width:13%;
}
}

@media (max-width: 870px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
@media (max-width: 813px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 768px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 715px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 662px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 552px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 480px){

.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 400px){

.thums li
{
	
	display: inline-block;
	width:13%;
}
}
@media (max-width: 320px){
}
@media (max-width: 240px){
.thums li
{
	
	display: inline-block;
	width:13%;
}
}
.sl2
{
	width:14%
}
.testitext
{
	margin-top: 60px !important;
	background-color: #282828 !important;
	opacity: 0.5 !important;
}

@media (max-width: 768px){
.xs-pull-right
{
float:right !important;	
}
}

@media (max-width: 480px){
.topimgs
{
	margin-top: -80px !important;
text-align: center !important;
}
}
.paddigntop
{
	margin-top: 55px !important;
}
/* start testimonials  */
	#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.testimls{
	padding: 25px;background: #eceaea; color: #643f1b;
}
.testifont
{
	Font-size:45px;
}
/* end testimonials  */



body {
    display: block !important ;
}