body {

	color: #000;

	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 13px;

	font-weight: 400;

	padding-bottom:40px;

	padding-top:20px;

	background-color: #f5f5f5;


	background-repeat: repeat-x;

	background-position: center top;

}

h1, h2 , h3, h4, h5 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: 400;

	color: #4B4B4B;

	padding: 0;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 10px;

	margin-left: 15px;

}
.social_media ul{
  list-style: none !important;
  margin-left:0px;

    text-align: center;
  width: 100%;

}
.social_media ul li{
	display:inline-block;
}
.social_media img{
	width: 25px;
	margin-left:2px;
}
p {

	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-weight: 400;

	color: #4B4B4B;

	margin-top: 0;

	margin-right: 15px;

	margin-bottom: 15px;

	margin-left: 15px;

	padding: 0;

	text-align: justify;

}

i {

  margin-right: 3px;

}

a:hover {

  color: #006291;

  text-decoration: none;

}

.accordion a {

	color: #760c68 !important;

	font-weight: bold;

}

#content a {

	color: #790a71 !important;

}



/* container */

.container-fluid  { 

  max-width: 940px; 

  margin: 0 auto;

}

.wrapper {
    background-color: #FFFFFF;
    padding: 20px 20px 19px 20px;
    border: 1px solid #ddd;
    border-bottom-width: 6px;
    box-shadow: 0px 0px 12px #ddd;
}

#header .list {

	width:auto;

	margin: 0;

	padding: 30px 0 0 0;

	float: right;

}

#header .list .phone {

	font-size: 16px;

	margin: 0;

	padding: 0;

}

#header .list .email {

	font-size: 16px;

	margin: 0;

	padding: 0;

}

.navbar {

	background-image: none;

	border-radius: none;

	

}

.navbar .brand {

  color: #fff;

  text-shadow: none;

}

.navbar-inner {

	text-shadow: none;

	background-color: #791473 !important;

}

.navbar .nav > li {

    border-left: 1px solid rgba(255,255,255, 0.4);

    border-right: 1px solid rgba(0,0,0, 0.8);

    position: relative;

}

.navbar .nav > li:first-child {

	border-left: none;

}

.navbar .nav > li:last-child {

	border-right: none;

}

.navbar .nav > li > a {

	color: #fff;

	font-size: 14px;

	font-weight: normal;

    text-shadow: none;	

}

.navbar .nav > li > a:hover {

	color: #e5a9dd;		

}

.btn-dropnav {

    float: right;

    margin-left: 5px;

    margin-right: 5px;

    padding: 7px 10px;

	display: none;

}

.btn-dropnav .icon-bar {

    background-color: #0779bf;

	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);

	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	

    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);

    display: block;

    height: 2px;

    width: 18px;

}

.btn-dropnav .icon-bar + .icon-bar {

    margin-top: 3px;

}

.navbar .nav li.dropdown.open > .dropdown-toggle {

	background: none;

	color: #fff;

}

.navbar .nav li.dropdown.active > .dropdown-toggle,

.navbar .nav li.dropdown.open.active > .dropdown-toggle {

	color: #0779bf;

	background: none;

}

.dropdown-menu li > a:hover,

.dropdown-menu li > a:focus,

.dropdown-submenu:hover > a {

	background-color: #4f0c46 !important;

	text-decoration: none;

	color: #ffffff;

	background-image: -moz-linear-gradient(top, #4f0c46, #4f0c46);

	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f0c46), to(#4f0c46));

	background-image: -webkit-linear-gradient(top, #4f0c46, #4f0c46);

	background-image: -o-linear-gradient(top, #4f0c46, #4f0c46);

	background-image: linear-gradient(to bottom, #4f0c46, #4f0c46);

	background-repeat: repeat-x;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77', endColorstr='#4f0c46', GradientType=0);

}

.navbar .btn-navbar .icon-bar {

  display: block;

  width: 18px;

  height: 2px;

  background-color: #0779bf;

  -webkit-border-radius: 1px;

  -moz-border-radius: 1px;

  border-radius: 1px;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

ul.client-list {

	margin-top: 15px !important;

}

ul.client-list li {

	width: 300px;

	float: left;

}

.article {

	margin: 10px 0;

}



.item img {

	width: 100%;

}



.logo {

	border-bottom: 1px dashed #eaeaea !important;

	padding-top: 10px !important;

	padding-bottom: 10px !important;

	margin-bottom: 10px !important;

}



.footer {

	padding-top: 10px;

}

.footer p {

	font-size: 11px;

	color: #fff !important;

}

.footer a {

	color: #fff !important;

	text-decoration: underline;

}

.margintop {

	margin: 25px 0 0 0;

}



.map { width: 100%; height:350px; }

.map img{max-width: inherit;}



@media (min-width: 768px) and (max-width: 979px) {



  body {

    padding: 10px;

  }

  .wrapper {

    padding: 20px 30px;  

  }



}



@media (min-width: 768px) and (max-width: 768px) {

  

  body {

    padding: 10px;

  }

  .wrapper {

    padding: 20px 30px;  

  }



}



@media (min-width: 569px) and (max-width: 767px) {

  

  body {

    padding: 10px;

  }

  .wrapper {

    padding: 40px 30px 0px 30px;  

  }

  .contact, 

  .heading, 

  #portfolio, 

  .resume {

    margin: 0 0 25px 0;  

  }



}



@media (min-width: 240px) and (max-width: 568px) {



  body {

    padding: 5px;

  }

  .wrapper {

    padding: 25px 20px 0px 20px;  

  }

  .contact, 

  .heading, 

  #portfolio, 

  .resume {

    margin: 0 0 25px 0;  

  }

  .my-picture {

    width: 70px;

    margin: 0px 10px 0px 0px;

  }

  .my-name {

    font-size: 16px; 

    line-height: 20px;

  }

  .my-profession {

    font-size: 14px;

    line-height: 24px;

  }

  .my-services {

    font-size: 14px;

    line-height: 24px;

    margin-top: 10px;

  }

  .my-message, 

  .my-servicetext {

    line-height: 16px; 

  }



}

.body2 {

	color: #000;

	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 13px;

	font-weight: 400;

	padding-bottom:40px;

	padding-top:20px;

	background-color: #000000;

	background-image: url(../img/pagebg2.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

.advertWell { padding: 10px;}
#content .well a { color: #fff !important;}
.breadcrumb > li { margin-right: 5px;}


@media (min-width: 768px){
  
  .navbar .nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

}


@media (max-width: 767px){
	.masonry-hybrid-wrap .grid-item {
	    clear: left !important;
	    display: block !important;
	    left: inherit !important;
	    position: relative !important;
	    top: inherit !important;
	    width: 100% !important;
	}
}


html {
	margin-top: 0px !important;
}

.masonry-hybrid-wrap {
	margin-bottom: 40px;
}

.masonry_hybrid-typtmlo .grid-item {
  position: relative;
}

.captionblock {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 99%;
  padding: 0;
  z-index: 300;
  /*background: rgba(0,0,0,0.3);*/
}
.thecaption {
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
  z-index: 110;
  display: block;
  text-align: center;
  padding: 10px;
}
.hoverlay .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 200;
	background: transparent;
}
.hoverlay:hover .overlay {
	background: rgba(0,0,0,0.5);
}
.product_bg {
    background: #dedbe4 !important;
    margin: 20px 10px !important;
}