﻿

p {
	margin-bottom: 20px;
}


a {
	cursor: pointer;
	color: #2951d5;
	text-decoration: none;
}

a, .btn {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color: #2951d5;
}

a, button {
	outline: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

blockquote {
	position: relative;
    background-color: #f7f7f7;
	padding: 60px 40px 40px 70px;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	line-height: 32px;
	border: 0;
}

blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 300px;
    content: '\201D';
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    line-height: 1;
    z-index: 0;
}

blockquote > * {
    position: relative;
    z-index: 1;
}

.blockquote-reverse,
blockquote.pull-right {
	padding: 60px 70px 40px 40px;
	border: 0;
}

.blockquote-reverse:before {
    left: auto;
	right: 60px;
}

blockquote.pull-right {
	margin: 5px 0 10px 20px;
	max-width: 300px;
}

blockquote.pull-left {
	margin: 5px 20px 10px 0;
	max-width: 370px;
}

address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
	margin-bottom: 30px;
}

pre {
	margin: 0;
	padding: 9.5px;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	text-align: left;
}
/*------------------------------------------------------------------
[7.8 Photoswipe]
*/
div.pswp--open {
	position: fixed;
}

div.pswp__bg {
	background: #000;
}

div.pswp__top-bar,
div.pswp__caption,
div.pswp__ui--fit .pswp__top-bar,
div.pswp__ui--fit .pswp__caption {
	background: rgba(0,0,0,0.3);
}

div.pswp__caption__center {
	max-width: 780px;
	padding: 15px;
}

.pswp__caption h4 {
	margin-bottom: 10px;
}

.pswp__caption p {
	margin: 0;
}

.pswp__caption * {
	color: #fff;
}

.pswp__caption .project-details {
	text-align: center;
}

/*------------------------------------------------------------------
[7.9 Divider]
*/
.divider {
	display: block;
	margin: 20px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 1px;
	background-color: #e8e8e8;
}

.divider.divider-alt {
	width: 37px;
	height: 1px;
	background-color: #e8e8e8;
}

.animate-divider:hover .divider.divider-alt {
	width: 54px;
}

.divider.divider-alt.divider-left {
	margin-left: 0;
	margin-right: 0;
}

.divider.divider-alt.divider-center {
	margin-left: auto;
	margin-right: auto;
}

.divider.divider-alt.divider-right {
	margin: 0;
	left: auto;
	float: right;
}

.divider.divider-alt.divider-light {
	background-color: #fff;
}

.divider.divider-alt.divider-dark {
	background-color: #333;
}


/*------------------------------------------------------------------
[7.10 Preloader]
*/
#preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 10001;
}

#loading-animation {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(images/loading-animation.gif) no-repeat center;
}

/*------------------------------------------------------------------
[7.11 Icon Box]
*/
.icon-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.icon-box p:last-child {
	margin-bottom: 0;
}

.icon-box.boxed {
	padding: 45px 30px;
}

.icon-box.bordered {
	padding: 45px 30px;
	border: 1px solid #e7e7e7;
}

.icon-box.bordered:hover {
	border-color: #2951d5;
}

.icon-box .icon-box-icon {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 52px;
	line-height: 64px;
}

/* Style 2 */
.icon-box.style-2 {
	text-align: left;
}

.icon-box.style-2.icon-box-right {
	text-align: right;
}

.icon-box.style-2 .icon-box-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 60px;
	font-size: 40px;
	padding-left: 1px;
}

.icon-box.style-2 .icon-box-icon .icon-container {
	display: table;
	height: 100%;
	width: 100%;
}

.icon-box.style-2 .icon-box-icon .icon-container .ic-icon {
	display: table-cell;
	vertical-align: middle;
}

.icon-box.style-2.icon-box-right .icon-box-icon {
	right: 0;
	left: auto;
	padding-left: 0;
}

.icon-box.style-2.large .icon-box-icon {
	width: 70px;
	font-size: 50px;
}

.icon-box.style-2 .icon-box-text {
	margin-left: 75px;
	padding: 15px 0;
}

.icon-box.style-2.icon-box-right .icon-box-text {
	margin-left: 0;
	margin-right: 70px;
}

.icon-box.style-2.large .icon-box-text {
	margin-left: 90px;
}

.icon-box.style-2.large.icon-box-right .icon-box-text {
	margin-left: 0;
	margin-right: 90px;
}

.icon-box.style-2 h3 {
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 40px;
	font-weight:100!important;
}
#about_relative h2.h3{
	font-weight:200!important;
}

/*------------------------------------------------------------------
[7.12 Profile Card]
*/
.profile-card {
	position: relative;
}

.profile-card .user-image {
	display: table;
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
}

.profile-card .user-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.profile-card .role {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #979797;
}

.profile-card .user-detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.profile-card .ud-container {
	display: table;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	padding: 15px;
	z-index: 2;
}

.profile-card .ud-content {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.profile-card:hover .user-detail {
	opacity: 1;
}

/*------------------------------------------------------------------
[7.15 Other]
*/

/* Feedback */
.quote {
	font-style: normal;
	font-size: 16px;
}

.quote-icon {
	font-size: 38px;
}

/* Play Button */
.play-button {
	width: 80px;
	height: 80px;
	line-height: 76px;
	font-size: 36px;
	color: #fff;
	border: 2px solid #fff;
	background: rgba(255,255,255,.21);
	box-shadow: 0 0 0 7px rgba(255,255,255,.21);
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 4;
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}

.play-button i {
	color: #fff;
	position: relative;
	right: -3px;
}

.play-button:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.play-button.large {
	height: 120px;
	line-height: 116px;
	width: 120px;
	font-size: 54px;
	margin-top: -60px;
	margin-left: -60px;
}

.play-button.large i {
	right: -6px;
}

.play-button.inline {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	display: inline-block;
	z-index: 0;
}

.play-button.dark {
	border-color: #333;
	color: #333;
	background: rgba(0,0,0,.13);
	box-shadow: 0 0 0 7px rgba(0,20,0,.13);
}

.play-button.dark i {
	color: #333;
}


/*------------------------------------------------------------------
[8. Portfolio]
*/
.portfolio .container {
	position: relative;
}

.portfolio-container {
	margin: 0 -15px;
}

/* Portfolio Filter */
.portfolio-filter ul {
	display: block;
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.portfolio-filter.pull-center ul  {
	margin: 0 auto;
	text-align: center;
	display: table;
}

.portfolio-filter li {
	float: left;
	margin: 0 7px;
}

.portfolio-filter li:first-child {
	margin-left: 0;
}

.portfolio-filter li:last-child {
	margin-right: 0;
}

.portfolio-filter li a {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 34px;
	color: #333;
	cursor: pointer;
	padding: 0 21px;
	display: block;
	border: 1px solid transparent;
}

.portfolio-filter .active {
	color: #2951d5;
	border-color: #2951d5;
}

/* Portfolio Item */
.portfolio-item {
	position: relative;
}

.project-container {
	position: relative;
	display: block;
	overflow: hidden;
    margin-bottom: 30px;
	cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.portfolio-item img {
    display: block;
	width: 100%;
	height: auto;
}

.portfolio-item .project-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 93%;
	z-index: 1;
	opacity: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(20,20,20,0) 0%, rgba(20,20,20,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(20,20,20,0) 0%,rgba(20,20,20,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.portfolio-item .project-container:hover .project-overlay {
	opacity: 1;
}

.portfolio-item .project-details {
	position: absolute;
	bottom: -50px;
	left: 15px;
	right: 15px;
	overflow: hidden;
	padding: 0;
    opacity: 0;
	z-index: 1;
	text-align: center;
   -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.portfolio-item .project-container:hover .project-details {
	bottom: 15px;
	opacity: 1;
}

.portfolio-item .project-details .project-title {
	margin: 0;
	color: #fff;
}

.portfolio-item .project-details p {
	color: #fff;
	margin: 0;
	font-style: italic;
	display: none;
}


/*------------------------------------------------------------------
[9. Overlays]
*/
.global-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.zoom-onload .overlay {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-webkit-transition: -webkit-transform 1.5s ease;
	-moz-transition: -moz-transform 1.5s ease;
	-ms-transition: -ms-transform 1.5s ease;
	-o-transition: -o-transform 1.5s ease;
	transition: transform 1.5s ease;
}

body.loaded .zoom-onload .overlay {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.overlay-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-container .overlay .overlay-wrapper {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-container .overlay > .overlay-wrapper.parallax-wrapper,
.main-container .section > .overlay > .overlay-wrapper.parallax-wrapper {
    height: 125%;
    height: calc(100% + 25vh);
}

.overlay-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.overlay-inner.alt {
	top: 0;
	bottom: 0x;
	left: 50px;
	right: 50px;
}

.overlay-video {
	background-color: #000;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
}

body.mobile .overlay-video {
	display: none;
}

.overlay-frame > div {
	position: fixed;
	background: #fff;
	z-index: 100;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.overlay-frame.dark > div {
	background: #000;
}

.overlay-frame .of-top {
	top: 0;
	left: 0;
	right: 0;
	height: 21px;
}

.overlay-frame .of-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	height: 21px;
}

.overlay-frame .of-right {
	top: 0;
	bottom: 0;
	right: 0;
	width: 21px;
}

body.sideblock-active .overlay-frame .of-top,
body.sideblock-active .overlay-frame .of-bottom,
body.sideblock-active .overlay-frame .of-right {
	left: -100%;
	right: 100%;
}


/*------------------------------------------------------------------
[10. FlexSlider]
*/
div.flexslider {
	background: transparent;
	position: relative;
	overflow: hidden;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

div.flexslider {
	margin: 0;
	background: transparent;
	position: relative;
	zoom: 1;
}

div.flexslider .slides {
	position: relative;
	overflow: hidden;
}

div.flexslider .slide-container {
    z-index: 1;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

div.flexslider img {
	display: block;
	width: 100%;
	height: auto;
}

/* Control Nav */
div.flexslider .flex-control-nav {
	bottom: 0;
}

div.flexslider.control-outside .flex-control-nav {
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	width: auto;
}

div.flexslider .flex-control-nav li {
	margin: 0;
}

div.flexslider.control-outside .flex-control-nav li {
	display: block;
	float: left;
}

div.flexslider .flex-control-paging li a {
	width: 27px;
	height: 1px;
	margin: 2px 8px 2px 8px;
	display: block;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

div.flexslider .flex-control-paging li a:hover {
	background: #fff;
}

div.flexslider .flex-control-paging li a.flex-active {
	height: 5px;
	margin: 0px 8px 0px 8px;
}

div.flexslider.control-dark .flex-control-paging li a,
div.flexslider.control-dark .flex-control-paging li a:hover{
	background: #333;
}

div.flexslider.control-dark .flex-control-paging li a.flex-active {
	background: transparent;
	border-color: #333;
}

/* Direction nav */
.flex-direction-nav .flex-disabled {
	visibility: hidden;
}

div.flexslider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	top: 50%;
	color: #333;
	background: #fff;
	border: 0;
	font-size: 24px;
    line-height: 50px;
	text-align: center;
	text-shadow: none;
	opacity: 1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 0 0 54px rgba(0,0,0,.073);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

div.flexslider .flex-direction-nav a:before {
	display: block;
	content: '';
}

div.flexslider .flex-direction-nav a.flex-next:before {
	content: '';
}

div.flexslider .flex-direction-nav .flex-prev {
	left: -70px;
}

div.flexslider .flex-direction-nav .flex-next {
	right: -70px;
	text-align: center;
}

.section-flexslider:hover .flex-direction-nav .flex-prev,
div.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 30px;
}

div.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.section-flexslider:hover .flex-direction-nav .flex-next,
div.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 30px;
}

div.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

div.flexslider.direction-dark .flex-direction-nav a  {
	background: #333;
	color: #fff;
}

/*------------------------------------------------------------------
[11. .mCSB]
*/

div.mCSB_scrollTools {
	width: 5px;
	z-index: 100;
	right: -100%;
	-webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -ms-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
}

body.sideblock-active div.mCSB_scrollTools {
	right: 0;
}

div.mCSB_inside>.mCSB_container {
	margin: 0;
}

div.mCSB_outside+.mCSB_scrollTools {
	right: 0;
}

div.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	width: 5px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

/* Scrollbar Color Styles */
.scrollbar-light div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scrollbar-light div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.scrollbar-light div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scrollbar-light div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
}

.scrollbar-dark div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scrollbar-dark div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.scrollbar-dark div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scrollbar-dark div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
}


/*------------------------------------------------------------------
[12. Utility]
*/

/*------------------------------------------------------------------
[12.1 Helper Classes]
*/

/* Text Align */
.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

/* Font Weights */
.font-thin {
	font-weight: 100 !important;
}

.font-extralight {
	font-weight: 200 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-extrabold {
	font-weight: 800 !important;
}

.font-ultrabold {
	font-weight: 900 !important;
}

/* Font Sizes */
.font-slarge {
	font-size: 36px;
	line-height: 50px;
	font-weight: lighter;
	font-style: normal;
}

.font-large {
	font-size: 58px;
	line-height: 68px;
}

.font-xlarge {
	font-size: 72px;
	line-height: 80px;
}

.font-xxlarge {
	font-size: 82px;
	line-height: 90px;
}

/* Font Styles */
.font-italic {
	font-style: italic;
}

/* Font */
.font-opensans {
	font-family: 'Open Sans', sans-serif;
}

.subtitle {
	font-weight: 400;
    letter-spacing: 2px;
    margin-right: -2px;
	font-size: 14px;
    line-height: 20px;
	text-transform: uppercase;
	color: #a5a7a9;
	margin-bottom: 10px;
}

/* Image */
.img-rounded {
	border-radius: 100%;
}

.img-center {
	display: block;
	margin: 0 auto;
}

.img-shadow {
	box-shadow: 0 7px 40px rgba(0,0,0,.09)
}

.img-md {
	max-height: 120px;
}

.img-small {
	max-height: 80px;
}

.img-xs {
	max-height: 50px;
}

/* Vertical */
.vertical-top {
	vertical-align: top !important;
}

.vertical-middle {
	vertical-align: middle !important;
}

.vertical-bottom {
	vertical-align: bottom !important;
}

/* Display */
.display-block {
	display: block;
}

.display-table {
	display: table;
}

/* Opacity */
.opacity-100 {
	opacity: 1;
}

.opacity-95 {
	opacity: 0.95;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-70 {
	opacity: 0.70;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-60 {
	opacity: 0.60;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-0 {
	opacity: 0;
}

/* Border */
.noborder {
	border: none;
}

.notopborder {
	border-top: none;
}

.nobottomborder {
	border-bottom: none;
}

.noleftborder {
	border-left: none;
}

.norightborder {
	border-right: none;
}

.bordertop {
	border-top: 1px solid #e8e8e8;
}

.borderbottom {
	border-bottom: 1px solid #e8e8e8;
}

.bordertop.border-white,
.borderbottom.border-white {
	border-color: #fff;
}

.bordertop.border-black,
.borderbottom.border-black {
	border-color: #000;
}

/* Floating */
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Other */
hr {
	border-color: #e7e7e7;
}

hr.light {
	border-color: #fff;
}

hr.dark {
	border-color: #333;
}

.gmap {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.empty-space {
	width: 100%;
	height: 50px;
	overflow: hidden;
}


.height-auto {
	height: auto !important;
}

.separator {
	margin: 0 10px;
}

.overflow-hidden {
	overflow: hidden;
}

.clear {
	clear: both;
}

.position-relative {
	position: relative !important;
}


/*------------------------------------------------------------------
[12.2 Background Color & Color Classes]
*/

/* Text Color */
.text-white  {
	color: #fff !important;
}

.text-grey {
	color: #ededed;
}

.text-dark  {
	color: #333 !important;
}

.text-dark-2  {
	color: #555;
}

.text-red {
	color: #dd4b39;
}

.text-pink {
	color: #e91e63;
}

.text-purple {
	color: #9c27b0;
}

.text-indigo {
	color: #4b21ff;
}

.text-blue {

}

.text-cyan {
	color: #00bcd4;
}

.text-teal {
	color: #80CBC4;
}

.text-green {
	color: #8bc34a;
}

.text-lime {
	color: #cddc39;
}

.text-yellow {
	color: #ffeb3b;
}

.text-amber {
	color: #ffc107;
}

.text-orange {
	color: #ff9800;
}

.text-brown {
	color: #795548;
}

/* Highlight */
.highlight {
	color: #2951d5;
}

.highlight.white {
	color: #fff;
}

.highlight.grey {
	color: #ededed;
}

.highlight.black {
	color: #333;
}

.highlight.red {
	color: #dd4b39;
}

.highlight.pink {
	color: #e91e63;
}

.highlight.purple {
	color: #9c27b0;
}

.highlight.indigo {
	color: #4b21ff;
}

.highlight.blue {
	color: #2951d5;
}

.highlight.cyan {
	color: #00bcd4;
}

.highlight.teal {
	color: #80CBC4;
}

.highlight.green {
	color: #8bc34a;
}

.highlight.lime {
	color: #cddc39;
}

.highlight.yellow {
	color: #ffeb3b;
}

.highlight.amber {
	color: #ffc107;
}

.highlight.orange {
	color: #ff9800;
}

.highlight.brown {
	color: #795548;
}

/* Background Color */
.background-white {
	background-color: #fff;
}

.background-grey {
	background-color: #f7f7f7;
}

.background-dark {
	background-color: #333;
}

.background-dark-2 {
	background-color: #2A2B35;
}

.background-dark-3 {
	background-color: #484957;
}

.background-dark-4 {
	background-color: #141414;
}

.background-dark-5 {
	background-color: #000a1e;
}

.background-dark-6 {
	background-color: #2c3e50;
}

.background-dark-7 {
	background-color: #1b1b25;
}

.background-dark-8 {
	background-color: #2a3b4c;
}

.background-dark-9 {
	background-color: #000;
}

.background-red  {
	background-color: #dd4b39;
}

.background-pink  {
	background-color: #e91e63;
}

.background-purple  {
	background-color: #9c27b0;
}

.background-indigo  {
	background-color: #4b21ff;
}

.background-blue {
	background-color: #2951d5;
}

.background-cyan  {
	background-color: #00bcd4;
}

.background-teal  {
	background-color: #80CBC4;
}

.background-turquoise  {
	background-color: #27c5c3;
}

.background-green  {
	background-color: #8bc34a;
}

.background-lime  {
	background-color: #cddc39;
}

.background-yellow  {
	background-color: #ffeb3b;
}

.background-amber  {
	background-color: #ffc107;
}

.background-orange  {
	background-color: #ff9800;
}

.background-brown  {
	background-color: #795548;
}

/* Gradient Background */
.gradient-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe7259+0,ffc456+100 */
	background: rgb(254,114,89); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(254,114,89,1) 0%, rgba(255,196,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7259', endColorstr='#ffc456',GradientType=1 ); /* IE6-9 */
}

.gradient-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c55e6+0,3c55e6+100 */
	background: #3c55e6; /* Old browsers */
	background: -moz-linear-gradient(left,  #3c55e6 0%, #3c55e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3c55e6 0%,#3c55e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3c55e6 0%,#3c55e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c55e6', endColorstr='#3c55e6',GradientType=1 ); /* IE6-9 */
}

.gradient-3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bcd4+0,80cbc4+100 */
	background: rgb(0,188,212); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,188,212,1) 0%, rgba(128,203,196,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcd4', endColorstr='#80cbc4',GradientType=1 ); /* IE6-9 */
}

.gradient-4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc34a+0,cddc39+100 */
	background: rgb(139,195,74); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(139,195,74,1) 0%, rgba(205,220,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc34a', endColorstr='#cddc39',GradientType=1 ); /* IE6-9 */
}

.gradient-5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc5a5a+0,4e76e5+100 */
	background: rgb(252,90,90); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(252,90,90,1) 0%, rgba(78,118,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5a5a', endColorstr='#4e76e5',GradientType=1 ); /* IE6-9 */
}

/*------------------------------------------------------------------
[12.3 Background Styles]
*/
.parallax-background {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cover-background {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.image-background {
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center;
}

.full-background {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.player  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	background-color: #000; 
}

.video-wrapper video {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
    width: auto;
    height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.no-background {
	background-image: none !important;
	background-color: transparent !important;
}

.bg-center-left {
	background-position: center left;
}

.bg-center {
	background-position: center;
}

.bg-center-right {
	background-position: center right;
}

.bg-top-left {
	background-position: top left;
}

.bg-top-center {
	background-position: top center;
}

.bg-top-right {
	background-position: top right;
}

.bg-bottom-left {
	background-position: bottom left;
}

.bg-bottom-center {
	background-position: bottom center;
}

.bg-bottom-right {
	background-position: bottom right;
}

.background-norepeat {
	background-repeat: no-repeat;
}

.background-repeat {
	background-repeat: repeat;
}

.background-repeatx {
	background-repeat: repeat-x;
}

.background-repeaty {
	background-repeat: repeat-y;
}

/*------------------------------------------------------------------
[12.4 Spacing]
*/

/* Margin */
.margincenter {
	margin-left: auto;
	margin-right: auto;
}

.nomargin {
	margin: 0;
}

/* Margin Left */
.ml-0 {
	margin-left: 0;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

/* Margin Right */
.mr-0 {
	margin-right: 0;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

/* Margin Bottom */
.mb-0 {
	margin-bottom: 0;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-210 {
	margin-bottom: 210px;
}

/* Margin Top */
.mt-0 {
	margin-top: 0;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

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

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-210 {
	margin-top: 210px;
}

/* Padding */
.nopadding {
	padding: 0;
}

/* Padding Left */
.pl-0 {
	padding-left: 0;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

/* Padding Right */
.pr-0 {
	padding-right: 0;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

/* Padding Top */
.pt-0 {
	padding-top: 0;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

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

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-210 {
	padding-top: 210px;
}

.pt-220 {
	padding-top: 220px;
}

.pt-230 {
	padding-top: 230px;
}

.pt-240 {
	padding-top: 240px;
}

.pt-250 {
	padding-top: 250px;
}

.pt-260 {
	padding-top: 260px;
}

.pt-270 {
	padding-top: 270px;
}

.pt-280 {
	padding-top: 280px;
}

.pt-290 {
	padding-top: 290px;
}

.pt-300 {
	padding-top: 300px;
}

.pt-340 {
	padding-top: 340px;
}

.pt-370 {
	padding-top: 370px;
}

.pt-390 {
	padding-top: 390px;
}

/* Padding Bottom */
.pb-0 {
	padding-bottom: 0;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-230 {
	padding-bottom: 230px;
}

.pb-240 {
	padding-bottom: 240px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-260 {
	padding-bottom: 260px;
}

.pb-270 {
	padding-bottom: 270px;
}

.pb-280 {
	padding-bottom: 280px;
}

.pb-290 {
	padding-bottom: 290px;
}

.pb-300 {
	padding-bottom: 300px;
}

.pb-370 {
	padding-bottom: 370px;
}

/* Mobile Spacing - Extra Small - Phones Less than 767px */
@media (max-width: 767px) {

	.xs-margincenter {
		margin-left: auto;
		margin-right: auto;
	}

	.xs-nomargin {
		margin: 0;
	}

	/* Margin Left */
	.xs-ml-0 {
		margin-left: 0;
	}

	.xs-ml-5 {
		margin-left: 5px;
	}

	.xs-ml-10 {
		margin-left: 10px;
	}

	.xs-ml-20 {
		margin-left: 20px;
	}

	.xs-ml-30 {
		margin-left: 30px;
	}

	.xs-ml-40 {
		margin-left: 40px;
	}

	.xs-ml-50 {
		margin-left: 50px;
	}

	/* Margin Right */
	.xs-mr-0 {
		margin-right: 0;
	}

	.xs-mr-5 {
		margin-right: 5px;
	}

	.xs-mr-10 {
		margin-right: 10px;
	}

	.xs-mr-20 {
		margin-right: 20px;
	}

	.xs-mr-30 {
		margin-right: 30px;
	}

	.xs-mr-40 {
		margin-right: 40px;
	}

	.xs-mr-50 {
		margin-right: 50px;
	}

	/* Margin Bottom */
	.xs-mb-0 {
		margin-bottom: 0;
	}

	.xs-mb-1 {
		margin-bottom: 1px;
	}

	.xs-mb-5 {
		margin-bottom: 5px;
	}

	.xs-mb-10 {
		margin-bottom: 10px;
	}

	.xs-mb-15 {
		margin-bottom: 15px;
	}

	.xs-mb-20 {
		margin-bottom: 20px;
	}

	.xs-mb-25 {
		margin-bottom: 25px;
	}

	.xs-mb-30 {
		margin-bottom: 30px;
	}

	.xs-mb-35 {
		margin-bottom: 35px;
	}

	.xs-mb-40 {
		margin-bottom: 40px;
	}

	.xs-mb-45 {
		margin-bottom: 45px;
	}

	.xs-mb-50 {
		margin-bottom: 50px;
	}

	.xs-mb-55 {
		margin-bottom: 55px;
	}

	.xs-mb-60 {
		margin-bottom: 60px;
	}

	.xs-mb-65 {
		margin-bottom: 65px;
	}

	.xs-mb-70 {
		margin-bottom: 70px;
	}

	.xs-mb-80 {
		margin-bottom: 80px;
	}

	.xs-mb-90 {
		margin-bottom: 90px;
	}

	.xs-mb-100 {
		margin-bottom: 100px;
	}

	.xs-mb-110 {
		margin-bottom: 110px;
	}

	.xs-mb-120 {
		margin-bottom: 120px;
	}

	.xs-mb-130 {
		margin-bottom: 130px;
	}

	.xs-mb-140 {
		margin-bottom: 140px;
	}

	.xs-mb-150 {
		margin-bottom: 150px;
	}

	.xs-mb-160 {
		margin-bottom: 160px;
	}

	.xs-mb-170 {
		margin-bottom: 170px;
	}

	.xs-mb-180 {
		margin-bottom: 180px;
	}

	.xs-mb-190 {
		margin-bottom: 190px;
	}

	.xs-mb-200 {
		margin-bottom: 200px;
	}

	.xs-mb-210 {
		margin-bottom: 210px;
	}

	/* Margin Top */
	.xs-mt-0 {
		margin-top: 0;
	}

	.xs-mt-1 {
		margin-top: 1px;
	}

	.xs-mt-5 {
		margin-top: 5px;
	}

	.xs-mt-10 {
		margin-top: 10px;
	}

	.xs-mt-15 {
		margin-top: 15px;
	}

	.xs-mt-20 {
		margin-top: 20px;
	}

	.xs-mt-25 {
		margin-top: 25px;
	}

	.xs-mt-30 {
		margin-top: 30px;
	}

	.xs-mt-35 {
		margin-top: 35px;
	}

	.xs-mt-40 {
		margin-top: 40px;
	}

	.xs-mt-45 {
		margin-top: 45px;
	}

	.xs-mt-50 {
		margin-top: 50px;
	}

	.xs-mt-55 {
		margin-top: 55px;
	}

	.xs-mt-60 {
		margin-top: 60px;
	}

	.xs-mt-65 {
		margin-top: 65px;
	}

	.xs-mt-70 {
		margin-top: 70px;
	}

	.xs-mt-80 {
		margin-top: 80px;
	}

	.xs-mt-90 {
		margin-top: 90px;
	}

	.xs-mt-100 {
		margin-top: 100px;
	}

	.xs-mt-110 {
		margin-top: 110px;
	}

	.xs-mt-120 {
		margin-top: 120px;
	}

	.xs-mt-130 {
		margin-top: 130px;
	}

	.xs-mt-140 {
		margin-top: 140px;
	}

	.xs-mt-150 {
		margin-top: 150px;
	}

	.xs-mt-160 {
		margin-top: 160px;
	}

	.xs-mt-170 {
		margin-top: 170px;
	}

	.xs-mt-180 {
		margin-top: 180px;
	}

	.xs-mt-190 {
		margin-top: 190px;
	}

	.xs-mt-200 {
		margin-top: 200px;
	}

	.xs-mt-210 {
		margin-top: 210px;
	}

	/* Padding */
	.xs-nopadding {
		padding: 0;
	}

	.xs-p-10 {
		padding: 10px;
	}

	.xs-p-15 {
		padding: 15px;
	}

	.xs-p-20 {
		padding: 20px;
	}

	.xs-p-25 {
		padding: 25px;
	}

	.xs-p-30 {
		padding: 30px;
	}

	/* Padding Left */
	.xs-pl-0 {
		padding-left: 0;
	}

	.xs-pl-5 {
		padding-left: 5px;
	}

	.xs-pl-10 {
		padding-left: 10px;
	}

	.xs-pl-20 {
		padding-left: 20px;
	}

	.xs-pl-30 {
		padding-left: 30px;
	}

	/* Padding Right */
	.xs-pr-0 {
		padding-right: 0;
	}

	.xs-pr-5 {
		padding-right: 5px;
	}

	.xs-pr-10 {
		padding-right: 10px;
	}

	.xs-pr-20 {
		padding-right: 20px;
	}

	.xs-pr-30 {
		padding-right: 30px;
	}

	/* Padding Top */
	.xs-pt-0 {
		padding-top: 0;
	}

	.xs-pt-5 {
		padding-top: 5px;
	}

	.xs-pt-10 {
		padding-top: 10px;
	}

	.xs-pt-15 {
		padding-top: 15px;
	}

	.xs-pt-20 {
		padding-top: 20px;
	}

	.xs-pt-25 {
		padding-top: 25px;
	}

	.xs-pt-30 {
		padding-top: 30px;
	}

	.xs-pt-35 {
		padding-top: 35px;
	}

	.xs-pt-40 {
		padding-top: 40px;
	}

	.xs-pt-45 {
		padding-top: 45px;
	}

	.xs-pt-50 {
		padding-top: 50px;
	}

	.xs-pt-55 {
		padding-top: 55px;
	}

	.xs-pt-60 {
		padding-top: 60px;
	}

	.xs-pt-65 {
		padding-top: 65px;
	}

	.xs-pt-70 {
		padding-top: 70px;
	}

	.xs-pt-75 {
		padding-top: 75px;
	}

	.xs-pt-80 {
		padding-top: 80px;
	}

	.xs-pt-90 {
		padding-top: 90px;
	}

	.xs-pt-100 {
		padding-top: 100px;
	}

	.xs-pt-110 {
		padding-top: 110px;
	}

	.xs-pt-120 {
		padding-top: 120px;
	}

	.xs-pt-130 {
		padding-top: 130px;
	}

	.xs-pt-140 {
		padding-top: 140px;
	}

	.xs-pt-150 {
		padding-top: 150px;
	}

	.xs-pt-160 {
		padding-top: 160px;
	}

	.xs-pt-170 {
		padding-top: 170px;
	}

	.xs-pt-180 {
		padding-top: 180px;
	}

	.xs-pt-190 {
		padding-top: 190px;
	}

	.xs-pt-200 {
		padding-top: 200px;
	}

	.xs-pt-210 {
		padding-top: 210px;
	}

	.xs-pt-220 {
		padding-top: 220px;
	}

	.xs-pt-230 {
		padding-top: 230px;
	}

	.xs-pt-240 {
		padding-top: 240px;
	}

	.xs-pt-250 {
		padding-top: 250px;
	}

	.xs-pt-260 {
		padding-top: 260px;
	}

	.xs-pt-270 {
		padding-top: 270px;
	}

	.xs-pt-280 {
		padding-top: 280px;
	}

	.xs-pt-290 {
		padding-top: 290px;
	}

	.xs-pt-300 {
		padding-top: 300px;
	}

	.xs-pt-370 {
		padding-top: 370px;
	}

	/* Padding Bottom */
	.xs-pb-0 {
		padding-bottom: 0;
	}

	.xs-pb-5 {
		padding-bottom: 5px;
	}

	.xs-pb-10 {
		padding-bottom: 10px;
	}

	.xs-pb-15 {
		padding-bottom: 15px;
	}

	.xs-pb-20 {
		padding-bottom: 20px;
	}

	.xs-pb-25 {
		padding-bottom: 25px;
	}

	.xs-pb-30 {
		padding-bottom: 30px;
	}

	.xs-pb-35 {
		padding-bottom: 35px;
	}

	.xs-pb-40 {
		padding-bottom: 40px;
	}

	.xs-pb-45 {
		padding-bottom: 45px;
	}

	.xs-pb-50 {
		padding-bottom: 50px;
	}

	.xs-pb-55 {
		padding-bottom: 55px;
	}

	.xs-pb-60 {
		padding-bottom: 60px;
	}

	.xs-pb-65 {
		padding-bottom: 65px;
	}

	.xs-pb-70 {
		padding-bottom: 70px;
	}

	.xs-pb-75 {
		padding-bottom: 75px;
	}

	.xs-pb-80 {
		padding-bottom: 80px;
	}

	.xs-pb-90 {
		padding-bottom: 90px;
	}

	.xs-pb-100 {
		padding-bottom: 100px;
	}

	.xs-pb-110 {
		padding-bottom: 110px;
	}

	.xs-pb-120 {
		padding-bottom: 120px;
	}

	.xs-pb-130 {
		padding-bottom: 130px;
	}

	.xs-pb-140 {
		padding-bottom: 140px;
	}

	.xs-pb-150 {
		padding-bottom: 150px;
	}

	.xs-pb-160 {
		padding-bottom: 160px;
	}

	.xs-pb-170 {
		padding-bottom: 170px;
	}

	.xs-pb-180 {
		padding-bottom: 180px;
	}

	.xs-pb-190 {
		padding-bottom: 190px;
	}

	.xs-pb-200 {
		padding-bottom: 200px;
	}

	.xs-pb-210 {
		padding-bottom: 210px;
	}

	.xs-pb-220 {
		padding-bottom: 220px;
	}

	.xs-pb-230 {
		padding-bottom: 230px;
	}

	.xs-pb-240 {
		padding-bottom: 240px;
	}

	.xs-pb-250 {
		padding-bottom: 250px;
	}

	.xs-pb-260 {
		padding-bottom: 260px;
	}

	.xs-pb-270 {
		padding-bottom: 270px;
	}

	.xs-pb-280 {
		padding-bottom: 280px;
	}

	.xs-pb-290 {
		padding-bottom: 290px;
	}

	.xs-pb-300 {
		padding-bottom: 300px;
	}

	.xs-pb-370 {
		padding-bottom: 370px;
	}
	
}

/* Mobile Spacing - Small Devices - Tablets 768px and up to 1024px */
@media (max-width: 1024px) {

	.sm-margincenter {
		margin-left: auto;
		margin-right: auto;
	}

	.sm-nomargin {
		margin: 0;
	}

	/* Margin Left */
	.sm-ml-0 {
		margin-left: 0;
	}

	.sm-ml-5 {
		margin-left: 5px;
	}

	.sm-ml-10 {
		margin-left: 10px;
	}

	.sm-ml-20 {
		margin-left: 20px;
	}

	.sm-ml-30 {
		margin-left: 30px;
	}

	.sm-ml-40 {
		margin-left: 40px;
	}

	.sm-ml-50 {
		margin-left: 50px;
	}

	/* Margin Right */
	.sm-mr-0 {
		margin-right: 0;
	}

	.sm-mr-5 {
		margin-right: 5px;
	}

	.sm-mr-10 {
		margin-right: 10px;
	}

	.sm-mr-20 {
		margin-right: 20px;
	}

	.sm-mr-30 {
		margin-right: 30px;
	}

	.sm-mr-40 {
		margin-right: 40px;
	}

	.sm-mr-50 {
		margin-right: 50px;
	}

	/* Margin Bottom */
	.sm-mb-0 {
		margin-bottom: 0;
	}

	.sm-mb-1 {
		margin-bottom: 1px;
	}

	.sm-mb-5 {
		margin-bottom: 5px;
	}

	.sm-mb-10 {
		margin-bottom: 10px;
	}

	.sm-mb-15 {
		margin-bottom: 15px;
	}

	.sm-mb-20 {
		margin-bottom: 20px;
	}

	.sm-mb-25 {
		margin-bottom: 25px;
	}

	.sm-mb-30 {
		margin-bottom: 30px;
	}

	.sm-mb-35 {
		margin-bottom: 35px;
	}

	.sm-mb-40 {
		margin-bottom: 40px;
	}

	.sm-mb-45 {
		margin-bottom: 45px;
	}

	.sm-mb-50 {
		margin-bottom: 50px;
	}

	.sm-mb-55 {
		margin-bottom: 55px;
	}

	.sm-mb-60 {
		margin-bottom: 60px;
	}

	.sm-mb-65 {
		margin-bottom: 65px;
	}

	.sm-mb-70 {
		margin-bottom: 70px;
	}

	.sm-mb-80 {
		margin-bottom: 80px;
	}

	.sm-mb-90 {
		margin-bottom: 90px;
	}

	.sm-mb-100 {
		margin-bottom: 100px;
	}

	.sm-mb-110 {
		margin-bottom: 110px;
	}

	.sm-mb-120 {
		margin-bottom: 120px;
	}

	.sm-mb-130 {
		margin-bottom: 130px;
	}

	.sm-mb-140 {
		margin-bottom: 140px;
	}

	.sm-mb-150 {
		margin-bottom: 150px;
	}

	.sm-mb-160 {
		margin-bottom: 160px;
	}

	.sm-mb-170 {
		margin-bottom: 170px;
	}

	.sm-mb-180 {
		margin-bottom: 180px;
	}

	.sm-mb-190 {
		margin-bottom: 190px;
	}

	.sm-mb-200 {
		margin-bottom: 200px;
	}

	.sm-mb-210 {
		margin-bottom: 210px;
	}

	/* Margin Top */
	.sm-mt-0 {
		margin-top: 0;
	}

	.sm-mt-1 {
		margin-top: 1px;
	}

	.sm-mt-5 {
		margin-top: 5px;
	}

	.sm-mt-10 {
		margin-top: 10px;
	}

	.sm-mt-15 {
		margin-top: 15px;
	}

	.sm-mt-20 {
		margin-top: 20px;
	}

	.sm-mt-25 {
		margin-top: 25px;
	}

	.sm-mt-30 {
		margin-top: 30px;
	}

	.sm-mt-35 {
		margin-top: 35px;
	}

	.sm-mt-40 {
		margin-top: 40px;
	}

	.sm-mt-45 {
		margin-top: 45px;
	}

	.sm-mt-50 {
		margin-top: 50px;
	}

	.sm-mt-55 {
		margin-top: 55px;
	}

	.sm-mt-60 {
		margin-top: 60px;
	}

	.sm-mt-65 {
		margin-top: 65px;
	}

	.sm-mt-70 {
		margin-top: 70px;
	}

	.sm-mt-80 {
		margin-top: 80px;
	}

	.sm-mt-90 {
		margin-top: 90px;
	}

	.sm-mt-100 {
		margin-top: 100px;
	}

	.sm-mt-110 {
		margin-top: 110px;
	}

	.sm-mt-120 {
		margin-top: 120px;
	}

	.sm-mt-130 {
		margin-top: 130px;
	}

	.sm-mt-140 {
		margin-top: 140px;
	}

	.sm-mt-150 {
		margin-top: 150px;
	}

	.sm-mt-160 {
		margin-top: 160px;
	}

	.sm-mt-170 {
		margin-top: 170px;
	}

	.sm-mt-180 {
		margin-top: 180px;
	}

	.sm-mt-190 {
		margin-top: 190px;
	}

	.sm-mt-200 {
		margin-top: 200px;
	}

	.sm-mt-210 {
		margin-top: 210px;
	}

	/* Padding */
	.sm-nopadding {
		padding: 0;
	}

	.sm-p-10 {
		padding: 10px;
	}

	.sm-p-15 {
		padding: 15px;
	}

	.sm-p-20 {
		padding: 20px;
	}

	.sm-p-25 {
		padding: 25px;
	}

	.sm-p-30 {
		padding: 30px;
	}

	/* Padding Left */
	.sm-pl-0 {
		padding-left: 0;
	}

	.sm-pl-5 {
		padding-left: 5px;
	}

	.sm-pl-10 {
		padding-left: 10px;
	}

	.sm-pl-20 {
		padding-left: 20px;
	}

	.sm-pl-30 {
		padding-left: 30px;
	}

	/* Padding Right */
	.sm-pr-0 {
		padding-right: 0;
	}

	.sm-pr-5 {
		padding-right: 5px;
	}

	.sm-pr-10 {
		padding-right: 10px;
	}

	.sm-pr-20 {
		padding-right: 20px;
	}

	.sm-pr-30 {
		padding-right: 30px;
	}

	/* Padding Top */
	.sm-pt-0 {
		padding-top: 0;
	}

	.sm-pt-5 {
		padding-top: 5px;
	}

	.sm-pt-10 {
		padding-top: 10px;
	}

	.sm-pt-15 {
		padding-top: 15px;
	}

	.sm-pt-20 {
		padding-top: 20px;
	}

	.sm-pt-25 {
		padding-top: 25px;
	}

	.sm-pt-30 {
		padding-top: 30px;
	}

	.sm-pt-35 {
		padding-top: 35px;
	}

	.sm-pt-40 {
		padding-top: 40px;
	}

	.sm-pt-45 {
		padding-top: 45px;
	}

	.sm-pt-50 {
		padding-top: 50px;
	}

	.sm-pt-55 {
		padding-top: 55px;
	}

	.sm-pt-60 {
		padding-top: 60px;
	}

	.sm-pt-65 {
		padding-top: 65px;
	}

	.sm-pt-70 {
		padding-top: 70px;
	}

	.sm-pt-75 {
		padding-top: 75px;
	}

	.sm-pt-80 {
		padding-top: 80px;
	}

	.sm-pt-90 {
		padding-top: 90px;
	}

	.sm-pt-100 {
		padding-top: 100px;
	}

	.sm-pt-110 {
		padding-top: 110px;
	}

	.sm-pt-120 {
		padding-top: 120px;
	}

	.sm-pt-130 {
		padding-top: 130px;
	}

	.sm-pt-140 {
		padding-top: 140px;
	}

	.sm-pt-150 {
		padding-top: 150px;
	}

	.sm-pt-160 {
		padding-top: 160px;
	}

	.sm-pt-170 {
		padding-top: 170px;
	}

	.sm-pt-180 {
		padding-top: 180px;
	}

	.sm-pt-190 {
		padding-top: 190px;
	}

	.sm-pt-200 {
		padding-top: 200px;
	}

	.sm-pt-210 {
		padding-top: 210px;
	}

	.sm-pt-220 {
		padding-top: 220px;
	}

	.sm-pt-230 {
		padding-top: 230px;
	}

	.sm-pt-240 {
		padding-top: 240px;
	}

	.sm-pt-250 {
		padding-top: 250px;
	}

	.sm-pt-260 {
		padding-top: 260px;
	}

	.sm-pt-270 {
		padding-top: 270px;
	}

	.sm-pt-280 {
		padding-top: 280px;
	}

	.sm-pt-290 {
		padding-top: 290px;
	}

	.sm-pt-300 {
		padding-top: 300px;
	}

	.sm-pt-370 {
		padding-top: 370px;
	}

	/* Padding Bottom */
	.sm-pb-0 {
		padding-bottom: 0;
	}

	.sm-pb-5 {
		padding-bottom: 5px;
	}

	.sm-pb-10 {
		padding-bottom: 10px;
	}

	.sm-pb-15 {
		padding-bottom: 15px;
	}

	.sm-pb-20 {
		padding-bottom: 20px;
	}

	.sm-pb-25 {
		padding-bottom: 25px;
	}

	.sm-pb-30 {
		padding-bottom: 30px;
	}

	.sm-pb-35 {
		padding-bottom: 35px;
	}

	.sm-pb-40 {
		padding-bottom: 40px;
	}

	.sm-pb-45 {
		padding-bottom: 45px;
	}

	.sm-pb-50 {
		padding-bottom: 50px;
	}

	.sm-pb-55 {
		padding-bottom: 55px;
	}

	.sm-pb-60 {
		padding-bottom: 60px;
	}

	.sm-pb-65 {
		padding-bottom: 65px;
	}

	.sm-pb-70 {
		padding-bottom: 70px;
	}

	.sm-pb-75 {
		padding-bottom: 75px;
	}

	.sm-pb-80 {
		padding-bottom: 80px;
	}

	.sm-pb-90 {
		padding-bottom: 90px;
	}

	.sm-pb-100 {
		padding-bottom: 100px;
	}

	.sm-pb-110 {
		padding-bottom: 110px;
	}

	.sm-pb-120 {
		padding-bottom: 120px;
	}

	.sm-pb-130 {
		padding-bottom: 130px;
	}

	.sm-pb-140 {
		padding-bottom: 140px;
	}

	.sm-pb-150 {
		padding-bottom: 150px;
	}

	.sm-pb-160 {
		padding-bottom: 160px;
	}

	.sm-pb-170 {
		padding-bottom: 170px;
	}

	.sm-pb-180 {
		padding-bottom: 180px;
	}

	.sm-pb-190 {
		padding-bottom: 190px;
	}

	.sm-pb-200 {
		padding-bottom: 200px;
	}

	.sm-pb-210 {
		padding-bottom: 210px;
	}

	.sm-pb-220 {
		padding-bottom: 220px;
	}

	.sm-pb-230 {
		padding-bottom: 230px;
	}

	.sm-pb-240 {
		padding-bottom: 240px;
	}

	.sm-pb-250 {
		padding-bottom: 250px;
	}

	.sm-pb-260 {
		padding-bottom: 260px;
	}

	.sm-pb-270 {
		padding-bottom: 270px;
	}

	.sm-pb-280 {
		padding-bottom: 280px;
	}

	.sm-pb-290 {
		padding-bottom: 290px;
	}

	.sm-pb-300 {
		padding-bottom: 300px;
	}

	.sm-pb-370 {
		padding-bottom: 370px;
	}
	
}

/*------------------------------------------------------------------
[12.5 Isotope Transitions]
*/

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

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

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

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

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

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}



@media screen and (max-width: 470px){
	
	/* Typography */
	.font-large {
		font-size: 32px;
		line-height: 40px;
	}

	.font-xlarge {
		font-size: 36px;
		line-height: 44px;
	}
	
	.font-thin {
		font-weight: 300 !important;
	}
	
	/* Countdown */
	.countdown .counter-box {
		width: 100%;
		float: none;
	}
	
}

.bg-white {
	background-color:rgba(255,255,255,0.9)!important;
	box-shadow:1px 2px 16px #333333;
}
#about_relative p {
	background:transparent!important;
}

#about_relative p {
	background:transparent!important;
}