/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
html, body{height:100%; width:100%;margin:0;padding:0}
 
.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
@media (max-width:1200px){
.container-fluid{
  width: 65%;
  } 	
} 
@media (max-width:1000px){
.container-fluid{
  width: 70%;
  } 	
} 
@media (max-width:990px){
.container-fluid{
  width: 50%;
  } 	
} 
@media (max-width:750px){
.container-fluid{
  width: 50%;
  } 	
} 
@media (max-width:500px){
.container-fluid{
  width: 50%;
  } 	
}
@media (max-width:250px){
.container-fluid{
  width: 50%;
  } 	
}
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}
 
.centering {
  float:none;
  margin:0 auto;
}

a, a:focus, a:hover, a:active {
    outline: 0 none !important;
}
a {
    color: #72c02c;
    text-decoration: none;
}
a {
    color: #428bca;
    text-decoration: none;
}
a {
    background-color: transparent;
}


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg7.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.servive-block-default:hover {
  box-shadow: 0 0 8px #eee;
}
.servive-block-light, .servive-block-default {
    border-radius: 40px !important;
}
.servive-block-light, .servive-block-default {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eee;
}
.servive-block {
    margin-bottom: 20px;
    padding: 20px 30px;
    text-align: center;
}

.servive-block-light p, .servive-block-light h2, .servive-block-default p, .servive-block-default h2 {
    color: #555;
}


h2.heading-md {
    font-size: 20px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    color: #585f69;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    margin-top: 5px;
    text-shadow: none;
}

.servive-block-light, .servive-block-default {
	border-radius:40px !important;
}

