@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
body{
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}
.right{
    background: rgba(28,32,43,.4)!important;
}
.left{
    background: rgba(28,32,43,.7)!important;
    border-right: 1px solid rgba(28,32,43,1);
}
.content-holder {
    width: 100%;
    display: table;
}
.content-holder-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    color: #fff;
    text-align: center;
}
.content-holder-inner h1{
    font-size: 50px;
    font-weight: 700;
    color: #d1a232;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.content-holder-inner h1:after{
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: 15px auto;
    background: #d1a232;
}
.content-holder-inner h2{
    font-style: italic;
    margin: 0 0 30px 0;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
ul.social{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 15px;
    font-style: italic;
}
ul.social li a{
    color: #fff;
}
ul.social li i{margin-right: 5px;}

span.sawa4{
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 29px;
    background: url('../images/sawa4-blue.jpg') repeat scroll left transparent;
    background-size: 100% auto;
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
    transition: all 0.4s ease 0s;
    outline: 0;
}
span.designedby{
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}
span.ttt{
    color: #fff;
    font-size: 18px;
}
span.ccc{
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    line-height: 19px;
    
}
.popsocial{
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-top: 10px;
}
.popsocial a{
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.popover{
    max-width: 235px;
}
.popover.top>.arrow:after{
    border-top-color: #0d5d95;
}
.popover.top>.arrow{
    margin-left: 0;
}
.popover, .popover-title{
    background: #0d5d95;
}
.popover-title{
    border-bottom: 0;
    text-align: left;
}
.popover-content{
    padding: 0 15px;
    text-align: left;
}

.styled div {
    display: inline-block;
    font-size: 60px;
    font-weight: normal; 
    text-align: center; 
    padding:0 30px;   
    color:#fff;  
    vertical-align: middle; 
    border-right: 1px solid rgba(255,255,255,0.5);
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.styled div:last-child{
    border: none;
}
/* IE7 inline-block hack */
*+html .styled div{
    display: inline;
    zoom: 1;
}
.styled div:first-child {
    margin-left: 0;
}
.styled div span {
    display: block;
    padding-top: 3px;
    font-size: 20px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d1a232;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #d1a232, 0 0 5px #d1a232;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #d1a232;
  border-left-color: #d1a232;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

@media(max-width:768px){
	body {
	   min-width: initial !important;
	}
	.styled div {
	  margin-bottom:10px; 
	}
}
@media(max-width:420px){
	.styled div {
	  margin-bottom:10px;
	  font-size: 40px;
	  font-weight: normal; 
	}
	.styled {
	   margin-bottom: 30px;
	}
}
