/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    /*font-size: 4.5em;
    font-weight: 700;*/
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(232,134,45,0.7);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,76,157,0.7);
}

.btn-light {
    border-radius: 0;
   	color: #fff;
    background-color: rgb(25,92,168);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #fff;
    background-color: rgba(233,134,43,0.8);
}

.btn-gray {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    color: #717171;
    background-color: rgba(34,34,34,0.7);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top:130px;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.platform_development {
    padding: 50px 0;
}

.platform_development-item {
    margin-bottom: 30px;
}

.img-platform_development {
    margin: 0 auto;
}

.img-platform_development:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 50px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}



/*---*
 */

.header_slogan{
	margin-top:20px;
	text-transform: uppercase;
	font-size:42px;
	font-weight: lighter !important;
	font-family: 'Josefin Sans', sans-serif;
	color:#bcbbbb;
}

.sublead{
	font-size:1.3em;
	color:#726f6f !important;
}

.line{
	height:3px;
	background:url("../img/line.png") no-repeat;
	background-position: center center;
	margin-bottom:20px;
}


.services_wrapper{
	margin-top:30px;
}
.services_wrapper ul{
	margin:0;
	padding: 0;
}
.services_wrapper ul li{
	list-style:none;
	display: inline-table;
	margin-right:20px;
	margin-bottom:20px;
}
.services_wrapper ul div{
	width:300px;
	padding:20px;
	text-align: center;
	color:#fff;
}

.services_title{
	margin-top:25px;
}

.blue1{
	background:#195ca8;
}
.blue2{
	background:#256db6;
}
.blue3{
	background:#33607f;
}
.blue4{
	background:#3a91c1;
}
.blue5{
	background:#7dcfe2;
}
.blue6{
	background:#44b2c6;
}
.blue7{
	background:#1d7edd;
}
.blue8{
	background:#6ea4d6;
}
.blue9{
	background:#0c4b83;
}

.contacts_sublead{
	font-size:1.3em;
	color:#fff !important;
}
.contacts_sublead a{
	text-decoration:underline;
	color:#fff; !important;
}

.contact-form_wrapper{
	margin-top:40px;
}

.contact-form_wrapper > .row{
	margin:0;
	padding:0;
}
.contact-form_wrapper > .row > .col-lg-6{
	padding-right:5px;
	border:1px solid green;
}

.submit_contact_wrapper{
	text-align: center;
	margin-top:30px;
}

.tnm_form-control{
	border:1px solid #fff;
}

input::-webkit-input-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder {
    color: #e6e6e6;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
    color: #e6e6e6;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: #e6e6e6;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
    color: #e6e6e6;
}

/*--*/
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { 
    color: #999;
}

textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder  { 
    color: #e6e6e6;
}


.tnm_contactsSubmit_btn{
	background:#042b47;
	color:#fff;
	border:none;
	text-transform: uppercase;
	font-size:20px;
	padding-left:40px;
	padding-right:40px;
}
.tnm_contactsSubmit_btn:hover, .tnm_contactsSubmit_btn:focus{
	color:#042b47;
}

.captcha_wrapper{
	margin-top:30px;
}

.address_title{
	color:#165ba9;
}
.blue_marker{
	color:#165ba9;
}

.lead{
	font-size:1.3em;
}

.pull-right {
    float: right !important;
}



/* ------------------------------------------------------------------ */
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 0;
    text-align:center;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
    /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(61, 61, 61);
	/* RGBa with 0.6 opacity */
	background: rgba(61, 61, 61, 0.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.navbar-nav{
	margin:0 auto !important;
	text-align:center !important;
	width:670px !important;
}

.nav::after{
	display: inline-table;
	background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
    /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(61, 61, 61);
	/* RGBa with 0.6 opacity */
	background: rgba(61, 61, 61, 0.8);
}

.nav li{
	display: inline-table;
}
.nav li a{
	color:#fff;
}
.nav li a:hover{
	color:#fff;
	background:#127bbf;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}
