/*
Theme Name: GMP Slovakia
Theme URI: http://www.gmp-slovakia.com
Description: Tema GMP
Version: 1.0
Author: EVO Studios

*/

@import url("css/reset.css");

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

@font-face {
    font-family: 'PT Sans Bold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height:100%;
}

body {
	margin:0;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	background: #303030;
	color: #757575;
	font-size: 100%;
	min-height: 100%;
	min-width:960px;
}

body.home {
	background: #F9F9F9 url(images/background-body.jpg) left 650px repeat-x;
	font-size: 14px;
	line-height: 20px;
	background:#333;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

strong, b { font-weight:bold; }
i, em { font-style:italic; }

a, a:link, a:visited {
	text-decoration: none;
	outline:none;
}

a:active, a:hover {
	text-decoration:none;
}

article a, article a:link, article a:visited,
aside a, aside a:link, aside a:visited {
	color: #0095DB;
}

.reverse:link, .reverse:visited {
	text-decoration:none;
}

.reverse:active, .reverse:hover {
	text-decoration:underline;
}

.linenormal {
	line-height:1.2em;
}
	
.fl, .alignleft { float:left; }
.fr, .alignright { float:right; }
.fn { float:none; }
.cl { clear:both; }
.no_margin { margin: 0;	}
.nb { border:none !important; background:none !important; padding:0 !important; }


p {
	font-size: 0.875em; 
	line-height: 1.6em;
	margin-bottom: 1em;
}

article ul {
	font-size: 0.875em;
	list-style: disc;
	line-height: 1.4em;
	padding-left: 15px;
}

article ul li {
	margin: 0.4em;
}

/***************************/
/*-------- HEADING --------*/
/***************************/


h1, h2, h3, h4, h5 {
	line-height: 1em;
	margin: 25px 0 15px;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #0095db;
    font-family:'PT Sans Bold';
	color:#666;
	font-size:3.75em;
}

body.reels-and-drums h1 { color:#0095db; }
body.take-apart-reels-and-handling-equipment h1 { color: #f08b00; }
body.page-id-32 article h1 span { display:none; }
body.page-id-32 article h1 { height:55px; background:url(images/Easykoil.png) left top no-repeat; }

h2 {
    font-family: 'PT Sans';
	color: #0095db;
	font-size: 1.25em;
	margin: 20px 0 5px;
}

h3 {
	border-bottom: 1px solid #0095db;
    font-family: 'PT Sans';
	color: #0095db;
	font-size: 1.875em;
}


/***************************/
/*-------- HEADER ---------*/
/***************************/

#mainHeader .top {
	position: relative;
	background:#FFF;
	z-index: 2;
}

#mainHeader .top .wrapper {
	height:150px;
}

#mainHeader .top .wrapper #logo {
	position: absolute;
	left: 50px;
	top: 20px;
	opacity: 1;	
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

#mainHeader .top .wrapper #logo:hover {
	opacity: 0.8;
}

#mainHeader #mainNav {
	position: absolute;
	right: 20px;
	top: 50px;
	border:1px solid #DDD;
	border-radius:3px;
}

#mainHeader #mainNav > ul {
}

#mainHeader #mainNav > ul > li {
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
	/*overflow: visible;*/
}

#mainHeader #mainNav > ul > li > a {
	background: url(images/navBg.jpg) left top repeat-x;
	font-size: 1em;
	display:block;
	vertical-align: middle;
	line-height: 1em;
	padding: 14px 0;
	width: 188px;
	height: 14px;
	text-decoration: none;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
	text-shadow: 1px 1px #FFF;
}

#mainHeader #mainNav > ul > li.second > a {
	padding:6px 0;
	height:30px;
}

#mainHeader #mainNav > ul > li.first > a { 
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#mainHeader #mainNav > ul > li.third > a { 
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px; 
}

#mainHeader #mainNav > ul > li > a:hover,
#mainHeader #mainNav > ul > li:hover > a,
.parent-pageid-6 #mainHeader #mainNav > ul > li.first > a,
.parent-pageid-8 #mainHeader #mainNav > ul > li.second > a,
.parent-pageid-10 #mainHeader #mainNav > ul > li.third > a {
	background: url(images/navBgs.jpg) left top repeat-x;
}

#mainHeader #mainNav ul li .sub-menu {
	position: absolute;	left: 0; top: 42px;
	text-align: left;
	width: 190px;
	display: none;
	z-index:2;
}

#mainHeader #mainNav ul li:hover .sub-menu {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

#mainNav ul li ul li a {
	display: block;
	padding: 10px 10px 10px 50px;
	transition: background 200ms, color 200ms;
	-webkit-transition: background 200ms, color 200ms;
}

#mainNav ul li.third ul li a {
	padding: 10px;
}

#mainNav > ul > .first > a { color: #0095db; }
#mainNav > ul > .second > a { color: #f08b00; }
#mainNav > ul > .third > a { color: #767676; }

#mainNav ul .first .sub-menu { background: #0095db; }
#mainNav ul .second .sub-menu { background: #f08b00; }
#mainNav ul .third .sub-menu { background: #8a8a8a; }

#mainNav ul .first ul a { color: #003b56; text-shadow: 1px 1px #56b5ff; }
#mainNav ul .second ul a { color: #804a00; text-shadow: 1px 1px #ffc956; }
#mainNav ul .third ul a { color: #333; text-shadow: 1px 1px #a0a0a0; }

#mainNav ul .first ul a:hover, #mainNav ul .first ul li.sel a {	background: #1ab6ff; color: #FFF; }
#mainNav ul .second ul a:hover, #mainNav ul .second ul li.sel a {	background: #f0a400; color: #FFF; }
#mainNav ul .third ul a:hover, #mainNav ul .third ul li.sel a {	background: #969696; color: #FFF; }

#mainNav ul li ul a:hover,
#mainNav ul li ul li.sel a {
	text-shadow: none !important;
}

#mainNav ul li ul li {
	position: relative;
}

#mainNav ul li ul li .img {
	position: absolute; top: 5px; left: 0px;
	width: 45px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}

#mainHeader .bottom {
	position: relative;
	height: 500px;
	overflow: hidden;
	min-width: 960px;
}

#mainHeader .bottom .wrapper {
	display: table;
	text-align: center;
}

#mainHeader .bottom .wrapper .image {
	overflow:hidden;
	height:0;
}


#mainHeader .bottom .bg {
	position: absolute;	top: 50%; left: 50%;
}


#mainHeader .fl, #mainHeader .fr {
	position:absolute;
	z-index:10;
	top:165px;
	background-repeat:no-repeat;
	width:65px;
}

#mainHeader .fl a:link, #mainHeader .fl a:visited,
#mainHeader .fr a:link, #mainHeader .fr a:visited {
	display:block;
	width:65px;
	height:65px;
	color:#FFF;
	overflow:hidden;
}
	
#mainHeader .fl {
	left:-30px;
	background-image:url(images/arrow-left.png);
	background-position:top left;
}

#mainHeader .fr {
	right:-30px;
	background-image:url(images/arrow-right.png);
	background-position:top right;
}

/***************************/
/*-------- CONTENT --------*/
/***************************/

#content {
	background: url(images/contentBg.jpg) #303030 top repeat-x;
}

#content .wrapper {
	margin-top: -430px;
	background: url(images/contentLightBg.jpg) #FFF center top no-repeat;
	border-top: 7px solid #0095db;
}

.reels-and-drums #content .wrapper, .take-apart-reels-and-handling-equipment #content .wrapper {
	margin-top:-100px;
}

#content .wrapper article,
#content .wrapper aside {
	float: left;
	margin: 0 0 25px 3%;
}

#content .wrapper article {
	width: 59.5%;
}

#content .wrapper aside {
	width: 31.5%;
}

/* ===== ARCHIVES & POSTS ===== */

.list {
	margin-bottom:40px;
}

.list h3 {
	border-bottom:none;
	margin-bottom:5px;
	color:#666;
}

.date {
	margin-bottom:10px;
}

.list img, .attachment-single-feature {
	border:1px solid #666;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.single h1 {
	font-size:2.5em;
}

/*-------- GALLERY -------*/

article .galleryCont a {
	float: left;
	background: url(images/galleryBg.jpg) #f2f2f2 left top repeat-x;
	border: 1px solid #cbcbcb;
	padding: 4px;
	margin: 6px 6px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	transition: border 200ms, background 200ms;
	-webkit-transition: border 200ms, background 200ms;
}

article .galleryCont a img {
	float: left;
}

article .galleryCont a.last {
	margin: 6px 0 0 0;
}

article .galleryCont a:hover {
	border: 1px solid #aec6cd;
	background: #FFF;
}


/*------ VIDEO - DOWNLOAD -----*/

article .doubleCont .block {
	width: 47%;
	margin-right: 5.4%;	
	float: left;
}

article .doubleCont .video .videoCont {
	margin-bottom:10px;
}

article .doubleCont .block.last .column {
	width: 49%;
	margin-right: 2px;
	float: left;
}

article .doubleCont .block.last .column p {
	margin-bottom: 1em;
	min-height: 100px;
}

article .doubleCont .block.last,
article .doubleCont .block.last .column.last {
	margin-right: 0;
}

article .doubleCont .block.last a.button {
	background: url(images/buttonDw.jpg) left top no-repeat;
	font-size: 0.875em;
	color: #767676;
	text-decoration: none;
	width: 75px;
	display: block;
	text-shadow: 1px 1px #FFF;
	padding: 15px 0 15px 40px;
	transition: opacity 200ms, color 200ms;
	-webkit-transition: opacity 200ms, color 200ms;
}

article .doubleCont .block.last a.button:hover {
	opacity: 0.7;
	color: #0095db;
}

#product-nav {
	margin-top:20px;
}

#product-nav a:link, #product-nav a:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2eb5f3;
	display: block;
	color:#FFF; /*#425828; */
	padding: 5px 15px;
	text-shadow:1px 1px 0px #2eb4f2;
	cursor:pointer;
	cursor:hand;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #32b6f4), color-stop(1, #0096db) );
	background:-moz-linear-gradient( center top, #32b6f4 5%, #0096db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b6f4', endColorstr='#0096db');
	background-color:#32b6f4;
	
	transition: color 200ms, opacity 200ms;
	-o-transition: color 200ms, opacity 200ms;
	-moz-transition: color 200ms, opacity 200ms;
	-webkit-transition: color 200ms, opacity 200ms;
}

#product-nav a:active, #product-nav a:hover {
	opacity:0.8;
}

/*************************/
/*------- ASIDE ---------*/
/*************************/

aside .tabs {
	position: relative;
	margin-top: 30px;
}

aside .tabs .tab {
	position: relative;
	top: -3px;
	background: #e4e4e4;
	padding: 15px 5% 5%;
	border: 1px solid #cbcbcb;
	display: none;
	
	text-shadow: 1px 1px #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.90);
	-moz-box-shadow:    inset 0px 0px 2px rgba(255, 255, 255, 0.90);
	box-shadow:         inset 0px 0px 2px rgba(255, 255, 255, 0.90);	
	z-index: 1;
}

aside .tabs .tab.sel {
	display: block;
}

aside .tabs a.selector {
	position: relative;
	background: #f1f1f1;
	color: #767676;
	font-size: 0.875em;
	text-decoration: none;
	padding: 13px 13px 15px;
	width: 40%;
	display: block;
	float: left;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	
	text-shadow: 1px 1px #FFF;	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-toleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
	-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    inset 0px 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow:         inset 0px 1px 1px rgba(255, 255, 255, 0.75);	
	z-index: 0;
}

aside .tabs a.selector.last {
	float: right;
}

aside .tabs a.selector.sel {
	background: url(images/tabsSel.jpg) #e4e4e4 99% 5px no-repeat;
	z-index: 2;
}

aside .custom:link, aside .custom:visited {
	margin-top:35px;
	display:block;
	background:url(images/button-custom.png);
	width:302px;
	height:50px;
	text-decoration:none;
}

aside .custom:active, aside .custom:hover {
	opacity:0.8;
}

/* === FOCUS ON AND EVENTS === */

.tab .title {
	margin-bottom:10px;
	color:#666;
	font-weight:bold;
}

.tab p {
	margin-bottom:1em;
}

#focus img, #events img {
	float:left;
	border:1px solid #666;
	margin:5px 10px 0 0;
}

.tab .button:link, .tab .button:visited, .bluebutton:link, .bluebutton:visited {
	font-size: 1em;
	float: right;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2eb5f3;
	display: block;
	color:#FFF; /*#425828; */
	padding: 5px 15px;
	text-shadow:1px 1px 0px #2eb4f2;
	cursor:pointer;
	cursor:hand;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #32b6f4), color-stop(1, #0096db) );
	background:-moz-linear-gradient( center top, #32b6f4 5%, #0096db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b6f4', endColorstr='#0096db');
	background-color:#32b6f4;
	
	transition: color 200ms, opacity 200ms;
	-o-transition: color 200ms, opacity 200ms;
	-moz-transition: color 200ms, opacity 200ms;
	-webkit-transition: color 200ms, opacity 200ms;
}

.tab .button:active, .tab .button:hover, .bluebutton:active, .bluebutton:hover {
	color: #FFF;
	opacity: 0.8;
}

.tab .archive-button:link, .tab .archive-button:visited {
	margin-top:1px;
	
	display:block;
	font-size:13px;
	padding: 5px 15px;
	color:#FFF;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #f2eff2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f2eff2;
	box-shadow:inset 0px 1px 0px 0px #f2eff2;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #adabad) );
	background:-moz-linear-gradient( center top, #bdbdbd 5%, #adabad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#adabad');
	background-color:#bdbdbd;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	border:1px solid #b0b0b0;
	
	text-shadow:none;
}

.tab .archive-button:hover, .tab .archive-button:active {
	opacity: 0.8;
}


/*************************/
/*------- TABLE ---------*/
/*************************/

.table {
	width: 100%;
}

.table thead {
}

.table tr {
	border-bottom: 1px solid #CCC;
}

.table td,
.table th {
	padding: 5px;
	text-align: left;
}

.table td:last-of-type,
.table th:last-of-type {
	text-align: center;
}

.table td:last-of-type img {
	width: 20px;
	height: auto;
}

.table tbody {
}


/*************************/
/*------- FOOTER --------*/
/*************************/

footer {
	position:relative;
	background:#2E2E2E;
	border-top:7px solid #CBCBCB;
	padding:3%;
}

footer .bottom {
	padding-top:25px;
	border-top:1px solid #606060;
	margin-top:25px;
	padding-bottom:25px;
}

footer p {
	line-height:1.4em;
}

footer .info img {
	margin-right:10px;
}

footer .blue { color:#0094DA; }

footer .first, footer .second {
	width:300px;
}

footer h4 {
	text-transform:uppercase;
	color:#B1B5B8;
	font-size:14px;
	margin:0 0 25px 0;
}

footer a:link, footer a:visited {
	color:#757575;
	line-height:1.4em;
}

footer a:active, footer a:hover {
	color:#999;
}

footer .icon-fb {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	background: url(images/icon-fb.png) no-repeat;
	display: inline-block;
}

footer .icon-yt {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: 5px;
	background: url(images/icon-yt.png) no-repeat;
	display: inline-block;
}

footer .icon-fb, footer .icon-yt {
	transition: opacity 300ms;
}

footer .icon-fb:hover, footer .icon-fb:active,
footer .icon-yt:hover, footer .icon-yt:active {
	opacity: 0.8;
}