/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');

body {
	/*background: #fff;*/
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #ACBAC1;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}


body{
  background: url(../img/back2.jpg) no-repeat center top;
  background-attachment: relative;
  background-position: center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* wrapper */

#wrapper {
	text-align: center;
	padding: 30px 0 0;

  height: 100%;
	width: 100%;	
    
}
.container{/*background: url(../img/oss-img.png) no-repeat center bottom;*/ /*min-height: 610px;*/ height: 100%; position: relative;}
.logo{width: 350px; margin: 0 auto; }
.logo img{max-width: 100%;}
#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #575757;
	font-size: 24px;
  font-weight: 700;
}


.serv-img{width: 100%; max-width: 800px; margin: 0 auto;}
.serv-img img{max-width: 100%;}

/* footer */
p.copyright {
	position: absolute; right: 0;
  font-size: 12px; font-weight: 400;
	color: #000;
  padding:0px;
	text-align: right;
  margin:-25px 0;
}	

.social {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    /*min-height: 390px;*/
}

.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    color: #fff;
    background: #313030;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.social a:hover{background: #0078c2;}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 620px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  max-height: 620px;
  /*background-color: #f5f5f5;*/
}
@media (min-width: 1400px) { 
  body{margin-bottom: 610px;}
  .serv-img{max-width: 780px;}
  .footer{ max-height: 610px;}
 }
@media (min-width: 1200px) and (max-width: 1367px) { 
  body {margin-bottom: 320px;}
  .serv-img{max-width:400px;}
  .footer{ max-height: 320px;}

 }
 @media (min-width: 1025px) and (max-width: 1200px) { 
  body {margin-bottom: 450px;}
  .serv-img{max-width:500px;}
  .footer{ max-height: 450px;}

 }
 @media (min-width: 980px) and (max-width: 1024px) { 
   body {margin-bottom: 380px;}
  .serv-img{max-width:400px;}
  .footer{ max-height: 380px;}
 }
 @media (min-width: 768px) and (max-width: 979px) {
  body {margin-bottom: 520px;}
  .serv-img{max-width:600px;}
  .footer{ max-height: 520px;}
 }
 @media (max-width: 767px) { 
  body {margin-bottom: 320px;}
  .logo{width: 280px; margin: 0 auto; }
  .serv-img{max-width:400px;}
  .footer{ max-height: 320px;}
}
@media (max-width: 480px) { 

}

@media (max-width: 320px) { 
body {margin-bottom: 250px;}
  .serv-img{max-width:300px;}
  .footer{ max-height: 250px;}
}

/*@media (min-width: 320px){
  body {margin-bottom: 300px;}
}
@media (min-width: 480px){
  body {margin-bottom: 420px;}
}
@media (min-width: 640px){
  body {margin-bottom: 480px;}
}
@media (min-width: 768px) {
  body {margin-bottom: 540px;}
  }
@media (min-width: 992px) {
  body {margin-bottom: 620px;}
}

@media (min-width: 1200px) {
  body {margin-bottom: 320px;}
  .serv-img{max-width:400px;}
  .footer{ max-height: 320px;}

}


@media (min-width: 1400px){
  body{margin-bottom: 620px;}
}