/*

Custom Styles. Bootstrap Styles are default'

*/

// BEGIN MY ADDITIONS

.scroll-to-top { position: fixed; bottom:7px; right:5px; }
.left { margin-right:10px; margin-left:10px; }

// END  MY ADDITIONS

* {
}
body {
	font-family: Calibri, sans-serif;
	color: #747474;
	font-size: 14px;
}
/*Typography*/

a, input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
a {
	color: #0082C3;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5, .navbar-default .nav-justified>li, .btn, p.big-paragraph, p.small-paragraph, .carousel-caption, .recent-posts .col-md-9 .text p small {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}
h2 {
	font-size: 36px;
	font-weight: 300;
	color: #333838;
	line-height: 50px;
}
h2.page_title {
	line-height: 24px;
	padding: 40px 0;
	color: #333838;
	text-transform: uppercase;
}
h2 span {
	font-weight: bold;
}
h2 span.blue {
	font-weight: 300;
	background-color: #0082C3;
	color: #fff;
	padding: 0 3px 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
span.sep {
	width: 140px;
	display: inline-block;
	border-top: 1px solid #0082C3;
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
h2.block__title {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 3px;
	margin-bottom: 60px;
}
h2.block__title span {
	border: none;
	background-color: #eff2f2;
	padding: 0 30px;
	text-transform: uppercase;
	line-height: 3px;
}
h3 {
	font-size: 32px;
	color: #1e1e1e;
	font-weight: 300;
}
h3 a {
	color: #1e1e1e;
}
h3 a:hover {
	text-decoration: none;
	color: #0082C3;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 19px;
	line-height: 105%;
	color: #1e1e1e;
	text-transform: none;
}
h4 a {
	color: #1e1e1e;
}
h4 a:hover {
	text-decoration: none;
	color: #0082C3;
}
h5 {
	font-size: 17px;
	text-transform: uppercase;
	color: #33313a;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
/* Forms */

.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #0082C3;
}
/*Buttons*/

.btn-primary {
	font-size: 12px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	border-color: #0082C3;
	background: #0082C3;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #f3f5f6;
	border-color: #bababa;
	color: #393a36;
}
.btn-info {
	font-size: 12px;
	text-transform: uppercase;
	color: #bababa;
	border-color: #bababa;
	background: #f3f5f6;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.btn-info:hover, .btn-info:focus {
	background-color: #fff;
	border-color: #bababa;
	color: #bababa;
}
.btn-default {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	border-color: #fff;
	background: none;
}
.btn-default:hover, .btn-default:focus {
	background-color: #fff;
	border-color: #fff;
	color: #393a36;
}
button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none;
}
.btn-lg {
	width: 180px;
	height: 57px;
	line-height: 57px;
	padding: 0;
	text-transform: uppercase;
}
/*Header*/

header {
	background: #f3f5f6;
	border-bottom: 1px solid #D4D4D4;
	width: 100%;
}
.navbar-header {
}
.navbar-toggle {
	margin-right: 0;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	// background: #0082C3;
	// width: 80px;
	height: 47px;
	text-transform: none;
	line-height: 47px;
	text-align: center;
	display: inline-block;
	margin: 26px auto;
	padding: 0 5px 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.navbar-default .navbar-brand a {
	color: #0082C3;
	text-decoration: none;
}
/*Main Navigaion Menu*/

.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0px;
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-nav {
	padding: 0px;
}
.navbar-default .navbar-nav>li {
}
.navbar-default .navbar-nav>li>a {
	color: #1a1a1a;
	font-size: 14px;
	padding: 40px 15px;
	font-weight: bold;
	font-family: "Open Sans", sams-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	color: #0082C3;
	background: none;
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0px;
}
ul.dropdown-menu {
	padding: 0;
	left: 0px !important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
	background: rgba(27,32,33,0.9);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #545858;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-ms-border-radius: 0px 0px 2px 2px;
	-o-border-radius: 0px 0px 2px 2px;
}
ul.dropdown-menu li:first-child {
	border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-ms-border-radius: 2px 2px 0px 0px;
	-o-border-radius: 2px 2px 0px 0px;
}
ul.dropdown-menu>li>a {
	color: #b1b1b1;
	border-top: none;
	font-weight: normal;
	font-size: 14px;
	padding: 15px 20px;
	text-transform: uppercase;
}
ul.dropdown-menu>li>a:hover {
	color: #000000;
	border-top: none;
	background: none;
}
/*Carousel*/

.slider {
	position: relative;
	z-index: 9;
}
.boxess {
	padding-top: 25px;
}
.slider .btn {
	margin: 70px 10px 0;
}
.carousel-caption {
	top: 50%;
	margin-top: -140px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 3px #666666;
	text-transform: none;
	font-weight: 300;
}
.carousel-caption h1 {
	line-height: 60px;
}
.carousel-control {
	background: none;
	opacity: 1;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	-moz-opacity: 1;
}
.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 54px;
	height: 54px;
	left: 20px;
}
.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 54px;
	height: 54px;
	right: 20px;
}
.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/next_a.png') no-repeat;
}
.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 270px;
}
.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 270px;
}
.boxed .carousel-caption {
	top: 90px;
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
/*Container*/

.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.row {
	padding: 75px 0;
}

.rowless {
	padding: 25px 0;
}

.row.with__sep {
	background: url('../images/lines.png') repeat-x left bottom;
}
.container .row:first-child {
	padding: 75px 10% 75px 10%;
}
p.big-paragraph {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	color: #c0c0c0;
}
.orange {
	color: #0082C3;
	padding: 0 0 10px 0;
}
.black-text {
	color: #1e1e1e;
}
.blue__line {
	width: 100%;
}
.blue__line h1 {
	color: #1e1e1e;
}
/*Icons Blocks*/

.icons__blocks {
	background-color: #f3f5f6;
	width: 100%;
}
.icons__blocks p.small-paragraph {
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #c7c7c7;
}
.icons__blocks p {
	margin-top: 20px;
}
/* grey-info-block */

.grey-info-block {
	background: #0082C3;
	width: 100%;
	padding: 0 0 75px 0;
	margin: 0;
	color: #fff;
}
.grey-info-block span.sep, .grey-info-block h2.page_title span, .grey-info-block h2 small, .grey-info-block h3 {
	border-color: #fff;
	color: #fff;
}
.grey-info-block p.small-paragraph {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-top: 15px;
	color: #c7f0ff;
	border-bottom: 1px solid #91e1ff;
}
.grey-info-block .btn-info {
	border-color: #fff;
	margin-top: 35px;
}
.grey-info-block .btn-info:hover {
	color: #0082C3;
	border-color: #fff;
	background-color: #fff;
}
/*Three Blocks*/

.three-blocks {
	background: url('../images/image_1920x374.jpg') no-repeat;
	background-size: 100% 100%;
}
.three-blocks h2 {
	color: #fff;
	padding: 0;
}
.three-blocks p {
	padding: 25px 0 0 0;
	font-size: 12px;
	color: #b4b4b4;
	text-transform: uppercase;
}
/* Recent Posts */

.recent-posts .col-md-9, .recent-posts .col-md-3 {
	margin-top: 40px;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 55%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: -5px;
	margin-bottom: 5px;
}
.recent-posts .col-md-9 .text p {
	padding: 5px 0;
}
.recent-posts .col-md-9 .text p.small-paragraph {
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 20px;
	color: #c2c2c2;
	font-weight: normal;
	text-transform: uppercase;
}
.recent-posts .col-md-9 img {
	width: 43%;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.recent-posts .col-md-3 .icon-item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 0 30px 0;
}
.recent-posts .col-md-3 .btn.btn-primary {
	width: 100%;
}
/*Social Icons*/

.socialicon {
	position: relative;
	display: inline-block;
	width: 32px;
	margin-right: 5px;
	height: 32px;
}
.socialicon-twitter {
	background: url('../images/social/twitter.png') no-repeat;
}
.socialicon-facebook {
	background: url('../images/social/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('../images/social/google.png') no-repeat;
}
.socialicon-mail {
	background: url('../images/social/mail.png') no-repeat;
}
.socialicon-twitter:hover {
	background: url('../images/social/twitter_a.png') no-repeat;
}
.socialicon-facebook:hover {
	background: url('../images/social/facebook_a.png') no-repeat;
}
.socialicon-google:hover {
	background: url('../images/social/google_a.png') no-repeat;
}
.socialicon-mail:hover {
	background: url('../images/social/mail_a.png') no-repeat;
}
/* Contact Form */

.contact-form {
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */

aside h3 {
	line-height: 11px;
	margin-bottom: 40px;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/

.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px;
}
/* Footer */

footer {
	background: #f3f5f6;
	color: #808080;
}
footer h3 {
	padding-bottom: 20px;
}
footer hr {
	border-top: 1px solid #d0d1d2;
	margin: 20px 0 0 0;
}
footer p span {
	color: #1e1e1e;
}
footer>.container>.row:first-child {
	padding: 45px 0;
}
footer .text-center {
	padding: 40px 0;
	margin: 0;
}
footer .form-group {
	width: 90%;
}
footer button.btn-primary {
	position: relative;
	top: 10px;
}
footer button.btn-primary:focus {
	outline: none;
}
/*Responsive - debugging default problems*/

.img-responsive {
	margin: 0 auto;
}
.no-margin {
	margin: 0;
}
.no_padding {
	padding: 0px 0 80px 0;
}
.row.nothing {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
 @media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
}
 @media(max-width:1310px) {
.carousel-caption {
	font-size: 14px;
	top: 65%;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px;
}
.slider .btn {
	margin: 10px;
}
}
 @media(max-width:990px) {
.main__middle__container h3.heading.white {
	background: none;
}
.carousel-caption {
	font-size: 13px;
	top: 50%;
	margin-top: -110px;
	left: 15%;
	right: 15%;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.boxess .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-control .carousel-control-left {
	left: 5px;
}
.carousel-control .carousel-control-right {
	right: 5px;
}
.carousel-control {
	width: auto;
}
.boxess .carousel-control {
	width: auto;
	top: 50%;
	margin-top: -27px;
}
.boxess .carousel-caption {
	top: 50%;
	margin-top: -80px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 12px;
}
}
 @media(max-width:768px) {
.recent-posts .col-md-9 .text {
	margin-left: 0px;
}
.navbar-toggle {
	top: 25px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.three-blocks p {
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}
.recent-posts .col-md-9 .text, .recent-posts .col-md-9 img {
	float: left;
	width: 99%;
}
header.with-boxed {
	height: auto;
}
}
 @media(max-width:767px) {
.navbar-collapse {
	height: 0px;
	overflow: hidden;
}
.navbar-collapse.in {
	display: block !important;
}
.navbar-default .navbar-nav {
	padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #222;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #23C3FF;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #0082C3;
	background-color: transparent;
}
.navbar-default .navbar-nav>li {
	display: block;
	text-align: center;
}
.navbar-default .navbar-nav>li a {
	padding: 5px 0;
}
}
 @media(max-width:600px) {
.slider .btn {
	display: none;
}
}
 @media(max-width:440px) {
.carousel-caption {
	display: none;
}
}
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,  .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Portfolio */

#portfolio {
	padding: 30px 0px 40px 0px;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #23C3FF solid 2px;
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px;
	cursor: pointer;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #23C3FF;
	margin: 0 -1px;
	border: 1px solid #23C3FF;
}
#portfolio ul#Grid {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0;
	margin: 0;
	display: none;
	position: relative;
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid span.text {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #23C3FF;
}
#portfolio ul#Grid li:hover span.text {
	background: #23C3FF;
	opacity: 0.9;
}
#portfolio ul#Grid span.text span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid span.text:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #23C3FF;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid span.text:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #23C3FF;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover span.text {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}
/* ## REST CSS */

ul.dropdown-menu {
	display: block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85% !important;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
	top: 100% !important;
	opacity: 1;
	visibility: visible;
}
 @media(max-width:767px) {
.navbar-default .navbar-nav > li > a {
	padding: 10px 10px;
}
.dropdown:hover .dropdown-menu {
	display: none;
}
ul.dropdown-menu {
	visibility: visible;
	opacity: 1;
	display: none;
	position: relative;
	left: 0px;
	top: 0px !important;
	border-bottom: #999 solid 2px !important;
}
.dropdown:hover .dropdown-menu {
	top: 0 !important;
}
.open .dropdown-menu, .open:hover .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}
.navbar-collapse.in {
	max-height: 350px;
}
.navbar-default ul.navbar-collapse {
	display: block !important;
	height: 0px;
}
ul.dropdown-menu li {
	border-bottom: 0px solid #545858;
}
ul.dropdown-menu li a {
	color: #333;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
.pull-left {
	float: none !important;
}
.pull-right {
	float: none !important;
}
.recent-posts .col-md-9 article img.pull-left {
	max-width: 100%;
}
.recent-posts .col-md-9 .text {
	text-align: center;
	width: auto;
	padding-top: 10px;
}
.slider {
	overflow: hidden;
	max-width: 100%;
}
.main__middle__container {
	overflow: hidden;
	max-width: 100%;
}
footer {
	overflow: hidden;
	max-width: 100%;
}
footer {
	padding-top: 0px;
}
.carousel-caption {
	display: none;
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	margin-top: 0px;
}
.navbar-default .nav-justified>li.dropdown:hover, .navbar-default .nav-justified>li.dropdown.active {
	border-top: 0px solid #adc648;
}
.row {
	padding: 15px 0;
}
.recent-posts .col-md-3 .icon-item {
	text-align: center;
}
.icons__blocks {
	width: 105%;
}
h2.page_title {
	padding: 20px 0;
}
.no_padding {
	padding: 0 0 80px;
}
h2.page_title {
	padding: 20px 0;
}
.container .row:first-child {
	padding: 25px 10%;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
#portfolio ul.controls li {
	padding: 5px 10px;
}
}
 @media(min-width:768px) and (max-width: 991px) {
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 0px;
}
.recent-posts .col-md-3 .icon-item img {
	max-width: 100%;
}
.nav-justified > li {
	padding: 0 12px;
	display: block;
	float: left;
	width: auto;
}
.row {
	padding: 25px 0;
}
.no_padding {
	padding: 0 0 80px;
}
h2.page_title {
	padding: 20px 0;
}
.container .row:first-child {
	padding: 25px 10%;
}
#portfolio ul#Grid a.link {
	font-size: 18px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
.navbar-default .navbar-nav > li > a {
	padding: 40px 10px;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 100%;
	height: auto;
}
/* Columns */
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1028px) {
	
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		.container .col33 { margin-right: 14px; }
		
		.container .col444 { margin-right: 16px; }
		
		.container .menu { width: 60%; }
		.container .search input.editbox_search { width: 173px; }
		
		.container .viewport .col4 { width: 241px; }
		.container .colums_box { padding: 0px; margin-right: 0px; width: 31%; }
		
		.main .slider_box { height: 236px; }
		.main .nivo-caption { width: auto; }
		
		.container .col4 a { font-size: 10px!important; }
		
		
		.main .nivoSlider { height: 235px; }
		
		.container .search { width: 223px; }
		
		.main .col4p { margin-right: 19px; }
		
		.container .col4 { margin-right: 9px; }
		.container .col4444 { margin-right: 9px; }
		
		.container .col44 { margin-right: 9px; }
		.container .col44a { margin-right: 9px; }
		.container .col44b { margin-right: 9px; }
		.container .col44u { margin-right: 9px; }
		
		.container .center_small_box { }
		
		.container .menu ul li.ms_top { margin-left: 13px; } 
		.container .callus { margin: 0 10px 10px 0; }
		.container .now_page_resize h1 { padding-bottom: 9px; margin-left: 0px; }
		.container .colums_box .over { left: 58px; }
		.container .colums_box img.on { width: 100%; }
		.container .colums_box img.on { left: -16px; bottom: -8px; }
		
		.container .jcarousel-skin-tango .jcarousel-container-horizontal { margin-left: 8px; }

		.container .viewport .col4 .img_hover_box.pic a img { width: 100%; }

		
		.container .jcarousel-skin-tango .jcarousel-next-horizontal { right: 48%; }		
		
		.container .col3 { margin-right: 14px; }
		.container .col3 .pic img { height: 100%; }
		.prefooter .container .fcol { margin-right: 8px; }
		
		.container #coment img { width: auto; }
		.container #coment2 img { width: auto; }
		.container #coment3 img { width: auto; }
		.container .flickr a img { margin: 5px 7px 0 0; }
		
		.container .capt { position: absolute; bottom: 82px; left: 50px; }
		.container .capt2 { position: absolute; bottom: 165px; left: 50px; }
		.container #now_slider { height: 317px; }
		
		.container .prefooter .fcol { margin-right: 9px; }
		
		.container .img_hover_box.pic a h3 span img.zoom { display: none; } 
		
		.container .centercol.adden .img_hover_box.pic a img.h2 { height: 287px; }
		}
		

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#controls { right: 6%!important; }
		
		.container .center_small_box { margin: 0 10px 0 15px; width: 220px; }
		.container #slider1 .overview li { margin-right: 0px; }
		.container .center_small_box img { width: 100%; height: auto; }
		#slider-wrapper object { height: 315px; }
		.container .h2_background2 h2 span { margin-left: 36%; }
		
		 }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.container .menu { padding: 0px; margin: 0px; width: 100%; }
		
		.container .cols1 .img_hover_box.pic a { margin-bottom: 15px; height: auto; }
		.container .centercol .cols1 .img_hover_box.pic a img { margin-bottom: 15px; }

		.container .col444 { margin-right: 0px; width: 100%; }
		.main .header.adder { height: 100px; }
		
		.container .now_page { padding: 0 20px 20px 20px; }
		
		.container .jThumbnailScroller { width: 83%; }
		
		.container .maps_view { width: 98%; }

		.container .caption_column span { padding: 0px; width: 100%; display: block; text-align: center; }

		.container .colums_box_3 img { margin-bottom: 0px; }
		.container .colums_box_4 img { margin-bottom: 0px; }
		.container .colums_box_5 img { margin-bottom: 0px; }
		.container .colums_box_6 img { margin-bottom: 0px; }
		
		.main .slider_box { height: 173px; }
		.main .nivo-caption h4 { font-size: 20px; line-height: 22px; }
		.main .nivo-caption { bottom: 60px; }
		
		.container .search { padding: 10px 0 0 0px; margin: auto; float: none; width: 281px; text-align: center; }
		.main .header.black { height: 100px; }
		
		.container .RSS img { margin-right: 10px; }
		.container .now_page_resize { width: 100%; }

		.container .search form { padding: 15px 0 0 0; }
		.container .search input.editbox_search { width: 228px; }

		
		.container .RSS { float: left; }

		.container .viewport .col4 { margin-right: 18px; width: 198px; }
		
		.main .nivoSlider { height: 171px; }
		.main .nivo-directionNav a { bottom: 65px; }

		.main .nett { padding-top: 30px; }
		.main .colums_box p { font-size: 11px!important; }
		.main .h2_background2 h2 span { font-size: 14px!important; }
				
		.main .colums_box_1 img { margin-bottom: 0px; }
		.main .colums_box_2 img { margin-bottom: 0px; }
		.main .colums_box { margin: 0px 0 15px 0; }
		
		 .container .col4444 { margin-right: 0px; width: 100%; }
		 .container .col4 { margin-right: 0px; width: 100%; }

		 .container .col44 { margin-right: 0px; width: 100%; }
		 .container .col44a { margin-right: 0px; width: 100%; }
		 .container .col44b { margin-right: 0px; width: 100%; }
		 .container .col44u { margin-right: 0px; width: 100%; }

		.container .col4p { margin-right: 0px; width: 100% }
		.container .jcarousel-skin-tango .jcarousel-next-horizontal { right: 46%; }	

		.container .pic img { width: 100%; height: auto; }
		.container .img_hover_box.pic a img.h { display: none; }
		
		.container .gap11 { margin-top: -55px; }
		
		.container .cols3.gaap { padding: 20px 0 20px 0px; }
		
		.container .logofooter a { margin-left: 37%; }
		.container .logofooter { padding: 0px; width: 100%; }

		.container .col4.second h2 { padding-bottom: 0px; }
		
		.container .colums_box .over { left: 40%; }
		.container .colums_box img.on { bottom: -17px; }

		.container .centercol .img_hover_box.pic a img { height: auto; }

		.container .capt { padding: 10px 30px 0px 30px; bottom: 221px; right: 0px; }
		.container .capt2 h1 { font-size: 8px!important; }
		.container .capt2 { bottom: 284px; }
		.container #now_slider { height: 272px; }
		.container .capt p { font-size: 9px; }
		
		.container .jcarousel-skin-tango .jcarousel-clip-horizontal { height: 420px; }		
		 
		.container .mask { display: none; }

		.container .jcarousel-skin-tango .jcarousel-item { width: 410px; }

		.container .gallery-categ { float: left; }
		
		.container .col2.big { margin: 0px; width: 100%; }
		
		.container .header_menu { float: none; }
		.container .menu .menusm { display: none!important; }
		.container .menu select { padding: 4px 2% 4px 2%; margin: 0 0 20px 0; height: 36px; display: block!important; float: left; width: 100%; }
		.container .now_page_top { padding: 10px 20px; width: auto; }
		
		.container .gallery-categ li a { padding: 5px 9px; font-size: 9px; }
		
		.container .gallery-categ li { font-size: 9px; }
		
		.container .gap2 { margin-left: 40px; width: auto; float: left; }
		
		.container .centercol .pic img { width: 100%; }
		.container .centercol .content_full_size.diff .pic img { width: auto; }

		.container .img_hover_box.pic .img_hover_overlay { display: none; background: none; }
		
		.container .pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 14.5%; }
		
		.container .colums_box { padding: 0px; width: 100%; }
		
		.container .right { float: left; }

		.container .col33 { margin: 0 0 25px 0px; width: 100%; }

		.container .col3 { width: 100%; }
		.container .col3 .pic img { height: auto; }

		.container .nivoSlider { height: 216px; }
		
		.container .logo { margin: 0; text-align: center; float: none; }
		.container .logo div { text-align: center; float: none;  }
		
		.container .footer p { text-align: center; }

		 .prefooter .container .fcol { margin-right: 0px; width: 100%; }
		 .prefooter .RSS img { margin-right: 12px; }
		 .prefooter .container .flickr a img { margin: 0 45px 15px 0; }

		.container .prefooter .fcol { padding-left: 20px; margin-right: 0px; width: 94%; }
		.container .flickr a img { margin: 0 42px 15px 0; }

		.container #slider1 .viewport { margin: 0 0 0 0; padding:0;  width: 100%; height: 250px; }
		.container #slider1 { margin: 0px; }
		.container #slider1 h3 { padding: 0px; }
		
		.container .cols4.dif .col4 { margin: 0px; width: 100%; }
		.container .one { display: none; }
		.container .two { display: block; }
		
		.container .nivo-caption h4 { font-size: 10px; }
		.container .nivo-caption { width: 72%; }
		
		.footer .container p { text-align: center; }
		.container .gap5 { padding-left: 15px; }
		.container .img_hover_box.pic a img.h2 { display: none; background: none; }
				
		.container #coment img { float: none; }
		.container #coment2 img { float: none; }
		.container #coment .podpis { float: none; }
		.container #coment2 { margin-left: 0px; }
		.container #coment2 img { float: none; }
		.container #coment2 .podpis { float: none; }
		.container #coment3 { margin-left: 0px; }
		.container #coment3 img { float: none; }
		.container #coment3 .podpis { float: none; }
		.container #coment { padding-bottom: 12px; }
		.container #coment br { display: none; }
		.container #coment2 br { display: none; }
		.container #coment3 br { display: none; }
		.container #coment3 .podpis { width: 100%; }
		.container .r_plus_overlay { display: none; }
		.container .r_plus { display: none; }
		.container .pic img { width: 100%; }
		.container .fl { float: none; }

		.container .galtitle h3 span { padding-left: 20px; }
		.container .fcol.last { padding-top: 20px; }
				
		.container #webstore { font-size: 11px; min-width: 358px; }
		.container #catalogue .product { width: 100%; float: none; }
		.container .product.last-column .webstore-clear { margin-left: -5px; }
		.container #webstore #catalogue .product:first-child > div, #catalogue .product:first-child + li > div { margin: 0 0 5px 0; }
		.container #webstore #catalogue .first-column > div { margin: 0 0 5px 0; }
		.container #webstore #catalogue .last-column > div { margin: 0 0 5px 0; }
		.container #cart .description { font-size: 9px; height: auto; }
		.container #cart-list .title, #cart-list .price { font-size: 9px; }
		.container #webstore input, #webstore select { width: 18px; height: 13px; }
		.container #cart input.quantity { width: 6%; }
		.container #cart-list .price span { padding-left: 5px; font-size: 9px; font-weight: bold; width: auto; }
		.container #webstore .cart-totals label { font-size: 9px; }
		.container #webstore .cart-totals label + span { font-size: 9px; }
		.container #webstore .cart-totals label { width: 0px; }
		.container #webstore .cart-options label { font-size: 9px; font-weight: bold; }
		.container #webstore input, #webstore .right.cart-options select { padding: 2px; width: 67px; font-size: 9px; height: 25px; width: 90px; }
		.container #webstore button span { padding: 0px 2px 0 2px; font-size: 9px; height: 26px; line-height: 26px; }
		.container #catalogue .price, #webstore button { height: 37px; }
		.container #checkout form > div:first-child label { margin: 0px; font-size: 9px; }

		.container .code .one_third_pad { margin: 0px; }
		
		.container .pic.fl { margin: 0px; }
		.container .pic.fr { margin: 0px; }
		.container .fr { float: none; }
		.container .fr.detail { float: right; }
		.container .fl.detail { float: left; }
		.container .fl.btn { float: left; }
		.container .col2 { width: 100%; }
		.container .col2.big.last { float: right; }
		.container .col2.last { float: left; }
		.container .social { float: none; }
		.index_page .footer { height: 150px; }
		.container .social img { margin-right: 10px; }
		#slider-wrapper object { height: 240px; }
		div.ppt { display: none !important; }
		#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
		.header_resize { text-align: center; }
		}
 
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#controls { right: 8%!important; }
		.container .h2_background2 h2 span { padding: 0 25px; margin-left: 35%; }
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.container .logo { margin-left: 0%; width: 100%; }

		.container .viewport .col4 { width: 298px; }
		.container .logofooter a { margin-left: 8%; }
		
		.main .slider_box { height: 121px; }
		.main .nivo-caption { bottom: 40px; }
		
		.container .gap11 { margin-top: -85px; }
		
		.container .col22 { margin: 0px; width: 100%; }

		.main .nivoSlider { height: 121px; }
		.main .nivo-caption { padding: 0px; width: 250px; }
		.main .nivo-caption h4 { font-size: 9px; line-height: 12px; }
		.main .nivo-directionNav a { bottom: 40px; }
		
		.container .capt { padding: 4px 0 0 10px; bottom: 272px; }
		.container .capt p { font-size: 7px; line-height: 12px; }
		.container .capt br { display: none; }
		.container .capt2 h1 { font-size: 6px!important; }
		.container .capt2 { padding: 5px 15px 5px 15px; }
		.container .capt2 { bottom: 310px; }
		.container .pr { height: 400px !important; }

		.container .col44.gallery-item.masonry-brick { margin: 0 0 20px 0%!important; }

		.container .jcarousel-skin-tango .jcarousel-next-horizontal { right: 44%; }		

		.container .jcarousel-skin-tango .jcarousel-clip-horizontal { height: 350px; }		

		.container .colums_box img.on { bottom: -13px; }
		
		.container .flickr a img { margin-right: 30px; }
		.container .prefooter .fcol { width: 90%; }
		
		.container .gap5 { padding-left: 15px; }
		
		.container .content { padding: 10px 0 0 0; width: auto; }
		.container .content h3 { padding-left: 0; }
		
		.container .maps_view { width: 97%; }

		.container .jcarousel-skin-tango .jcarousel-item { width: 300px; }
		
		.prefooter .container .flickr a img { margin-right: 32px; }
		.now_page_resize h1 { font-size: 16px!important; }

		.container .pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 100%; }
		
		.container .cols4.adder .col4 { margin: 0px; width: 100%; }
		.container .cols4.adder .col4.second { float: left; }
		.container .cols4.adder .col4.last { float: left; }

		.container .col4 { margin-right: 0px; width: 100%; }
		.container .col4.second { float: none; }
		.container .col4.last { float: none; }
		.container .nivo-caption p { font-size: 10px; line-height: 13px; }
		

		.container .content_resize.some .col44.second { margin-right: 0px; float: none; }
		.container .content_resize.some .col44.last { float: none; }

		.container .col44 { margin-right: 0px; width: 100%; }
		.container .col44.second { float: none; }
		.container .col44.last { float: none; }
		
		.container .col2.big.last { float: left; }
		.container .col2.big { width: 100%; }
		
		.container .logofooter div a { margin-left: 30%; }
		
		.container .nivo-caption h4 { font-size: 5px; }
		.container .nivo-caption { width: 65%; }
		
		.container .logo div { float: none; width: 44%; }
		.container .social img { margin-right: 9px; }
		
		.container #webstore { width: 99%; }
		.container #webstore h3.title { font-size: 11px; }
		.container #webstore p { font-size: 11px; }
		.container #catalogue .product > div { padding: 20px 0px; }
		.container #webstore { min-width: 150px; }
		.container #webstore-container-inner { padding: 20px 10px 0 10px; }
		.container #webstore .right { padding-left: 20px; width: auto; }

		.container .one_third_pad { width: 100%; }	
		.container .two_third_pad { margin: 0px; width: 100%; }
		#slider-wrapper object { height: 160px; }
		.container .h2_background2 h2 span { padding: 0 20px; margin-left: 32.3%; }
		}
		
		