/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'sansationregular';
    src: url('fonts/Sansation-Regular-webfont.eot');
    src: url('fonts/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation-Regular-webfont.woff') format('woff'),
         url('fonts/Sansation-Regular-webfont.ttf') format('truetype'),
         url('fonts/Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana.eot?#iefix') format('embedded-opentype'),  url('fonts/Verdana.woff') format('woff'), url('fonts/Verdana.ttf')  format('truetype'), url('fonts/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Verdana-Bold.woff') format('woff'), url('fonts/Verdana-Bold.ttf')  format('truetype'), url('fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
  font-weight: bold;
  font-style: bold;
}

body {
	font-family: 'Verdana', Verdana, sans-serif; 
	color: green;
}



.header-wrapper .header-content-inner > .header-title > span {
	color: red;
	font-family: 'sansationregular';
}

.main-container .row-container > .row-parent .row-child > .row-inner > div.home-heading-column {
	padding-left: 64px;
}

.style-light .home-heading-title {
	color: #ffffff;
	font-family: 'sansationregular', verdana, sans-serif;
	font-weight: 500;
	font-size: 82px;
	line-height: 60px;
}
.home-heading-text p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600px;
}

#main-logo {
	position: absolute;
	background: #ffffff;
	padding: 30px 25px;
	top: 0;
	left: 36px;
}
.style-light a {
	color: #00aeef;
}
.style-light h1 {
	line-height: 41px;
}
/*triple-h-padding*//*triple-h-padding*//*triple-h-padding*//*triple-h-padding*//*triple-h-padding*/
.style-light .icon-box-left {
	/*margin: 0 auto;*/
}

.hanaro-icon-box .uncont {
	text-align: center !important;
}
.icon-box-content {
	padding-top: 34px;
}
.icon-box-content, .icon-box-content p {
	text-align: left;
}
.icon-box-content p strong {
	color: #000000;
}

.page-circle-absolute {
	position: absolute;
	top: -105px;
	left: -15px;
}

@media only screen and (min-width: 959px) {
	body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a {
		-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;	
	}
	body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a {
		background: url('images/sep.png') no-repeat right center;
		padding: 0 16px 0 12px; 
	}
	body.hmenu .menu-primary .menu-horizontal .menu-smart > li:last-child > a {
		padding-right: 0;
		background-image: none;
	}
}
@media (max-width: 959px) {
	#menu-main-menu {
	  padding-top: 150px;
	  padding-bottom: 40px;
	}
}

.footer-hanaro .style-light {
	padding-top: 4px;
}
.footer-hanaro .style-light, .footer-hanaro .style-light strong {
	color: #ffffff;
}
.footer-last {
	display: none;
}


/*.main-container .row-container .row-parent .column_child.single-internal-gutter .uncont > *:not(:first-child) {
	margin-top: 24px;
}*/


@media only screen and (max-width: 480px) {
	.style-light .home-heading-title {
		color: #ffffff;
		font-family: 'sansationregular', verdana, sans-serif;
		font-weight: 500;
		font-size: 48px;
		line-height: 42px;
	}
}


span[class^='skype_pnh_container'] {display:none !important;}
span[class^='skype_pnh_print_container'] {display:inline !important;}








