/*
Theme Name: SITPChem Twenty Fourteen
Template: twentyfourteen
Author: Artur Jaron
Version: 1.0
Updated: 2014-11-03 12:56:38
*/

@charset "UTF-8";
@import url('../twentyfourteen/style.css');



a {
color: #990000;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
 
.site-header {
	background-color: #fff;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-title {
	float: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-cont {height:80px;background-image:url(loga_pk/head_bg.png);background-repeat:repeat-x;padding-left:10px;padding-right:10px;}
.header-cont a {text-decoration:none;color:#fff;}
.logo-pk {height:80px;width:50px;cursor:pointer;background-image:url(loga_pk/logo_pk.png);float:left;}
.pk-lnk a{font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;float:left;padding-top:25px;margin-left:10px;color:#fff;}
.pk-lnk a:hover {color:#dbdbdb;text-decoration:none;}
.logo-wiitch {height:80px;width:57px;cursor:pointer;background-image:url(loga_pk/logo_wiitch.png);float:right;}
.wiitch-lnk a{font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;float:right;padding-top:25px;margin-right:10px;color:#fff;text-align:right;}
.wiitch-lnk a:hover {color:#dbdbdb;text-decoration:none;}

.sitpchem-cont {padding:25px;min-height:87px;}
.sitpchem-logo {float:left;width:15%;min-width:87px;}
.sitpchem-title {padding:20px;float:left;text-align:center !important;margin-left:20px;width:70%; margin: 0 auto;font-size:24px;margin-top:-10px;}
.sitpchem-title a {color:#fff;}
.sitpchem-title a:hover {color:#dbdbdb;text-decoration:none;}
.not-logo {float:right;margin-left:20px;}
.resp-br {display:block;}
.resp-p {display:none;}



/*Media Query*/
@media screen and (max-width: 550px) {.logo-wiitch, .wiitch-lnk {display:none;}}
@media screen and (max-width: 1050px) {.sitpchem-title {width:65%;font-size:20px;}}
@media screen and (max-width: 920px) {.resp-br {display:none;} .resp-p {display:inline;}}
@media screen and (max-width: 800px) {.sitpchem-title {width:60%;}}
@media screen and (max-width: 720px) {.sitpchem-title {font-size:18px;}}
@media screen and (max-width: 660px) {.sitpchem-title {width:58%;font-size:16px;}}
@media screen and (max-width: 625px) {.sitpchem-title {width:55%;font-size:14px;font-weight:bold;}}
@media screen and (max-width: 590px) {.sitpchem-title {width:auto;margin:0;} .sitpchem-logo, .not-logo {display:none;} .sitpchem-cont{padding:0;margin:0;}}



