@charset "utf-8";
/* CSS Document */

body { background:#fff; }

.align-right { text-align:right;}
.clearfix { clear:both}

#logo-4-outdoorintenttions { margin:auto; padding:30px 10px 10px 10px; max-width:600px;}
#logo-4-outdoorintenttions  img { height:auto; width:100%;}

#addthiswrapper {margin:auto; padding:10px 0 0 0; max-width:960px;}

/*---------------------Containers--------------------------*/
#outdoorintentionswrap {margin:auto; margin-bottom:100px; max-width:980px; }

.blueblockouter {background:#0e7394; border-radius:10px; border: 1px solid #0b5a74; margin-bottom:5px;}
.blueblockinner {border-radius:9px; border:1px solid #03b1ea; color:#fff; padding:18px}

.lightblueblock { background: #d0eaf3; border-radius:10px; border:1px solid #0b5a74; padding:14px 18px;}

.intenblock {background:#eef1e1; border-radius:10px; border:1px solid #80962c; float:left; margin-top:5px; padding:18px 5%; width:90%;}
.intenblock input[type="text"], .intenblock textarea {border-radius:4px; border:1px solid #0c6480; color:#3f3f3f; font-size:15px; margin:3px 0; padding:8px 2%; width:90%;}
.intenblock textarea { height:90px; width:94%; }

.intenblock h3 { font-size:24px; font-weight:normal; line-height:24px; margin:0 0 10px 0; text-transform:none;}
.intenblock h3 span { font-size:14px; font-weight:normal; line-height:16px; text-transform:none;}

.compulsoryblock {border:2px solid #bf0000; }

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

.datepicker-large { background:url(../images/calendar2.png) 95% 5px no-repeat #fff; height:32px; width:80%; }

.timepicker-large { background:url(../images/time2.png) 95% 5px no-repeat #fff; height:32px; width:80%;}

.input-detail-wrap { margin:0 5% 10px 0;}
.input-detail-wrap input[type="text"] { width:90%;}
.input-detail-wrap textarea { height:40px;}

.read-ts-cs-02 { display:none;}

/*---------------Responsive cols---------------------*/
.row { clear:both; float:left; margin:8px 0 0 0; width:100%;}

.col-1 { float:left; }
.col-1:first-child { margin:0 1% 0 0; width:25%;}
.col-1:last-child { width:74%;}

.col-50-50 { float:left; width:50%;}

.col-3 { float:left; width:33%;}

.col-custom-01 {float:left; margin-right:4%; width:25%;}
.col-custom-02 {float:left; margin-right:4%; width:40%;}
.col-custom-03 {float:left; width:25%;}
.col-custom-04 {float:left; width:90%;}

@media only screen and (max-width: 980px) {
#outdoorintentionswrap {margin:0 5% 100px 5%; width:90%; }
}

@media only screen and (max-width: 760px) {
	
.col-1:first-child { margin:0 0 5px 0 ; width:100%;}
.col-1:last-child { width:100%;}

.col-50-50 { width:100%;}

.col-3 { width:100%;}

.col-custom-01 {margin-right:0; width:100%;}
.col-custom-02 {margin-right:0; width:100%;}
.col-custom-03 {width:100%;}
.col-custom-04 {width:100%;}

.read-ts-cs-01 { display:none;}
.read-ts-cs-02 { display:block;}

.align-right { padding:10px 0; text-align:left;}
}

@media only screen and (max-width: 300px) {
input[type="image"], img { height:auto; width:100%;}
}