/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
	.position_parent {
    width: 80%;
}
}
@media only screen and (max-width : 1200px) {
.position_parent{
	width: 85%;
}
/*.product_container{
	width:auto;
}*/
.view_more_btn{
	margin:15px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
header .container{
	width: 100%;
}
.position_parent{
	width: 100%;
}
.about_us_container{
	background: transparent;
}
.fullwidth{
	width:100%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.header{
	padding: 15px 0;
}
.column-img-wrapper{
	width: 150px;
	height: 150px;
}
.main_menu ul {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
}
.main_menu ul li {
	display: block;
	padding: 0;
}
.main_menu a:hover {
	background: #f52e58;
	color:#fff;
}
.main_menu a {
	padding: 10px;
}
.has-submenu .dropdown-content{
	position: relative;
    border: 0;
    top: 0;
    padding: 0;
    text-indent: 20px;
}
.download_price_btn{
	display: block;
	text-align: center;
	float: none !important;
}
.main_menu_button {
	margin:10px;
    background: #f52e58;
    border: none;
    color: #fff;
}
.column_container{
	max-height: none;
	padding:15px;
}
.brand_container {
	margin-bottom:15px;
}
.brand_container img {
	margin:0;
}
.contacts_form button{
	margin-bottom: 15px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.column-img-wrapper{
		width: 100%;
		height: 235px;
		margin-bottom: 10px;
	}
	.column_container img {
		float:none;
		display: block;
		margin:0 auto;
		width: 100%;
    	height: auto;
    	position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);	
	}
	.column_content, .column_title{
		text-align: center;
	}
	.view_more_btn{
		width:100%;
		margin:0;
	}
	.carousel_head div{
		width:50%;
	}
	.section_title {
		line-height: 1;
		font-size: 18px;
	}
	.section_title_subs{
		line-height: 1;
		font-size: 16px;
	}
	.hidde_slider{
		display: none;
	}
	.brand_container img {
	margin:0 auto;
}
.ta_center {
	text-align: center;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/*.main_menu ul {
		display: block !important;
	}*/
	.main_menu {
		float: right;
		margin-right: 50px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}