@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic-ext';

@font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold/GothamProBold.eot");
    src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProBlack";
    src: url("../fonts/GothamProBlack/GothamProBlack.eot");
    src: url("../fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
    url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProItalic";
    src: url("../fonts/GothamProItalic/GothamProItalic.eot");
    src: url("../fonts/GothamProItalic/GothamProItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"),
    url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProMedium";
    src: url("../fonts/GothamProMedium/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProLight";
    src: url("../fonts/GothamProLight/GothamProLight.eot");
    src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProLight/GothamProLight.woff") format("woff"),
    url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProMediumItalic";
    src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"),
    url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProLightItalic";
    src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot");
    src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"),
    url("../fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProBoldItalic";
    src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"),
    url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "GothamProBlackItalic";
    src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
    src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"),
    url("../fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* ---------------------------------------------------------------------------------------------- */

	.header_img_text {
		color: #ffffff;
		font-family: "GothamProRegular";
		text-align: center;
		font-size: 20px;
		line-height: 1.2;
		box-sizing: border-box;
		text-shadow: 0 0 15px #000;
	}
	
	.order_button {
		width: 25%;
		min-width: 230px;
		height: 56px;
		background-color: #b61701;
		-webkit-transform: skew(-34deg);
		-moz-transform: skew(-34deg);
		-o-transform: skew(-34deg);
		transform: skew(-34deg);
		margin-top: 35px;
		display: inline-block;
		cursor: pointer;
		transition: 0.5s cubic-bezier(0, 1.21, 0.98, 1.32);
		text-decoration: none;
	}
	
	.order_button p {
		-webkit-transform: skew(30deg);
		-moz-transform: skew(30deg);
		-o-transform: skew(30deg);
		transform: skew(30deg);
		font-family: "GothamProMedium";
		font-size: 20px;
		/*padding-left: 53px;*/
		padding-top: 10px;
		color: #ffffff;
		height: 56px;
		box-sizing: border-box;
		display: block;
		transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
		text-decoration: none;
		min-width: 200px;
	}
	.order_button:hover {
		text-decoration: none;
	}
	
	.order_button_ext {
		width: 25%;
		min-width: 230px;
		height: 56px;
		background-color: #b61701;
		-webkit-transform: skew(-34deg);
		-moz-transform: skew(-34deg);
		-o-transform: skew(-34deg);
		transform: skew(-34deg);
		margin-top: 35px;
		display: inline-block;
		cursor: pointer;
		transition: 0.5s cubic-bezier(0, 1.21, 0.98, 1.32);
		text-decoration: none;
	}
	
	.order_button_ext p {
		-webkit-transform: skew(30deg);
		-moz-transform: skew(30deg);
		-o-transform: skew(30deg);
		transform: skew(30deg);
		font-family: "GothamProMedium";
		font-size: 20px;
		/*padding-left: 53px;*/
		padding-top: 10px;
		color: #ffffff;
		/*height: 56px;*/
		box-sizing: border-box;
		display: block;
		transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
		text-decoration: none;
		min-width: 200px;
	}
	.order_button_ext:hover {
		text-decoration: none;
	}
	
	.name p {
		font-family: "GothamProMedium";
		text-align: center;
		color: #ffffff;
		text-shadow: 0 0 15px #000;
		margin: 0;
	}
	
	.name p:nth-child(1) {
		text-transform: uppercase;
		font-size: 3.7vw;
		letter-spacing: 3.2px;
		padding-right: 3px;
		line-height: 1;
	}
	
	.name p:nth-child(2) {
		display: inline-block;
		background-color: rgba(8, 8, 8, 0.65);
		width: 60%;
		margin-top: 17px;
		min-height: 46px;
		text-transform: uppercase;
		font-size: 33.5px;
		box-sizing: border-box;
		padding-top: 5px;
		padding-left: 2px;
		letter-spacing: 0.1px;
		line-height: 1;
		min-width: 250px;
	}
	
	.name p:nth-child(3) {
		font-size: 25.3px;
		padding-top: 14px;
		line-height: 1.35;
	}
	
	.header_ul {
		background-repeat: no-repeat;
		float: left;
		height: 91px;
		margin: 0;
		margin-top: -20px;
		z-index: 1040;
	}
	.header_ul p {
		font-family: "GothamProRegular";
		color: #fff;
		text-transform: none;
		opacity: 1;
		/*font-size: 0.8em;*/
		z-index: 1040;
	}
	
	#order_table {
		width: 100%; 
	}
	
	@media (min-width: 1000px) {
		.phone_holder_mob {
			display: none;
		}
		.phone_holder {
			display: block;
		}
		.bottom_phones {
			display: block;
		}
		.bottom_phones_mob {
			display: none;
		}
		
	}
	
	@media (max-width: 1000px) {
		#order_table_holder {
			overflow-x:scroll; 
			white-space: nowrap;	
			padding-left: 3px;
			padding-right: 0;
		}
		#order_table {
			width: auto; 
			display: inline-block;
		}
		
		.phone_holder {
			display: none;
		}
		.phone_holder_mob {
			display: block;
		}
		
		.bottom_phones {
			display: none;
		}
		.bottom_phones_mob {
			display: block;
		}
		
	}
	@media (max-width: 768px) {
		.page-scroll {
			display: none;
			width: 0px;
		}
		
		/*#order_table {
			display: none;
			width: 0px;
		}*/
		
		
		#mainNav {
			right: auto;
			width: 100%;
			height: 55px;
		}
		#price_button {
			font-size: 17px;
		}
	}
	
	.header_ul:nth-child(1) {
		/*background-image: url(../images/header_address.png);*/
		/*width: 360px;
		margin-left: 119px;*/
		/*background-position: left 24px;*/
	}
	
	.phone_holder {
		/*background: url(../images/header_phone.png) no-repeat;*/
    	background-position: left 15px;
    	float: right;
    	z-index: 1040;
	}
	.phone_holder p {
		font-family: "GothamProMedium";
	    font-size: 1.5em;
	    padding-left: 34px;
	    color: #fff;
	    letter-spacing: -0.7px;
	    margin: -5px 0 0 0;
	    z-index: 1040;
	}
	
	.phone_holder_mob {
		/*background: url(../images/header_phone.png) no-repeat;*/
    	background-position: left 15px;
    	/*float: right;*/
		text-align: center;
    	z-index: 1040;
		padding-top: 3px;
	}
	.phone_holder_mob p {
		font-family: "GothamProMedium";
	    font-size: 1.5em;
	    /*padding-left: 34px;*/
	    color: #fff;
	    letter-spacing: -0.7px;
	    margin: -5px 0 0 0;
	    z-index: 1040;
	}
	
	
	.videos {
		padding: 0;
		background-color: #F8F6F7;
	}
	
	.video_text {
		font-family: "GothamProMedium";
	    color: #181d0d;
	    margin-top: 21px;
	    text-align: center;
	    font-size: 22px;
	    letter-spacing: 0.4px;
	}
	
	.video_header {
		margin-bottom: 15px;
	}
	
	.prices {
		padding: 30px 0;
		background-image: url(../images/price_bg.jpg);
	    background-position: center bottom;
	    background-repeat: no-repeat;
	    background-color: #ffffff;
	    /*height: 1312px;*/
	}
	
	.prices table {
		width: 100%;
	}
	
	.prices table tr {
	    height: 59px;
	}
	
	.prices table tr:nth-child(odd) {
	    background-color: #e7e5e5;
	}
	
	.prices table tr:nth-child(even) {
	    background-color: #fcfcfc;
	}
	
	.prices table td {
	    color: #0d0c0c;
	    font-family: GothamProRegular;
	    font-size: 20px;
	    box-sizing: border-box;
	}
	
	.prices td:nth-child(1) {
	    text-align: center;
	    
	}
	
	.prices td:nth-child(2) {
	    text-align: center;
	    
	}
	
	.prices td:nth-child(3) {
	    text-align: left;
	    padding-left: 20px;
	}
	
	.prices table th {
	    font-family: "GothamProMedium";
	    font-size: 21px;
	    color: #0d0c0c;
	    letter-spacing: 1px;
	    text-align: center;
	}
	
	.pricetable2 td:nth-child(1) {
	    text-align: left;
	    padding-left: 10px;
	    
	}
	
	.order_holder {
		padding: 30px 0;
		background-image: url(../images/record_bg.jpg);
	    background-position: center top;
	    background-repeat: no-repeat;
	    background-color: black;
	    /*height: 1312px;*/
	    color: #fff;
	}
	
	#order_holder table thead {
	    border-top: 2px solid #a91501;
	    border-bottom: 2px solid #a91501;
	}
	
	#order_holder table th {
	    font-family: "Open Sans";
	    font-weight: 500;
	    font-size: 15px;
	    padding-top: 7px;
	    color: #0f0e0e;
	    width: auto;
	    height: 35px;
	    /*float: left;
	    display: block !important;*/
	    border-collapse: collapse;
	    box-sizing: border-box;
	    background-color: #e7e5e5;
	    vertical-align: middle;
	    margin-bottom: 10px;
	}
	#order_holder table th span {
	    font-size: 10px;
	    vertical-align: top;
	    margin-left: 2px;
	}
	
	#order_holder table td {
	    color: #0f0e0e;
	    text-align: center;
	    font-size: 14px;
	    padding-top: 6px;
	    box-sizing: border-box;
	    height: 36px;
	    border: 1px solid #ffffff;
	    font-family: "Open Sans";
	    background: #cfcece;
	    background: -moz-linear-gradient(top, #cfcece 0%, #ebe7e7 100%);
	    background: -webkit-linear-gradient(top, #cfcece 0%, #ebe7e7 100%);
	    background: linear-gradient(to bottom, #cfcece 0%, #ebe7e7 100%);
	    vertical-align: middle;
	    cursor: pointer;
	}
	
	.busy_time {
		background-color: red !important;
		background: red !important;
		cursor: not-allowed !important;
	}
	
	.busy_time_gray {
		background-color: gray !important;
		background: gray !important;
		cursor: not-allowed !important;
	}
	
/* ---------------------------------------------------------------------------------------------- */

/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #fff;
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  /*background: #18BC9C;*/
  background-color: #F8F6F7;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url('/images/header_bg.jpg');
  width: 100%;
}
header img {
  display: block;
  margin: 0 auto 5px;
  max-width: 60% !important;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 110px;
    padding-bottom: 100px;
	background: url('/images/header_bg_sm.jpg') no-repeat;
	background-position: center bottom;
	width: 100%;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #484848;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  opacity: 0.8;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
	height: 81px;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 5px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#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;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  /*padding-top: 30px;*/
  /*background-color: #2C3E50;*/
  background-image: url(../images/online_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #212324;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
