/*
	Theme Name: Kating
	Description: Kating Gradba WordPress Theme
	Version: 1.0.0
	Author: Mihichot (@mihichot)
	Tags: HTML5, CSS3, Bootstrap 3, Responsive, Simple, Modern, Flat

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/fontawesome-webfont.eot');
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg'),
    url('http://kat-ing.mk/wp-content/themes/kating/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype');
    url('http://kat-ing.mk/wp-content/themes/kating/fonts/fontawesome-webfont.woff') format('woff'),
    url('http://kat-ing.mk/wp-content/themes/kating/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/PTSans-Regular.ttf') format('truetype'),
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/PTSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/OpenSans-Light.ttf') format('truetype'),
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/OpenSans-Regular.ttf') format('truetype'),
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/OpenSans-SemiBold.ttf') format('truetype'),
    src: url('http://kat-ing.mk/wp-content/themes/kating/fonts/OpenSans-Bold.ttf') format('truetype');
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

/* animated elements */
.animateblock {
  padding: 8px 0;
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
 
.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 12%;
}
 
.animateblock.right {
  display: block;
  margin-left: 100%;
}
.animateblock.right.animated {
  margin-left: 70%;
}
 
.animateblock.top {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}
 
.animateblock.btm {
  display: block;
  width: auto;
  margin-top: 25px;
}
.animateblock.btm.animated {
  margin-top: 0;
}
 
.animateblock.centerleft {
  display: block;
  width: auto;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}
 
.animateblock.centerright {
  display: block;
  width: auto;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}
 
.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}
 
.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    CUSTOM
\*------------------------------------*/

html, body {
    height: 100%;
    font-family: 'PT Sans', sans-serif;
}

body {
    //background-color: #EFEFEF;
    background-color: rgba(239, 239 239, 0.6);
    background-image: url("http://kat-ing.mk/wp-content/uploads/2016/03/vector-grey-abstract-background-for-design_MJmTARLO_L.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: 0.95;
}

body > .container, body > .container-fluid, .container-fluid > .row > .container {
    background-color: #FFFFFF;
}

.container-fluid > .row {
    //background-color: #EFEFEF;
}

.container-fluid > .row > .container {
    background-color: rgba(255, 255, 255, 0.1);
}

a {
    color: #A07E17;
    //color: #F25F5C;
    //color: #DA6850;
}

a:hover {
    color: #C6A12F;
    //color: #D83B37;
    //color: #FD9680;
}

.social-header > .row:first-child {
    margin-top: 20px;
    //height: 50px;
}

.social-header div:nth-child(1) .fa-circle.fa-stack-2x {
    color: #3B598A;
}

.social-header div:nth-child(2) .fa-circle.fa-stack-2x {
    color: #1DBCFF;
}

.social-header div:nth-child(3) .fa-circle.fa-stack-2x {
    color: #D72D27;
}

.social-header div:nth-child(4) .fa-circle.fa-stack-2x {
    color: #0077B4;
}

.social-header div:nth-child(5) .fa-circle.fa-stack-2x {
    color: #58748A;
}

.logo {
    padding-bottom: 10px;
    //background-color: #fff !important;
    //background-color: #E1E1E1 !important;
}

.logo img:hover {
    opacity: 0.8;
}

.search-bar {
    padding-top: 20px;
}

.search-bar input, .search-bar button {
    border: none;
    border-radius: 0;
    background-color: #231F20;
    color: #FFF;
    height: 30px;
    margin-top: 15px;
}

.search-bar input {
    width: 90% !important;
}

.search-bar button {
    height: 42px;
}

.search-bar button:hover {
    background-color: #5E5356;
    color: #FFF;
}

.search-bar button i {
    font-size: 16pt;
}

.search-bar input:focus {
    box-shadow: none;
}

.navbar-default {
    //background-color: #35354F;
    background-color: #404040;
    opacity: 0.8;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 25px 40px;
}

.navbar-default .navbar-nav > li:first-child a:before {
    //font-family: 'FontAwesome';
    //content: '\f015 \00a0';
}

#bs-example-navbar-collapse-1 {
    text-align: center;
}

#bs-example-navbar-collapse-1 > ul {
    float: none;
    display: inline-block;
}

#bs-example-navbar-collapse-1 > ul > li {
    //padding: 10px 25px;
    margin-top: 5px;
    font-size: 14pt;
}

#bs-example-navbar-collapse-1 > ul > li:hover {
    color: #ffffff !important;
    //background-color: #222242;
    background-color: #A07E17;
}

#bs-example-navbar-collapse-1 > ul > li > a:hover, #bs-example-navbar-collapse-1 > ul > li > a:focus {
    color: #ffffff !important;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.page-header {
    border: none;
    padding-bottom: 15px;
    font-size: 300%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    //color: #c6a12f;
    color: #084C61;
}

.about-text {
    font-size: medium;
    text-align: justify;
}

.about-thumbs {
    padding-top: 30px;
}

.services {
    padding: 0 30px;
}

.valign {
    min-height: 100px;
    line-height: 100px;
    text-align: center;
}

.valign h3, .valign h4 {
    vertical-align: middle;
    display: inline-block;
}

.about {
    padding: 0 30px;
}

.about p {
    text-align: justify;
    font-size: medium;
}

.about img {
   margin-bottom: 10px;
}

//.projects > div {
    //padding: 0 50px;
//}

.contact > p, .contact > p i {
    font-size: large;
}

.contact-form-input, .contact-form-textarea {
    border: none;
    border-radius: 0;
    background-color: #EFEFEF;
    padding: 5px;
    min-height: 30px;
}

.contact form label {
    font-size: large;
}

.contact form input:focus, .contact form textarea:focus {
    box-shadow: none;
}

.contact-form-button {
    color: #FFF;
    border: none;
    border-radius: 0;
    background-color: #C6A12F;
    //background-color: #F25F5C;
    //background-color: #DB504A;
    width: auto;
    font-size: large;
    margin: 15px 15px 0 0;
}
.contact-form-button:after {
    content: '\f1d8';
}

.contact-form-button:hover {
    background-color: #C02E26;
}

.contact-form-button:active {
    background-color: #C02E26;
}

.list-social-icons > a:nth-child(1) i.fa.fa-circle.fa-stack-2x {
    color: #3B598A;
}

.list-social-icons > a:nth-child(2) i.fa.fa-circle.fa-stack-2x {
    color: #1DBCFF;
}

.list-social-icons > a:nth-child(3) i.fa.fa-circle.fa-stack-2x {
    color: #D72D27;
}

.list-social-icons > a:nth-child(4) i.fa.fa-circle.fa-stack-2x {
    color: #0077B4;
}

.list-social-icons > a:nth-child(5) i.fa.fa-circle.fa-stack-2x {
    color: #58748A;
}

/* Home Page Carousel */

header.carousel {
    height: 400px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.pagin {
    padding: 20px;
    font-size: medium;
}

/* Footer Styles */

footer .row {
    //background-color: #4F6D7A;
    background-color: #50514F;
    margin-top: 20px;
}

footer .row div:nth-child(2) {
    width: 35%;
    margin-left: 25%;
    float: right !important;
}

footer .row div:nth-child(2) ul {
    float: right !important;
}

footer p {
    color: #FFF;
    padding-top: 15px;
}

.footer-menu .nav > li > a {
    padding: 10px 10px;
}

footer ul > li > a {
    color: #FFF;
}

footer ul > li > a:hover {
    color: #FFF;
}

footer .nav > li > a:hover {
    background-color: #C6A12F;
    //background-color: #365866;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .valign {
        min-height: 80px;
        line-height: 80px;
        text-align: center;
    }

    footer p {
        text-align: center;
    }

    footer .row div:nth-child(2) {
	width: 100%;
        float: left;
    }

    footer .row div:nth-child(2) ul {
        float: left !important;
    }

    footer .row div:nth-child(2) li {
        display: inline;
        float: left;
    }

    .footer-menu .nav > li > a {
        padding: 10px 9px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}