/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.sys_mc_wrapper.container { padding: 0; width: 100%;}
.tp-caption.skewfromrightshort.fadeout.start p {color: #ffffff;font-family: raleway; font-size: 60px; font-weight: normal;margin-bottom: 3px;padding: 20px 18px;text-transform: uppercase;}

@media (min-width: 768px) and (max-width: 979px) {
.tp-caption.skewfromrightshort.fadeout.start p {font-size:40px; padding:10 40px;}
}
@media (max-width: 767px) {
.tp-caption.skewfromrightshort.fadeout.start p {font-size:30px;padding:3px 40px;}
}
@media (max-width:480px) {
.tp-caption.skewfromrightshort.fadeout.start p {font-size:20px;}
}
@media (max-width:320px) {
.tp-caption.skewfromrightshort.fadeout.start p {font-size:16px;}
}

.newcolor{color:#f6158f;}



/*new css*/
.entrance-result
{
	position: absolute;
right: -35px;
color: #fff;
bottom: 5px;
z-index: 9999;
overflow: visible;
}
.info-block
{
	display: inline-block;
    width: 100%;
	margin-bottom:20px;
}
.info-block .col-md-6
{
	background:#fff;
	display: inline-block;
    width: 48.6%;
	    padding-left: 0;
	margin-right: 15px;
	border-radius: 30px;
}
.info-block .col-md-6:nth-of-type(2)
{
	margin-left: 15px;
	margin-right: 0;
	padding-left:19px;
	padding-right:0;
}
.info-block .info-leftblockimg
{
	background:url("../images/left_image_color.png") no-repeat;
	width:287px;
	height:320px;
	    float: left;
}
.info-block .info-rightblockimg
{
	background:url("../images/right_image_color.png") no-repeat;
	width:287px;
	height:320px;
	    float: right;
}
.info-block .info-leftblockimg .img
{
	text-align:left;
}
.info-block .info-rightblockimg .img
{
	text-align:right;
}
.info-block .info-leftdesc h3
{
	    font-family: open sans;
		font-size:18px;
		color:#2f3c71;
		    margin-bottom: 4px;
		text-transform:capitalize;
}
.info-block .info-leftdesc ul li
{
	float:left;
	color:#747474;
	font-family: open sans;
	font-size:13px;
	text-transform:capitalize;
	    padding-right: 6px;
}
.info-block .info-leftdesc ul li span
{
	margin-right:3px;
	font-size: 12px;
}
.info-block .info-leftdesc p
{
	color:#333333;
	font-family: open sans;
	font-size:14px;
	line-height:22px;
}
.info-block .info-leftdesc .top-block
{
	border-bottom:1px solid #e4e4e4;
	padding-bottom: 30px;
    margin-bottom: 10px;
}
.info-block .info-leftdesc
{
    margin-top: 15px;
    padding-left: 302px;
	/*padding-top: 40px;*/
}
.info-block .col-md-6:nth-of-type(2) .info-leftdesc {
    margin-top: 15px;
    padding-left: 0;
    float: left;
    width: 42%;
}
.more-txt a
{
	font-size:14px;
	color:#0000ff;
	font-family: open sans;
	text-decoration:none;
}
.info-block .col-md-6:nth-of-type(2) .more-txt
{
	margin-top: 16px;
}
.info-block .col-md-6 .more-txt
{
	    margin-top: 58px;
}
.info-blockwrap .boxContent
{
	background:transparent !important;
	padding:0 !important;
}
@media(max-width:767px)
{
	.info-block .col-md-6 
	{
		width:100%;
		margin-bottom:20px;
	}
	.info-block .info-leftdesc {
    margin-top: 15px;
    padding-left: 20px;
}
.info-block .info-leftblockimg 
{
	    float: none;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.info-block .col-md-6:nth-of-type(2) {
    margin-left: 0;
}
.info-block .col-md-6:nth-of-type(2) .info-leftdesc {
    margin-top: 15px;
    padding-left: 0;
    float: left;
    width: 100%;
}
.info-block .info-rightblockimg {
 float:none;
 display:table;
 margin:0 auto;	
}
.info-block .col-md-6 .more-txt {
    margin-top: 20px;
}
.entrance-result {
   position: absolute;
left: auto;
color: #fff;
bottom: auto;
z-index: 9999;
overflow: visible;
top: auto;
right: 32px;
bottom: 0;
}

}
@media(min-width:768px) and (max-width:991px)
{
	.info-block .col-md-6 
	{
		width:100%;
		margin-bottom:20px;
	}
	.info-block .col-md-6:nth-of-type(2) {
    margin-left: 0;
	}
	.entrance-result {
    position: absolute;
	left: auto;
	color: #fff;
	bottom: 40px;
	z-index: 9999;
	overflow: visible;
	top: auto;
}
}
@media(min-width:992px) and (max-width:1199px)
{
	.info-block .col-md-6 
	{
		width:100%;
		margin-bottom:20px;
	}
	.info-block .col-md-6:nth-of-type(2) {
    margin-left: 0;
	}
}