* { 
box-sizing: border-box;
}


body {
	overflow-x: auto;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'hypatia', sans-serif;
}
.body-wrapper
{
    margin: 0;
    padding: 0;
    position: relative;
    border-top-left-radius: 0px;
}
.body a {
	text-decoration: none;
}

h2 {
	font-family: 'hypatia-sans-pro', 'sans-serif';
	color: #F4364C;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 400;
	margin-left: 100px;
}


.header a {
	
	position: relative;
}

.header  a:after {
  content: '';
  display: block;
  border-bottom: 3px solid #F4364C;
  width: 0;
  
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header  a:hover:after { 
  width: 100%; 
	border-bottom: 3px solid #A9D2CB;
}
.header a:hover {
	color: #A9D2CB;
}


input, textarea, select 
{
    -webkit-appearance: none;
}
.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    
}
.doc-loader td 
{       
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 120px;
    height: 120px;        
}

.nicescroll-rails-vr:hover
{
    cursor: pointer !important;
}

.header-holder  {
	height: 100px;
	
}

.header-logo {
	float: left;

	
}


.header-logo h1 {
	text-align: right;
	font-size: 25px;
	top: 0px;
	font-family: 'soleil', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #F4364C;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 25px;
}

.header-logo img {
	width: 190px;
	margin-left: -8px;

}



.sm-clean a.current, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, 
.sm-clean a.highlighted, .sm-clean ul a:hover, .sm-clean ul a:focus, 
.sm-clean ul a:active, .sm-clean ul a.highlighted, .sm-clean .current_page_item a
{
    color: #F4364C;
    padding: 10px 40px;
}

.menu li a {
	text-decoration: none;
	font-family: 'soleil', sans-serif;
	margin-top: 40px;
	

	
}

.menu li {
	list-style-type: none;
	float: right;
	margin-top: 0px;
	display: inline;
	padding-right: 0px;
	padding-top: 35px;

	
}

#category a {
	text-decoration: none;
	color: #F4364C;
}

.button  {
	Margin-right: -70px;
}

#category a:after {
	content: '/';
	margin: 30px;
}

#content {
	margin-top: 50px;
}

#category a:hover {
	color: #A9D2CB;
}

.menu li #active {
    font-weight: 800;
}






/******Single-portfolio*******/
.portfolio-para a {
	text-decoration: none;
	color: #F4364C;
	font-weight: 600;
	transition: .3s;
	position: relative;
}


.portfolio-para  a:after {
  content: '';
  display: block;
  border-bottom: 3px solid #F4364C;
  width: 0;
  position: absolute;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.portfolio-para  a:hover:after { 
  width: 100%; 
	border-bottom: 3px solid #A9D2CB;
}
.portfolio-para a:hover {
	color: #A9D2CB;
}







/******footer*****/

.footer {
	display: fixed;
	max-width: 100%;
	font-family: 'soleil', sans-serif;
	font-size: 10px;
	color: #707070;
	height: 70px;
	margin-top: 60px;
	clear: both;	
}

.footer li {
	list-style-type: none;
}
.footer li a {
	text-decoration: none;
	color: #707070;
}
.mail {
	text-align: center;
	position: absolute;
	left: 45%;
	margin-top: 11px;
}

.mail a {
	color: #F4364C;
}

.mail a:hover {
	color:  #F4364C;
}

.left-footer-content {
	float: left;
	margin-left: -40px;
}

.right-footer-content {
	float: right;
	font-size: 20px;
	display: inline;
	font-weight: 500;
	
}
.right-footer-content a {
	height: 40px;
		
}

.right-footer-content h5{
	display: inline;
	margin-left: 15px;
	margin-right: 10px;
	font-weight: bold;
	font-family: 'soleil', sans-serif;
}

.right-footer-content h5:hover {
	color: #F4364C;
}


@media screen and (max-width: 650px) {
	footer {
		max-width: 100%;
		font-size: 8px;	
}
	
	.right-footer-content {
		font-size: 15px;
		margin-top: 7px;
}
}


@media screen and (max-width: 475px) {
	

	
	
	
	.left-footer-content {
		width: 30%;
	}
	.mail {
	text-align: center;
	position: absolute;
	left: 40%;
	margin-top: 11px;
}
	.right-footer-content h5{

	margin-left: 15px;
	margin-right: 0px;
}
}


