/* main content section - will be incorporated later in template.css */
/***********************************/
/***/ .header-row{              /***/
/***/ 	padding-left: 24px;     /***/
/***/ 	padding-right: 24px;    /***/
/***/ }                         /***/
/***/ .header-row .fleft{       /***/
/***/ 	width: auto;            /***/
/***/ }                         /***/
/***/ .header-row .fright{      /***/
/***/ 	width: auto;            /***/
/***/ }                         /***/
/***/ .header-row h1{           /***/
/***/ 	margin-left: 0px;       /***/
/***/ }                         /***/
/***********************************/

/* mobile version of menu bar and hamburger icon */
.mobile {
	display: none;
	/* position: fixed; */
	width: 100%;
	top: 10px;
}
.mobile div {
	display: none;
}
.mobile button {
	position: absolute;
	/* float: right; */
	top: 40px;
	right: 15px;
	border: 0;
	text-indent: 200%;
	overflow: hidden;
	background: rgba(255,255,255,0.8) url("../images/hamburger_32.png") center no-repeat;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-size: 80%;
	width: 30px;
	height: 30px;
	outline: none;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.mobile button.expanded {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent;
	background-color: #29B0EA;
	border: 0;
}
.mobile a {
	display: block;
	background: #eee;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #222;
	font-weight: bold;
}

.mobile ul{
	margin-left: 0px;
}
.mobile .menu-nav{
	list-style-type: none;
}

.mobile ul.menu-nav li.active a, .mobile ul.menu-nav li:hover a {
	color: #FFF !important;
	background: transparent url("../images/top_menu_hover.jpg") repeat-x scroll 0px 0px;
}
.mobile ul.menu-nav li.active a span,
.mobile ul.menu-nav li a:hover span {
	color: #FFF !important;
}
.mobile ul.menu-nav li a span {
	text-decoration: none;

	font-weight: bold;
	text-transform: uppercase;
	/* line-height: 14px; */
	padding: 17px 15px;
	color: #066BA9;
}

/* custom breakpoints */
@media screen and (max-width: 966px){
	/* body */
	.site-tail-top, 
	.main{
		width: 100%;
	}

	/* main content area */
	#content{
		padding-left: 11px;
	}
	
	/* header section */
	.header-row .fleft {
		width: 300px;
	}
	.header-row .fright {
		width: auto;
	}
	
	/* footer section */
	.footer .fleft{
		text-align: center;
		width: 100%;
	}
	.footer .fleft .menu-nav{
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 0px !important;
	}
	.footer .fleft ul li{
		display: inline-block;
		float: none;
	}
	.footer .fright {
		padding-top: 5px;
		text-align: center;
		width: 100%;
	}
	
	/* revo_uninstaller_awards.html */
	.testimonials_left{
		width: auto;		
	}
	.testimonials_right{
		width: auto;
		padding-left: 0px;
		overflow: visible;
	}
	
	/* revo_uninstaller_support_help.html */
	.box_blue, .box_blue2{
		float: none;
		display: block;
		margin: 10px auto;
		width: 80%;
	}
	.wrapper-box-blue{
		float: none;
		margin: 0 auto !important; /* because of .s1 (template.css) */
	}
	
	/* revo_uninstaller_free_download.html */
	.features-container{
		width: 55%;
	}
	.slideshow-container{
		padding-right: 5px;
		padding-left: 5px;
		width: 40%;
	}
	
	/* index.html */
	.SocialMedia{
		display: none;
	}
	.social-info{
		display: none;
	}
	.news{
		display: none;
	}
	.newsletter-container {
		width: 50% !important;
		float: none !important; 
		margin: 0 auto;
	}
	.main-button .main-text {
		margin-left: 0px;
	}
	.left-col{
		width: auto !important;
	}
	.header-flash{
		width: 98%;
		margin: 0 auto;
	}
	.ei-slider-large img{
		width: 100% !important;
		margin-left: 0;
	}
	.ei-slider-large li{
		width: 114%;
	}
	.ei-title{
		right: 40%;
	}
	.banners{
		width: 612px;
		margin: 0 auto;
	}
	.banners .indent{
		display: none;
	}
	#left{
		//width: 40%;
	}
	#container{
		width: 56%;
	}
	.home_middle{
		width: auto;
	}
	.SocialMedia{
		float: none;
	}
	.breaker{
		overflow: hidden;
		width: 100%;
	}
	.windows{
		width: auto;
	}
}
			
@media screen and (max-width: 860px){
	/* show mobile navigation */
	.mobile {
		display: block;
	}
	.row-top-menu {
		display: none;
	}
	.header-row .fright{
		padding-right: 25px !important; /* make place for the hamburger icon */
	}
	
	/* index.html */
	.ei-title{
		right: 36%;
	}
	
	/* revo_uninstaller_video.html */
	#video-container object{
		width: 420px;
		height: 260px;
	}
}
			
@media screen and (max-width: 766px){
	.newsletter-container {
		width: 100% !important;
		float: none !important; 
		margin: 0 auto;
	}
	/* revo_uninstaller_support_help.html */
	.box_blue, .box_blue2{
		width: 100%;
	}
	.box-blue-inner{
		padding: 10px;
	}
	
	/* revo_uninstaller_free_download.html */
	.features-container{
		float: none;
		width: 100%;
	}
	.slideshow-container{
		float: none;
		width: 60%;
		margin: 10px auto;
	}
	.revo_free_box:nth-of-type(2) .slideshow-container{
		padding-top: 0px;
	}
	.other-downloads{
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 0;
		text-align: center;
	}
	
	/* index.html */
	.header-flash{
		display: none;
	}
	.row-banner{
		padding-left: 0;
		padding-right: 0;
	}
	.banners{
		width: 530px
	}
	.banners li,
	.banners li a{
		width: 265px;
	}
	.banners li img{
		margin-left: 8px;
	}
	#left{
		width: 40%;
	}
	#container{
		width: 50%;
	}
	.left-indent{
		padding-right: 10px;
	}
	.left-indent #os-icons img{
		width: 100%;
	}
	.wrapper-box-extra{
		width: auto;
	}
	.news, .news-box{
		width: 45%;
	}

	
	/* revo_uninstaller_buy_purchase_order_main.html */
	.up-arrow-container .up-arrow {
		display: none;
	}
	
	/* revo_uninstaller_uninstall_features.html */
	.top-section{
		table-layout: auto;
	}
	
	/* revo_uninstaller_video.html */
	#video-container object{
		width: 360px;
		height: 200px;
	}
	
	/* revo_uninstaller_pro_full_version_history.html */
	aside.sidebar{
		width: 40%;
		margin-right: 10px;
	}
	aside.sidebar #os-icons img{
		max-width: 100%;
	}

	#body-buy-now .banner-image{
		width: 800px;
	}
}

@media screen and (max-width: 580px){
	
	/* hide banner menu */
	.header-row .fright{
		display: none;
	}
	
	header .header-image{
		display: none;
	}
	
	/* revo_uninstaller_support_help.html */
	.box-blue-bgr{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfefff+0,fcfdff+50,dfefff+100 */
		background: rgb(223,239,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(223,239,255,1) 0%, rgba(252,253,255,1) 50%, rgba(223,239,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,239,255,1)), color-stop(50%,rgba(252,253,255,1)), color-stop(100%,rgba(223,239,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(223,239,255,1) 0%,rgba(252,253,255,1) 50%,rgba(223,239,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(223,239,255,1) 0%,rgba(252,253,255,1) 50%,rgba(223,239,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(223,239,255,1) 0%,rgba(252,253,255,1) 50%,rgba(223,239,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(223,239,255,1) 0%,rgba(252,253,255,1) 50%,rgba(223,239,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfefff', endColorstr='#dfefff',GradientType=0 ); /* IE6-9 */
	}
	.wrapper-box-blue{
		width: auto;
	}
	.box_blue, .box_blue2, .box-blue-bgr{
		height: auto;
	}
	.box_blue:first-child .wrapper-box-blue{
		text-align: center;
	}
	.box-blue-bgr_left,
	.box-blue-bgr-right{
		background: none;
	}
	.indent-seeall {
		float: none;
		display: inline-block;
	}
	.indent-seeall a{
		margin: 0 auto;
	}
	.boxIndent img{
		width: 80%;
	}
	.box_contacts_left, .box_contacts_right{
		float: none !important;
	}
	.box_contacts_left{
		margin-bottom: 30px;
	}
	.inputs185v148{
		width: 90%;
	}
	
	/* revo_uninstaller_how_to.html */
	.tutorials, .tutorials2{		
		float: none;
		width: 100%;
	}
	.tutorials img, .tutorials2 img{
		width: 180px;
		display: block;
		margin: 0 auto;
	}
	
	/* revo_uninstaller_free_download.html */
	.slideshow-container{
		width: 90%;
	}
	.revo-image, #os-icons img{
		width: 75%;
		min-width: 200px;
	}
	#os-icons img{
		width: 50%;
	}
	.other-downloads .fleft{
		float: none;
	}
	.other-downloads .fright{
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	/* index.html */
	.row-banner{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.banners{
		display: inline-block;
		width: auto;
	}
	.banners li{
		float: none;
		margin-bottom: 10px;
	}
	.banners li a{
		width: 270px !important;
	}

	#container{
		width: 58%;
	}
	
	/* revo_uninstaller_partners.html */
	.partners-page{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.partners-affiliate,
	.partner-background{
		padding: 0;
		background: none;
	}
	.partners-affiliate.fleft,
	.partners-affiliate.fright{
		float: none;
		display: block;
		width: 96%;
		padding: auto 0 auto;
		margin-left:5px;
		margin-right:5px;
		margin: 0 5px;
	}
	.partner-login .fleft,
	.partner-login .fright{
		width: 100%;
		margin-bottom: 10px;
	}
	.partner-login h2,
	.partners-information h2 {
		line-height: 1.4em;
	}
	.partners-affiliate.top-to-bottom,
	.partner-login.top-to-bottom{
		border: none;
	}
	.partners-information h3 {
		padding: 15px 0 10px;
	}
	.partners-information ul {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.partners-page li {
		background-position: 0px 8px;
		line-height: 22px;
	}
	.partners-page img{
		max-width: 100%;
	}
	
	/* revo_uninstaller_uninstall_features.html */
	.idTabs{
		display: none;
	}
	.top-section .download_image{
		padding: 0;		
	}
	.download_image{
		width: 100% !important;
		text-align: center;
	}
	.download_image img{
		max-width: 100%;
	}
	.top-section{
		display: block !important;		
	}
	.top-section div{
		display: block !important;
		text-align: center;
	}
	.usual .feature{
		display: block !important;
		padding: 0 !important;
	}
	.usual .feature .features_col1,
	.usual .feature .features_col2{
		vertical-align: middle;
		padding: 0 !important;
	}
	.usual .feature .features_col3{
		display: block !important;
		width: 100%;
		padding-top: 0 !important;
	}
	.usual .feature .features_col2{
		width: 80%;
	}
	
	/* revo_uninstaller_pro_full_version_history.html */
	aside.sidebar{
		width: 100%;
		float: none;
	}

	
}
@media screen and (max-width: 540px){
	/* index.html */
	#left, #container, .SocialMedia, .news, .news-box{
		float: none;
		width: 100%;
	}
	.news-box{
		margin: 0;
	}
	.left-indent #os-icons img{
		width: 60%;
	}
}
@media screen and (max-width: 380px){
	
	/* shrink banner logo to fit on screen */
	#logo {
		margin-top: 30px;
	}
	#logo img{
		height: 35px;
	}
	
	/* index.html */	
	.banners img{
		width: 80%;
	}
	.banners li,
	.banners li a{
		width: 200px !important;
		height: 80px !important;
	}
	.banners li img{
		margin-left: 8px;
		margin-top: 10px;
	}
	
	/* revo_uninstaller_screenshots.html */
	.screen-shot{
		width: 100%;
	}
	.screen-shot img{
		max-width: 100%;
		height: auto;
	}
	
	/* revo_uninstaller_video.html */
	#video-container object{
		width: 300px;
		height: 180px;
	}
}

/* smallest possible size - Firefox */
@media screen and (max-width: 304px){
	
}

@media screen and (min-width: 765px){
	.ei-slider-large img{
		margin-left: 0 !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 930px){
	.bottom-page .fright {
		width: auto;
	}
	#body-buy-now .bottom-page #left{
		margin: auto;
		width: auto;
		float: none;
	}
}
.img-responsive{
	width: 100% !important;
}
#os-icons img{
	max-width: 250px;
}
#paypal-image{
	max-width: 358px;
	// margin: auto;
	display: inline-block;
}
#os-icons{
	text-align: center;
}