body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#666;
	background:url(../images/bg.png) repeat;
	line-height:24px;
	color:#333;
}
.top-bar-blue{
	background:#575757;
	width:100%;
	float:left;
	color:#fff;
}

.socialnew ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.socialnew li{
	list-style:none;
	padding:5px 15px;
	float:right;
	border-right:solid 1px #676b6f;
}

.socialnew li a{
	color:#f5f5f5;
}

.borderleft{
		border-left:solid 1px #676b6f;
}
 h1,h2, h4, h5, h6{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
}

.navbar-default {
    background:url#fff (../images/menu-back.jpg) repeat-x;
    border-color:transparent;
}
.navbar {
    border-radius: 0px;
	margin-bottom: 0px;
	box-shadow:#ccc 2px 4px 3px;
	z-index:9;
	position:relative;
}

.navbar-right {
	margin-top:30px;
}

.navbar-default .navbar-nav > li > a {
    color: #61605e;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color:#2ab6f4;
    color: #fff;
	font-weight:700;
}


.home-banner{
	width:100%;
	float:left;
	background:url(../images/home-back.png) center top no-repeat;
	z-index:4;
	border-bottom:solid 5px #e0f1f4;
}

/*h1{
	font-size:70px;
	color:#fff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:#000 2px 1px 3px;
	margin-top:120px;
}*/

h1{
	font-size:36px;
	color:#2f3536;
	line-height:40px;
	text-transform:uppercase;
	margin-top:40px;
}

h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#2f3536;
	margin-bottom:30px;
	line-height:26px;
}


.about-back{
	
	width:100%;
	float:left;
	padding:60px 0px;
}


p {
    margin: 0 0 25px;
}

  .carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.border-soild{
	border:solid 5px #FFF;
	box-shadow:#CCC 3px 2px 4px;
}

.footer-back{
	background:#2ab6f4;
	padding:30px 0px;
	width:100%;
	float:left;
	color:#fff;
}

h4{
	color:#fff;
}

.footer-links{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	line-height:30px;
	border-bottom:solid 1px #57c6e1;
	display:block;
}

.footer-links:hover{
	color:#fff;
}

.copyright-back{
	background:#1a1a1a;
	padding:10px 0px;
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
}

.whitecolor{
	color:#fff;
	text-decoration:none;
}


h5{
	font-size:30px;
	color:#333;
	margin-bottom:20px;
}

.dark-greyback{
	
	color:#333;
	line-height:20px;
	padding:30px 0px;
}

.gap10{
	margin-top:10px;
}

.quotes{
	font-size:30px;
	line-height:36px;
	color:#666;
	font-family: 'Playball', cursive;
	text-align:center;
	margin-bottom:10px;
}

h6{
	font-size:24px;
	color:#000;
}


.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.btn-lg {
    border-radius: 0px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
	margin-bottom:20px;
}

@media (max-width: 1024px) {
	
	h1{
	font-size:xx-large;
	color:#fff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:#000 2px 1px 3px;
	margin-top:0px;
	text-align:center;
}
	
	
}


@media (max-width: 768px) {
	
	
}