

/* MAIN STYLE */

@media (min-width:1280px) and (max-width:1300px){
	.my_top_navbar .top_nav_right ul li a {
		color: #FFF;
		float: left;
		text-transform: uppercase;
		margin: 5px 0;
		padding: 0 10px;
		border-right: 2px solid #FFF;
		font-weight: 500;
		font-size: 12px;
	}
}
html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #777;
	background-color: #FFF !important;
	line-height: 1.8;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	color: #000;
	margin-top: 0;
}

p.mini {
	letter-spacing: 0;
	line-height: 1;
	font-size: 12px;
	font-style: italic;
	color: #777;
	margin-bottom: 0;
}

.color {
	color: #007fc2;
}

.padding {
	padding: 0 100px !important;
}

.padding-top {
	padding-top: 130px !important;
}

.padding-bottom {
	padding-bottom: 130px !important;
}

i {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

i:hover {
	color: #bdb7b7;
	cursor: pointer;
}

hr {
	width: 100px;
	height: 2px;
	background-color: #eeeeee;
	margin: 20px auto;
	border: 0;
}

input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #777;
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #777;
	padding: 14px;
	min-height: 150px;
	margin: 50px 0 20px 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

input:focus {
	outline: none;
	border-bottom: 1px solid #007fc2;
}

textarea:focus {
	outline: none;
	border-bottom: 1px solid #007fc2;
}

.partner-table {
	display: table;
	width: 100%;
	height: 100%;
}

.partner {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.background {
	background-color: #ececec;
}

::selection {
	background-color: #007fc2;
	color: #FFF;
}

::-moz-selection {
	background-color: #007fc2;
	color: #FFF;
}

/* NAVIGATION BAR */

.navbar {
	-webkit-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
	-moz-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
	-o-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
	-ms-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
	transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
	font-family: "Roboto", sans-serif;
	height: 100px;
	padding: 0 5%;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.navbar-title {
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
	-o-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
	-ms-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
	height: 100px;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 5px;
	color: #222;
	display: table-cell;
	vertical-align: middle;
}

.navbar-title:hover {
	color: #007fc2;
}

.navbar-title img {
	/* width: 100px;
	height: auto;*/
	width: 220px;
    height: auto;
}

.navbar-nav {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.navbar-nav > li {
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	float: none;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.navbar-nav > li > a {
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0px 20px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #007fc2;
}

.navbar-nav > li.active > a {
	background-color: transparent;
}

.navbar-nav.nav-text-light > li > a {
	color: #222;
	letter-spacing: 1px;
}

.navbar-nav.nav-text-light > li > a:hover {
	color: #270951;
}

.navbar.navbar-light {
	-webkit-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
	-moz-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
	-o-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
	-ms-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
	transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
	background-color: rgba(255, 255, 255, 1);
	height: 70px;
	box-shadow: 0px 0px 6px 0px #b5b5b5;
}

.navbar.navbar-light .navbar-title {
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	height: 70px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 5px;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}

.navbar.navbar-light .navbar-title:hover {
	color: #007fc2;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li {
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	height: 70px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
	color:#270951;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
	color: #270951;
}

.navbar-toggle {
	margin-top: 15px;
	margin-right: 0;
	background-color: transparent;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background-color: #270951;
	border-radius: 0;
	width: 25px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

/* MAIN TOP */

.main-top {
	position: relative;
	width: 100%;
	height: 100%;
}

.main-top .main-content {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	display: table;
}

.main-top .main-content .container.content {
	display: table-cell;
	vertical-align: middle;
}

.main-top .main-content h2 {
	color: #fff;
	font-size: 70px;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 0;
	-webkit-animation: fadeInLeft 2s;
	animation: fadeInLeft 2s;
}

.main-top .main-content h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 10px;
	-webkit-animation: fadeInRight 2s;
	animation: fadeInRight 2s;
}

.main-top .scroll-down {
	width: 80px;
	height: 60px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.main-top .scroll-down:before {
	bottom: 20px;
	width: 50px;
	height: 50px;
}

.main-top .scroll-down:before, .main-top .scroll-down:after {
	content: '';
	display: block;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-top .scroll-down:before {
	-webkit-animation: scrollDown 0.5s infinite alternate;
	-moz-animation: scrollDown 0.5s infinite alternate;
	-o-animation: scrollDown 0.5s infinite alternate;
	-ms-animation: scrollDown 0.5s infinite alternate;
	animation: scrollDown 0.5s infinite alternate;
}

.main-top .scroll-down:after {
	width: 30px;
	height: 30px;
	bottom: 30px;
	-webkit-animation: scrollDown 0.5s infinite alternate;
	-moz-animation: scrollDown 0.5s infinite alternate;
	-o-animation: scrollDown 0.5s infinite alternate;
	-ms-animation: scrollDown 0.5s infinite alternate;
	animation: scrollDown 0.5s infinite alternate;
}

@keyframes scrollDown {
	0% {
		opacity: 1;
		-webkit-transform: rotate(45deg) translate(0px);
		-ms-transform: rotate(45deg) translate(0px);
		transform: rotate(45deg) translate(0px);
	}
	
	100% {
		opacity: 0.5;
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
	}
}

.scrollDown {
	-webkit-animation-name: scrollDown;
	animation-name: scrollDown;
}

/* BUTTONS */

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 10px 45px;
}

.btn-primary {
	background-color: transparent;
	color: #000;
	border: 2px solid #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
	background-color: #000;
	color: #FFF;
	border: 2px solid #000;
}

.btn-primary:focus, .btn-primary:active {
	background-color: #000000 !important;
    border: 2px solid #000000 !important;
    color: #ffb601 !important;
	outline: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: transparent;
}

/* LINKS */

a {
	color: #333;
	font-weight: 300;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
}

a:hover, a:focus, a:active {
	color: #270951;
	text-decoration: none;
	outline: none;
}

/* SECTION */

.section {
	background-color: #fff;
}

.section-heading {
	text-align: center;
	margin-bottom: 30px;
}

.section-heading h2 {
	font-size: 30px;
	letter-spacing: 5px;
	color: #fcbc00;
}

.section-heading p {
	font-size: 14px;
	font-weight: 400;
	/*font-style: italic;*/
	color: #777;
}

.section-content h3 {
	color: #000;
}

.section-content img {
	width: 100%;
}

.section-content .amenities img {
	width: 100%!important;
}

.section.dark {
	background-color: #000;
	padding: 100px 0;
}

.section.dark h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	letter-spacing: 10px;
	line-height: 2;
	padding: 0 5px;
}

.section.dark .btn {
	margin-top: 30px;
}

.section.general {
	padding: 0;
	padding-top: 150px;
}

.section.general h3 {
	color: #333;
}

.section.general p {
	padding-bottom: 50px;
}

/* ABOUT */

#about .row {
	margin: 0;
}

#about .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#about .box {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#about .box img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#about .box:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#about .box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(51, 51, 51, 0.9);
}

#about .box .overlay h4 {
	color: #FFF;
	text-align: right;
	padding: 10px 20px 10px 10px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#about .box:hover .overlay h4 {
	padding: 15px 40px 15px 0;
	font-size: 25px;
}

#about .box .overlay hr {
	float: right;
	margin: 0 20px 10px 0;
	width: 50px;
	height: 2px;
	background-color: #eeeeee;
	border: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#about .box:hover .overlay hr {
	width: 100px;
	margin: 0 40px 10px 0;
}

.about {
	display: table;
	width: 100%;
	height: 700px;
}

.about .row {
	margin: 0;
}

.about .content {
	display: table-cell;
	vertical-align: middle;
}

.about .image {
	background-image: url('../img/new-img/banner-2.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
}

.about .image1 {
	background-image: url('../img/new-img/banner-3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
}

.about .loc-image {
	background-image: url('../img/new-img/map.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 890px;
	display: table-cell;
	vertical-align: middle;
}

.about .background {
	height: 600px;
	padding: 0 3%;
	margin: 0;
	display: table;
}

.about h3, .about p {
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-align: left;
}

.about .btn {
	color: #007fc2;
	background-color: #FFF;
	border: 2px solid #FFF;
	margin-top: 30px;
}

.about .btn:hover, .about .btn.active, .about .btn:focus {
	color: #FFF;
	background-color: #007fc2;
	border: 2px solid #FFF !important;
}

.progress-bar {
	background-color: #000;
}

/* TEAM */

.team {
	width: 300px;
	height: 300px;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
}

.team .mask {
	width: 300px;
	height: 300px;
	position: absolute;
	overflow: hidden;
	text-align: center;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.team h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 25px;
	background: rgba(0, 0, 0, 0.9);
	padding-top: 80px;
}

.team p {
	font-size: 15px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 2;
}

.team a.info i {
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	padding: 15px 10px;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
}

.team a.info:hover i {
	color: #000;
}

.team img {
	width: 150%;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.team .mask {
	background-color: #007fc2;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.team h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

.team p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}

.team a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
}

.team:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 0.9;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.team:hover img {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.team:hover h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.team:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.team:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* SERVICES */

.section.services {
	padding-top: 0px;
}

.services i {
	font-size: 40px;
	margin-bottom: 20px;
}

.services .section-content p {
	padding-bottom: 20px;
	text-align: center;
}

.services .section-content h4 {
	padding-bottom: 30px;
	text-align: center;
	color: #d09e47;
}

/* INFO */

#info.section {
	padding: 100px 50px;
	background: transparent;
}

#info.section h2 {
	font-size: 40px;
	letter-spacing: 5px;
	color: #007fc2;
}

#info.section p {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

/* PORTFOLIO */

.section.portfolio {
	padding-top: 0px;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	-ms-transition-property: height, width;
	transition-property: height, width;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope .no-transition.isotope-item, .isotope.no-transition .isotope-item, .isotope .no-transition.isotope-item .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
}

/* Works Grid */

.work-item-filters {
	text-align: center;
	margin-bottom: 0;
	background-color: transparent;
}

.work-item-filters li {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	background-color: #fff;
}

.work-item-filters li:first-child {
	margin-left: 0;
}

.work-item-filters li a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px;
	color: #777;
	display: inline-block;
}

.work-item-filters li a:after {
	content: '';
	display: block;
	border-bottom: 1px solid #007fc2;
	width: 0;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	transition: 0.3s ease-in-out;
}

.work-item-filters li a:hover:after { 
	width: 100%; 
}

.work-item-filters li a.active {
	color: #000;
	font-weight: 700;
}

.work-item-wrapper {
	overflow: hidden;
}

.work-item {
	overflow: hidden;
	padding: 0 !important;
}

.work-item img {
	width: 101%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/*.work-item:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}*/

.work-item .image-overlay {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: 0.9;
	border: 1px solid #007fc2;
}

.work-item .image-overlay:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0;
}

.work-item .image-overlay a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.work-item .work-item-info {
	position: absolute;
	left: 0;
	bottom: 84%;
	height: 50px;
	margin-bottom: -50px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.work-item .work-item-info i {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.1;
	color: #fff;
	font-size: 96px;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	top: 50%;
	margin-top: -48px;
}

.work-item .work-item-info h3 {
	font-family: "Roboto", sans-serif;
	color: #ffffff;
}

#purchase.section {
	padding: 50px;
	background-color: #EFEFEF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#purchase.section .btn {
	border: 2px solid #000;
	color: #000;
}

#purchase.section .btn:hover, #purchase.section .btn.active, #purchase.section .btn:focus {
	border: 2px solid #000 !important;
	background-color: #000 !important;
	color: #FFF;
}

/* Magnific Popup */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 50px;
	height: 50px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-close:hover, .mfp-close:focus {
	color: #007fc2;
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.9;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 10px;
	color: #fff;
	word-wrap: break-word;
	vertical-align: middle;
	display: table-cell;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close {
	font-size: 25px;
	width: 40px;
	/*background: rgba(0, 0, 0, 0.9);*/
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	padding-right: 0;
	display: inline;
	font-family: inherit;
	line-height: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	padding-bottom: 3px;
}

.mfp-bottom-bar {
	padding: 20px;
	/*background:#270951;*/
	opacity: 1;
	position: absolute;
	bottom: 0;
	height: 0;
	display: table;
	margin-top: -50px;
}

.mfp-bottom-bar h3 {
	font-family: "Roboto", sans-serif;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}

.mfp-bottom-bar p {
	padding-left: 10px;
	text-align: center;
}

img.mfp-img {
	padding: 0;
}

.mfp-figure {
	position: relative;
	margin: 0 40px 0 40px;
	overflow: hidden;
}

.mfp-fade.mfp-bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

/* NEWSLETTER */

.section.newsletter {
	padding: 100px 0;
}

.section.newsletter h3 {
	color: #333;
	margin-bottom: 50px;
}

.section.newsletter input {
	width: 50%;
	text-align: center;
}

.section.newsletter .btn {
	margin-top: 30px;
}

/* TESTIMONIALS */

.section.testimonials {
	padding: 100px 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
	color: #FFF;
}

.section.testimonials img {
	width: 65%;
	heght:auto;
}

.section.testimonials1 {
	padding: 100px 0;
	margin: 0;
	background:#f2f2f2;
	text-align: center;
	color: #FFF;
}

.section.testimonials1 h2, .section.testimonials1 p {
	color:#280951;
}

.section.testimonials1 img {
	width: 65%;
	heght:auto;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span, #owl-testimonials.owl-theme .owl-pagination {
	display: none;
	height: 0;
}

#owl-testimonials.owl-theme .owl-controls.clickable {
	display: none;
	margin: 0;
	height: 0;
}

/* CONTACT */

.contact-info li {
	padding-bottom: 20px;
}

.contact-info i {
	font-size: 30px;
	padding-bottom: 20px;
}

.contact-info h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.contact-info h2, .contact-info p {
	padding-left: 0px;
}

.contact-info p {
	font-size: 12px;
}

.contact-form .form-group {
	margin-bottom: 0;
}

.contact-form .alert,
.contact-form label {
	display: none;
}

/* FOOTER */

#footer {
	padding: 50px 0 10px 0;
	color: #fff;
	background:rgb(255, 255, 255);
	background-size: contain;
}

#footer h3 {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 0;
}

#footer hr {
	float: left;
	width: 50px;
	margin-right: 100%;
}

#footer p {
	color: #676669;
	float: left;
}

#footer .social {
	float: left;
}

#footer .social i {
	font-size: 26px;
	color: #270951;
	padding-top: 10px;
	padding: 12px;
	text-align: right;
}
}

#footer .social i:hover {
	color: #222;
}
#footer a:hover {
	color: #007fc2;
}

#footer ul {
	list-style-type: none;
	float: left;
	margin-bottom: 0;
}

#footer ul:first-of-type {
	padding-right: 50px;
}

#footer ul li i {
	color: #DDD;
	padding-right: 5px;
}

#footer ul li a {
	color: #DDD;
}

#footer ul li a:hover {
	color: #007fc2;
}

#footer .image {
	width: 22%;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

#footer .image img {
	max-width: 100%;
}

#footer .image .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	background-color: rgba(204, 36, 36, 0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer .image .overlay:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	z-index: 30;
	margin-top: -8px;
	margin-left: -1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer .image .overlay:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	z-index: 30;
	margin-top: -1px;
	margin-left: -8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer .image:hover .overlay {
	opacity: 1;
}

.back-to-top {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 100px;
	z-index: 9999;
}

.back-to-top a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
}

.back-to-top a i {
	font-size: 50px;
	color: #eeeeee;
}

.copyright {
	font-size: 14px;
	padding-top: 13px;
	text-align: center;
	text-align: center;
	float: none !important;
	/*border-top: 1px solid rgba(255, 255, 255, 0.7);*/
}
.copy1{
	font-size: 18px;
	padding-top: 13px;
	text-align: center;
	color: #FFF;
	text-align: center;
	float: none !important;
	/*border-top:1px solid rgb(0, 127, 194);*/
	font-weight: bold;
	text-transform: uppercase;
}
.copyright a:hover{
	color:#fff;
}
.copyright img{
	width:65%;
	height:auto;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 30px !important;
	}
	
	h2 {
		font-size: 25px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
	
	h4 {
		font-size: 17px !important;
	}
	
	p {
		font-size: 14px !important;
		line-height: 1.8 !important;
	}
	
	hr {
		width: 80px;
	}
	
	.padding {
		padding: 0 125px !important;
	}
	
	.padding-top {
		padding-top: 125px !important;
	}
	
	.padding-bottom {
		padding-bottom: 125px !important;
	}
	
	.section.newsletter, .section.testimonials {
		padding: 80px 0;
	}
	
	.section.dark {
		padding: 60px 0;
	}
	
	.section.dark h2 {
		font-size: 30px !important;
	}
	
	.section.dark .btn {
		margin-top: 25px;
	}
	
	.btn {
		padding: 10px 40px;
		font-size: 15px;
		letter-spacing: 2px;
	}
	
	.main-top .main-content h2 {
		font-size: 60px !important;
	}
	
	.main-top .main-content h3 {
		font-size: 40px !important;
	}
	
	.work-item .image-overlay {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		top: initial;
		bottom: 0;
		height: 30%;
	}
	
	.work-item .image-overlay a:not(.mfp-iframe) {
		pointer-events: none;
		cursor: default;
	}
	
	.work-item .work-item-info i {
		display: none;
	}
	
	.work-item .work-item-info h3 {
		font-size: 1.3em;
		line-height: 8px;
	}
	
	.work-item .work-item-info p {
		font-size: 0.8em;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.back-to-top {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	#about .box {
		margin: 30px 0;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 127, 194, 0.8);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 25px !important;
	}
	
	h2 {
		font-size: 20px !important;
	}
	
	h3 {
		font-size: 18px !important;
	}
	
	h4 {
		font-size: 16px !important;
	}
	
	p {
		font-size: 13px !important;
	}
	
	hr {
		width: 75px;
		margin: 15px auto;
	}
	
	.padding {
		padding: 0 100px !important;
	}
	
	.padding-top {
		padding-top: 100px !important;
	}
	
	.padding-bottom {
		padding-bottom: 100px !important;
	}
	
	.section.newsletter, .section.testimonials {
		padding: 70px 0;
	}
	
	.section.newsletter h3 {
		margin-bottom: 40px;
	}
	
	.section.dark {
		padding: 50px 0;
	}
	
	.section.dark h2 {
		font-size: 25px !important;
		letter-spacing: 5px;
		line-height: 1.8;
	}
	
	.section.dark .btn {
		margin-top: 20px;
	}
	
	.main-top .main-content h2 {
		font-size: 50px !important;
	}
	
	.main-top .main-content h3 {
		font-size: 30px !important;
		letter-spacing: 5px;
	}
	
	.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
		border-bottom: none;
	}
	
	.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
		border-bottom: none;
		text-decoration: none;
	}
	
	.navbar-collapse {
		background-color: rgba(255,250,250,0.9);
		padding: 0;
		position: absolute;
		width: 100%;
		left: 0;
	}
	
	.navbar-collapse li {
		display: table;
		height: 50px !important;
		padding-left: 20px;
	}
	
	.navbar-collapse li a {
		font-size: 12px;
		padding: 15px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.btn {
		padding: 5px 25px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	.about .image {
		height: 500px;
	}
	
	.about .background {
		height: 500px;
	}
	
	.team, .team .mask {
		width: 200px;
		height: 200px;
	}
	
	.team h2 {
		font-size: 16px !important;
		padding-top: 45px;
	}
	
	.team a.info i {
		font-size: 15px;
		padding: 10px 5px;
	}
	
	.work-item-filters li {
		display: block;
		margin: 20px;
	}
	
	.work-item-filters li a {
		font-size: 12px;
	}
	
	#purchase h3, #purchase p {
		display: none;
	}
	
	.services i {
		font-size: 30px;
	}
	
	.contact-info {
		text-align: center;
	}
	
	.contact-info li {
		display: inline-block;
		padding: 0 5px 10px 5px;
	}
	
	.contact-info i {
		font-size: 20px;
		width: 100%;
		padding-bottom: 10px;
	}
	
	.contact-info h3, .contact-info p {
		padding-left: 0;
		padding-right: 0;
	}
	
	#footer {
		padding: 10px 0 10px 0;
	}
	
	#footer hr {
		width: 40px;
	}
	
	#footer .social {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 20px !important;
	}
	
	h2 {
		font-size: 20px !important;
	}
	
	h3 {
		font-size: 16px !important;
	}
	
	h4 {
		/*font-size: 10px !important;*/
	}
	
	p {
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	
	hr {
		width: 50px;
		margin: 10px auto;
	}
	
	.padding {
		padding: 0 50px !important;
	}
	
	.padding-top {
		padding-top: 50px !important;
	}
	
	.padding-bottom {
		padding-bottom: 50px !important;
	}
	
	.section.newsletter, .section.testimonials {
		padding: 50px 0;
	}
	
	.section.newsletter h3 {
		margin-bottom: 30px;
	}
	
	.section.dark {
		padding: 30px 0;
	}
	
	.section.dark h2 {
		font-size: 18px !important;
		letter-spacing: 3px;
		line-height: 1.5;
	}
	
	.section.dark .btn {
		margin-top: 10px;
	}
	
	.btn {
		padding: 5px 20px;
		font-size: 13px;
	}
	
	.main-top .main-content h2 {
		font-size: 50px !important;
	}
	
	.main-top .main-content h3 {
		font-size: 30px !important;
		letter-spacing: 5px;
	}
	
	.main-top .main-content h2 {
		font-size: 40px !important;
	}
	
	.main-top .main-content h3 {
		font-size: 20px !important;
		letter-spacing: 3px;
	}
	
	#about .box .overlay {
		padding: 5px;
	}
	
	#about .box .overlay h4 {
		padding: 5px 15px 5px 5px;
	}
	
	#about .box:hover .overlay h4 {
		padding: 10px 20px 10px 0;
	}
	
	#about .box .overlay hr {
		width: 30px;
		margin: 0 15px 5px 0;
	}
	
	#about .box:hover .overlay hr {
		width: 50px;
		margin: 0 20px 10px 0;
	}
	
	.about .image {
		height: 400px;
	}
	
	.about .background {
		height: 400px;
		padding:20px;
	}
	.about .btn {
		color: #007fc2;
		background-color: #FFF;
		border: 2px solid #FFF;
		margin-top: 10px;
	}
	.contact {
		padding-bottom: 0;
	}
	
	.contact-info li {
		display: block;
	}
	
	.contact-form .btn-primary {
		width: 100%;
	}
	
	#footer hr {
		width: 30px;
	}
	
	.copyright {
		width: 100%;
		text-align: center;
	}
}

/* My Css */
.my_top_navbar{
	background-color:#270951;
	position: fixed;
	top: 0;
	z-index: 1030;
}
.my_top_navbar .top_nav_left ul li{
	list-style: none;
}
.my_top_navbar .top_nav_left ul li a{
	color: #FFF;
	float: right;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0 10px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #fff;
	font-weight: 500;
}
.my_top_navbar .top_nav_left ul li a i{
	color: #FFF;
}

.my_top_navbar .top_nav_right ul li{
	list-style: none;
}
.my_top_navbar .top_nav_right ul li a{
	color: #FFF;
	float: left;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0 10px;
	border-right: 2px solid #FFF;
	font-weight: 500;
	font-size:16px;
}
.my_top_navbar .top_nav_right ul li a i{
	color: #FFF;
}

#map-canvas {
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
}
/* My Css */
@media (min-width:991px) and (max-width:1270px){
	.my_top_navbar .top_nav_right ul li a{
		color: #FFF;
		float: left;
		text-transform: uppercase;
		margin: 8px 0;
		padding: 0 10px;
		border-right: 2px solid #FFF;
		font-weight: 500;
		font-size: 10px;
	}
	.border_right:before {
		content: "";
		height: 18px;
		background: white;
		width: 2px;
		position: absolute;
	}
	.padding-top {
		padding-top: 50px !important;
	}
	h4 {
		font-size: 16px !important;
	}
	.padding-bottom {
		padding-bottom: 50px !important;
	}
}
@media(max-width: 767px){
	#footer .social i {
		font-size: 26px;
		color: #270951;
		padding-top: 10px;
		padding: 12px;
		text-align: right;
	}
	.my_top_navbar {
		background-color: rgb(39, 9, 81);
		position: fixed;
		top: 0;
		z-index: 1030;
		padding: 0;
	}
	.my_top_navbar .top_nav_right ul li a {
		color: #FFF;
		float: left;
		text-transform: uppercase;
		margin: 5px 0;
		padding: 0 6px;
		border-right: none;
		font-weight: 500;
		font-size: 8px;
	}
	.navbar-fixed-top {
		top: 22px;
		border-width: 0 0 1px;
		background: #fff!important;
		box-shadow: 0 1px 12px #949494;
	}
	.services .section-content h4 {
		padding-bottom: 40px;
		text-align: center;
		color: #007fc2;
		height: 25px;
	}
}
@media(max-width: 414px){
	.my_top_navbar .top_nav_right ul li a {
		color: #FFF;
		float: left;
		text-transform: lowercase;
		margin: 3px 0;
		padding: 0 6px;
		border-right: none;
		font-weight: 500;
		font-size: 11px;
	}
}
@media(max-width: 400px){
	.my_top_navbar .top_nav_right ul li a {
		color: #FFF;
		float: left;
		text-transform: lowercase;
		margin: 3px 0;
		padding: 0 6px;
		border-right: none;
		font-weight: 500;
		font-size: 10px;
	}
}
@media(max-width: 370px){
	.my_top_navbar .top_nav_right ul li a {
		color: #FFF;
		float: left;
		text-transform: lowercase;
		margin: 5px 0;
		padding: 0 6px;
		border-right: none;
		font-weight: 500;
		font-size: 8px;
	}
}

/*=========================
	new css
---------------------------*/
