/* home large sprite */

[class*="iconHomeLargeWhite-"] {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-image: url(../sprites/sprites-home-large-white.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconHomeLargeWhite-"] {
	background-image: url(../sprites/sprites-home-large-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconHomeLargeWhite-"] {
	background-image: url(../sprites/sprites-home-large-red.svg);
	background-repeat: no-repeat;
}

.iconHomeLargeWhite-home {
	background-position: 0 0;
	width: 38px;
}

[class*="iconHomeLargeRed-"] {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-image: url(../sprites/sprites-home-large-red.svg);
	background-repeat: no-repeat;
}
.iconHomeLargeRed-home {
	background-position: 0 0;
	width: 38px;
}

[class*="iconArrowUp-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
    background-image: url(../sprites/sprites-arrow-up-white.svg);
	fill: #f4f4f4;
}
.iconiconArrowUp-arrow-up {
	background-position: 0 0;
	width: 14px;
	fill: #f4f4f4;
}

/* menu large sprite */

[class*="iconMenuLargeWhite-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../sprites/sprites-menu-large-white.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconMenuLargeWhite-"] {
	background-image: url(../sprites/sprites-menu-large-red.svg);
	background-repeat: no-repeat;
}

a:visited [class*="iconMenuLargeWhite-"] {
	background-image: url(../sprites/sprites-menu-large-red.svg);
	background-repeat: no-repeat;
}

.iconMenuLargeWhite-menu {
	background-position: 0 0;
	width: 30px;
}

[class*="iconMenuLargeRed-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../sprites/sprites-menu-large-red.svg);
	background-repeat: no-repeat;
}
.iconMenuLargeRed-menu {
	background-position: 0 0;
	width: 30px;
}

/* home sprite */

[class*="iconHomeBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-home-blue.svg);
	background-repeat: no-repeat;
}

a:hover [ class*="iconHomeBlue-"]  {
	background-image: url(../sprites/sprites-home-red.svg);
	background-repeat: no-repeat;
}

a:active [ class*="iconHomeBlue-"]  {
	background-image: url(../sprites/sprites-home-red.svg);
	background-repeat: no-repeat;
}

.iconHomeBlue-home {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;
}

[class*="iconHomeRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-home-red.svg);
	background-repeat: no-repeat;
}
.iconHomeRed-home {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;
}
/* about sprite */

[class*="iconAboutBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-about-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconAboutBlue-"] {
	background-image: url(../sprites/sprites-about-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconAboutBlue-"] {
	background-image: url(../sprites/sprites-about-red.svg);
	background-repeat: no-repeat;
}

.iconAboutBlue-profile {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}

[class*="iconAboutRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-about-red.svg);
	background-repeat: no-repeat;
}
.iconiconAboutRed-profile {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;	
}

/* contact sprite */
[class*="iconContactBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-contact-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconContactBlue-"] {
	background-image: url(../sprites/sprites-contact-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconContactBlue-"] {
	background-image: url(../sprites/sprites-contact-red.svg);
	background-repeat: no-repeat;
}

.iconContactBlue-envelope {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}

[class*="iconContactRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-contact-red.svg);
	background-repeat: no-repeat;
}
.iconContactRed-envelope {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;	
}

/* quote sprite*/

[class*="iconQuoteBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-quote-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconQuoteBlue-"] {
	background-image: url(../sprites/sprites-quote-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconQuoteBlue-"] {
	background-image: url(../sprites/sprites-quote-red.svg);
	background-repeat: no-repeat;
}

.iconQuoteBlue-calculate {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}


[class*="iconQuoteRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-quote-red.svg);
	background-repeat: no-repeat;
}
.iconQuoteRed-calculate {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}

/* globa sprite */

[class*="iconGlobalBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-global-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconGlobalBlue-"] {
	background-image: url(../sprites/sprites-global-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconGlobalBlue-"] {
	background-image: url(../sprites/sprites-global-red.svg);
	background-repeat: no-repeat;
}

.iconGlobalBlue-earth {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;	
}

[class*="iconGlobalRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-global-red.svg);
	background-repeat: no-repeat;
}
.iconGlobalRed-earth {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;	
}

/* corporate sprite */

[class*="iconCorporateBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-corporate-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconCorporateBlue-"] {
	background-image: url(../sprites/sprites-corporate-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconCorporateBlue-"] {
	background-image: url(../sprites/sprites-corporate-red.svg);
	background-repeat: no-repeat;
}
.iconCorporateBlue-briefcase {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}

[class*="iconCorporateRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-corporate-red.svg);
	background-repeat: no-repeat;
}
.iconCorporateRed-briefcase {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}

/* terms sprite */

[class*="iconTermsBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-terms-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconTermsBlue-"] {
	background-image: url(../sprites/sprites-terms-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconTermsBlue-"] {
	background-image: url(../sprites/sprites-terms-red.svg);
	background-repeat: no-repeat;
}

.iconTermsBlue-checkbox-checked {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;			
}

[class*="iconTermsRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-terms-red.svg);
	background-repeat: no-repeat;
}
.iconTermsRed-checkbox-checked {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;			
}

/* privacy sprite */


[class*="iconPrivacyBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-privacy-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconPrivacyBlue-"] {
	background-image: url(../sprites/sprites-privacy-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconPrivacyBlue-"] {
	background-image: url(../sprites/sprites-privacy-red.svg);
	background-repeat: no-repeat;
}


.iconPrivacyBlue-warning {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}

[class*="iconPrivacyRed-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-privacy-red.svg);
	background-repeat: no-repeat;
}
.iconPrivacyRed-warning {
	background-position: 0 0;
	width: 22px;
	margin-right:18px;		
}



[class*="iconBubblesDarkBlue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-bubbles-darkblue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconBubblesDarkBlue-"] {
	background-image: url(../sprites/sprites-bubbles-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconBubblesDarkBlue-"] {
	background-image: url(../sprites/sprites-bubbles-red.svg);
	background-repeat: no-repeat;
}

.iconBubblesDarkBlue-bubbles {
	background-position: 0 0;
	width: 40px;		
}

[class*="iconiconTicketDarkblue-"] {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../sprites/sprites-ticket-darkblue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconiconTicketDarkblue-"] {
	background-image: url(../sprites/sprites-ticket-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconiconTicketDarkblue-"] {
	background-image: url(../sprites/sprites-ticket-red.svg);
	background-repeat: no-repeat;
}

.iconiconTicketDarkblue-ticket {
	background-position: 0 0;
	width: 40px;		
}

[class*="iconWhiteMail-"] {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-image: url(../sprites/sprites-mail-white.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconWhiteMail-"] {
	background-image: url(../sprites/sprites-mail-blue.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconWhiteMail-"] {
	background-image: url(../sprites/sprites-mail-blue.svg);
	background-repeat: no-repeat;
}

.iconiconWhiteMail-mail {
	background-position: 0 15px;
	width: 38px;
	height:53px;
}

[class*="iconWhiteSpecial-"] {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-image: url(../sprites/sprites-special-white.svg);
	background-repeat: no-repeat;
	float:right;
}

a:hover [class*="iconWhiteSpecial-"] {
	background-image: url(../sprites/sprites-special-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconWhiteSpecial-"] {
	background-image: url(../sprites/sprites-special-red.svg);
	background-repeat: no-repeat;
}

.iconWhiteSpecial-special {
	background-position: 0 0;
	width: 38px;
}

[class*="iconSearchLargeBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-large-blue-search.svg);
	background-repeat: no-repeat;
}
.iconSearchLargeBlue-search {
	background-position: 0 0;
	width: 33px;
}

[class*="iconCalculateXLargeRed-"] {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image:url(../sprites/sprites-services-calculate-red.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconCalculateXLargeRed-"] {
	background-image: url(../sprites/sprites-services-calculate-blue.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconCalculateXLargeRed-"] {
	background-image:url(../sprites/sprites-services-calculate-blue.svg);	
	background-repeat: no-repeat;
}

.iconCalculateXLargeRed-calculate {
	background-position: 32px 0;
	width: 74px;
}

[class*="iconShieldXLargeRed-"] {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image:url(../sprites/sprites-services-shield-red.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconShieldXLargeRed-"] {
	background-image:url(../sprites/sprites-services-shield-blue.svg);
	background-repeat: no-repeat;

}

a:active [class*="iconShieldXLargeRed-"] {
	background-image:url(../sprites/sprites-services-shield-blue.svg);
	background-repeat: no-repeat;
}

.iconShieldXLargeRed-shield {
	background-position: 32px 0;
	width: 74px;
}

[class*="iconKeyboardXLargeRed-"] {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../sprites/sprites-services-keyboard-red.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconKeyboardXLargeRed-"] {
	background-image: url(../sprites/sprites-services-keyboard-blue.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconKeyboardXLargeRed-"] {
	background-image: url(../sprites/sprites-services-keyboard-blue.svg);
	background-repeat: no-repeat;
}

.iconKeyboardXLargeRed-keyboard {
	background-position: 28px 0;
	width: 77px;
}

[class*="iconAlarmXLargeRed-"] {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../sprites/sprites-services-alarm-red.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconAlarmXLargeRed-"] {
	background-image: url(../sprites/sprites-services-alarm-blue.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconAlarmXLargeRed-"] {
	background-image: url(../sprites/sprites-services-alarm-blue.svg);
	background-repeat: no-repeat;
}

.iconAlarmXLargeRed-alarm {
	background-position: 32px 0;
	width: 74px;
}

[class*="iconPieXLargeRed-"] {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../sprites/sprites-services-pie-red.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconPieXLargeRed-"] {
	background-image: url(../sprites/sprites-services-pie-blue.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconPieXLargeRed-"] {
	background-image: url(../sprites/sprites-services-pie-blue.svg);
	background-repeat: no-repeat;
}

.iconPieXLargeRed-pie {
	background-position: 32px 0;
	width: 74px;
}

[class*="iconCalculateSmallWhite-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(../sprites/sprites-services-calculate-white.svg);
	background-repeat: no-repeat;
	margin-left:8px
}

.iconCalculateSmallWhite-calculate {
	background-position: 0 0;
	width: 28px;
}

[class*="iconShieldSmallWhite-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(../sprites/sprites-services-shield-white.svg);
	background-repeat: no-repeat;
	margin-left:8px
}

.iconShieldSmallWhite-shield {
	background-position: 0 0;
	width: 28px;
}

[class*="iconKeyboardSmallWhite-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(../sprites/sprites-services-keyboard-white.svg);
	background-repeat: no-repeat;
	margin-left:8px
}

.iconKeyboardSmallWhite-keyboard {
	background-position: 0 0;
	width: 28px;
}

[class*="iconAlarmSmallWhite-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(../sprites/sprites-services-alarm-white.svg);
	background-repeat: no-repeat;
	margin-left:8px
}

.iconAlarmSmallWhite-alarm {
	background-position: 0 0;
	width: 28px;
}

[class*="iconPieSmallWhite-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(../sprites/sprites-services-pie-white.svg);
	background-repeat: no-repeat;
	margin-left:8px
}

.iconPieSmallWhite-pie {
	background-position: 0 0;
	width: 28px;
}

[class*="icontesTimonialsBubbles-"] {
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url(../sprites/sprites-testimonials-bubbles.svg);
	background-repeat: no-repeat;
}

.icontesTimonialsBubbles-bubbles {
	background-position: 0 0;
	width: 35px;
	margin-top:31px;
}

/* form sprites */

[class*="iconUsersBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-users-blue.svg);
	background-repeat: no-repeat;
}
.iconiconUsersBlue-users {
	background-position: 0 0;
	width: 33px;
}

[class*="iconBubblesBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-bubbles-blue.svg);
	background-repeat: no-repeat;
}

.iconiconBubblesBlue-bubbles {
	background-position: 0 0;
	width: 37px;
}

[class*="iconOfficeBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-office-blue.svg);
	background-repeat: no-repeat;
}

.iconOfficeBlue-office {
	background-position: 0 0;
	width: 33px;
}

[class*="iconUserBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-user-blue.svg);
	background-repeat: no-repeat;
}
.iconiconUserBlue-user {
	background-position: 0 0;
	width: 33px;
}

[class*="iconAddressBookBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-address-book-blue.svg);
	background-repeat: no-repeat;
}

.iconAddressBookBlue-address-book {
	background-position: 0 0;
	width: 33px;
}

[class*="iconPhoneBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-phone-blue.svg);
	background-repeat: no-repeat;
}
.iconPhoneBlue-phone {
	background-position: 0 0;
	width: 33px;
}

[class*="iconPenBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-pen-blue.svg);
	background-repeat: no-repeat;
}
.iconPenBlue-pen {
	background-position: 0 0;
	width: 33px;
}

[class*="iconCartBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-cart-blue.svg);
	background-repeat: no-repeat;
}
.iconCartBlue-cart {
	background-position: 0 0;
	width: 33px;
}

[class*="iconPaintFormatBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-paint-format-blue.svg);
	background-repeat: no-repeat;
}
.iconPaintFormatBlue-paint-format {
	background-position: 0 0;
	width: 33px;
}

[class*="iconMobileBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-mobile-blue.svg);
	background-repeat: no-repeat;
}
.iconMobileBlue-mobile {
	background-position: 0 0;
	width: 33px;
}

[class*="iconCalendarBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-calendar-blue.svg);
	background-repeat: no-repeat;
}
.iconCalendarBlue-calendar {
	background-position: 0 0;
	width: 33px;
}

[class*="iconEarthBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-earth-blue.svg);
	background-repeat: no-repeat;
}
.iconEarthBlue-earth {
	background-position: 0 0;
	width: 33px;
}

[class*="iconMapBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-map-blue.svg);
	background-repeat: no-repeat;
}
.iconMapBlue-map {
	background-position: 0 0;
	width: 33px;
}

[class*="iconLocationBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-location-blue.svg);
	background-repeat: no-repeat;
}
.iconLocationBlue-location {
	background-position: 0 0;
	width: 33px;
}

[class*="iconTruckBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-truck-blue.svg);
	background-repeat: no-repeat;
}
.iconTruckBlue-truck {
	background-position: 0 0;
	width: 33px;
}

[class*="iconBoldBlue-"] {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../sprites/sprites-bold-blue.svg);
	background-repeat: no-repeat;
}
.iconBoldBlue-bold {
	background-position: 0 0;
	width: 33px;
}

/* contact buttons */

[class*="iconFacebookBlue-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../sprites/sprites-facebook-blue.svg);
	background-repeat: no-repeat;	

}

a:hover [class*="iconFacebookBlue-"] {
	background-image: url(../sprites/sprites-facebook-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconFacebookBlue-"] {
	background-image: url(../sprites/sprites-facebook-red.svg);
	background-repeat: no-repeat;
}

.iconFacebookBlue-facebook {
	background-position: 0 0;
	width: 30px;
	margin:13px 0 0 0;
}

[class*="iconTwitterBlue-"] {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../sprites/sprites-twitter-white.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconTwitterBlue-"] {
	background-image: url(../sprites/sprites-twitter-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconTwitterBlue-"] {
	background-image: url(../sprites/sprites-twitter-red.svg);
	background-repeat: no-repeat;
}

.iconTwitterBlue-twitter {
	background-position: 0 0;
	width: 27px;
	margin:16px 0 0 0;
}

[class*="iconLinkedinBlue-"] {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../sprites/sprites-linkedin-blue.svg);
	background-repeat: no-repeat;
}

a:hover [class*="iconLinkedinBlue-"] {
	background-image: url(../sprites/sprites-linkedin-red.svg);
	background-repeat: no-repeat;
}

a:active [class*="iconLinkedinBlue-"] {
	background-image: url(../sprites/sprites-linkedin-red.svg);
	background-repeat: no-repeat;
}

.iconLinkedinBlue-linkedin {
	background-position: 0 0;
	width: 27px;
	margin:13px 0 0 0;
}

/* contact sprites */

[class*="iconPhoneWhite-"] {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../sprites/sprites-phone-hang-up-white.svg);
	background-repeat: no-repeat;
}

.iconPhoneWhite-phone-hang-up {
	background-position: 0 0;
    width: 32px;
	margin:13px 0 0 0;
}

[class*="iconEarthWhite-"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../sprites/sprites-earth-white.svg);
	background-repeat: no-repeat;
}

.iconEarthWhite-earth {
	background-position: 0 0;
    width: 36px;
	margin:15px 0 0 0;
}

[class*="iconFaxWhite-"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../sprites/sprites-fax-white.svg);
	background-repeat: no-repeat;
}

.iconFaxWhite-fax {
	background-position: 0 0;
    width: 36px;
	margin:15px 0 0 0;
}

[class*="iconMailWhiteContact-"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../sprites/sprites-mail-white-contact.svg);
	background-repeat: no-repeat;
}

.iconMailWhiteContact-mail {
	background-position: 0 0;
    width: 36px;
	margin:15px 0 0 0;
}


[class*="iconTimeWhite-"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../sprites/sprites-time-white.svg);
	background-repeat: no-repeat;
}

.iconTimeWhite-time {
	background-position: 0 0;
    width: 36px;
	margin:15px 0 0 0;
}
