/*
    Theme Name: Dewi
    Theme URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
@import url("fontawesome-4.5.0.min.css");
@import url("framework.css");


body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
  text-decoration: none;
  color:#eee;	
}

ul.social-network {
	font-size: 16px;
	list-style:none;
	margin-top:10px;
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;	
}
ul.social-network li a {	
	color:#d0d0d0;
	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
  
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
  
}
.info {
  float: left;
  margin-top: -45px;
   margin-left: 110px;
}

.info li {
  display: inline-block;
  margin-left: 30px;
}

.info i {
  color: #d0d0d0;
  font-size: 15px;
  margin-right: 10px;
}

.info a {
  color: #d0d0d0;
  font-size: 12px; 
}

.info a:hover {
  color: #ED502E;
}

.info p {
  color: #d0d0d0;
  font-size: 12px;
  margin: 0;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
  background-color:#fff;
  padding:0;

}

.navbar-brand h1 {
	margin-top:-10px;
	float: left;	
	font-size: 30px;	
	color:#333;	
	
}
.navbar-brand h1 span {
	color: #ED502E;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:300;	
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {	
	margin-top:-20px;
	margin-right:15px;
	line-height: 1.42857143;
	border-color: #fff #eee #fff;
	border-top: 4px solid transparent;
	border-radius:0;
	color:#333;
	padding:30px;
}

.nav-tabs > li > a:hover {	
  border-color: #ED502E #eee #eee;
  color: #ED502E;
  border-radius:0;
  background-color:#f9f9f9; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	border-color: #ED502E #eee #eee;
  color: #ED502E;
  border-radius:0;
  background-color:#f9f9f9; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.slider {
	margin-top:-20px;
}

.align-center {
	text-align:center;
	background-color:#fff;
	color:#000;
	padding:70px;
	margin-top:20px;
	margin-bottom:20px;	
}
.align-center  h4 {
	padding:10px;
	-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
-moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}
.align-center  p {
	margin-top:10px;
	margin-bottom:30px;
}
.align-center:hover {
	-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
-moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}
.icon {
	margin-top:30px;
	margin-bottom:30px;
	color:#ED502E;
}

.ficon i {
	color:#ED502E;
}
.ficon a {
	color:#333;
}
.ficon a:hover {
	color:#eee;
}
.btn {
	color:#333;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ED502E;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  text-align:center;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-thumbnail img {
	margin-top:20px;
	margin-bottom:20px;	
	border-radius:50%
}

.box {	
	background-color:#f9f9f9;
	padding-top:80px;
	padding-bottom:60px;
	
}
.caption {
	text-align:center;
}
.caption a {
	margin-top:20px;
	margin-bottom:20px;
	color:#333;
}

.jumbotron {
	text-align:center;
	margin-bottom:-5px;	
	background-color:#fff;	
}
.jumbotron p {
	margin-top:30px;
}
.jumbotron span{
	color:#ED502E;
}
.jumbotron .btn-primary {
  color: #fff;
  border-color: #ccc;
  font-size:16px;
  text-transform:uppercase;
  margin-top:20px;
  background-color:#ED502E;
}
.jumbotron .btn-primary:hover {
  color:#333;
  background-color:#f9f9f9;
}

.jumbotron h2 {
	margin-top:-68px;
	margin-bottom:-60px;
   color:#ED502E;
   background-color:#e9e9e9;
   padding: 50px;
   padding-bottom:70px;
   font-size:40px;
  
}
/*===========================
  Services
============================ */

.our-services {	
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f9f9f9;
}
.services  {
	text-align:center;	
}
.services p {
	margin-bottom:30px;
	margin-top:30px;
	color:#090909;
}
.icons i {
	padding:50px;
	border-radius:50%;
	color:#ED502E;
	background-color:#fff;
	border-color:#ccc;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 0 0 0 8px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.icons i:hover {
	background-color:#ED502E;
	color: #fff;
}

/*===========================
  Blog
============================ */
.blog {
	padding-top:30px;
	padding-bottom:50px;
	background-color:#f9f9f9;
}
.page-header h5 {
	margin-bottom:30px;
}

.page-header p {
	margin-top:10px;
}
.blog .ficon {
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
	
}
.blog .ficon a:hover {
	color:#ED502E;
}
.recents {
	margin-top:110px;
	
}
.recent-post ul.recent {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
	
}
.recent-post ul.recent li {
	margin:0 5px 15px 0;
	
}
.recent-post ul.recent li a {
	background:#eee;
	color:#333;
	padding:5px 10px;
}
.recent-post ul.recent li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#ED502E;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ED502E;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  color:#333;
}
.list-group-item a:hover {
  color:#ED502E;
  margin-left:5px;
}
.list-group-item > .badge {
  float: right;
  border-radius:0;
  background-color:#fff;
  color:#333;
}

/*===========================
  Portfolio
============================ */
#section-works {
	margin-top:-5px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	padding-top:50px;
	padding-bottom:50px;
}

nav#filter a {
	background-color: #fff;
	color:#333;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #ED502E;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
	
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}



/* --- contact-area --- */
.contact-area  {
	margin-top: 30px;
    margin-bottom: 30px;
}

button.btn-default {
	margin-top:10px;
	margin-bottom:30px;
	background-color:#fff;
	color:#333;
}
button.btn-default:hover {
	background-color:#ED502E;
	color:#fff;
}
textarea.form-control {
	border-radius:0;

}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


/* --- Map --- */
.map{
	position:relative;
	margin-top:18px;	
}

/* google map */
#google-map{
    position:relative;
    height: 400px;
}

/*=========================
  Footer
 ================= */

footer {
  background: #232425;
}

.inner-footer {
  padding: 100px 0;
}
.inner-footer  ul li,a  {
	 list-style:none;
}
.widgetheading {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 40px;
  
}
.f-about a h1 {
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
	
}
.f-about a h1 span {
	color: #ED502E;
	
}
.f-about p {
  font-size: 14px;
  color: #8a8d94;
}
.l-posts h3 {
	margin-left:40px;
}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #2c2d2e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover  {
  color: #fff;
}

.f-contact p {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  
  font-weight: 300;
  margin-bottom: 15px;
}

.f-contact i {
  color: #56595f;
  font-size: 16px;
  margin-right: 10px;
}

.f-contact a:hover p{
  color: #fff;
}
.last-div {
    background: #1f2021;
    padding: 20px 0;
    position: relative;
}

.copyright {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    
    font-weight: 300;
    float: left;
}
.copyright a{
    color: #8a8d94;
}
.copyright a:hover {
    text-decoration: underline;
    color: #ED502E;
}

.foot-nav {
    float: right;
	margin-right:20px;
}

.foot-nav li {
    display: inline;
	margin-right:20px;
}

.foot-nav li:after {
    content: "";
    padding-left: 7px;
    margin-right: 7px;
}

.foot-nav li:last-child:after {
	display: none;
}

.foot-nav a {
	font-size: 14px;
	color: #8a8d94;
	margin: 0;
	font-weight: 300;
}

.foot-nav a:hover {
    color: #ED502E;
}

a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ED502E;
	color:#fff;;	
}


.portfolio-items article img {
  width: 100%;
}

.portfolio-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-item img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #fff;
  opacity: 0.9;
}

.portfolio-item .portfolio-desc {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220, 0.7);
}
.portfolio-item:hover .portfolio-desc {
  padding-top: 20%;
  height: 100%;
  transition: all 200ms ease-in-out 0s;
  opacity: 1;
}

.portfolio-item .portfolio-desc a {
  color: #ED502E;
}
.portfolio-item .portfolio-desc a:hover {
  /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
  text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
  top: -20px;
  padding: 30px;
  height: 0;
  opacity: 0;
  position: relative;
}
.portfolio-item:hover .folio-info {
  height: 100%;
  opacity: 0.8;
  transition: all 500ms ease-in-out 0s;
  top: -10px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
  text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
  font-size: 12px;
}
.content-item {
  overflow: hidden;
  backface-visibility: hidden;
}
.content-item_1 {
  overflow: hidden;
  backface-visibility: hidden;
}
.overlay {
  border-bottom: 76px solid #000000;
  border-left: 360px solid #000000;
  bottom: 0;
  height: 0;
  opacity: .65;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  transition: all .9s ease-out;
  width: 0;
}
.content-item:hover .overlay {
  border-bottom: 292px solid #000000;
  border-left: 360px solid #000000;
  transition: all .9s ease-out;
}
.corner-overlay-content {
  bottom: 26px;
  color: #ffffff;
  position: absolute;
  right: 114px;
  transition: all .5s ease-out;
  font-size: 40px;
}
.corner-overlay-content_1 {
  bottom: 26px;
  color: #ffffff;
  position: absolute;
  right: 76px;
  transition: all .5s ease-out;
  font-size: 40px;
}
.corner-overlay-content_2 {
  bottom: 26px;
  color: #ffffff;
  position: absolute;
  right: 70px;
  transition: all .5s ease-out;
  font-size: 40px;
}
.corner-overlay-content_3 {
  bottom: 26px;
  color: #ffffff;
  position: absolute;
  right: 53px;
  transition: all .5s ease-out;
  font-size: 40px;
}
.corner-overlay-content_4 {
  bottom: 26px;
  color: #ffffff;
  position: absolute;
  right: 39px;
  transition: all .5s ease-out;
  font-size: 40px;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  transition: all .10s ease-out;
}
.content-item:hover .corner-overlay-content_1 {
  opacity: 0;
  transition: all .10s ease-out;
}
.content-item:hover .corner-overlay-content_2 {
  opacity: 0;
  transition: all .10s ease-out;
}
.content-item:hover .corner-overlay-content_3 {
  opacity: 0;
  transition: all .10s ease-out;
}
.content-item:hover .corner-overlay-content_4 {
  opacity: 0;
  transition: all .10s ease-out;
}
.overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .10s ease-out;
}
.overlay-content p {
  color: #ffffff;
  position: absolute;
  right: 114px;
  font-size: 40px;
  bottom: 124px;
}

.content-item:hover .overlay-content {
  opacity: 1;
  transition: all .5s ease-out;
}










/* ========================================
Media queries
========================================= */
/* Small devices (tablets, 768px and up) */

@media(min-width: @screen-sm-min) { 

	.img-thumbnail img {
		margin-right:30px;
		
	}
}


.content-item p{
	max-width: 100%;
	display: inline-block;
	z-index: -1;
}
.content-item img{
	max-width: 100%;
	display: inline-block;
}

@media(min-width:420px){
	.content-item p img{
		max-width: 48px;
		
	}
}
@media(min-width:760px){
	.content-item p img{
		max-width: 24%;
		
	}
}

.content-item_1 p{
	max-width: 100%;
	display: inline-block;
	z-index: -1;
}
.content-item_1 img{
	max-width: 100%;
	display: inline-block;
}

@media(min-width:420px){
	.content-item_1 p img{
		max-width: 48px;
		
	}
}
@media(min-width:760px){
	.content-item_1 p img{
		max-width: 24%;
		
	}
}


.img-responsive h2 {
	margin-top: -68px;
    color: #ED502E;
    padding: 35px;
    font-size: 40px;
    text-align: center;
}






*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }

.columnsContainer { position: relative; margin: .5em; }

.leftColumn, .rightColumn{  padding: 1.25em; }

.leftColumn { margin-bottom: .5em; }



/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }

  .rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}
.leftColumn img{
  margin-top: 27px;
} 
.leftColumn {
  float: left;
  width: 65%;
}
.rightColumn {
  float: left;
  width: 37%;
  padding-left: 35px;
}
img {
  max-width: 100%;
  height: auto;
}
.group:after {
  content:"";
  display: table;
  clear: both;
}
@media screen and (max-width: 480px) {
  .leftColumn, .rightColumn {
  float: none;
	}
}





#content {
	width: 290px;
	float: left;
	padding: 126px 64px;
}

#middle {
	width: 343px; /* Account for margins + border values */
	float: left;
    padding: 0;
    margin: 10px 0 5px;
    margin-left: 88px;
}

#sidebar {
	width: 343px;
    padding: 0 0;
    float: left;
    margin-top: 10px;
    margin-left: 34px;
}



.container_1{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row-centered_1 {
    text-align: center;
	
}
.row_1 {
    margin-left: -15px;
    margin-right: -15px;
	
}
.ccol-fixed_1 {
    width: 320px;
}
.ccol-centered_1 {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: 25px;
}
.item_1 {
    display: table;
}
.item_1 {
    width: 100%;
    height: 518px;
    margin: 0px;
    
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.content_1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.border{
	width:374px;
}
.style-two {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ccc, rgba(0, 0, 0, 0));
}

.container_2{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row-centered_2 {
    text-align: center;
	
}
.row_2 {
    margin-left: -15px;
    margin-right: -15px;
	
}
.ccol-fixed_2 {
    width: 717px;
}
.ccol-fixed_3 {
    width: 342px;
}
.ccol-centered_2 {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: 25px;
}
.item_2 {
    display: table;
}
.item_2 {
    width: 100%;
    height: 518px;
    margin: 0px;
    
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.content_2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}







/* Content Area
--------------------------------------------------------------------------------------------------------------- */




.cta{}
.cta article{display:block; position:relative; min-height:80px; padding:20px 20px 20px 90px; border:1px solid;}
.cta article:last-child{margin-bottom:0;}/* Used for mobile devices when elements stack */
.cta article *{margin:0; padding:0;}
.cta article i{display:block; position:absolute; top:20px; left:20px; width:50px; height:50px; text-align:center; font-size:42px; border-bottom:1px solid;}
.cta article .heading{margin:8px 0; text-transform:uppercase; font-size:1.2rem;}
.cta article p{}


/* Colours
--------------------------------------------------------------------------------------------------------------- */

.cta a{color:#777777;}
.cta a:active, a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background */


/* Rows */

.row3{color:#7F7F7F; background-color:#FFFFFF;}

/* Content Area */
.cta article, .cta article:nth-child(odd):hover{color:inherit; background-color:inherit; border-color:#777777;}
.cta article:hover, .cta article:nth-child(odd){color:#FFFFFF; background-color:#777777;}
.cta article:hover a, .cta article:nth-child(odd) a{color:inherit;}
.cta article:nth-child(odd):hover a{color:#777777;}



/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
	.hoc{max-width:978px;}
}



@media screen and (max-width:750px){
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
}



#container {
    position:relative;
    border:1px solid red;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;

    background: radial-gradient(circle, rgba(17, 5, 19, 0.94), rgba(20, 7, 35, 0.78), rgb(0, 0, 0)), url(backgrounddark.png) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
            }

#container .content-inner {
    position: relative;
    width: 50%;
    padding: 100px 15px;
    text-align: center;
    margin:auto;
                        }

#container .content-inner .content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#container .content-inner .content-inner hr {
    margin: 30px auto;
}

#container .content-inner .content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}






