@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

.wrapper {
    margin: 0 auto;
    width: 900px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.col-lg-6 {
    background-color: #F7FCFF;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    /*min-height: 550px !important;*/
    text-align: center;
}
.col-lg-6:first-child {
    padding-top: 50px;
    border: none;
    background: none;
}
textarea.text-field,
input.text-field {
    border: 1px solid #CDCDCD;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	padding: 13px 20px;
	width: 80%;
    margin-bottom: 15px;
}
input.submit {
    background: #f3b200; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3b200 0%, #f1a400 47%, #e16c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3b200), color-stop(47%,#f1a400), color-stop(100%,#e16c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3b200 0%,#f1a400 47%,#e16c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3b200 0%,#f1a400 47%,#e16c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3b200 0%,#f1a400 47%,#e16c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3b200 0%,#f1a400 47%,#e16c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b200', endColorstr='#e16c00',GradientType=0 ); /* IE6-9 */
    border: 2px solid #e16c00;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 25px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
    display: block;
    height: 53px;
    left: 50%;
    margin-bottom: 40px;
    margin-left: -150px;
    margin-top: 10px;
    position: relative;
    width: 300px;
}
.col-lg-6 h2 {
    color: #002A54;
    font-size: 30px;
    font-weight: bold;
}
.col-lg-6 h1 {
    color: #222222;
    font-size: 40px;
    font-weight: bold;
}
.col-lg-6 p {
    color: #999999;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    vertical-align: top;
    white-space: nowrap;
}
.col-lg-6 ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.col-lg-6 ul li {
    display: inline-block;
    font-size: 10px;
}
.col-lg-6 ul li a {
    border-left: 1px solid #CDCDCD;
    color: #999999;
    float: left;
    line-height: 14px;
    margin: 0;
    padding: 0 0 0 5px;
}
.col-lg-6 ul li:first-child a {
	border: none;
}
.col-lg-6 .content {
	font-size: 18px;
	color: #222222;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.col-lg-6 .link {
	display: block;
}
.thankyou {
    padding: 40px 0;
}
.thankyou h2 {
    font-size: 40px;
}
.thankyou p {
    font-size: 23px;
    margin: 20px 0 10px;
}


::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000; 
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.wrapper { width: 750px;}
}
@media only screen and (max-width: 767px){
	.wrapper { width: 420px;}
}
@media only screen and (max-width: 480px){
	.wrapper { width: 300px; }
	.col-lg-6:first-child img { width: 100%; }
	.col-lg-6 { min-height: 200px !important; margin-bottom: 30px; }
	.col-lg-6 p {
	    display: block;
	    float: left;
	    white-space: normal;
	    width: 100%;
	    word-wrap: break-word;
	}
    video {
        width: 100%;
    }
}
