
/*@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans-400-normal.woff2') format('woff2'), url('/font/opensans-400-normal.woff') format('woff'), url('/font/opensans-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Proxima Nova';
    src: url('/font/Proxima-Nova-Regular.woff') format('woff'), url('/font/Proxima-Nova-Regular.woff') format('woff'), url('/font/Proxima-Nova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 521px) {

	.img-logo-company:hover .text-company {
    display: none !important;
	}


}

@media only screen and (max-width : 1485px) {

	.up {
    display: none !important;
	}

}

@media only screen and (max-width : 915px) {

	.next_button {
    display: none;
	}

	.prev_button {
    display: none;
	}

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.sell_right .button {
		margin: 15px auto;
		float: none;
		max-width: 250px;
	}
	.sell_descr {
		text-align: center;
	}

	.maian_mnu ul {
		background-color: #3797bf;
		display: none;
		position: absolute;
		width: 100%;
	}
	.maian_mnu ul li {
		display: block;
	}
}

@media only screen and (max-width: 1200px) {

.mini-widgets {
    font-size: 12px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
}
}

@media only screen and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a {
    font-size: 10px !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top_links {
		position: absolute;
		background-color: rgba(90, 146, 196, 0.85);
	    display: none;
	    vertical-align: middle;
	    width: 100%;
	    margin-top: 21px;
	    border-bottom: 3px solid rgba(255, 255, 255, 0.55);
	    z-index: 999;
	}

	ul li {
		display: block !important;
		float: none !important;
	}

	ul li a {
		display: inherit;
	    padding: 8px 14px 8px 17px !important;
	}

	ul li a:hover {
		border-bottom: none !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* 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) {
	.top_links {
		display: inline-block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.maian_mnu ul {
		display: block !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media only screen and (max-width : 421px) {
	.top-phone {
		font-size: 13px;
	}

	.logo img {
    width: 111px;
 	}

 	.top_links {
    margin-top: 16px;
	}
}



@media only screen and (max-width : 690px) {
	.tab-content {
    padding: 0px 20px;
	}
}

@media only screen and (max-width: 1362px) {
	
	div#jivo-iframe-container {
    display: none !important;
	}

}

