/*
Theme Name: SPG
Theme URI: http://themekraft.com/tk/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Version: 1.1.6
License: GNU General Public License v3.0 / License URI: http://www.gnu.org/licenses/gpl-3.0.html
License URI: see license.txt
Tags: gray, light, two-columns, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap
*/


/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	background: url(includes/images/background_02.jpg) no-repeat fixed center;
}
/*
@font-face {
    font-family: NaslovFont;
    src: url(includes/fonts/ff_rg.ttf);
}
@font-face {
    font-family: Regular;
	src: url(includes/fonts/ff_rg.ttf);
}
@font-face {
    font-family: Light;
	src: url(includes/fonts/ff_rg.ttf);
}
*/
@font-face {
  font-family: 'NaslovFont';
  src: url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.eot?#iefix') format('embedded-opentype'),  url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.woff') format('woff'), url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.ttf')  format('truetype'), url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.svg#ForgottenFuturistRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Regular';
  src: url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.eot?#iefix') format('embedded-opentype'),  url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.woff') format('woff'), url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.ttf')  format('truetype'), url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.svg#ForgottenFuturistRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Light';
  src: url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.eot?#iefix') format('embedded-opentype'),  url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.woff') format('woff'), url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.ttf')  format('truetype'), url('includes/fonts/forgottenfuturist/ForgottenFuturistRg-Regular.svg#ForgottenFuturistRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
	color:#FFF;
	font-family:Regular;
	font-size: 18px;
}
a {
	font-family: Regular;
	font-size:18px;
}
.special-naslov, h1, h2, h3, h4, h5, h6{
	font-family:NaslovFont;
	font-size:24px;
	color: #65A5CB;
	padding: 10px;
	/* text-shadow: 5px 5px 5px #000; */
	background: rgba(0,0,0,0.2);
}
.sidebar{
	/*box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6); */
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	margin-left:48px;
	padding-bottom:205px;
	padding-top: 23px;
}
.main-content-inner {
	/*box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6); */
	background: rgba(0,0,0,0.6);
	padding-top: 50px;
}

.rev_slider_wrapper {
	border-bottom: 1px solid #00B1F1 !important;
}

.page-cover {
	width:100%;
	height:250px;
}
.page-cover img {
	width:100%;
	max-height: 250px;
}
.page-title {
	background: none;
}
.p-title-n {
	font-size:28px;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation  dropdown submenu*/

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}
/* NAVIGATION */

#stickynav {
    display: none;
    height: 10px;
}
.site-navigation {
	position:absolute;
	top:0px;
	z-index:101;
	width:100%;
	height:90px;
	margin:0 auto;
	background-color:rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #00B1F1;
}
.navbar-default{
	border:none;
	background-color:transparent;
	margin-left: -14px;
  	margin-right: 11px;
}
.navbar-nav{
	float:right;
	margin-top: 20px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color:transparent;
	color:#FFF;
	border-top:2px solid #00B1F1;
	text-shadow:5px 5px 5px #000000;
	padding-top:13px !important;
}
.navbar-default .navbar-nav > li > a {
	background-color:transparent;
	color:#FFF !important;
	text-shadow:5px 5px 5px #000000;
	transition:border 0.5s ease;
	-webkit-transition:border 0.5s ease;
	-moz-transition:border 0.5s ease;
	-o-transition:border 0.5s ease;
}
.navbar-default .navbar-nav > li > a:hover
{
	border-top:2px solid #00B1F1;
	padding-top:13px;
	color:#FFF;
	transition:border 0.5s ease;
	-webkit-transition:border 0.5s ease;
	-moz-transition:border 0.5s ease;
	-o-transition:border 0.5s ease;
}
.navbar-default .navbar-nav > .open > a {
	background-color:transparent !important;
	color:#FFF !important;
	text-shadow:5px 5px 5px #000000;
	border-top:2px solid #00B1F1 !important;
	transition:border 0.5s ease !important;
	-webkit-transition:border 0.5s ease !important;
	-moz-transition:border 0.5s ease !important;
	-o-transition:border 0.5s ease !important;
}
.dropdown-menu {
	background:rgba(0,0,0,0.5) !important;
	background-color:transparent;
	color:#FFF;
	text-shadow:5px 5px 5px #000000;
}
.dropdown-menu:hover, .dropdown-menu:active {
	margin-top:-2px!important;
}
.dropdown-menu > li > a {
	color:#FFF;
	transition:margin-left 0.5s ease;
	-webkit-transition:margin-left 0.5s ease;
	-moz-transition:margin-left 0.5s ease;
	-o-transition:margin-left 0.5s ease;
}
.dropdown-menu > li > a:hover {
	background:transparent !important;
	margin-left:5px;
	color:#FFF!important;
	transition:margin-left 0.5s ease;
	-webkit-transition:margin-left 0.5s ease;
	-moz-transition:margin-left 0.5s ease;
	-o-transition:margin-left 0.5s ease;
}


/* content stuff */

.entry-content {
	margin:5px 0 40px 0;
	padding:0 5px;
}
.entry-content span {
	display:block;
	width:100%;
	text-align: center;
	background:#00B1F1;
	opacity:0.7;
	color:#FFF;
	padding:10px;
	font-size:15px;
	margin:10px 0 45px 0;
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	-webkit-transform: skew(-20deg); 
   -moz-transform: skew(-20deg); 
   -o-transform: skew(-20deg);
   transform: skew(-20deg);
}
.entry-content a.more-link:hover {
	text-decoration: none;
}
.entry-content span:hover {
	text-decoration:none !important;
	opacity:1;
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
}
.thumb-cat {
	float:left;
}
.summary-cat {
	margin-left:310px;
	margin-top:5px;
	color:#FFF;
}
.single-post-wrapper {
	height:275px;
}
.single-read-more {
	margin-right:10px;
	margin-top:5px;
}
.post .entry-content span {
	display:none !important;
}
.post .home-content {
	position:relative;
}

/* od bootstrapa override */
.row {
	margin-left: 0px;
  	margin-right: -52px;
}


.home-content {
	position:relative;
	top:-333px;
	height:100%;
	z-index: 1000;
}

/* carousel override */
.owl-item {
	opacity:0.3;
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
}
.owl-item:hover {
	opacity:1;
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
}
.owl-theme .owl-controls .owl-buttons div {
	border:1px solid #00B1F1 !important;
	background:rgba(0, 177, 241,0.5);
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background:rgba(0, 177, 241,0.9);
}
.items-info {
	background:#FFF;
}
.rcs-items-thumb {
	margin-bottom:0 !important;
}
.rcs-items {
	margin-top:10px!important;
}
.rcs-container {
	margin-top:0 !important;
	border:none;
}
/* FANCY BORDER */
.main-content-inner .angle-border-wrapper, .widget-title {
	/* background:none !important; */
}

.angle-border-wrapper {
	width: 100%;
	background: rgba(0,0,0,0.2);
}
.angle-border-left-wrapper {
	float:left;
	height:31px;
	padding:0;
}
.angle-border-left-wrapper:before {
	content: "";
    background-color: black;
    height: 1px;
    display: block;
    top: 28px;
    position: relative;
    background: linear-gradient(to right, rgba(0, 177, 241,0) 0%, rgba(0, 177, 241,1) 100%);
}
.angle-border-mid-wrapper {
	margin:0 -11px;
	padding:0 0 0 23px;
	display:inline-block;
}
.angle-border-right-wrapper {
	float:right;
	padding:0;
	height:31px;
}
.angle-border-right-wrapper:before {
	content: "";
    background-color: black;
    height: 1px;
    display: block;
    top: 28px;
    position: relative;
    background: linear-gradient(to left, rgba(0, 177, 241,0) 0%, rgba(0, 177, 241,1) 100%);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	-moz-box-shadow:    0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	box-shadow:         0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	border-bottom-right-radius: 1160%;
}
.angle-left {
	float:left;
	height:28px;
	width: 1px;
	margin-right:26px;
	background: #00B1F1 none repeat scroll 0% 0%;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	-moz-box-shadow:    0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	box-shadow:         0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	transform: skew(-45deg, 0deg);
}
.angle-right {
	float:right;
	height:27px;
	width: 1px;
	background: #00B1F1 none repeat scroll 0% 0%;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	-moz-box-shadow:    0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	box-shadow:         0px 0px 7px 2px rgba(0, 177, 241, 0.7);
	transform: skew(45deg, 0deg);	
	margin-top:-60.5px;
	margin-right:2px;
}
.extra-border-settings {
	border-bottom:none; 
	background:transparent;
	border-top: 1px solid #00B1F1;
	margin: 0 17px;
	-webkit-box-shadow: 0px -5px 7px -5px rgba(0, 177, 241, 0.7);
	-moz-box-shadow:    0px -5px 7px -5px rgba(0, 177, 241, 0.7);
	box-shadow:         0px -5px 7px -5px rgba(0, 177, 241, 0.7);
}
.bottom-border-left {
	float:left;
	padding:0;
}
.bottom-border-right {
	float:right;
	padding:0;
}
.bottom-border-left:before {
	content: "";
    background-color: black;
    height: 1px;
    display: block;

    position: relative;
    background: linear-gradient(to right, rgba(0, 177, 241,0) 0%, rgba(0, 177, 241,1) 100%);
}
.bottom-border-right:before {
	content: "";
    background-color: black;
    height: 1px;
    display: block;

    position: relative;
    background: linear-gradient(to left, rgba(0, 177, 241,0) 0%, rgba(0, 177, 241,1) 100%);
}
.widget-title:before {
	content: "";
    background-color: black;
    height: 1px;
    display: block;
    margin-bottom:20px;
    position: relative;
    background: -moz-linear-gradient(left,  rgba(41,137,216,0) 0%, rgba(41,137,216,1) 50%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,137,216,0)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989d8', endColorstr='#007db9e8',GradientType=1 );
	-webkit-box-shadow: 0px 0px 14px -1px rgba(59,142,236,1);
-moz-box-shadow: 0px 0px 14px -1px rgba(59,142,236,1);
box-shadow: 0px 0px 14px -1px rgba(59,142,236,1);
}
.widget-title:after {
	content: "";
    background-color: black;
    height: 1px;
    display: block;
    margin-top:20px;
    position: relative;
    background: -moz-linear-gradient(left,  rgba(41,137,216,0) 0%, rgba(41,137,216,1) 50%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,137,216,0)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(41,137,216,0) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989d8', endColorstr='#007db9e8',GradientType=1 );
	-webkit-box-shadow: 0px 0px 14px -1px rgba(59,142,236,1);
-moz-box-shadow: 0px 0px 14px -1px rgba(59,142,236,1);
box-shadow: 0px 0px 14px -1px rgba(59,142,236,1);
	
}

/* FOOTER ------------------------ */
.site-footer {
	background-color:rgba(0, 0, 0, 0.6);
	border-top:1px solid #00B1F1;
	height:217px;
	width:100%;
	margin-top:-348px;
}
@-moz-document url-prefix() {
    .site-footer-inner {
    	margin-top:-333px;
    }
    .site-footer {
    	bottom:0px;
    }
}

/* Kele hotfixes */
body{ position:relative; }
#kele-page-bgimg{
	width:100%;
	position:absolute;
	top:0px;
	bottom:0px;
	background:url(includes/images/background_02.jpg) no-repeat;
	background-size:cover;
	z-index:-1;
}

.angle-border-wrapper{
	background: url(includes/images/lineheadding.png) -18px 0px;
	background-repeat: no-repeat;
}
@media (max-width: 1200px) {
	.angle-border-wrapper{
		background:none;
	}
}

.angle-border-left-wrapper{ visibility: hidden; }
.angle-border-right-wrapper{ visibility: hidden; }

.angle-border-mid-wrapper .angle-left,
.angle-border-mid-wrapper .angle-right
{ visibility: hidden; }

.angle-border-mid-wrapper
{
	background:none;
	-webkit-box-shadow: 0 0 0 #000000;
	-moz-box-shadow: 0 0 0 #000000;
	box-shadow: 0 0 0 #000000;
}

.extra-border-settings
{
	border:0;
	-webkit-box-shadow: 0 0 0 #000000;
	-moz-box-shadow: 0 0 0 #000000;
	box-shadow: 0 0 0 #000000;
}

.relative-cont-parent
{
	position:relative;
	min-height:1280px;
}
#content
{
	min-height:1280px;
}

.sidebar
{
    position: absolute;
    top: 0; bottom: 0;
	left: 70.7%;
	margin:0;
}

@media (max-width: 992px) {
	.sidebar{
		display:none;
	}
}

.entry-content span
{
	background:url(includes/images/continuereading.png) 0 6px no-repeat;
	opacity:1;
	transition: unset;
	-webkit-transition:unset;
	-moz-transition:unset;
	-o-transition:unset;
	transfrom:skew(0deg);
	-webkit-transfrom:skew(0deg);
	-moz-transfrom:skew(0deg);
	-o-transfrom:skew(0deg);
}

.special-naslov, h3
{
	text-align:center;
	background:none;
}

.widget-title:before,
.widget-title:after
{
	height:10px;
	padding:0;
	background:url(includes/images/lineshort.png) 0 0px no-repeat;
	background-size:99% 100%;
	box-shadow: 0 0 0 0 rgb(0,0,0);
	-webkit-box-shadow: 0 0 0 0 rgb(0,0,0);
	-moz-box-shadow: 0 0 0 0 rgb(0,0,0);
	-o-box-shadow: 0 0 0 0 rgb(0,0,0);
}
.site-footer{height:inherit;}

#contact-from-container table
{
	display:none;
	width:764px;
}
#contact-from-container label
{
	float:left;
	width:190px;
	margin:0;
	font-weight:normal;
}
#contact-from-container
{
	color:#65A5CB;
	font-size: 1.68em;
}

#contact-from-container select,
#contact-from-container textarea,
#contact-from-container input
{
	float:left;
	width:570px;
	height:36px;
	box-sizing:border-box;
	color:white;
	background-color:rgba(0, 177, 241, 0.2);
	border-color: #00B1F1;
	border-bottom-color: rgba(0, 177, 241, 0);
	border-width:1px;
	outline:none;
	border-style:outset;
	border-right-style:inset;
	border-bottom-style:inset;
}
#contact-from-container select option
{
	background-color:rgb(0, 54, 80);
}
#contact-from-container textarea
{
	height:300px;
}

#contact-from-container input[type~="submit"]
{
	border-bottom-color: #00B1F1;
}

#contact-from-container>p
{
	color:#65A5CB;
	font-size: 1.0em;
}

@media (max-width: 1200px) {
	#contact-from-container table
	{
		width:631px;
	}
	#contact-from-container select,
	#contact-from-container textarea,
	#contact-from-container input
	{
		width:450px;
		border-bottom-color:#00B1F1;
	}
}

@media (max-width: 992px) {
	#contact-from-container select,
	#contact-from-container textarea,
	#contact-from-container input
	{
		border-bottom-color:rgba(0, 177, 241, 0);
	}
}
@media (max-width: 665px) {
	#contact-from-container select,
	#contact-from-container textarea,
	#contact-from-container input
	{
		border-bottom-color:#00B1F1;
	}
}

@media (max-width: 690px) {
	
}

footer .container .row
{
	max-width:1140px;
}