/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 18 px/1.4 Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#333333;
}

ul {
	position: relative;

	font-family: 'MuseoSansCyrl-300';

	font-size: 18px;
	
	 
   }


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

/* header */
.header-desktop {
-webkit-box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.29) !important;
-moz-box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.29) !important;
box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.29) !important;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-image-699 {
  float: left;
  margin: 2px 2px 2px 0;
  text-align:center;
}




.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Home Page Styles */

@font-face {
font-family: 'font7d8dfef7a3d4102859703c8b19d32dba';
        src:    url('https://nomail.com.ua/files/eot/7d8dfef7a3d4102859703c8b19d32dba.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/7d8dfef7a3d4102859703c8b19d32dba.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/7d8dfef7a3d4102859703c8b19d32dba.woff2') format('woff2');
}

@font-face { font-family: 'MuseoSansCyrl-300';  src: local('MuseoSansCyrl-300'), url('https://nomail.com.ua/files/woff/7d8dfef7a3d4102859703c8b19d32dba.woff') format('woff'); }


/* 
@font-face {
font-family: 'font7d8dfef7a3d4102859703c8b19d32dba';
        src:    url('https://nomail.com.ua/files/eot/7d8dfef7a3d4102859703c8b19d32dba.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/7d8dfef7a3d4102859703c8b19d32dba.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/7d8dfef7a3d4102859703c8b19d32dba.woff2') format('woff2');
}

@font-face { font-family: 'MuseoSansCyrl-300';  src: local('MuseoSansCyrl-300'), url('https://nomail.com.ua/files/woff/7d8dfef7a3d4102859703c8b19d32dba.woff') format('woff'); }
*/



@font-face {
font-family: 'font02f7d6b8e3cda79742b374cbc5595a8f';
        src:    url('https://nomail.com.ua/files/eot/02f7d6b8e3cda79742b374cbc5595a8f.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/02f7d6b8e3cda79742b374cbc5595a8f.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/02f7d6b8e3cda79742b374cbc5595a8f.woff2') format('woff2');
}

@font-face { font-family: 'MuseoSansCyrl-500';  src: local('MuseoSansCyrl-500'), url('https://nomail.com.ua/files/woff/02f7d6b8e3cda79742b374cbc5595a8f.woff') format('woff'); }



@font-face {
font-family: 'fontafaa72e9edea309092b444be9479f487';
        src:    url('https://nomail.com.ua/files/eot/afaa72e9edea309092b444be9479f487.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/afaa72e9edea309092b444be9479f487.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/afaa72e9edea309092b444be9479f487.woff2') format('woff2');
}

@font-face { font-family: 'MuseoSansCyrl-700';  src: local('MuseoSansCyrl-700'), url('https://nomail.com.ua/files/woff/afaa72e9edea309092b444be9479f487.woff') format('woff'); }



@font-face {
font-family: 'font73e5c73d4e80e6c080cd1bc5894cf3e8';
        src:    url('https://nomail.com.ua/files/eot/73e5c73d4e80e6c080cd1bc5894cf3e8.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/73e5c73d4e80e6c080cd1bc5894cf3e8.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/73e5c73d4e80e6c080cd1bc5894cf3e8.woff2') format('woff2');
}

@font-face { font-family: 'MuseoSansCyrl-900';  src: local('MuseoSansCyrl-900'), url('https://nomail.com.ua/files/woff/73e5c73d4e80e6c080cd1bc5894cf3e8.woff') format('woff'); }



p {
    font-size: 18px;
}

.egm-marker-iw {
	font-size: 12px !important;
	font-family: 'MuseoSansCyrl-300' !important;
}

.gm-style .gm-style-iw p {
	font-size: 12px !important;
	font-family: 'MuseoSansCyrl-300' !important;
	line-height:normal !important;
	margin-top: 0;
	text-align: center;
}


.gmpInfoWindowtitle {
	font-size: 12px !important;
	font-family: 'MuseoSansCyrl-500' !important;
	line-height:normal !important;
	margin-bottom: 0 !important;
	text-align: center !important;
}

.slider-runo {
    max-height:445px;
}

.vc_carousel-inner {
    max-height:445px;
}

.vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.wrapper-runo {
    max-width: 1200px;
    margin: 0 auto !important;
}

.image-at-home-ff {
    height: 194px !important;
    max-width: 296px;
    margin: 0 auto;
}

.title-minus-margins {
    margin-bottom: 10px !important;
}

.wrapper-small-runo {
    max-width: 1030px;
    margin: 0 auto !important;
}

.wrapper-smallest-runo {
	max-width: 700px;
    margin: 0 auto !important;
}

body {
    overflow-x: hidden !important;
    font-family: 'MuseoSansCyrl-300' !important;
}

.vc_gitem-link.vc-zone-link {
    font-family: 'MuseoSansCyrl-300' !important;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    font-family: 'MuseoSansCyrl-300' !important;
}

.wpcf7-form-control-wrap.your-message textarea {
	max-width: 100% !important;
	max-height: 100% !important;
}

.partners-logos-width {
    min-height: 88px;
    min-width: 88px;
}

.vc_gitem-post-data {
    font-size: 18px;
}

h2 {
    font-size: 28px;
    font-family: 'MuseoSansCyrl-700';
}



.header-desktop {
	height: 64px;
	background: #fecb00;
}



.header-desktop .nav ul li.current_page_item a {
    font-family: 'MuseoSansCyrl-700' !important;	
}

.header-desktop .header-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;

}

.header-desktop .logo {
	z-index: 99999;
}

.header-desktop .nav {
	width: 50%;
}

.header-desktop .nav ul {
	display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 64px;
}

.header-desktop .nav ul li {
	list-style: none;
	padding: 0;
    margin: 0;
    align-self: center;
}

.header-desktop .nav ul li a {
	font-size: 16px;
	text-transform: uppercase;
	position:relative;
	font-family: 'MuseoSansCyrl-300' !important;
}

#cache53, #cache54 {
	font-family: 'MuseoSansCyrl-300' !important;
}

.header-desktop .search {
	width: 13.33%;
	height: 64px;
	display: flex;
	position: relative;
}

.vc_custom_1511710738120 p{
	font-size: 12px;
	margin: 0;
	position:relative;
	top:15px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title div{
	margin: 0;
	position:relative;
	top:15px;
}

.header-desktop111111 .search:after {
	content: '';
    position: absolute;
    top: 25px;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/icons/icon-search.svg) 0 0 no-repeat;
}

.header-desktop .search form {
    align-self: center;
	display: flex;
	height: 64px;
    width: 100%;
}

.header-desktop .search input {
	border: 1px solid #353535;
	border-radius: 36px; 
	font-size: 16px;
    align-self: center;
    width: 100%;
	max-width: 150px;
    padding: 2px 20px 2px 10px;
    background: transparent;
}

.header-desktop .search input::placeholder {
	color: transparent;
}

.header-desktop .search button {
	/*display: none;*/
	background: url(img/icons/icon-search.svg) 0 0 no-repeat;
	outline: none;
    border: none;
    height: 18px;
    width: 18px;
    margin-top: 24px;
    margin-left: -25px;
    position: relative;
    z-index: 99;
}

.header-mobile .menu-button {
	width: 36px;
	height: 36px;
	color: #000;

}

.header-mobile .menu-button span {
	width: 100%;
	height: 4px;
	margin: 6px 0;
	display: block;
	background: #000;
	border-radius: 2px;
}

.header-mobile .header-wrapper {
	display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}

.header-mobile {
	background-color: #fecb00;
	height: 64px;
	width: 100%;
	z-index: 99;
	position: relative;
}

#post-404 img {
	margin: 50px auto;
	display: block;
	position: relative;
}

#post-404 h1 {
	text-align: center;
}

#post-404 a {
	text-align: center;
	background-color: #fecb00;
	text-transform: uppercase;
	border-radius: 36px;
	font-size: 16px;
	padding: 5px 25px;
	display: block;
	margin: 50px auto;
	width: 250px;
}

.contacts-side-links p {
	padding: 0 0 0 0;
	color: #777777;
	font-family: 'MuseoSansCyrl-300' !important;
}

.contacts-side-links .loacal:before {
	content: '';
    background: url(img/icons/map1.png) 0 0 no-repeat;
    width: 17px;
    height: 22px;
    display: block;
    position: relative;
    float: left;
    margin: 4px 20px 70px 0;

}

.contacts-side-links .mail:before {
	content: '';
    background: url(img/icons/mail.png) 0 0 no-repeat;
    width: 17px;
    height: 12px;
    display: block;
    position: relative;
    float: left;
    margin: 7px 20px 0 0;
}

.contacts-side-links .phone:before {
	content: '';
    background: url(img/icons/phone.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    float: left;
    margin: 2px 20px 0 0;
}


.vc_btn3-container.vc_btn3-inline a{
    margin: 10px 0;
    border-radius: 36px;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    background: #FECB00 !important;
    display: block;
    border: 0  !important;
    outline: 0  !important;
    text-transform: uppercase;
    color: #000000 !important;
}


.wpcf7-form-control-wrap.your-message textarea:focus, .wpcf7-form-control-wrap.your-message textarea:active {
	outline: none !important;
	}

.vc_btn3-container.vc_btn3-inline a:hover{
    background: #FECB00 !important;
    border: 0  !important;
    outline: 0  !important;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
	margin: 1px 30px !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	text-align: center;
	margin: 30px 0 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	    background: #fff !important;
    border: 0 !important;
}

.vc_tta-tab.vc_active a {
	background-color: #FECB00 !important;
	border:0 !important;
}

.vc_tta-tab a {
	font-size: 16px !important;
	border-radius: 30px !important;
    color: #000 !important;
    padding: 8px 20px !important;
}

.footer .row-wrapp{
	display: flex;
	justify-content: space-between;
}

.footer .contactsinfos {
	width: 30%;
	color: #333;
}

.footer .contactsinfos .textwidget p {
	font-size: 13px;
	font-weight: normal;
}

.footer .images {
	width: 40%;
    display: flex;
    color: #333;
    justify-content: space-around;
}

.footer .images .textwidget p {
	font-size: 14px;
	text-align: center;
}

.footer .menus {
	width: 30%;
	color: #333;
}

.footer .menus .sidebar-widget {
	justify-content: space-between;
	display: flex;	
}

.footer .menus #nav_menu-2, .footer .menus #nav_menu-3 {
	width:49%;
}

.footer .menus #nav_menu-2 li, .footer .menus #nav_menu-3 li {
	font-size: 14px;
	list-style: none;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0
}

.wpb_column.vc_column_container.vc_col-sm-2.vc_col-lg-offset-0.vc_col-lg-2.vc_col-md-offset-0.vc_col-md-4.vc_col-sm-offset-0.vc_col-xs-6 .wpb_single_image img {
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

.wpb_column.vc_column_container.vc_col-sm-2.vc_col-lg-offset-0.vc_col-lg-2.vc_col-md-offset-0.vc_col-md-4.vc_col-sm-offset-0.vc_col-xs-6 .wpb_single_image img:hover {
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

.widget_media_image {
	display: inline-block;
	margin: 30px 10px;
}

.footer .menus #nav_menu-2 li a, .footer .menus #nav_menu-3 li a {
	color: #333;
	text-transform: none
}

.footer {
	background: #B3B3B3;
	padding: 20px 0;
}


.vc_col-lg-3.vc_col-md-4.vc_col-xs-12 .vc_btn3-container.vc_btn3-inline {
	width: 300px;
}

.header-desktop .nav ul li a:after {
	content:'';
	width: 0%;
	position: absolute;
	display:block;
	height: 2px;
	top:23px;
	transition: all .2s ease .2s;
}

.header-desktop .nav ul li a:hover:after {
	content: '';
    width: 100%;
    position: absolute;
    display: block;
    height: 2px;
    background: #333;
    z-index: 999;
    top: 23px;
	transition: all .2s ease .2s;
}

@media screen and (max-width:1023px) {

	html {
		    overflow-x: hidden !important;
	}
	
	.footer .images .textwidget p {
		margin: 30px 0;
	}
	
	.header-desktop {
		display: none;
	}
	
	span.wpcf7-list-item {
		margin: 21px 10px;
	}
	
	.wpcf7-form-control-wrap.your-name input, .wpcf7-form-control-wrap.text-107 input {
		    width: 80% !important;
    border: 0px;
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
    margin: 10px auto !important;
    font-size: 16px;
    display: block !important;
	}
	
	.wpcf7-form-control-wrap {
		position: relative;
		margin: 0 auto;
		display: block;
		width: 85%;
	}

	.header-mobile .mobile-menu {
		width: 100%;
		background-color: #fecb00;
	    z-index: 1;
	    margin: -15px 0 0;
	    height: 0;
	    overflow: hidden;
	    transition: all 2s ease 2s;
	}

	.header-mobile .mobile-menu.active {
	    height: auto;
	    transition: all 2s ease 2s;
	}

	.header-mobile .mobile-menu ul {
		text-align: center;
	    font-size: 18px;
	    list-style: none;
	    padding: 0;
	    margin: 0;
		text-transform: uppercase;
    }


.header-mobile .search {
	width: 150px;
    height: 64px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.header-mobile1111 .search:after {
	content: '';
    position: absolute;
    top: 25px;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/icons/icon-search.svg) 0 0 no-repeat;
}

.header-mobile .search form {
    align-self: center;
	display: flex;
	height: 64px;
    width: 100%;
}

.header-mobile .search input {
	border: 1px solid #353535;
	border-radius: 16px; 
	font-size: 16px;
    align-self: center;
    width: 100%;
    padding: 0 20px 0 10px;
	background: transparent;
}

.header-mobile .search input::placeholder {
	color: transparent;
}

.header-mobile .search button {
	/*display: none;*/
	background: url(img/icons/icon-search.svg) 0 0 no-repeat;
	outline: none;
    border: none;
    height: 30px;
    width: 30px;
    margin-top: 20px;
    margin-left: 5px;
}

    .vc-gitem-zone-height-mode-auto:before{
        padding-top: 0 !important;
    }

    .vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
        position: relative !important;
    }

    .vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
        position: relative !important;
    }


.footer #menu-footer-menu-one, .footer #menu-footer-menu-two {
	padding: 0;
}

#post-9 {
	overflow: hidden;
}

.wpcf7-form-control-wrap.your-name input, .wpcf7-form-control-wrap.phone-or-email input {
	width: 80% !important;
    margin: 10px auto !important;
    display: block;
}

.wpcf7-form-control-wrap.your-message textarea {
    width: 80% !important;
    height: 200px;
    margin: 10px auto !important;
    display: block;
	outline: none !important;
}
	
.wpcf7-form-control-wrap.your-message textarea:focus, .wpcf7-form-control-wrap.your-message textarea:active {
	outline: none !important;
	}
	

.wpcf7-form p span.okkuratno {
    width: 80% !important;
    margin: 0 auto !important;
}

.wpcf7-form-control.wpcf7-submit {
	margin: 10px auto !important;
}

.loacal {
	width: 80%;
    display: block;
    margin: 0 auto !important;
}

.loacal p {
	padding:  0 0 0 30px !important;
	font-family: 'MuseoSansCyrl-300' !important;
}

.mail {
	width: 80%;
    display: block;
    margin: 0 auto;
}

.mail p {
	padding:  0 0 0 30px !important;
	font-family: 'MuseoSansCyrl-300' !important;
}

.phone {
	width: 80%;
    display: block;
    margin: 0 auto;
}

.phone p {
	padding:  0 0 0 30px !important;
	font-family: 'MuseoSansCyrl-300' !important;
}

.contacts-side-links p {
	padding: 0;
	font-family: 'MuseoSansCyrl-300' !important;
	
}

.footer .contactsinfos {
	width: 70%;
	color: #333;
}

.footer .images {
	width: 70%;
	color: #333;
}

.footer .menus {
	width: 70%;
	color: #333;
}

.footer .row-wrapp{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}

body {
	overflow-x: hidden;
}

p {
	font-size: 14px;
}


.wrapper-runo p {
	max-width: 90%;
	margin: 0 auto;
}
}


@media screen and (min-width:1024px) and (max-width: 1200px) {

.header-desktop .nav ul li a {
	font-size: 13px;
}

.home .vc_gitem-zone-a .vc_gitem-row-position-bottom, .home .vc_gitem-zone-b .vc_gitem-row-position-bottom {
	position: relative;
}
	
	
	html {
		    overflow-x: hidden !important;
	}
	
    
    .wrapper-runo p{
        width: 90%;
        display: block;
        margin: 0 auto;
    }

}

@media screen and (min-width:1024px) {
	.header-desktop {
		display: block;
		position: relative;
	}

	.header-mobile {
		display: none;
	}
}

.uc_icon_image_content_box .uc_details p{
	line-height:14px !important;
	}	


/* End Home Page Styles */

/* About us Page Styles */

/* End About us Page Styles */