/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media (min-width: 1140px) {
	.span12.widget-span.widget-type-custom_widget.logo-main {
    text-align: right;
  }
}

@media (min-width: 768px) {
	.span12.widget-span.widget-type-custom_widget.logo-mobile {
    display: none;
  }
	
	.span6.widget-span.widget-type-cell.logo-block .span12.widget-span.widget-type-custom_widget.logo-main  {
    margin: 20px 0;;
	}
}

@media (max-width: 767px) {
	
	.span12.widget-span.widget-type-custom_widget.logo-mobile {
    margin: 10px 0;
	}
	
	.span12.widget-span.widget-type-custom_widget.logo-main {
		display: none;
	}