/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	
    font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #ffffff;
}

p {
    font-size: 16px;
	font-weight:500;
}

p.small {
    font-size: 14px;
}

section {
	padding:25px 0px 45px 0px;
}

header {
    text-align: center;
    color: #4a5380;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6dff1+0,e3e3e3+50,e3e3e3+51,f1f1f1+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2d3df+0,f3f3f3+72,f3f3f3+73,ffffff+100 */
	background: #c2d3df; /* Old browsers */
	background: -moz-linear-gradient(top, #c2d3df 0%, #f3f3f3 72%, #f3f3f3 73%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2d3df), color-stop(72%,#f3f3f3), color-stop(73%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c2d3df 0%,#f3f3f3 72%,#f3f3f3 73%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c2d3df 0%,#f3f3f3 72%,#f3f3f3 73%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c2d3df 0%,#f3f3f3 72%,#f3f3f3 73%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c2d3df 0%,#f3f3f3 72%,#f3f3f3 73%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d3df', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}

h1, h2 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.success1 {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(239,241,242,1) 72%, rgba(243,243,243,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(72%,rgba(239,241,242,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(239,241,242,1) 72%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(239,241,242,1) 72%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(239,241,242,1) 72%,rgba(243,243,243,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(239,241,242,1) 72%,rgba(243,243,243,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

#compatibility, #about {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-width:1px 0px 1px 0px;
border-style:solid;
border-color:#DDD;

}

section {
    padding: 110px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

.carousel-control.left {
	background:none;
	color:#CCC;
	text-shadow: none;
}

.carousel-control.right {
	background:none;
	color:#CCC;
	text-shadow: none;
}

@media screen and (max-width: 480px) {
	.carousel-control {
		display:none;
	}
}


.navbar-default {
    background-color: #3E4467;
    color: #FEFEFE;
	font-size:15px;
}

.carousel-indicators > li {
    background-color: #CCC;
    border-color: #CCC;
}

.carousel-indicators .active {
	background-color: #ffa636;
	border-color:#ffa636;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #AAA;
    border-radius: 10px;
}

footer {
padding: 30px 0 0 0;
}


/* ***/


/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
	color:#4a5380;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
	color:#4a5380;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
	
	.modal-dialog {
		min-width:770px;
	}
}

.youtubeFrame {
							max-width:100%;
							width:800px;
							height:234px;
							min-height:60%;
					}

					@media only screen and (min-width:750px) {
						.youtubebox {
							width:800px;
							min-height:432px;
						}

						.youtubeFrame {
							width:800px;
							min-height:432px;
						}

						
					}

.navbar-brand img {
	height:45px;
	position:absolute;
	margin-top:-12px;
}

.navbar  {
}


.navbar-default {
	padding:0px;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
	float:left;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#fefefe;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color:#83a8c3;
}


@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 21px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
		font-weight:200;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	
	.navbar-brand img {
		height:75px;
		position:absolute;
		margin-top:-30px;
	}
	
	.navbar .navbar-nav {
		letter-spacing: 1px;
		float:right;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color:#fefefe;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color:#222;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li.divider {
		display:true;
	}
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}



.navbar .navbar-nav a {
    color:#FFF;
}

.navbar-default .navbar-nav>li>a {
	color:#FFF;
}

.navbar-default .navbar-nav>li>a:hover{
	color:#83a8c3;
}

.navbar-default .navbar-nav>li>a:active {
    color: #83a8c3; /* Öâåò àêòèâíîé ññûëêè */ 
} 

.navbar-default .navbar-nav>.open> a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fefefe;
    background-color: #282b3e;
	border-radius:3px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.dropdown-menu {
	background-color:#282b3e;
}
.navbar .navbar-nav .dropdown li a {
text-transform:none;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #3E4467;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}


section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2D324C;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: #3E4467;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #83a8c3;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #83a8c3;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #1b2633;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

header.title .container {
    padding-top:160px;
	padding-bottom:25px;
	color:#2D324C;
}

header.title .container a {
	color:#666;
}

section.post {
	padding:30px 0px;
}

