

/*
font-family: 'Baloo Tamma 2', cursive;
font-family: 'PT Sans', sans-serif;
*/

html, td, select, input, textarea{
	font-family: Arial;
	letter-spacing: .5px;
	font-size:18px;
	color:#2e344c;
	}
	
p{
	line-height:calc(100% + 14px);
}
	
input:hover, select:hover, textarea:hover{
	border:1px #37719d solid;
	}

		
textarea, input, select{
	border:1px #ccc solid;
	padding:15px;
	}

input[type=search]{
	padding:5px;
	font-size:12px;
}
	
	
h1{
	font-size:40px;
	font-weight:bold;	
	color:#ff662c;
	letter-spacing: 1px;
	}
h2{
	font-size:25px;
	font-weight:bold;
	color:#ff662c;
	letter-spacing: 1px;
	}
h3{
	font-size:20px;
	font-weight:bold;
	color:#ff662c;
	letter-spacing: 1px;
	}
	
h4{
	font-size:16px;
	font-weight:normal;
	color:#ff662c;
	letter-spacing: 1px;
	}
	
hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    clear:both;
	}

	
/* unvisited link */
a:link {
    color: #ff662c;
    text-decoration:none;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

/* visited link */
a:visited {
    color: #ff662c;
    text-decoration:none;
    -o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

/* mouse over link */
a:hover {
    text-decoration:underline;
    -o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

/* selected link */
a:active {
     color: #049cfc;
     text-decoration:none;
     -o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}


iframe{
	max-width:100% !important;
	}

blockquote {
	margin:0;
	padding:0 0 0 40px;
	background-image: url("/sysimg/quote.png");
	background-repeat: no-repeat;
	background-position: top left -10px;
	overflow: visible;

	color: #777;
	font-style: italic !important;
	
}



.clear{
	clear:both;
}
	
.button{
	display: inline-block;
	padding:17px 40px;
	background: #1b5f98;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
	border-radius: 30px;
	cursor: pointer;
	transition: .2s;
}
.button:hover{
	background: #2692ed;
	color:#fff;
	transition: .2s;
}
.button a{
	color:#fff;
}


.main .start .item{
	position:relative;
	display:inline-block;
	width: -moz-calc(39% - 30px);
    width: -webkit-calc(39% - 30px);
    width: calc(33% - 80px);
    height:280px;
	vertical-align:top;
	margin:10px;
	padding:30px;
	font-size:15px;
	background:#f9f9f9;
	}
	
.main .start .item .broItem{
	display:inline-block;
	text-align:center;
	margin:10px;
	}
	
.main .start .item .broItem img{
	border:1px #000 solid;
	}
	
.main .start .item .shadow, .main .start .itemDubble .shadow{
	position:absolute;
	bottom:-10px;
	left:0px;
	}
	
	
.main .start .itemDubble{
	position:relative;
	display:inline-block;
	width: -moz-calc(39% - 30px);
    width: -webkit-calc(39% - 30px);
    width: calc(66% - 76px);
    height:280px;
	vertical-align:top;
	margin:10px;
	padding:30px;
	font-size:15px;
	background:#f9f9f9;
	}
	

	

	
.main .right{
	display:inline-block;
	width:60%;
	margin-right:50px;
	vertical-align:top;
	}
.main .left{
	display:inline-block;
	width:30%;
	vertical-align:top;
	}
	
