body {
	background-image:url(../images/bg.jpg);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#3C3;
}

/***** TOP *****/
#top {
	background-color:#22363F;
	padding:0px;
}
.top {
	font-family: 'Dosis', sans-serif;
	font-size:15px;
	color:#FFF;
	line-height:28px;
	letter-spacing:0.5px;
	margin-top:10px;
}

#welcome {
	background-color:#22363F;
	padding:10px;
}
	
.welcome {
	font-family: 'Dosis', sans-serif;
	font-size:17px;
	color:#393937;
	line-height:28px;
	letter-spacing:0.5px;
	width:75%;
	margin-top:15px;
}
.p {
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	color:#393937;
	line-height:28px;
	letter-spacing:0.5px;

}
/***** SUB TITLE *****/
#sub {
	background-image:url(../images/bg-sub.jpg);
	padding:15px;
}

/***** H1 to H6 *****/

.h2 {
	font-family: 'Oswald', sans-serif;	
	line-height:30px;
	color:#188266;
}
.h3 {
	font-family: 'Oswald', sans-serif;		
	color:#188266;
	
}
.h5-caption {
	font-family: 'Oswald', sans-serif;	
	line-height:20px;
	color:#188266;
	line-height:33px;
	padding:15px;
}

/*****  CONTENT *****/
#content {
	background-image:url(../images/bg-content.jpg);
	background-repeat:repeat;
}


/*****  GRID CUTTAR *****/

.row.no-gutter {
  margin-left: -10;
  margin-right: -10;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

* {
    margin: 0;
    padding: 0;
}
.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

/***** FOOTER *****/
#footer {
	background-image:url(../images/bg-footer.jpg);
	padding:20px;
}

/**** SOCIAL *****/
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 0px;
}

.social ul li {	
    margin-top:0px;
	margin-left:0px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 36px;
    height: 36px;
    color: #FFF;
    background-color: #0F1519;
    font-size: 19px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}
.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}
/***** HYPERLINK *****/

A.bgdark {color:#A3A3A4;}
A.bgwhit:link {text-decoration: none; color:#A3A3A4;}
A.bgwhit:visited {text-decoration: none; color:#A3A3A4;}
A.bgwhit:hover {text-decoration: none; color:#A3A3A4;}
A.bgwhit:active {text-decoration: none; color:#A3A3A4;}


A.bglight {color:#354801;}
A.bggray:link  {text-decoration: none; color:#354801;}
A.bggray:visited {text-decoration: none; color:#354801;}
A.bggray:hover {text-decoration: none; color:#354801;}
A.bggray:active {text-decoration: none; color:#354801;}

/***** COPY *****/

#copy {
	background-color:#060F16;
	padding:5px;
}

/***** map*****/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.kbd { 
  background-color:#F00;
  border: 1px solid #900;  
  border-radius:4px;
}	


	