@import url('../../css-5');
body {
	font: 1em/130% 'Asap', sans-serif;
	margin:0px;
	padding:0px;	
}
input,select,textarea,button
{
	font-family: 'Asap', sans-serif;
}
a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 36px/100% 'Asap', sans-serif;
}
h3
{
	color: #b7183b;
}
h2
{
	font-family: 'Asap', sans-serif;
	font-weight:normal;
	color:#b7183b;
}

.rounded
{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border:2px solid #ccc;
}

p
{
	text-align:justify;
}

a
{
	color:#2577d3;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/

.container
{
	width:100%;
	overflow:auto;	
}


#header {
	
	/* padding:10px; */
	overflow:hidden;
	width:100%;	
	background-color: #fff;
}
#logo
{
	float:left;
	width:35%;
}

#header-banner
{
	float:right;
	/*max-width:22%;*/
	padding-right: 8%;
	margin-top:15px;
}
#navigation
{
	width:100%;
	/*text-align: center !important;*/
	background-color: #2577d3;
	color: #fff !important;
	margin:0 auto;
	padding:0% 0%;	
	padding-top:5px;
	padding-bottom:5px;
}

#slider
{
	width:100%;
	margin:0 auto;
}
#slider_wrap img
{
	max-width: 100%;
	min-width: 100%;
	max-height: 571px;
}


#placement
{
	width:1100px;
	margin:0 auto;
}

#footer-bar {
	width:1100px;
	margin:0 auto;
	padding:1%;
	font-size:15px;
	line-height:150%;
	font-family: 'Asap', sans-serif;
}

#footer-bar-div {
	color:#fff; 
	width:25%; 
	margin-right:1%; 
	float:left;
}

#footer-bar-div1 {
	width:25%; float:right; color:#fff;
}


#homepage-div1
{
width:1100px; margin:0 auto;
}

#homepage-div1-left
{
background:#fff; overflow:auto; width:76%; float:left;
}

#homepage-div1-left-left
{
width:48%; margin-right:2%; float:left; background:#fff;
}

#homepage-div1-left-right
{
width:48%; margin-right:2%; float:left; background:#fff;
}

#homepage-div1-right
{
width:23%; float:right;
}

#homepage-div2
{
width:1100px; margin:0 auto;
}

#homepage-div2-type1
{
width:24%; margin-right:1%; float:left;
}
#homepage-div2-type2
{
width:24%; float:right;
}



/* brandico */
[class*="brandico-"]:before {
  font-family: 'Asap', sans-serif;
}

ul.social-buttons {
  text-align: center;
  margin-top: 0px;
}

ul.social-buttons li {
  display: inline-block;
  margin: 0 5px;
}

ul.social-buttons li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  color: white;
}

ul.social-buttons li a.brandico-twitter-bird {
  background-color: #4099FF;
}

ul.social-buttons li a.brandico-facebook {
  background-color: #3B5998;
}

ul.social-buttons li a.brandico-instagram {
  background-color: #3f729b;
}

ul.social-buttons li a.brandico-vimeo {
  background-color: #4EBBFF;
}

ul.social-buttons li a.brandico-linkedin {
  background-color: #0e76a8;
}

/*Demo 2*/
ul#demo2 li a {
  transition: transform 0.5s ease-in-out;
}

ul#demo2 li:hover a {
  transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}



.photos {
   opacity: 1.0;
                  transition: opacity .55s ease-in-out;
                  -moz-transition: opacity .55s ease-in-out;
                  -webkit-transition: opacity .55s ease-in-out; 
}
.photos:hover {
    
	opacity: 0.6;
                  transition: opacity .55s ease-in-out;
                  -moz-transition: opacity .55s ease-in-out;
                  -webkit-transition: opacity .55s ease-in-out;
}

.shadow
{
	-webkit-box-shadow: 2px 2px 3px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    2px 2px 3px 3px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         2px 2px 3px 3px #ccc;
}

#top_wrap_cont
{
	padding-top: 37vw;
}

/*------------------------------*/