/********************************************
	Tag Resets
********************************************/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}


a:hover {
	cursor: pointer;
	text-decoration: none;

}

/* ******************************************
	Web Fonts
****************************************** */

@font-face {
    font-family: 'Lato', sans-serif;}



body {

	font-family: 'Lato', sans-serif;
}




/**************************************************************
	Website Styles
**************************************************************/

.jumbotron {
	background-image: url("../images/owl-bg.png");
	background-color:#1a2835 ;

	background-position: center;
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
	width: 100%;
}


.jumbotron header {
	padding: 20px 10px 30px 10px;
	margin: 0px auto;
	width: 930px;
}

.jumbotron header img {
	width:184px;
	height: 85px;
	float: left;
	margin: 0px 40px 0px 0px;}

.jumbotron nav {
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: normal;
	float:left;
	margin: 50px 0px 0px 0px;
}

.jumbotron li {
	list-style: none;
	float:left;
	margin: 0px 20px;
}

.jumbotron li a {
	color: white;
	padding: 0px 0px 8px 0px;
}

.jumbotron li a.active {
	color: #00cdff;
	background: url("../images/link-active.png")center bottom no-repeat;

}

.jumbotron li a:hover {
	color: #00cdff;
	text-decoration: none;}

.welcome {
	min-height: 630px;
	position: relative;
	background: url("../images/welcome.png")center center no-repeat;
}


.arrow-down {
	background: #00cdff;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	width: 55px;
	height: 55px;
	position: absolute;
	font-size: 23px;
	padding: 14px 0px 0px 19px;
	opacity: 0.5;}

.arrow-container {
	position: absolute;
	width: 50%;
	margin:0px auto;
	bottom: 30px;
	left: 44%;
	margin: 0px 0px 0px 3%;
}

.arrow-down:hover {opacity: 1;}	


.welcome small.glyphicon {
	color: #09202a;

}


.section-title {
	color:#373737;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	text-transform: uppercase; 
	margin: 30px 0px 20px 0px;
	text-align: center;
}

.line-separator {
	background: #313131;
	width: 180px;
	height: 5px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px
}

.additional-description {
	font-size: 20px;
	color: #313131;
	text-align: center;
	width: 60%;
	margin: 0px 0px 80px 20%;
	display: inline-block;}

.blue-text {
	color: #00cdff;
}
.white-text {
	color: #fff;
}

.mission {
	float:left;
	padding: 0px 25px 30px 25px;
}

.mission img {
	margin: 0px auto;
	width: 239px;
	text-align: center;
	display: block;
}

.mission-title {
	font-size: 28px;
	color: #313131;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	margin: 40px 0px 20px 0px;
	text-align: center;
	display: block;
}

.mission-text, .service-description{
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
}


section.about a.arrow-down, section.services a.arrow-down, section.work-inner a.arrow-down  {
	background: #00cdff;
	color: white;}

section.skills a.arrow-down {
	background: #fff;
	opacity: 0.5;
	color: #02090e;}

section.skills a.arrow-down:hover {
	background: #00cdff; }


section.about div.arrow-container, section.skills div.arrow-container, section.services div.arrow-container, section.work-inner div.arrow-container  {
	position:relative;
	float: left;
	margin: 40px 0px 30px 4%;}


section.work-inner div.arrow-container  {
	margin: 60px 0px 100px 4%;
}


section.services div.arrow-container {
	margin: -30px 0px 40px 4%;
}

section.skills {
	background-image: url("../images/town-bg.png");
	background-color: #01050b ;
	height: 848px;
	background-position: center;
	background-repeat: no-repeat;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
}

section.skills span.additional-description {
	margin-bottom: 50px;
}

section.skills h2, section.skills span.additional-description {
	color: white;
}

section.skills div.line-separator {
	background: white;
}

.skills-col {
	display: block;
	padding: 0px 20px
}

.skill {
	clear:both;
	margin: 30px 0px 30px 0px;
	display: inline-block;}

.circle {
	width: 100px;
	height: 100px;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	background: #35ef87;
	float: left;
	font-size: 35px;
	color: #02090e;
	text-align: center;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	padding: 25px 0px 0px 0px;}


.experience {
	color: white;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	margin: 6px 0px 0px 20px;
	display:inline-block;
	font-weight: 300;

}

.years {
	color:white;
	font-size: 22px;
	font-weight: 300;
	margin: 0px 0px 0px 20px;
	font-family: 'Oswald', sans-serif;
}

.yellow {background: #f6f31f;}
.blue {background: #00cdff}

.services {
	background: url("../images/big-logo-bg.png")center center no-repeat;
	margin-top: 40px;}

.service {
	margin: 20px 0px 150px 0px;
	padding: 0px 35px;
}

.service img {
	display: block;
	clear: both;
	width: 110px;
	height: 110px;
	margin:0px auto;
}


.service-title {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	color: #313131;
	display: block;
	margin: 10px 0px;
	clear: both;
	text-align: center;

}


section.work {
	background: #03bfed;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	height: 240px;
}

.margin-top {
    padding-top:20px;
}

section.work h3.section-title, section.work span.additional-description {
	color:#fff;
}


section.work div.line-separator {
	background: #fff;
}

.work-list {
	background: #fff;
}

.portfolio-item {
	padding-top:15px;
	padding-bottom: 15px;
}

.portfolio-item img {
	position:relative;
}

.portfolio-item:hover div.project-info {display: block;}

.project-info {
	display: none;
	position: absolute;
	height: 259px;
	width: 351px;
	background: rgba(0,0,0,0.7);
	top:15px;
	left:15px;
}


.project-title {
	font-family: 'Oswald', sans-serif;
	font-size:34px;
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
	display:block;
	text-align: center;
	margin: 60px 0px 5px 0px;

}


.project-skills {
	font-style: italic;
	font-size:20px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	display: block;}


.details-button {
	border: 2px solid #00cdff;
	color: #00cdff;
	padding: 10px 20px;
	border-radius: 30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	font-size: 19px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 20px 0px 0px 115px;
	float: left;
	display: block;
}


.details-button:hover {
	background: #00cdff;
	color: #fff;
	text-decoration: none;
}


.contacts {
	clear:both;
}

/*FIX for the auto height of divs which has float*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*------------------------------------------------------------
Navigation
------------------------------------------------------------*/


.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

.navigation {
	margin:0px auto;
	width: 625px;
}

/*------------------------------------------------------------
contact form styles
------------------------------------------------------------*/

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

.contact-form {
	margin: 0 17%
}

input.short {
	width: 50%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:2px solid #c8c8c8;
	background:#FFF;
	margin:0 0 5px;
	padding:12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:2px solid #afafaf;
}

#contact textarea {
	height:100px;
	max-width:100%;
    resize:none;
}

#contact button[type="button"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#00cdff;
	color:#FFF;
	margin:0 0 5px;
	padding:13px;
	font-size:19px;
	font-family: 'Oswald', sans-serif;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:2px solid #00cdff;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/


.logo {
	margin: 0px auto;
	width: 184px;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
}

.social-medias {
	margin:0px auto;
	width: 300px;


}

.social-icons {
	background: #fff;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	float: left;
	margin: 0px 20px;
	padding:17px;

}


.facebook {
	background: url("../images/social-icons.png")left top no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}

.f-blue:hover {
	background: #3a599d;
}


.t-blue:hover {
	background: #2d99f0;
}


.r-orange:hover {
	background: #ffa000;
}

.twitter {
	background: url("../images/social-icons.png")-22px top no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}

.rss {
	background: url("../images/social-icons.png") -50px top no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}

.copyrights {
	background: #00aed9;
	color: #fff;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
	padding: 16px 0px;
}


.copyrights div.container {
	margin: 0px auto;
	display: block;
	width: 340px
}

.navbar-toggle {
	border: 1px solid red;
}

.navigation-icons {display: none}

.icon-link {
	width: 40px;
	height: 40px;
	display: block;}

.home-link {
	background: url("../images/menu-icons.png") left top no-repeat;
}

.home-link:hover {
	background: url("../images/menu-icons.png") left -39px no-repeat;
}


.about-link{
	background: url("../images/menu-icons.png") -40px top no-repeat;
}

.about-link:hover {
	background: url("../images/menu-icons.png") -40px -39px no-repeat;
}


.skills-link{
	background: url("../images/menu-icons.png") -80px top no-repeat;
}

.skills-link:hover, .active-skills-link {
	background: url("../images/menu-icons.png") -80px -39px no-repeat;
}


.services-link{
	background: url("../images/menu-icons.png") -120px top no-repeat;
}

.services-link:hover {
	background: url("../images/menu-icons.png") -120px -39px no-repeat;
}

.work-link{
	background: url("../images/menu-icons.png") -160px top no-repeat;
}

.work-link:hover {
	background: url("../images/menu-icons.png") -160px -39px no-repeat;
}

.contacts-link{
	background: url("../images/menu-icons.png") -200px top no-repeat;
}

.contacts-link:hover {
	background: url("../images/menu-icons.png") -200px -39px no-repeat;
}

.navigation-icons li {
	margin: 0px 8px;
}


.error{
	border-color: #a94442!important;
}


#contact-form-success{
	padding: 15px;
}

.text {
	font-size: 20px
	color:#313131;
}
.image-holder {
	float:left;
	padding:0px 10px 10px 0px;
}

/**************************************************************
	Media Queries for screen widths smaller than 1200px
**************************************************************/

@media screen and (max-width: 1200px){

	.experience {
		font-size:25px;
	}

	.years {
		font-size:16px;
		display: inline-block;
	}
	.circle {
		width: 80px;
		height: 80px;
		font-size: 26px;
		padding: 20px 0px 0px 0px;
	}

}


/**************************************************************
	Media Queries for screen widths smaller than 1000px
**************************************************************/

@media screen and (max-width: 1000px){

	.experience, .years {
		display: none
	}

	
	.circle {
		margin: 15px 0px;
		width: 120px;
		height: 120px;
		font-size: 37px;
		padding: 32px 0px 0px 0px;
	}

	.skill {
		display: block;
	}

	.additional-description {
		width: 90%;
		margin: 0px 0px 50px 3%;
	}

	.skills-col{
		margin-top:-30px;
	}
	.service {margin: 0px 0px 60px 0px;}

	.work-inner {
		margin-top: 30px;
	}

	.project-info {
		height: 272px;
		width:367px;
	}

	
}






/**************************************************************
	Media Queries for screen widths smaller than 980px
**************************************************************/

@media screen and (max-width: 980px){


.portfolio-item {
		margin: 0px 0px 0px 25%;
	}

	.contact-form {
		margin: 0px 3%;}


}

/**************************************************************
	Media Queries for screen widths smaller than 600px
**************************************************************/

@media screen and (max-width: 600px){

	.welcome {
		background: url("../images/welcome-medium.png")center center no-repeat;
		min-height: 450px;
	}

	.navigation {
		display: none;
	}

	.navigation-icons {
		display: block;
		margin:0px auto;
		width: 320px;}

	

	.jumbotron {
	background-image: url("../images/owl-bg-medium.png");
	background-color:#1a2835 ;
	height: 150px;}

	.jumbotron header {
		padding: 0px 10px 30px 10px;
	}

	.arrow-container{
		bottom: 0px;
	}

	.additional-description {
		width:90%;
		margin: 0px 0px 50px 3%;
	}
	
	section.about div.arrow-container, section.skills div.arrow-container, section.services div.arrow-container, section.work-inner div.arrow-container {
		margin: 0px 0px 50px 3px;
	}


	.circle {
		width: 80px;
		height: 80px;
		font-size: 26px;
		padding: 20px 0px 0px 0px;
	}
	
	section.skills {
		height: 750px;
	}


	.portfolio-item {
		margin: 0px 0px 0px 10%;
	}

	.portfolio-item:hover div.project-info {display: none;}


	}



/**************************************************************
	Media Queries for screen widths smaller than 400px
**************************************************************/

@media screen and (max-width: 400px){

	.welcome {
		background: url("../images/welcome-small.png")center center no-repeat;
		min-height: 220px;
	}

	.arrow-container{
		bottom: -20px;
	}

	section.work {
		height: 240px
	}

	

	.jumbotron {
	background-image: url("../images/owl-bg-small.png");
	background-color:#1a2835 ;
	height: 150px;}

	.navigation-icons li {
	margin: 0px 8px;
}



	.portfolio-item {
		margin: 0px 0px 0px 0px;
	}
}


/**************************************************************
	Media Queries for screen widths smaller than 320px
**************************************************************/

@media screen and (max-width: 400px){
	.portfolio-item {
		margin: 0px 0px 0px 0px;
	}






}


	