/* ---------------------------------------------- /*
 * General styles
/* ---------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Tangerine);

body {
  font: 300 14px/1.6 'Roboto', sans-serif;
	color: #fff;
  background-color: #000;
	overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  height: 100%;
}
html {
  height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
:focus {
    outline: 0 !important;
}

a {
	color: #777;
}

a:hover {
	text-decoration: none;
	color: #999;
}

p {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

p.dropcap:first-letter {
	float: left;
	font: 64px 'Tangerine', sans-serif;
	margin-right: 20px;
	margin-top: 2px;
	display:inline-block;
	color:#ffffff;
}

::-moz-selection { background: #777; color: #fff; text-shadow: none; }
::selection { background: #777; color: #fff; text-shadow: none; }

/* ---------------------------------------------- /*
 * Transition elements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}


/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1 {
	font: 300 40px/1.2 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 5px 0 5px;
	color: #fff;
}



h2, h3, h4, h5, h6 {
	font: 400 40px/1.2 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 5px 0 5px;
	color: #fff;
}

h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	border-bottom: 1px solid #000;
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Alerts style
/* ---------------------------------------------- */

.alert {
	border: 0;
}

/* ---------------------------------------------- /*
 * Labels
/* ---------------------------------------------- */

.label {
	padding: .2em .6em .2em;
	font-size: 70%;
}

/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: none;
	border: none;
	border-bottom: 1px solid #2e343c;
	font-size: 12px;
	padding: 0 15px;
}

textarea.form-control {
	padding: 15px;
}

/* ---------------------------------------------- /*
 * Buttons
/* ---------------------------------------------- */

.btn {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 28px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn.active {
	outline: inherit !important;
}

.btn-custom {
	background: none;
	border: 1px solid #222;
	color: #fff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
	background: #222;
	color: #FFF;
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #000;
	padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	padding: 20px 10px;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #7f8c8d;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 18px;
}

.navbar-custom .navbar-brand-no-padding {
	font-weight: 700;
	font-size: 18px;
  padding: 0px !important;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #777;
	border-radius: 0;
}


.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #fff;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

/* ---------------------------------------------- /*
 * Main
/* ---------------------------------------------- */

.section {
	padding: 120px 0 100px;
}

.section-home {
	margin: 0 0 60px;
}

.section-about {
	background: url(../images/about.png) bottom right no-repeat;
	margin: 0 20px 60px;
	padding: 120px 0 0;
}

.section-services {
	background: url(../images/services.png) bottom left no-repeat;
}

.section-education {
	background: url(../images/edu.png) bottom right no-repeat;
}

.section-skills {
	background: url(../images/skills.png) bottom left no-repeat;
}

.section-contact {
	background: url(../images/contact.png) bottom right no-repeat;
  padding: 0;
  margin: 0px;
  height: 100% !important;
}

.section-dark {
	background-color: #000;
}

.section-image {
	padding: 0;
}


.paddingb-none {
	padding-bottom: 0;
}

.section-header {
	text-align: center;
	margin: 0 0 60px;
}

.section-header-left {
	text-align: left;
}

.section-header-left .section-line {
	width: 15%;
	margin: 30px 0;
}

.section-subtitle {
  font: 28px/1.2 'Tangerine', sans-serif;
  color: #fff;
}

.section-text {
	font-size: 14px;
}

.section-text-name {
	margin: 60px 0 0;
  font: 52px 'Tangerine', sans-serif;
  color: #fff;
}

.section-line {
	background: #fff;
	width: 20%;
	height: 1px;
	margin: 30px auto;
}

.section-space {
	background: none;
	width: inherit;
	margin: 30px 0;
}

.section-icon {
	font-size: 32px;
}

.cta-box {
	padding:100px 0;
	margin-top:50px;
	letter-spacing:1px;
	background-color: #fff;
}
.cta {
	display:table;
	width:100%;
	height:100%;
}
.cta-col {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.cta-heading{
	text-transform: uppercase;
	margin: 0 0 15px;
}
.cta-subtitle {
	margin-bottom:40px;
	font-weight: 500;
}
.cta-parallax {
	background-size: 100%;
	background-attachment: fixed;
}
.cta-image {
	margin-top:-170px;
	margin-bottom:50px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */


.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.hello {
  font: 52px 'Tangerine', sans-serif;
  color: #fff;
	text-transform: none;
	margin: 15px 0;
}

/* ---------------------------------------------- /*
 * Contact Details
/* ---------------------------------------------- */

.margin-0 {
	margin: 0!important;
}

.position-relative {
	position: relative;
}

.side-image {
	position: absolute;
	background: url(../images/c_details.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.side-image-text {
	background: #000;
	padding: 100px 60px 50px;
}

.detailsbox {
	position: relative;
	margin: 0 0 50px;
}

.detailsbox-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.detailsbox-text {
	padding-left: 30px;
	font: 400 14px/1.2 'Dosis', sans-serif;
}


/* ---------------------------------------------- /*
 * Services
/* ---------------------------------------------- */

.services {
	background: none;
	text-align: left;
	padding: 5px;
	margin: 0 0 20px;
}

.services-icon {
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
        font-family:"Flaticon";
        font-size: 64px;
        line-height: 1;
}
    .services-icon:before {
        font-size: 64px;
        color: #fff;
        margin-left: 0;
    }

.services-title {
	margin: 0 0 15px;
	padding: 0;
}


/* ---------------------------------------------- /*
 * Portfolio
/* ---------------------------------------------- */

/* Filter */

#filter {
	list-style-type: none;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
}

#filter li {
	background: none;
	display: inline-block;
	font: 500 13px/1.2 'Dosis', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 6px 20px;
	margin: 5px;
	color: #fff;
	cursor: pointer;
}

#filter li:hover,
#filter li.active {
	color: #fff;
}

#filter li.active {
     font-weight: 700;
}

/* Grid and portfolio items */

.portfolio-items-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.portfolio-items-container .portfolio-item {
	display: block;
	list-style: none;
	overflow: hidden;
	width: 25%;
	width: 33.333%;
	padding: 0;
}

.portfolio-items-container .portfolio-item img {
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-items-container .portfolio-item {
-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.portfolio-items-container .portfolio-item figcaption {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 25px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
    transition: all 0.3s ease-in-out;
    -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;
}

.portfolio-items-container .portfolio-item a {
	font-size: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-indent: 200%;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.portfolio-items-container .caption-inner {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.caption-inner .portfolio-item-title {
	font-family: "Dosis", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.caption-inner .portfolio-item-desc {
	font-family: "Tangerine", sans-serif;
	font-style: italic;
	font-size: 28px;
	color: #fff;
}

.portfolio-items-container .portfolio-item:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/* ---------------------------------------------- /*
 * Resume
/* ---------------------------------------------- */

.resume-tab .nav-tabs> li {
	padding: 0 10px 50px;
}
.resume-tab .nav-tabs > li > a {
	font-size: 40px;
	padding-top:0;
	width:100%;
}
.resume-tab .nav-tabs>li>a,
.resume-tab .nav-tabs>.active>a,
.resume-tab .nav-tabs>.active>a:hover,
.resume-tab .nav-tabs>.active>a:focus {
	border:none;
}
.resume-tab .nav-tabs>li>a:hover,
.resume-tab .nav-tabs>li>a:focus {
	background-color: transparent;
}
.resume-tab .nav-tabs>li>a, .resume-tab .nav-tabs>li>a:hover {
	display: inline-block;
}
.resume-tab .nav-tabs>li>a span.resume-block {
	height:64px;
	width:64px;
	text-align:center;
	line-height:64px;
	padding:0;
	background-color: transparent;
	border-radius: 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;
	transition: all 0.3s ease-in-out;
}

.resume-block {
        padding: 0px;
        display: block;
        font-family:"Flaticon";
        font-size: 64px;
        line-height: 1;
}
    .resume-block:before {
        font-size: 64px;
        color: #fff;
        margin-left: 0;
    }

.resume-tab .nav-tabs>li.active>a span.resume-text,
.resume-tab .nav-tabs>li:hover>a span.resume-text,
.resume-tab .nav-tabs.nav-justified> .active> a span.resume-text,
.resume-tab .nav-tabs.nav-justified > .active> a:hover span.resume-text,
.resume-tab .nav-tabs.nav-justified > .active> a:focus span.resume-text {
	color: #fff;
}
.resume-tab .nav-tabs li a span.resume-block,
.resume-tab .nav-tabs li a span.resume-text {
	display:block;
	text-transform:uppercase;
	margin-left:auto;
	margin-right:auto;
}
.resume-tab .nav-tabs li a span.resume-text {
	font-size:13px;
	margin-top:15px;
	color: #fff;
	position:absolute;
	left:0;
	right:0;
	text-align:center;
}

.resume-tab .nav-tabs>li:hover {
	cursor: pointer;
}
.resume-tab .nav-tabs>li.active:hover {
	cursor: auto;
}
.resume-tab .nav-tabs>li>a i,
.nav-tabs>li>a:hover i {
	padding: 10px 0;
}

.tab-content {
	padding: 40px;
}

.tab-content .work{
	margin:0px;
	margin-bottom:15px;
	line-height: 30px;
}
.tab-content .organization{
	margin: 0px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}
.tab-content .left-content{
	text-align:right;
	margin-right:20px;
}

/* ---------------------------------------------- /*
 * Skills
/* ---------------------------------------------- */


.progress {
  height: 28px;
  box-shadow: none;
background-color: #fff;
}
.progress .progress-bar {
  text-align: left;
  padding: 0 0 0 10px;
  line-height: 28px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.progress-bar {
  background-color: #777777;
}

.progress.minimal {
  margin-bottom: 7px;
  background: none;
}
.indicator {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.indicator .indicator-line {
  display: block;
  height: 10px;
  background-size: 9.99% 10px;
  background-position: 0 0;
border-top: 1px solid #dddddd;
background-image: linear-gradient(90deg, #dddddd 1px, transparent 1px);
}
.indicator .middle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}


/* ---------------------------------------------- /*
 * Process
/* ---------------------------------------------- */

.process {
	background: #fff;
	text-align: center;
	padding: 5px;
}

.process-icon {
	margin: 0 0 25px;
        display: block;
        font-family:"Flaticon";
        font-size: 64px;
        line-height: 1;
}

    .process-icon:before {
        font-size: 64px;
        color: #fff;
        margin-left: 0;
    }

.process-icon-colored {
	margin: 0 0 25px;
        display: block;
        font-family:"Flaticon";
        font-size: 128px;
        line-height: 1;
}

.process-icon-colored:before {
      margin-left: 0;
	 font-size: 128px;
      color: #777;
}

.process-title {
	margin: 0 0 15px;
	padding: 0;
}


/* ---------------------------------------------- /*
 * Testimonials
/* ---------------------------------------------- */

.testimonial {
	margin: 40px 0 0;
}
.testimonial span.quote {
	font-size: 60px;
	line-height: 100%;
	float: left;
	color: #fff;
	margin-top: -10px;
	font-weight: bold;
}

.testimonial blockquote {
	margin-bottom: 50px;
	margin-top:0;
	border: none;
	padding: 10px 0 0 45px;
	font-size:14px;
}
.testimonial .client-name {
	margin: 0;
	margin-left: 45px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.testimonial .client-name a {
	font-weight: 300;
	letter-spacing:2px;
}

/* ---------------------------------------------- /*
 * Blog
/* ---------------------------------------------- */

.tile {
  max-width: 400px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 30px auto;
}
.tile .tile-title h3 {
  margin-bottom: 10px;
}
.tile .post-more {
  font: 28px 'Tangerine', sans-serif;
  text-align: center;
  margin-bottom: 12px;
}
.tile .tile-thumb {
  display: block;
  position: relative;
}
.tile .tile-thumb img {
  width: 100%;
}
.tile .tile-thumb .post-more {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  left: 0;
  bottom: 22px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile .tile-thumb .post-more a {
  color: #fff;
}
.tile .tile-thumb .overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile .tile-thumb:hover .overlay {
  opacity: 1;
}
.tile .tile-thumb:hover .post-more {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tile .tile-body {
  text-align: center;
  padding: 22px;
}
.tile .tile-body p {
  font-size: 13px;
  color: #666e70;
  line-height: 1.7;
  margin-bottom: 0;
}
.tile .tile-footer {
  text-align: center;
  padding: 8px 10px 22px 10px;
}


.ie .tile .tile-thumb img {
  filter: none;
}


.post-more {
  display: inline-block;
}
.post-more a {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 7px;
}

.post-meta {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
.post-meta .taxonomy {
  display: inline-block;
  margin-right: 7px;
}
.post-meta span {
  display: inline-block;
  color: #c7c7c7;
  margin: 0 2px;
}

.bg-solid {
  background-color: #000;
}

.text-light,
.text-light h3,
.text-light p,
.text-light span {
  color: #c7c7c7 !important;
}


/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
	margin-top: 10px;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #000;
	text-align: center;
	padding: 120px 0;
	font-size: 12px;
	color: #777;
}


.copyright {
	margin: 0;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #777;
}

.social-links a:hover {
	color: #c7c7c7;
}


/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

.scroll-up a {
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #e3e3e3;
	font-size: 24px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	color: #222;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 50px;
	width: 30px;
	margin-left: -15px;
	display: block;
	z-index: 10;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 10px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#preloader-status,
.preloader-class {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 400px;
}

.preloader-class {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 991px) {

	.side-image {
		position: relative;
	height: 800px;
	}

	.portfolio-items-container .portfolio-item {
		width: 50%;
	}

	.cta-box {
		text-align: center;
		background-size: cover;
		height: 100%;

	}
	.cta {
		margin:0;
	}
	.cta-col {
		display:block;
	}
	.cta-parallax {
		background-attachment: scroll;
		background-size: cover;
	}
}

@media (max-width: 767px) {

	.portfolio-items-container .portfolio-item {
		width: 100%;
	}

	.side-image-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mouse-icon {
		display: none;
	}


  .tile.tile-horizontal {
    max-width: 400px;
  }
  .tile.tile-horizontal .tile-thumb,
  .tile.tile-horizontal .tile-content {
    float: none;
    width: 100%;
  }
  .tile.tile-horizontal .tile-content {
    padding: 0;
  }
  .tile.tile-horizontal .tile-content .tile-body,
  .tile.tile-horizontal .tile-content .tile-footer {
    text-align: center;
  }
  .tile.tile-horizontal .tile-content .tile-body {
    padding: 22px;
  }
  .tile.tile-horizontal .tile-content .tile-footer {
    padding: 8px 10px 22px 10px;
  }
}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}
}



#backgroundvideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.no-margin {
  margin: 0px !important;
}



.modal-header {
  color: black !important;

}

.modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
  color: black !important;
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #777777 !important;
}


table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}



table {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}

@media screen and (min-width: 767px) {
  .section-contact {
    min-height: 800px;
  }

  .side-image {
    min-height: 800px;
  }

}
min-height: 640p

@media screen and (min-width: 578px) {
  .background-logo {
    position: relative;
    left: 80px;
    top: 20px;
  }

}
