@media screen and (max-width: 942px) { /*TAB*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
}

@media screen and (min-width: 641px) and (max-width: 942px) { /*TAB*/

h1 {
	font-size:26px;
	line-height:30px;
	}
h2 {
	font-size:18px;
	line-height:22px;
	}
h3 {
	font-size:16px;
	line-height:20px;
	}
h4 {
	font-size:14px;
	line-height:18px;
	}
h5 {
	font-size:15px;
	line-height:19px;
	}
h6 {
	font-size:13px;
	line-height:17px;
	}
#wrapper {
	width:100%;
}
#header {
	width:auto;
	overflow:hidden;
	height:180px;
	margin:0 10px;}
#nav {
	width:100%;
	margin:0;
}
#animation {
	width:73.5%;
	height:auto;
}
#featured .panel-cont {
	width:100%;
	height:auto;
	float:none;
}
#featured .panel-cont img {
	width:100%;
}

#featured ul.ui-tabs-nav {
	float:none;
	width:100%;
}
#featured ul.ui-tabs-nav li {
	line-height:30px;
}
#featured ul.ui-tabs-nav li a {
	height:auto;
}
#stage {
	padding-bottom:70px;
}
#main {
	width:100%;
	padding-top:32px;
}
#main img {
	float:none;
	margin:0 0 20px
}
#content{
	width:60%;
}
#inner-orange,
#content-sidebar{
	width:auto;
	float:none;
}
#content-inner-orange {
	width:auto;
}
#sidebar,
#content-sidebar-wrapper{
	width:30%;
	position:static;
	margin:0 10px 0 0;
	float:right;
}
#contentIntrograph {
	width:65%;
}
#featured .ui-tabs-panel .info {
    background: url("../images/transparent-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

.request_form {
	width:100%;
	overflow:hidden;
	height:100%;
	margin:30px 0 0 0px;
	}
	
.request_left {
	width:20%;
	float:left;
	}	
	
.request_right {
	width:80%;
	float:left;
	}

}


@media only screen and (min-width: 200px) and (max-width : 740px) { /*MOBILE*/
h1 {
	font-size:22px;
	line-height:30px;
	padding:0;
	}
h2 {
	font-size:18px;
	line-height:24px;
	}
h3 {
	font-size:16px;
	line-height:20px;
	padding:10px 0 5px 0;
	}
h4 {
	font-size:14px;
	line-height:18px;
	}
h5 {
	font-size:15px;
	line-height:19px;
	}
h6 {
	font-size:13px;
	line-height:17px;
	}
	
#wrapper {
	margin:0;
	width:100%;
}
#header {
	margin:0 0 20px;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
object {
	width:90%;
	margin:0 2%;
}
.logo {
	float:none;
	text-align:center;
}
#menu-icon {
    background: url(../images/nav-menu.png) no-repeat scroll 0 -38px #212121;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0;
	margin:0 0 0 10px;
    width: 82px;
}
#menu-icon:hover, #menu-icon.active {
    background: url(../images/nav-menu.png) no-repeat scroll 0 0 #ae2231;
}

#nav {
	clear:both;
	height:auto;
	display:none;
	top:0;
	margin:0 10px;
	float:none;
	background:#fef6eb;
	border-top:1px solid #e9e2d8;
	border-bottom:1px solid #e9e2d8;
}
#pipe ul {
	display:block;
}
#pipe ul li {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
	border-bottom:1px solid #e9e2d8;
}
#pipe ul li:last-child {
	border-bottom:none;
}
.login_bttn {
	margin:0 7px 0 0;
	float:none;
	text-align:right;
}
.main-stage {
	display:none;
}
#animation {
	width:90%;
	height:auto;
}
#featured .panel-cont {
	width:100%;
	height:auto;
	float:none;
}
#featured ul.ui-tabs-nav {
	float:none;
	width:100%;
}
#featured ul.ui-tabs-nav li {
	line-height:30px;
}
#featured ul.ui-tabs-nav li a {
	height:auto;
}
#main {
	width:auto;
}
#content {
	float:none;
	width:auto;
	margin:0 10px 10px;
}
#inner-orange,
#content-inner-orange{
	width:auto;
}
#sidebar,
#content-sidebar-wrapper{
	position:static;
	width:auto;
	margin:0 10px;
}
#news {
	float:none;
	width:auto;
}
#footerbox {
	height:auto;
}

#contentIntrograph {
	float:none;	
	width:auto;
	margin:0 10px 10px;
}
#content-sidebar {
	width:auto;
	float:none;
}
#main img {
	height:auto;
	margin:0 0 20px;
}
#featured .ui-tabs-panel .info {
    background: url("../images/transparent-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

.request_form {
	width:100%;
	overflow:hidden;
	height:100%;
	margin:30px 0 0 0px;
	}
	
.request_left {
	width:20%;
	}	
	
.request_right {
	width:65%!important;
	margin:0 0 0 30px;
	}
.request_right input {
	width:90%!important;
	}
.request_right select {
	width:90%!important;
	}
.request_right textarea {
	width:90%!important;
	}
}


@media only screen and (min-width: 200px) and (max-width : 400px) { /*for samsung portrait*/


}


@media screen and (-webkit-min-device-pixel-ratio: 1.5){
	body{-webkit-text-size-adjust: none;}
	
	input[type='text'], input[type='password'], input[type='button'], input[type='submit'], textarea {
	  -webkit-appearance: none; -moz-appearance: none;
	  -webkit-border-radius:0; border-radius:0;
	}
	input[type='checkbox'] {
		width:15px;
		height:15px;
		border:1px solid #838383;
		background:none;
	    -webkit-border-radius:0; border-radius:0;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	body{-webkit-text-size-adjust: none;}
	input[type='text'], input[type='password'], input[type='button'], input[type='submit'], textarea {
	  -webkit-appearance: none; -moz-appearance: none;
	  -webkit-border-radius:0; border-radius:0;
	}
	input[type='checkbox'] {
		width:10px;
		height:10px;
		border:1px solid #838383;
		background:none;
	    -webkit-border-radius:0; border-radius:0;
	}
}




