/**********************
DEFAULT
***********************/

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}

body {
	padding-top: 85px;
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #9d9d9d;
	line-height: 30px;
	min-height: 100% 
}

ul, ol {
	list-style-type: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn, p {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
}

h1, .h1 {
	font-size: 40px;
	font-weight: 700;
	color: #f95353;
}

h2,
.h2 {
	font-size: 40px;
	font-weight: 400;
}

h2.section-title,
.h2.section-title {
	font-size: 30px;
	font-weight: 400;
	color: #f95353;
	margin-top: 115px;
}

.title-content > .subtitle,
.title-content > .subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
}

.title-content {
	text-align: center;
}

.title-content p {
	margin-top: 50px;
}

h4, .h4 {
	font-size: 18px;
	font-weight: 400;
	color: #55565b;
}

a, a:hover, a:visited, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

section {
	position: relative;
	background-color: #ffffff;
}

.responsive {
    width: 100%;
    height: auto;
}

.image-res {
    width: 100%;
    height: auto;
	max-height: 328px;
	max-width: 1196px;
}

/**********************
BUTTONS
***********************/

button,	.btn {
	border: 0;
	padding: 0;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	outline: none;
}

/*--------------------------
Remove button shift on click
in Internet Explorer
--------------------------*/
button > * {
	position: relative;
}

.btn-default {
	padding: 9px 0;
	width: 230px;
	text-transform: uppercase;
	font-size: 15px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	outline: none;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-default:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-default:hover:before, 
.btn-default:focus:before, 
.btn-default:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-default.green-white {
	color: #ffffff;
	background-color: #000000;
}

.btn-default.green-white:hover,
.btn-default.green-white.active.focus, 
.btn-default.green-white.active:focus, 
.btn-default.green-white.active:hover, 
.btn-default.green-white:active.focus, 
.btn-default.green-white:active:focus, 
.btn-default.green-white:active:hover {
	color: #Red;
	box-shadow: none;
	outline: none;
}

.btn-default.red-white {
	color: #ffffff;
	background-color: #f85252;
}

.btn-default.red-white:hover,
.btn-default.red-white.active.focus, 
.btn-default.red-white.active:focus, 
.btn-default.red-white.active:hover, 
.btn-default.red-white:active.focus, 
.btn-default.red-white:active:focus, 
.btn-default.red-white:active:hover {
	color: #f85252;
	box-shadow: none;
	outline: none;
}

/**********************
ICON FONT
***********************/

.ico, .fa {
	color: #ffffff;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ico:hover,
.ico:focus,
.fa:hover,
.fa:focus {
	color: #ffffff;
}

/**********************
NAVIGATION
***********************/

#main-navigation.navbar {
	min-height: 85px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
	border-bottom: none;
}

#main-navigation.navbar-default {
	background-color: #161718;
}

#main-navigation .navbar-brand {
	height: 85px;

}

#main-navigation .navbar-brand img {
	max-height: 60px;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 32px 25px 33px;
}

#main-navigation.navbar-default .navbar-nav>li>a:focus, 
#main-navigation.navbar-default .navbar-nav>li>a:hover {
	color: #ff0000;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-nav>.active>a, 
#main-navigation.navbar-default .navbar-nav>.active>a:focus, 
#main-navigation.navbar-default .navbar-nav>.active>a:hover {
	color: #ffff00;
	background-color: transparent;
}

#main-navigation .navbar-form {
	position: relative;
	margin: 0;
	padding: 22px 0 23px;
	font-size: 0.1px;
	overflow: hidden;
	border-color: transparent;
}

#main-navigation .navbar-form .btn-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-size: 12px;
}

#main-navigation .navbar-form .btn-search .ico-search-icon {
	color: #ffffff;
}

#main-navigation .navbar-form .btn-search:hover .ico-search-icon,
#main-navigation .navbar-form .btn-search .ico-search-icon.text-green {
	color: #ff0000;
}

#main-navigation .navbar-form #btn-submitsearch {
	display: none;
	background: #ff0000;
}

#main-navigation .navbar-form #btn-submitsearch:focus .ico-search-icon,
#main-navigation .navbar-form #btn-submitsearch:active .ico-search-icon {
	color: #161718;
}

#main-navigation .navbar-form .search-input {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: -200px;
	-moz-transition: margin-right 0.3s ease-in-out;
	-webkit-transition: margin-right 0.3s ease-in-out;
	transition: margin-right 0.3s ease-in-out;
}

#main-navigation .navbar-form .search-input.search-active {
	margin-right: 0;
}

#main-navigation .navbar-form input {
	display: inline-block;
	width: 200px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #ffffff;
	background: transparent;
	border: 1px solid transparent;
	padding: 10px 10px 9px;
}

#main-navigation .navbar-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
#main-navigation .navbar-form input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
#main-navigation .navbar-form input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
#main-navigation .navbar-form input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

#main-navigation .navbar-form .btn-search:focus,
#main-navigation .navbar-form .btn-search:active,
#main-navigation .navbar-form input:focus,
#main-navigation .navbar-form input:active {
	outline: none;
}

#main-navigation.navbar-fixed-top .navbar-collapse {
	max-height: 420px;
}

#main-navigation .navbar-toggle {
	background: transparent;
	margin-top: 26px;
	margin-bottom: 26px;
	border: none;
	border-radius: 0;
}

#main-navigation .navbar-toggle:hover,
#main-navigation .navbar-toggle:focus {
	background: transparent;
}

#main-navigation .navbar-toggle .icon-bar {
	width: 22px;
	background: #ff0000;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#main-navigation .navbar-toggle.collapsed .icon-bar {
	background: #ffffff;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/**********************
HOME SECTION
***********************/

#home {
	height: auto;
	background: #161718;
}

.carousel {
	z-index: 1000;
	width: 100%;
	height: auto;
	margin: auto;
	max-height: 1436px;
	max-width: 3842px;
	min-height: 718px;
}

.carousel .item {
	height: auto;
	min-height: 718px;
	max-height: 1436px;
	max-width: 3842px;
	background-size: cover;
	margin: auto;
}

.carousel .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 23, 24, 0.8);
	margin: auto;
}

.carousel-caption {
	padding: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	margin: auto;
}

.bar {
  height: 100%;
  width: 100%;
  max-width: 30em;
  opacity: 0.5;
  background: black;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
}

.carousel-caption p {
	height: 100%; 
	max-width: 500px;
	margin: auto;
}

.carousel-caption .btn-default {
	margin-top: 58px;
}

.carousel-control {
	text-align: auto;
}

.carousel-control.left,
.carousel-control.right {
	background-color: none;
	background-repeat: no-repeat;
	opacity: 1;
}

.carousel-control.left:hover .ico,
.carousel-control.right:hover .ico {
	color: #ffffff;
}

.carousel-control .ico {
	position: absolute;
	color: #ffff00;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/**********************
SERVICES SECTION
***********************/

#services {
	padding: 115px 0;
	text-align: center;
}

#services>.container>.row:last-of-type {
	margin-top: 30px;
}

#services .punchbox {
	padding: 90px 60px 65px;
	color: #605f65;
	text-align: left;
	line-height: 1;
}

#services .punchline {
	text-transform: none;
	font-family: 'Lora', serif;
	font-size: 15px;
}

#services .punchline span {
	display: block;
}

#services .punchline span:nth-of-type(1) {
	font-size: 33px;
}

#services .punchline span:nth-of-type(2) {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #f95353;
	margin-top: 16px;
}

#services .punchline span:nth-of-type(3) {
	font-size: 20px;
	font-style: italic;
	margin-top: 26px;
}

#services .service {
	padding: 91px 45px 70px;
	background: #f7f7f7;
	cursor: pointer;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#services .service:hover {
	color: #ffffff;
	background: #56c553;
}

#services .service:hover h4,
#services .service:hover .service-link {
	color: #ffffff;
}

#services .service h4 {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services .service p {
	margin-top: 25px;
	line-height: 1.5;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services .service .service-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	color: #f95353;
	margin-top: 30px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services .service .service-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    -moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

#services .service .service-link:hover::after {
    width: 100%;
}

/**********************
WORKS SECTION
***********************/

#works-navigation {
	margin: 48px auto 0;
	text-align: center;
}

#works-navigation .navbar-nav {
	display: inline-block;
	float: none;
}

#works-navigation .navbar-nav>li>.filter {
	position: relative;
	margin: 0 15px; 
	padding: 15px 5px;
	background: transparent;
	color: #55565b;
	border: none;
	outline: none;
	box-shadow: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#works-navigation .navbar-nav>li>.filter:hover {
	color: #f85252;
}

#works-navigation .navbar-nav>li>.filter:after {
	content: '';
	position: absolute;
    display: block;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #f85252;
    -moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

#works-navigation .navbar-nav>li>.filter.mixitup-control-active:after, 
#works-navigation .navbar-nav>li>.filter.mixitup-control-active:hover:after, 
#works-navigation .navbar-nav>li>.filter.mixitup-control-active:focus:after {
	 width: 100%;
}


.works-container {
	margin-top: 58px;
}

/***** GRID *****/

.grid {
	overflow: hidden;
}

.grid-sizer,
.grid-item {
	width: 10%;
}

.grid-item {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.grid-item > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 23, 24, 0.8);
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grid-item:hover > .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.grid-item > .overlay::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	border: 1px solid #f34d4a;
}

.grid-item > .overlay > .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	z-index: 2;
}

.grid-item > .overlay > .content > .description {
	color: #57c654;
	font-size: 30px;
	text-transform: uppercase;
}

.grid-item > .overlay > .content > .likes {
	margin-top: 20px;
	color: #f34d4a;
}

.grid-item > .overlay > .content > .likes > a {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.grid-item > img {
	display: block;
	width: 100%;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;

}

.grid-item:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.grid-item.-width2 {
	width: 20%;
}

.grid-item.-width3 {
	width: 30%;
}

.grid-item.-width4 {
	width: 40%;
}

.grid-item.-width5 {
	width: 50%;
}

/**********************
ABOUT US SECTION
***********************/

#about {
	min-height: 950px;
	background-color: #324651;
	background: url(../img/about_us_bg.jpg) center no-repeat;
	background-size: cover;
}

#about .title-content {
	color: #ffffff;
	font-size: 18px;
}

/**********************
SKILLS SECTION
***********************/

#skills {
	background: #f7f7f7;
}

#skills .progress {
	background: #56c553;
	background: -moz-linear-gradient(left, #56c553 0%, #f85252 100%);
	background: -webkit-linear-gradient(left, #56c553 0%,#f85252 100%);
	background: linear-gradient(to right, #56c553 0%,#f85252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c553', endColorstr='#f85252',GradientType=1 );

	height: 7px;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom: 0;
	overflow: visible;
}

#skills .progress > .progress-bar {
	position: relative;
	background-color: transparent;
}

#skills .progress > .progress-bar:before {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 15px;
	background: #434343;
}

#skills .progress > .overlay {
	float: left;
	height: 7px;
	background: rgba(255, 255, 255, 0.5);
}


.skills-container {
	padding: 120px 0;
}

.skills-container > .skill {
	position: relative;
	margin-top: 60px;
	font-family: 'Montserrat', sans-serif;
}

.skills-container > .skill:first-of-type {
	margin-top: 0;
}

.skills-container > .skill > .name {
	text-transform: uppercase;
	color: #55565b;
}

.skills-container > .skill > .percent {
	position: absolute;
	bottom: 22px;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
	font-size: 20px;
	color: #444444;
}

/**********************
CONTACT US SECTION
***********************/

#contact {
	background: #1a1a1a;
	color: #55565b;
	z-index: 1001
}

#contact .subscribe-form #Email {
	box-sizing: border-box;
	width: 100%;
	padding: 9px;
	background: transparent;
	color: #999999;
	border: 1px solid #55565b;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1;

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#contact .subscribe-form #Email:focus,
#contact .subscribe-form #Email:active {
	outline: none;
	border: 1px solid #999999;
}

#contact .subscribe-form #Email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #55565b;
}
#contact .subscribe-form #Email::-moz-placeholder { /* Firefox 19+ */
  color: #55565b;
}
#contact .subscribe-form #Email:-ms-input-placeholder { /* IE 10+ */
  color: #55565b;
}
#contact .subscribe-form #Email:-moz-placeholder { /* Firefox 18- */
  color: #55565b;
}

/****** Contact Info *****/

#contact .row.contact-holder {
	margin-top: 80px;
}

.contact-info {
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
}

.contact-info .icon {
	margin-right: 25px;
}

.contact-info .data {
	font-family: 'Montserrat', sans-serif;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-info:hover .data {
	color: #999999;
}

.bar-social {
  height: 40px;
  width: 100%;
  background: #1a1a1a;
  position: fixed;
  left: 0;
  bottom: 0;
}
/***** Text Area *****/

#contact .row.textarea-holder {
	margin-top: 80px;
}
.textarea-info {
	text-align: center;
	background: #161718;
}

.textarea-info > a {
	margin: 16px 16px 16px 16px;
	padding: 14px 14px 14px 14px;
	line-height: 40px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: #367bc1;
}

/* selected link */
a:active {
    color: white;
}

/***** Social Info 170px *****/

#contact .row.social-holder {
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
}

.social-info {
	text-align: center;
}

.social-info > a {
	margin: 0 5px;
	padding: 14px;
	line-height: 40px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-info > a > .ico,
.social-info > a:hover > .ico {
	width: 100%;
	height: 100%;
	color: #161718;
}


/**********************
NEWSLETTER SECTION
***********************/

/* Style the form element with a border around it */
form {
   
}

/* Add some padding and a grey background color to containers */
.container {
    padding: 5px;
    background-color: #161718;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
    width: 20%;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
    margin-top: 5px;
}

/* Style the submit button */
input[type=submit] {
    background-color: #fff000;
    color: black;
    border: none;
}

input[type=submit]:hover {
    opacity: 0.8;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	position: absolute;
	padding: 25px 0;
	background: #000;
	bottom: 0px;
}

#footer .copyright {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

/**********************
MODAL SECTION
***********************/

.modal-content {
	background: #1a1a1a;
	border-radius: 0;
}

.modal-header {
	border-bottom: none;
}

.modal-header > .modal-title {
	color: #57c654;
}

.modal-header > button.close {
	color: #57c654;
	opacity: 0.5;
	font-size: 25px;
	text-shadow: none;
}

.modal-header > button.close:hover {
	opacity: 0.8;
}

.modal-body {
	padding: 0;
}



/**********************
HELPER CLASSES
***********************/

.text-green {
	color: #ff0000;
}


	/**********************
	WORKS SECTION
	***********************/
	.grid-item > .overlay > .content > .description {
		font-size: 20px;
	}

}

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

	/**********************
	NAVIGATION
	***********************/
	.navbar-default .navbar-nav>li>a {
		padding: 32px 15px 33px;
	}

	#main-navigation .navbar-form .search-input {
		width: 120px;
		margin-right: -120px;
	}

	#main-navigation .navbar-form input {
		width: 120px;
	}
	
	/**********************
	SERVICES SECTION
	***********************/
	#services .punchbox {
		padding: 90px 50px 70px;
		text-align: center;
	}

	/**********************
	WORKS SECTION
	***********************/
	.grid-item,
	.grid-item.-width2,
	.grid-item.-width3,
	.grid-item.-width4,
	.grid-item.-width5 {
		width: 50%;
	}

	/**********************
	CONTACT SECTION
	***********************/
	.row.contact-holder > div:last-of-type {
		margin-top: 40px;
	}

}

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

	/**********************
	NAVIGATION
	***********************/
	.navbar-default .navbar-nav>li>a {
		padding: 15px 15px 15px 27px;
		text-align: center;
	}

	#main-navigation .navbar-form #btn-togglesearch {
		display: none;
	}

	#main-navigation .navbar-form #btn-submitsearch {
		display: inline-block;
	}

	#main-navigation .navbar-form .btn-search {
		width: 45px;
		height: 45px;
	}

	#main-navigation .navbar-form .search-input {
		width: 80%;
		width: calc(100% - 50px);
		margin-right: 0;
	}

	#main-navigation .navbar-form input {
		width: 100%;
		padding: 12px;
		border-right: none;
		-moz-transition: border-bottom 0.3s ease-in-out;
		-webkit-transition: border-bottom 0.3s ease-in-out;
		transition: border-bottom 0.3s ease-in-out;
	}

	#main-navigation .navbar-form input:focus,
	#main-navigation .navbar-form input:active {
		border-bottom: 1px solid #ff0000;
	}
	
	/**********************
	SERVICES SECTION
	***********************/
	#services>.container>.row:last-of-type {
		margin-top: 0px;
	}

	#services>.container>.row>div {
		margin-top: 30px;
	}

	/**********************
	ABOUT US SECTION
	***********************/

	#about .title-content p,
	#about .title-content .subtitle {
		font-size: 15px;
		text-shadow: 1px 1px 1px #161718;
	}

	/**********************
	CONTACT SECTION
	***********************/
	.subscribe-form .btn {
	    display: block;
	    margin: 40px auto 0;
	}

	.row.contact-holder > div {
		text-align: center;
	}
    
	.row.contact-holder > div:not(:first-of-type) {
		margin-top: 40px;
	}

	.contact-info .icon {
		display: block;
		margin: 0 auto;
	}

	.contact-info .data {
		display: block;
		margin: 20px auto 0;
		text-align: center;
	}

}

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

	/**********************
	WORKS SECTION
	***********************/
	.grid-item,
	.grid-item.-width2,
	.grid-item.-width3,
	.grid-item.-width4,
	.grid-item.-width5 {
		width: 100%;
	}

	/**********************
	SKILLS SECTION
	***********************/
	.skills-container > .skill > .percent {
		font-size: 15px;
	}

}