﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    background-color: #fff;
    color: #222;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
	overflow-y: scroll;
}
body.opened-popup {
	overflow: hidden;
}
ul, ol, p {
	margin: 0;
	padding: 0;
}
ul li {
    list-style: none outside none;
}
img {
	border: 0;
}
label {
	cursor: pointer;
}
hr {
    border-color: #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    size: 1px;
	margin: 8px 0;
}  
h1, .h1 {
    font-size: 3.2em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    text-align: left;
	text-transform: uppercase;
	color: #47712b;
}
h2, .h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
	line-height: 1.6em;
}
h4, .h4 {
    font-size: 22px;
    line-height: 24px;
	font-weight: normal;
}
h5 {
    color: #555;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    margin: 10px 0 5px;
}
h6 {
    color: #999;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 7px 0;
}
.ttu {
	text-transform: uppercase;
}
a {
	color: #6a963f;
	text-decoration: none;
}
a:hover {
	color: #e9741f;
}
a.nolink {
	text-decoration: none;
	color: #000000;
}
a.dotted {
	border-bottom: 1px dotted;
	text-decoration: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.btn {
    display: inline-block;
    padding: 15px 40px;
	border-radius: 5px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-primary {
    color: #fff;
    background: #97b578; /* Old browsers */
	background: -moz-linear-gradient(top, #97b578 0%, #6e9944 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #97b578 0%,#6e9944 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #97b578 0%,#6e9944 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b578', endColorstr='#6e9944',GradientType=0 ); /* IE6-9 */
}
.btn-primary:focus {
    color: #fff;
    background-color: #6a963f;
    border-color: #6a963f;
}
.btn-primary:hover {
    color: #fff;
	background: #89b25c; /* Old browsers */
	background: -moz-linear-gradient(top, #89b25c 0%, #659932 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #89b25c 0%,#659932 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #89b25c 0%,#659932 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b25c', endColorstr='#659932',GradientType=0 ); /* IE6-9 */
}
.btn-primary.active, .btn-primary:active {
    color: #fff;
    background-color: #436a1d;
    border-color: #436a1d;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active, .btn-success:active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active, .btn-success:active {
    background-image: none;
}
.btn-success.disabled, .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"], textarea {
   background: #ffffff;
    border: 1px solid #9cb485;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(106, 152, 63, 0.15) inset;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2em;
    line-height: 22px;
    outline: medium none;
    padding: 9px 10px;
    width: 100%;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px solid #6a963f;
	box-shadow: 0 0 0 5px rgba(156, 180, 133, 0.3), 0 2px 0 0 rgba(106, 152, 63, 0.35) inset;
}


input.error[type="text"], input.error[type="password"], input.error[type="email"], textarea.error {
    border: 1px solid red;
}
input[type="checkbox"] {
	margin: 0 2px 0 0;
}
textarea {
	resize: vertical;
	vertical-align: top;
}
select {
    padding: 0 10px;
    font-size: 14px;
}
::-webkit-input-placeholder {
	color: #999999;
    font-size: 14px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
}
::-moz-placeholder {
    color: #999999;
    font-size: 14px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
}
:-moz-placeholder {
   color: #999999;
    font-size: 14px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
}
placeholder {
	color: #999999;
	font-style: normal;
	font-size: 15px;
}
.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.cf {
    display: block;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.taj {
	text-align: justify;
}
.bsbb {
	box-sizing: border-box;
}
.auto {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.font-color-primary {
	color: #e9741f;
}
.font-color-light {
	color: #FFFFFF;
}
.font-color-dark {
	color: #000000;
}
.font-color-red {
	color: #ff2471;
}
.font-color-gray {
    color: rgba(0, 0, 0, 0.4);
}
.font-mid {
    font-size: 1.3em;
    line-height: 1.6em;
}
.font-xs {
	font-size: 0.9em;
	line-height: 1.3em;
}
.padding-primary {
	padding: 50px;
}
.i {
	font-style: italic;
}
.b {
	font-weight: bold;
}
.p30 {
	padding: 30px 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.dn {
	display: none;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.pos-rel {
	position: relative;
}
.error {
    color: #FF7575;
    font-size: 13px;
}
.error_tooltip {
    color: #ff3434;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 3px;
}
label.error {
    background: #ff7575;
    border-radius: 0 10px 10px 15px;
    color: #ffffff;
    margin: 42px 0 0 -31px;
    padding: 3px 10px;
    position: absolute;
}
.img-responsiver {
	width: 100%;
}
.panel {
    background-color: #f3f3f3;
	padding: 30px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.panel-arrow-top-left:after {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f3f3f3;
	border-width: 10px;
	margin-left: -10px;
}
.panel-default {
    border-color: #ddd;
}
.panel-body {
    padding: 20px 40px;
}

.panel-heading {
    background: #6a963f none repeat scroll 0 0;
    margin: -30px -30px 0;
    padding: 20px 30px;
}
.form-group {
	padding: 15px 0;
}
.form-group>label i {
	color: #fc3425;
	text-transform: none;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
	line-height: 36px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
	font-size: 1.2em;
}

/*Columns*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container {
		width: 750px;
	}
}
@media (min-width:992px) {
    .container {
		width: 970px;
	}
}
@media (min-width:1200px) {
    .container {
		width: 980px;
	}
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row:after, .row:before, .form-group:after, .form-group:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.row-in {
	margin: 0 -15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width:767px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
/*Columns end*/

/*Icons*/
.icon {
	display: inline-block;
	vertical-align: middle;
}
.phone-icon {
	background: url(../img/phone-icon.png) no-repeat;
	width: 21px;
	height: 22px;
}
/*Icons end*/


/*Template*/	

header {
    background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #c8d8b6;
}
.email {
	font-weight: bold;
}
.footer {
    background: #fff;
	padding: 20px 0;
	border-top: 1px solid #c8d8b6;
	margin-top: 40px;
}
.phone {
	font-size: 2em;
	padding-top: 14px;
}
.top-block {
	background: #e2ecd7;
	padding: 30px 0 130px;
}
.v-li li {
	position: relative;
	padding: 10px 0 10px 40px;
	font-size: 1.3em;
}
.v-li li:before {
	background: url(../img/v-li.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	left: 0;
	display: block;
	content: "";
}
.nunmber-li li {
	position: relative;
	padding: 15px 0 15px 60px;
}
.nunmber-li li .num {
	background: #6a963f;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	display: block;
	content: "";
	text-align: center;
	line-height: 36px;
	color: #fff;
	border-radius: 100px;
	top: 7px;
	font-weight: 600;
	font-size: 1.2em;
}
.panel-bottom {
	background: #c6dbae;
	padding: 20px 30px;
	margin: 30px -30px -30px;
}
.main-form {
	border-radius: 15px;
	border: 1px solid #6a963f;
	box-shadow: 0 2px 4px rgba(0,0,0,0.14);
	padding: 30px;
	overflow: hidden;
	margin-top: -80px;
}
.in-block {
	padding: 20px 30px;
	margin: 0 -30px;
}
.alert-block {
	background: #f6dfdf;
	padding-right: 100px;
	position: relative;
}
.alert-block:after {
	content: "";
	position: absolute;
	right: 30px;
	width: 59px;
	height: 59px;
	background: url(../img/info-icon.png) no-repeat;
	top: 50%;
	margin-top: -30px;
}
.form-group span.info-label {
	color: #777;
	margin-top: 10px;
	display: inline-block;
}
.captcha span{
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
}
.captcha input {
	width: 100px;
}
.control-label span {
	color: #e9741f;
}
.logo img {
	max-width: 190px;
}
.confid {
	background: #f5f5f5;
	margin-bottom: -30px;
	margin-top: 30px;
}
.bar {
    height: 18px;
    border-radius: 5px;
    background: green;
}
.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}
/* for modal from BOOTSTRAP*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 10%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/* bootstrap btn-info*/
.btn-info.active
{
    color: rgba(255, 255, 255, 0.75);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
/*Template end*/



/* responsive */
@media (min-width: 992px) {
	
}
@media (max-width: 992px) {
	.not-in-sm {
		display: none!important;
	}
	.tar-on-sm {
		text-align: right;
	}
	.tac-on-sm {
		text-align: center;
	}
	.tal-on-sm {
		text-align: left;
	}	
}
@media (max-width:767px) {
	.mt60 {
		margin-top: 30px;
	}
	.mt40 {
		margin-top: 20px;
	}
	.not-in-xs {
		display: none!important;
	}
	.yes-in-xs {
		display: block!important;
	}
	.tar-on-xs {
		text-align: right;
	}
	.tac-on-xs {
		text-align: center;
	}
	.tal-on-xs {
		text-align: left;
	}	
	h1, .h1 {
		font-size: 1.5em;
		line-height: 28px;
	}
	h2, .h2 {
		font-size: 1.4em;
		line-height: 25px;
	}
	.font-mid {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.form-body {
		padding: 0;
	}
	.btn {
		font-size: 1.2em;
	}	
	.form-horizontal .control-label {
		padding-bottom: 10px;
	}
	.form-horizontal textarea {
		min-height: 90px;
	}
}
@media (min-width:767px) {
	
}
/* responsive */