img, a img {
	border: 0;
	max-width: 100%;
	height: auto;
}
a:active {
	outline: none;
}
{
	list-style:none;
	
}

ul.menu_item li
{
	display:inline;
	}
h3 {
	color: #fff;
    text-shadow:1px #666 solid;
	width:auto;
}
body {
	background-image: url(../img/bggrad.png);
	background-repeat: repeat-x;
}
.centerimg {
	display:block;
	margin:0px auto;
}
.main {
	background-color: #d5ecff;
	border: solid 1px #999;
	-webkit-box-shadow: 2px 1px 5px 5px rgba(000, 000, 000, .2);
	box-shadow: 2px 1px 5px 5px rgba(000, 000, 000, .2);
}
.bluebar {
	background-image:url(../img/bar.png);
	background-repeat:repeat-x;
	height: 50px;
	margin-bottom: 15px;
	width: 100%;

}
.orangebar {
	background-image:url(../img/bar-orange.png);
	background-repeat:repeat-x;
	height: 50px;
	margin-bottom: 15px;
	width: 100%;

}
.heroimg {
	border: solid 1px #e4e4e4;
	-webkit-box-shadow: 2px 1px 5px 5px rgba(000, 000, 000, .2);
	box-shadow: 2px 1px 5px 5px rgba(000, 000, 000, .2);
}
.formbg {
	background-image: url(../img/formgrad.png);
	background-repeat:repeat-x;
	-webkit-box-shadow: 2px 1px 5px 5px rgba(000, 000, 000, .2);
	box-shadow: 2px 1px 5px 5px rgba(000, 000, 000, .2);
	
}
.form-horizontal .control-label {
	text-align:left;
	padding: 0px 0px 0px 10%;
	color: #fff;
	text-shadow: 1px solid #e4e4e4;
	margin-bottom:0px;
	width:100px;
}
.form-horizontal .control-group {
	margin-bottom: 22px;
	text-align:left;
}
.form-horizontal .controls {
	margin-left:160px;
}
@media screen and (max-width: 767px)  {
	.form-horizontal { padding: 0px 5px; }
.form-horizontal .controls {
	margin-left: 0;
}
.form-horizontal input {
	width: 96%;
	padding: 2%;	
}

}
.centerimg {
	display: block;
	margin: 0px auto;
}
.borderbtm {
	border-bottom: 1px solid #333;
	width: 90%;
	display: block;
	margin: 0px auto;
}
.step2main {
	background: #e2e2e2; /* Old browsers */

background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #b2b2b2 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#b2b2b2 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#b2b2b2 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#b2b2b2 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */

/

}
.btmborder {
	border-bottom: solid 1px #999;
	padding-bottom: 15px;
}
.pull-left {
	padding: 20px 20px 20px 20px;
}
.splogo {
	background-image:url(../img/logo.png);
	background-repeat: none;
	float: left;
	position: absolute;
	width: 75px;
	height: 75px;
}
/*
@media screen and (max-width: 767px) {
.pull-left { float: none; margin: 0px auto 10px auto;}
.splogo {
   display: none;	
}
}
.cmmargin {
	margin-top: 20px;
}

@media (max-width: 767px) {
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	width: 100%;
}
}
*/
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
	width: 73%;
}
@media screen and (max-width: 767px)  {
	.splogo {
		display: none;
	}
}
.white {
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
}
.blue {
	color: #03F;
}
.blue:hover {
	color: #03F;
}
ul.menu_item li
{
	font-size:36px;
	color:#ff0000;
	font-weight:bolder;
	text-shadow: 2px 2px #d8d8d8;
	margin-right: 10px;

}
.compl_outer{position: relative;
height: 280px;}
#cover{ position:absolute; z-index:2; top:0; left:0; width:100%; height:100%; background:url(../img/bg_cover.png) 233px 48px no-repeat;}
#cont{ position:absolute; z-index:1; top:0; left:0; width:100%; height:100%;}
.checkbox {
	float: left;
	width: 170px;
	height: 50px;
	overflow:auto;
	margin-left: 30px;
}
/*Exit Intent Modal*/

#exit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#exit-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#exit-modal .exit-modal {
    width: 600px;
    height: 400px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#exit-modal .modal-title {
    font-size: 18px;
    background-color: #FFF;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#exit-modal h3 {
    color: #2B9DD8;
    font-size: 1.4em;
    margin: 0.6em;
    text-transform: uppercase;
    font-weight: bold;
}

#exit-modal .modal-body {
    padding: 30px 40px;
}

#exit-modal p {
    color: #344a5f;
    line-height: 1.7em;
    font-size: 16px;
}

#exit-modal p strong {
    color: #FF8800;
}

#exit-modal .popup-cta {
    margin-top: 20px;
    margin-bottom: 20px;
}

#exit-modal form {
    text-align: center;
    margin-top: 35px;
}

#exit-modal form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
}

#exit-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

#exit-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: 0.8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: 0.9em;
}

#exit-modal .modal-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 95%;
}

#exit-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width:767px) {
    #exit-modal .exit-modal {
        width: 100%;
        height: 100%;
    }
}
