/*
Theme Name: Chromalytica
Theme URI: http://east.ba
Author: Amir Ahmic | east.ba
Author URI: http://east.ba
Description: The theme for Chromalytica website
Version: 1.0
Text Domain: gordiamkey
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(grid.css);

@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway/raleway-medium-webfont.html');
    src: url('fonts/raleway/raleway-medium-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/raleway/raleway-medium-webfont-2.html') format('woff2'),
         url('fonts/raleway/raleway-medium-webfont-3.html') format('woff'),
         url('fonts/raleway/raleway-medium-webfont-4.html') format('truetype'),
         url('fonts/raleway/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('fonts/raleway/Raleway-Boldd41d.html?#iefix') format('embedded-opentype'),  url('fonts/raleway/Raleway-Bold.html') format('woff'), url('fonts/raleway/Raleway-Bold-2.html')  format('truetype'), url('fonts/raleway/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'todayshop-boldregular';
    src: url('fonts/todayshop/todayshop-bold-webfont.html');
    src: url('fonts/todayshop/todayshop-bold-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/todayshop/todayshop-bold-webfont-2.html') format('woff2'),
         url('fonts/todayshop/todayshop-bold-webfont-3.html') format('woff'),
         url('fonts/todayshop/todayshop-bold-webfont-4.html') format('truetype'),
         url('fonts/todayshop/todayshop-bold-webfont.svg#todayshop-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM STYLES */

html {
	background: url(img/bg.jpg) repeat-x top center;
}
body {
	font-family: 'ralewaymedium';
	font-size: 14px;
	line-height: 1.2em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
strong {
	font-family: 'Raleway-Bold';
}
em {
	font-style: italic;
}
p {
	margin-bottom: 15px;
}
img.aligncenter {
	margin: 0 auto;
	display: block;
}
#main-container{
	width: 100%;
	float: left;
	background: white;
	padding-bottom: 80px;
}
#main {

}
#header{
	margin-bottom: 20px;
	margin-top: 25px;
	position: relative;
}
#header .logo {
	float: left;
	width: 302px;
	height: 133px;
	background: url(img/logo.png) no-repeat;
	font-size: 0;
	text-indent: -9999px;
	
}
#header #searchform {
	float: right;
	margin-top: 10px;
}
#searchform input {
	padding: 5px 0 5px 20px;
	background: url(img/search-bg.jpg) no-repeat 2px center;
	border: 1px solid #AAA;
}
#searchform input:-webkit-autofill {
	background: url(img/search-bg.jpg) no-repeat 2px center white;
}
.social {
	position: absolute;
	right: 0;
	bottom: 0;
}
.social li {
	margin-left: 10px;
	width: 27px;
	height: 26px;
	float: left;
}
.social li a {
	width: 27px;
	height: 26px;
	display: block;
}
.social li a.mail {
	background: url(img/social.jpg) no-repeat 0 0;
}
.social li a.tw {
	background: url(img/social.jpg) no-repeat -27px 0;
}
.social li a.in {
	background: url(img/social.jpg) no-repeat -54px 0;
}
.social li a.fb {
	background: url(img/social.jpg) no-repeat -81px 0;
}
#menu-top-menu{
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}
#menu-top-menu li {
	float: left;
	clear: left;
	margin-bottom: 17px;
}
#menu-top-menu li.current-menu-item a {
	background: #A93F84;
	color: #FFF;
}
#menu-top-menu li a {
	text-decoration: none;
	color: #4a4a4a;
	padding: 7px 10px;
}

#header-menu {
	position: relative;
	z-index: 99;
	bottom: -50px;
	margin-top: -45px;
	float: left;
}
#menu-header-menu {
	float: left;

}
#menu-header-menu li {
	float: left;
	position: relative;
}
#menu-header-menu li a {
	text-decoration: none;
	color: black;
	background: #f6f4f4;
	padding: 17px 34px;
	float: left;
}
#menu-header-menu li.current-menu-item > a, #menu-header-menu li.current-page-ancestor > a, #menu-header-menu li.current-menu-parent > a {
	background: #a93f84;
	color: white;
}
#menu-header-menu li a:hover {
	background: #c298b4;
	color: white;
}
#menu-header-menu li ul {
	display: none;
	position: absolute;
	top: 50px;
}
#menu-header-menu li ul li {
	float: left;
	width: 130px;
}
#menu-header-menu li ul li a {
	float: left;
	width: 100%;
}
#menu-header-menu li:hover ul {
	display: block;
}

/* SLIDER FIX */
.slider-container, .product_cover {
	width: 1160px;
	margin-left: -100px;
}
.product_cover img {
	max-width: 100%;
}
#main .bx-wrapper {
	position: relative;
}
#main .bx-wrapper .bx-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	font-size: 0;
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(img/slider-nav.png) no-repeat 0 -31px;
}
#main .bx-wrapper .bx-next {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	font-size: 0;
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(img/slider-nav.png) no-repeat 0 0;
}
#main .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 3px;
	background: rgba(0, 0, 0, 0.38);
}
#main .bx-wrapper .bx-caption span {
	color: #FFF;
	font-weight: 700;
	font-size: 21px;
	line-height: 49px;
	margin: 0 20px;
}
#home-content {
	margin-top: 30px;
}
.home-caption {
	background: url(img/caption-bg.jpg) no-repeat;
	height: 50px;
	margin-top: -3px;
}
.home-caption a {
	color: #FFF;
	font-weight: 700;
	font-size: 15px;
	line-height: 49px;
	margin-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.box_container {
	margin-top: -198px;
	background: #FFF;
	position: relative;
	float: left;
}
.home-box {
	margin-top: 10px;
}
.home-box h3 {
	font-family: 'ralewaymedium';
	font-size: 18px;
	margin-top: 15px;
}
.home-box a {
	text-decoration: none;
}
.home-box a h5 {
	color: #404040;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 5px;
	line-height: 1em;
}
.home-box p {
	font-size: 14px;
	line-height: 20px;
	color: #404040;
}
.home-box .video-overlay {
	position: relative;
}
.home-box .video-overlay .inside, .box-content .inside{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(img/play-overlay.png) no-repeat center center;
	top: 0;
	cursor: pointer;
}

#latest-news {
	margin: 40px 0;
	clear: both;
}
#latest-news ul {
	margin-top: 30px;
}
#latest-news ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ADA8A8;
}
#latest-news h4 {
	font-family: 'todayshop-boldregular';
	font-size: 30px;
	line-height: 1em;
	background: url(img/titlebg.jpg) no-repeat left bottom;
	padding-bottom: 8px;
}
#latest-news h3 {
	font-size: 20px;
	margin: 10px 0;
	color: #404040;
	margin-bottom: 20px;
}
#latest-news a{
	text-decoration: none;
	color: #404040;
}
#latest-news a:hover{
	text-decoration: underline;
}
#latest-news p {
	font-size: 14px;
	line-height: 20px;
	color: #404040;
}
#latest-news p a.moretag{
	text-decoration: none;
	color: #21265a;
}
#latest-news p a.moretag:hover{
	text-decoration: underline;
}
#home-content h3 {
	font-family: 'todayshop-boldregular';
	font-size: 38px;
	line-height: 1em;
}
.right_image {
	margin-top: 40px;
}
#sidebar {
	margin-top: 20px;
}
#sidebar h3 {
	font-size: 22px;
	color: #a93f84;
	margin: 20px 0;
}
#sidebar ul {
	background: #f6f4f4;
	padding: 25px;
}
#sidebar ul li {
	font-size: 15px;
	padding-left: 25px;
	background: url(img/bullet.png) no-repeat left top;
	margin-bottom: 10px;
	font-weight: bold;
}
.sidebar-menu {
	list-style: none;
	float: left;
	background: url(img/ulbg.gif) repeat-y;
	margin-top: 20px;
}
.sidebar-menu li {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	clear: left;
}
#single-content .sidebar-menu li a {
	text-decoration: underline;
	color: black;
	font-size: 16px;
	padding: 15px 0;
	float: left;
}
.sidebar-menu li.current_page_item {
	background: #a93f84;
}
#single-content .sidebar-menu li.current_page_item a {
	color: white;
	text-decoration: none;
}
#footer {
	float: left;
	background: rgba(255, 255, 255, 0.29);
	margin-bottom: 50px;
}
#footer .footer-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1em;
}
#footer .footer-box:first-child {
	padding: 10px 20px;
}
#footer .footer-box:last-child {
	border: none;
	float: right;
}
#footer .footer-box .footer-title {
	margin-bottom: 20px;
	display: block;
}
#footer .footer-box .powered {
	margin-top: 30px;
	display: block;
}
#footer .footer-box a {
	color: #A93F84;
	text-decoration: none;
}
#footer .footer-box p {
	margin-bottom: 30px;
	font-size: 14px;
}
#footer .footer-box p:last-child {
	margin-bottom: 0;
}
#footer .footer-box .menu li a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}
#footer .footer-box:nth-of-type(2) {
}
#footer .footer-box:nth-of-type(2) a {
}
.footer-social {
	text-align: center;
}
.footer-social li {
	margin-left: 10px;
	width: 27px;
	height: 26px;
	display: inline-block;
}
.footer-social li a {
	width: 27px;
	height: 26px;
	display: block;
}
.footer-social li a.mail {
	background: url(img/social.png) no-repeat 0 0;
}
.footer-social li a.tw {
	background: url(img/social.png) no-repeat -28px 0;
}
.footer-social li a.in {
	background: url(img/social.png) no-repeat -54px 0;
}
.footer-social li a.fb {
	background: url(img/social.png) no-repeat -81px 0;
}
#footer .copy {
	float: left;
	text-align: center;
	margin: 20px 0;
	width: 100%;
}


/* SINGLE PAGE CONTENT */
#single-content {
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}
.minh400 {
	min-height: 400px;
}
#single-content.company-content {
	
}
body.page #single-content {
	margin-top: 30px;
}
body.page #single-content h2 {
	margin-top: 0;
}
#breadcrumb {
	color: #092b65;
	margin-top: 70px;
	margin-bottom: 30px;
	height: 23px;
}
#breadcrumb span {
	line-height: 30px;
	font-size: 13px;
}
#breadcrumb span a{
	text-decoration: none;
	color: #092B65;
}
#single-content h2 {
	color: #404040;
	font-size: 30px;
	margin: 20px 0;
	font-family: 'todayshop-boldregular';
	font-weight: 300;
	line-height: 1em;
}
#single-content h3 {
	color: #404040;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#single-content p {
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 20px;
}
#single-content a {
	color: #A93F84;
	text-decoration: none;
}
#single-content a[href$=".pdf"] {
	background: url(img/downicon.png) no-repeat right center;
	padding-right: 30px;
	min-height: 20px;
	display: inline-block;
	font-size: 18px;
}
.quote {
	font-size: 20px;
	line-height: 1.2em;
	color: #023284;
	margin-top: 95px;
	font-weight: 300;
}

#people, #partners {
	float: left;
	margin: 20px 0 50px;
}
#people ul {

}
#people ul li {

}
#people ul li h5 {
	font-size: 23px;
	margin: 15px 0;
}
#people ul li p {
	margin-bottom: 10px;
}
#partners {
	margin-top: 40px;
}
#partners ul li p {
	margin-top: 10px;
	font-size: 12px;
}
.right-box{
	float: right;
	background: #EEEEEE;
	padding: 10px 20px;
}
.right-box .aligncenter{
	margin: 0 auto;
	display: block;
}

#contact-form {

}

.wpcf7 p input {
	width: 100%;
	height: 29px;
	margin-top: 4px;
	border: none;
	background: #f6f4f4;
	padding: 5px;
	font-size: 14px;
	color: #000;
	font-family: 'ralewaymedium';
	margin-bottom: 20px;
}

.wpcf7 p textarea {
	width: 100%;
	border: none;
	background: #f6f4f4;
	padding: 5px;
	font-size: 14px;
	color: #000;
	font-family: 'ralewaymedium';
	margin-bottom: 15px;
}

.wpcf7-submit {
	background: #A93F84 !important;
	color: #FFF !important;
	text-transform: uppercase;
	/* font-weight: bold; */
	font-size: 15px !important;
	border: none;
	padding: 17px 30px 16px !important;
	height: auto !important;
	cursor: pointer;
	font-family: 'ralewaymedium';
	display: block;
	width: auto !important;
	margin: 0 auto;
}


/* PRODUCTS */
.small-gallery {
	background: #FFF;
	margin-top: -203px;
	padding: 10px;
	margin-left: 0;
}
.small-gallery div:first-child {
	margin-left: 0;
}
.small-gallery div:last-child {
	margin-right: 0;
}
.note-gallery {
	font-size: 12px;
	margin-top: 5px;
	color: #092B65;
}
#single-content h2.black {
	color: #404040;
	text-transform: uppercase;
	margin: 20px 0;
}
#single-content table td {
	width: 48%;
	float: left;
}
#single-content table td:last-child {
	float: right;
}

.product-box h5 {
	font-size: 17px;
}
.product-box > div, .product-box a > div {
	background: #EEE;
	padding: 10px;
	margin: 5px 0 20px;
	min-height: 150px;
}
.product-box ul li {
	background: url(img/bullets.png) no-repeat left center;
	background-position: 0 0;
	padding-left: 20px;
	min-height: 20px;
	margin: 5px 0;
}
.product-box .c2nd ul li {
	background-position: 0 -20px;
}
.download {
	margin: 20px 0 40px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	float: left;
	margin-left: 10px;
	background: url(img/downlaod-icon.png) no-repeat right center;
	padding-right: 35px;
	line-height: 30px;
	clear: left;
}
.single-wpeast_product #main .bx-viewport {
	height: 350px !important;
}
.home-slider.wcaption {

}
#product-list {

}
#product-list ul {
	float: left;
}
#product-list ul li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#product-list ul li:last-child {
	margin-bottom: 140px;
}
#product-list ul li img {
	float: left;
	margin-right: 20px;
}
#product-list ul li a {
	text-decoration: none;
}
#product-list ul li a h3 { 
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1em;
}
#product-list ul li p {
	
}
.product-menu {
	position: absolute;
	left: 194px;
	top: 264px;
	padding: 36px 40px 36px 20px;
	background-color: rgba(230,191,212,0.9);
}
.product-menu p {
	color: #FFF;
	font-size: 48px;
	line-height: 1em;
	margin-bottom: 15px;
	text-transform: uppercase;
	background: url(img/pbullet.png) no-repeat left center;
	padding-left: 30px;
}
.product-menu ul {
	padding-left: 30px;
}
.product-menu ul li {

}
.product-menu ul li a {
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
}
.search-highlight {
	background: #F5FF03;
}
.search-results h3 {
	margin-top: 30px;
}
.search-results a {
	color: #404040;
	text-decoration: none;
}
#map {
	width: 100%;
	height: 310px;
	margin-bottom: 30px;
}
::selection {background:#DEBBCD;}
::-moz-selection {background:#DEBBCD;}
.alignright {
	margin: 0 0 15px 15px;
}
.wp-caption p {
	text-align: center;
	margin: 5px 0;
	color: #a93f84;
}

::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

.bx-pager {
	position: relative;
	left: -50%;
}
.bx-pager div {
	float: left;
	margin: 0 4px;
}
.bx-has-pager {
	position: absolute;
	left: 50%;
	z-index: 9;
	bottom: 210px;
}
.bx-pager div a {
	width: 20px;
	height: 20px;
	float: left;
	background: #DEBBCD;
	font-size: 0;
	border-radius: 50%;
}
.bx-pager div a.active {
	background: #a93f84;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1280px) {
	.slider-container, .product_cover {
		width: 1348px;
		margin-left: -194px;
	}
}

#summary-label {
	background: url(img/downicon.png) no-repeat right center !important;
	padding-right: 30px;
	font-size: 18px !important;
	color: #A93F84;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border: none;
}
#summary-label:focus {
	outline-style: none;
}

#single-content button {
	border: none;
	background: none;
	font-size: 15px;
	border-left: 1px solid;
}
#single-content button:focus {
	outline-style: none; 
}

#single-content button:first-of-type {
	border: none;
}
#single-content .grid_7 ul {
	list-style: initial;
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-left: 15px;
}
