/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Pacifico|Satisfy&subset=cyrillic,latin-ext,vietnamese');
	
  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
	font-family: 'Satisfy', cursive;
    color: #af6a3f;
    font-size: 3em;
    padding-bottom: 0px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
	color: #757575;
    font-size: 14px;
    font-weight: normal;
  }

.about-info p {
	color: #000000;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #eee;
    line-height: 20px;
    text-align: justify;
  }
  
 .footer-thumb p,
 .team-info p,
 .news-info p {
	color: #757575;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #eee;
    line-height: 20px;
    text-align: justify;
  }


  .footer-thumb h4 {
    text-transform: uppercase;	  
    color: #af6a3f;
    font-size: 1.8em;
    padding-bottom: 2px;
	}
	
	.art-widget img {
		max-width: 80%;
		height: auto;
		vertical-align: middle;
		border: 0;
	}
  
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #252525;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #af6a3f;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn { 
	margin-right:10px;
    background: #af6a3f;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 10px 30px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #af6a3f;
  }

  .btn-blue {
    background: #af6a3f;
  }

  .news-thumb {
    background: #f9f9f9;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    color: #af6a3f;	  
	display: block;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .news-info h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;    
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  
  #padding {
	padding-top: 70px;
    padding-bottom: 20px;	  	  
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #f2f2f242;
    border-bottom: 1px solid #f2f2f23b;
    display: flex;
    height: 35px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #b06c41;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 12px 5px 0px 10px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #af6a3f;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.30);
    border: none;
    margin-bottom: 0;
    padding: 15px;
  }

  .navbar-default .navbar-brand {
    color: #af6a3f;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #af6a3f;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 5px 0 0 10px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #af6a3f;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #af6a3f;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a:hover { text-decoration: underline !important; }  
  .navbar-default .navbar-nav li a {
	color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }


  .navbar-default .navbar-nav > li a:hover {
    color: #af6a3f !important;
    text-decoration: underline !important;	
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #af6a3f;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #af6a3f;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 0px;
    margin-top: 0;
    font-family: 'Satisfy', cursive;
    text-transform: capitalize;
	text-shadow: 0px 1px 1px #00000085;
  }

  #home h3 {
	text-shadow: 0px 1px 1px #00000085;	  
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: -25px;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 680px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot:hover span {
    width: 25px;
    height: 10px;	  
    background-color: #af6a3f;
    border-color: transparent;
  }
  
  .owl-theme .owl-dots .owl-dot.active span {
    width: 55px;
    height: 10px;	  
    background-color: #af6a3f;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20, 20, 20, 0.05);
    height: 100%;
    color: #fff;
	padding-top: 20%;	
    cursor: e-resize;
  }
  
  .slider .art-caption {
		margin-top:50px;
  }
  
  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 750px;
  }

	.slider .item-first {background-image: url(../slider/01.jpg);}
	.slider .item-second {background-image: url(../slider/02.jpg);}
	.slider .item-third {background-image: url(../slider/03.jpg);}
	.slider .item-four {background-image: url(../slider/04.jpg);}
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }


.navbar-brand>img {
    display: block;
    width: 280px;
    margin-top: -25px;
    margin-left: -15px;	
}  

  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
  }

  .team-info {
    border-top: 5px solid #fff;	  
    padding: 20px 30px 0 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.10);	  
	border: 0px solid #f2f2f2;
    background: #ffffff;
    border-radius: 5%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -230px;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #af6a3f;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #af6a3f;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #af6a3f;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #af6a3f;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #af6a3f;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #af6a3f;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #af6a3f;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid #f2f2f2;	  
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #af6a3f;	
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info ul {
	    padding: 0;
    margin-left: 10px;
  }
  
    .contact-info ul li {
		margin-bottom: 5px;		
	    list-style: none;
  }
  
  .contact-info .fa {
    background: #af6a3f;
    border-radius: 5%;
    color: #ffffff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text a,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
  }
  
  
  .footer-link {
	  text-align:left;
  }  
  
  .footer-thumb a:hover,
  .contact-info a:hover,
  .copyright-text a:hover,
  .footer-link a:hover{
	  text-decoration: underline !important;
  }

  .copyright-text {
	  text-align:right;
  }

  .art-social {
	position: absolute;
    bottom: 2.5em;
    display: block;
    left: 50px;
  }

  .angle-up-btn {
	position: absolute;
    bottom: 2.5em;
    display: block;
    right: 50px;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #af6a3f;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #af6a3f;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
	background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 17px;
    color: #af6a3f;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .social-icon li a:hover {
    background: #af6a3f;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
	
	.navbar-default .navbar-nav li a:hover { text-decoration: underline !important; }  
  
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: center;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
	
	header p, header span {
		color: #af6a3f;		
		font-size: 13px;
		padding-top:20px;
		text-align: center;
	}	
	
	.nav>li {
		position: relative;
		display: block;
		border-bottom: 1px solid #f7f7f5;
	}	
	
.navbar-default .navbar-nav li.appointment-btn a {
    background: #ffffff;
    border-radius: 0px;
    color: #555555;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}	
	
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }


    .border-top {
      text-align: center;
    }

    .copyright-text {
        margin: 15px;
		text-align: center;	  
    }

    .angle-up-btn {
     	bottom: 7em;
		right: 20px;		
    }
	
	.art-social {
		position: absolute;
		bottom: 7em;
		display: block;
		left: 20px;
	}	
			
	.footer-link {
		text-align: center;
	}		
		
  }

  @media only screen and (max-width: 639px) {
    h1 {
	  padding-bottom:20px !important;
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em !important;
    }
    h4 {
      font-size: 1.4em !important;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }
	
	.slider .caption {
		padding-top: 60%;
	}
		
  }
  
  /*******************************************/

.ribbon {
    font: bold 13px Sans-Serif;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 10px 0;
    right: 40px;
    top: 25px;
    text-transform: uppercase;
    color: #FFF;
    z-index: 2;
	background: #f2711d;	
}

.ribbon-wrapper {
    width: 170px;
    height: 115px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

/****************************/


	.contact-page:before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+37,ffffff+100&1+37,0+100 */
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 37%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 37%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 37%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		margin-top: 600px;
		top: 0;
		left: 0;
		width: calc(50% + 0px);
		z-index: 0;
	}
	.contact-page .sidebar{position:relative;float:left;width:calc(40% + 100px);margin-right:-100%}
	.contact-page .sidebar .art-contact{position:relative;width:100%;margin-bottom:30px}
	.contact-page .sidebar .art-contact h2{ 
		    font-family: 'Satisfy', cursive;
			color: #af6a3f;
			font-size: 3em;
			padding-bottom: 0px;
		}
	.contact-page .sidebar .art-contact .widget-content{position:relative;padding:0px 20px 0 0}
	.contact-page .sidebar .art-contact .widget-content p{ 
	    color: #757575;
		font-size: 14px;
		font-weight: normal;
		position: relative;
		margin-top: 10px;
		margin-bottom: 15px;
		margin-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 2px solid #eee;
		line-height: 20px;
		text-align: justify;
	}
	.contact-page .sidebar .art-contact .widget-content h3{font-size:19px;margin-bottom:0;font-weight:700;color:#444}
	.contact-page .sidebar .art-contact .widget-content h5{
		font-style: italic;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 5px;
		font-weight: 600;
		font-family: Roboto;
		color: #af6a3f;
		margin-left: 20px;		
	}
	.contact-page .sidebar .art-contact .widget-content h6{
		font-weight: 800;
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 20px;		
		text-decoration: underline;
	}
	.contact-page .sidebar .art-contact .widget-content h6.normal{font-size:13px;font-weight:400}
	.contact-page .sidebar .art-contact .widget-content .location{width:100%;position:relative;display:block}
	.contact-page .sidebar .art-contact .widget-content .location a.mark{display:block;padding:0;float:left;width:10%;max-width:30px;height:30px;line-height:30px;text-align:center;font-size:13px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px}
	.contact-page .sidebar .art-contact .widget-content .location:hover a.mark{color:#fff}
	.contact-page .sidebar .art-contact .widget-content .location .info{width:90%;float:left;padding-left:30px}
	.contact-page .sidebar .art-contact .widget-content .location .info p{font-weight:700;font-size:13px}
	.contact-page .sidebar .art-contact .widget-content .location .info .column{width:50%;float:left}
	.contact-page .sidebar .art-contact .widget-content .location:after{content:'';clear:both;display:table}
	
	.contact-page .site-content{
		position: relative;
		width: calc(40% - -100px);
		margin-left: calc(50% + 15px);
		display: block;
		float: left;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;		
	}
	.contact-page .site-content h2{
		    font-family: 'Satisfy', cursive;
			color: #af6a3f;
			font-size: 3em;
			padding-bottom: 0px;		
	}
	.contact-page .site-content h3{font-family: Roboto;color:#333;font-size:17px;position:relative;text-align:left;border-bottom:0;padding:0;margin-top:0;margin-bottom:0px}
	.contact-page .site-content p{ 
	    color: #757575;
		font-size: 14px;
		font-weight: normal;
		position: relative;
		margin-top: 10px;
		margin-bottom: 15px;
		margin-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 2px solid #eee;
		line-height: 20px;
		text-align: justify;
	}
	.contact-page .site-content form ul{margin:0}
	.contact-page .site-content form ul li{padding:10px 0}
	.contact-page .site-content form ul li input{color:#000;border:0;padding:10px 15px;width:100%;font-size:14px}
	.contact-page .site-content form ul li textarea{width:100%;min-height:170px;padding:10px 15px;font-size:14px;color:#000;font-weight:400}
	.contact-page .site-content form input[type=submit]{display:block;padding:10px 40px;margin-top:20px;border:0;text-align:center;text-transform:uppercase;color:#fff;font-size:13px}
	.contact-page .site-content form input[type=submit]:active,.contact-page .site-content form input[type=submit]:focus,.contact-page .site-content form input[type=submit]:hover{background-color:#333}
	

#contact-content {
  padding: 0px;
}
#contact-content .row > p,
#contact-content .container > p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}
#contact-content .contact-form p {
    margin-bottom: 20px;
}
#contact-content .contact-form input, #contact-content .contact-form textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #333333;
  font-size: 15px;
  /* font-style: italic; */
  height: 45px;
  padding-left: 25px;
  width: 100%;
  font-family: "PT Serif",serif;
  outline:none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#contact-content .contact-form input:focus, #contact-content .contact-form textarea:focus {
    border-color: #1c1c1c;
    box-shadow: 0 0 2px #1c1c1c;
}
#contact-content .contact-form input:focus{
  border:1px solid #f16f18;   
}
#contact-content .contact-form textarea:focus{
  border:1px solid #f16f18; 
}
#contact-content .contact-form label.error {
    display: none !important;
}
#contact-content .contact-form input.error,
#contact-content .contact-form textarea.error {
    border-color: red;
}
#contact-content .contact-form textarea {
    height: 200px;
    padding-top: 15px;
}
#contact-content  .success {
    color: #1c1c1c;
    font-size: 16px;
}

.form-group {
    margin-bottom: 11px;
}
.contact-submit-button {
	background: #af6a3f none repeat scroll 0 0;
    margin-top: -35px;
    position: absolute;
    right: 55px;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-submit-button:hover {
    background: #1c1c1c;
}
.contact-submit-button:hover span {
    border-color: transparent;
}
.contact-submit-button:hover i {
    color: #fff;
    border-color: #fff;
}
.contact-submit-button span {
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight:600;
  font-size: 14px;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 18px;
  text-transform: uppercase;
}
.contact-submit-button .fa {
  border-left: 1px solid #a27105;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding-left: 14px;
  padding-right: 14px;
}

ul.contact-info {
    padding-left: 5px;
    padding-right: 5px;
}

ul.contact-info li {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px dashed #f1f1f1;
}

ul.contact-info li i {
padding-right: 10px;
    padding-top: 10px;
    font-size: 18px;
}


@media screen and (max-width:991px){
	
	.contact-page .sidebar {
		position: relative !important;
		float: left !important;
		width: calc(80% + 100px) !important;
		margin-right: -100% !important;
		margin-left: -20px;
	}
	
	.contact-page .site-content {
		position: relative;
		width: calc(80% - -100px);
		margin-left: calc(-8% + 15px);
		display: block;
		float: left;
		padding-top: 50px;
		padding-bottom: 0px;
		padding-left: 30px;
	}	

	.contact-page:before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+37,ffffff+100&1+37,0+100 */
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 37%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 37%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 37%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		margin-top: 699px;
		top: 0;
		left: 0;
		width: calc(100% + 0px);
		z-index: 0;
	}
		
	.contact-page .sidebar .art-contact {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
		margin-left: 20px;
	}
}




/*-------------------------------------
1.7 Inner Page Bannar Area Styles
---------------------------------------*/

.inner-page-banner-area {
    height: 550px;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover !important;
    overflow: hidden;
	padding: 450px 30px 50px;
}


.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.37);  
}

.inner-page-banner-area .pagination-area h2 {
	text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #ffffff;
}

.inner-page-banner-area .pagination-area h2 span {
    color: #29b0c3;
}


@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-banner-area .pagination-area h2 {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area .pagination-area h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner-area .pagination-area h2 {
    font-size: 20px;
  }
}
.inner-page-banner-area .pagination-area ul  {
	margin:0;
	padding:0;
}

.inner-page-banner-area .pagination-area ul li {
	font-size: 20px;	
	display: inline-block;
	color: #ffffff;
	font-weight: 700;  
    text-transform: capitalize;
}
.inner-page-banner-area .pagination-area ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner-area .pagination-area ul li a:hover {
  color: #af6a3f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
