/*
Theme Name: Thomas Kouter Attorneys
Theme URI: http://kallimadesign.com
Author: Kate
Author URI: http://kallimadesign.com
Description: Starter theme, July 2015
Version: 1.0
License: only to be used for this specific project. Coding owned by Kallima Design
 cinzel (headings, nav, etc) & Open Sans(for body text)
*/
@import "bootstrap.min.css";
@import "animate.min.css";
@import "prettyPhoto.css";
@import url(http://fonts.googleapis.com/css?family=Cinzel|Cinzel+Decorative|Open+Sans|Open+Sans+Condensed:300);

/*************************
*******Typography******
**************************/

body {
	background: #fff;
  font-family: 'Open Sans', sans-serif;
	color:#444444;
	line-height: 22px;
	font-size: 1.7em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #426CDD;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'Cinzel', serif;
	color:#1a1a1a;
}

h1{
	font-size: 35px;
	margin-bottom: 20px;
	color: #4E6BAF;
}

h2{
	font-size: 26px;
	border: none !important;
	text-align: left !important;
	margin-bottom: 16px;
}

h3{
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 16px;
}

h4{
  font-size: 12px;
}

a {
	color: #426CDD;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}


a:hover, a:focus, a:visited {
	color: #00CCCC !important;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
ul li {
	margin-bottom: 15px;
}
img {
	margin: 10px 5px 10px 5px;
}
.thumbnail ul li {
	font-size: 13px;
}
.thumbnail img{
	margin: 0; }

iframe {
	width: 100%;
	height: 390px;
	padding: 0px;
	vertical-align: middle;
	display: block;
	border: 3px solid #EAEAEA;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}

a:active {
	color: #fff !important;
}
.btn-primary {
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	border:none;
	margin-top: 10px;
	background-color: #4FB2DC;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:invited,
.btn-primary:link,
.btn-primary a   {
	outline: none;
	box-shadow: none;
	background-color: #298fca !important;
	color: #FFF !important;
}


.btn-blue {
	padding: 12px 20px;
	color: #fff;
	border:none;
	margin-top: 6px;
	background-color: #1375f7;
	font-family: 'Cinzel', serif;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	font-size: 1em;
}
.btn-blue:hover, 
.btn-blue:focus,
.btn-blue:visited {
	outline: none;
	box-shadow: none;
	background-color: #00CCCC;
	color: #fff !important;
} 

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.contact-page > section {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



/*************************
*******kate stuff******
**************************/
.margin-bottom-neg40 {
	margin-bottom: -40px;
}
.margin-bottom-40 {
		margin-bottom: 40px;
}
.padding-top-15 {
	padding-top: 15px;
}


.block-info1 img {
	margin-bottom: -50px;
	margin-top: 20px;
}
.block-info1 {
	margin-bottom: 50px;
}

.img-style1, .img-style1 img {
	border: 4px solid #2F4EA0;
}


.bg-1 h3, .bg-2, .bg-3, .bg-3 h2, .bg-4 h2, .bg-5 h2, .bg-5 h3, .bg-6 h2, .bg-6 h3 {
	color: #FFF !important;
}


.bg-1 {
	background-color: #434343;
	color: #FFF;
	padding: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	border: 8px solid #FFF;
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	-moz-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
}
.bg-2 {
	background-color: #4d69b1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #434343;
	color: #FFF;
}
.bg-3 {
	background-color: #4d69b1;
	color: #FFF;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	color: #FFF;
}
.bg-4 {
	background-color: #4876ff;
	color: #FFF;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	color: #FFF;
}
.bg-5 {
	background-color: #3786C6;
	color: #FFF;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	color: #FFF;
}
.bg-5 a,  .bg-5 a:visited {
	color: #FFF;
}


.bg-6 {
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #426CDD;
}
.bg-6 a,  .bg-6 a:visited, .bg-6 h3, .bg-6 h4, .bg-6 h2 {
	color: #333 !important;
}


.btn-danger, .btn-danger a, .btn-danger a:visited {
	margin-top: 15px;
	margin-bottom: 6px;
	padding-right: 42px;
	padding-left: 42px;
	color: #FFF !important;
	text-transform: uppercase;
}

/*************************
*******Header AND nav******
**************************/
.top-bar {
	line-height: 33px;
	background-color: #FFFFFF;
	color: #999;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.top-bar img {
	margin-top: 10px;
}
.top-bar h3 {
	font-size: 2em;
	color: #4069e1;
}


.navbar {
	font-family: 'Cinzel', serif;
	background: #FFFFFF;
}
.navbar-nav,.nav li{
	float: none;
}
.nav{
	text-align:center;
}
.nav li{
	display:inline;
}
.active a {
	border: 1px solid #EFEFEF !important;
}
.nav a:visited {
	color: #666666 !important;
}
.navbar-inverse {
	text-align:center !important;
	border-bottom-width: 1px !important;
	border-top-width: 1px !important;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	margin-top: 53px;
	padding: 6px 0px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 15px;
	margin: 0;
	color: #666;
	line-height: 24px;
	display: inline-block;
}

.navbar-inverse li:after {
    content: "·";
	margin-left: 7px;
}
.nav-nostyle {
		color: #FFF;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #FFFFFF;
	color: #333;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	color: #999 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

.navbar-toggle {
	background-color: #333 !important;
}
.navbar-toggle:hover {
	background-color: #3399FF !important;
}





#conatcat-info{
	padding: 30px 0;
	background-color: #434343;
	color: #CCC;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #CCC;
}

/*************************
*******Home Page AND slider carousel******
**************************/
#main-slider {
	position: relative;
	margin-top: 24px;
	height: auto !important;
}
.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 11px;
}

#main-slider .carousel .slide-margin{
  margin-top: 20px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
	background-color: #298fca;
}

#main-slider .carousel .slider-img{
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: -0px !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 410px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;

}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
	position: absolute;
	top: 94%;
	background-color: #FFFFFF;
	color: #426CDD !important;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 5;
	border: 1px solid #CCC;
}

#main-slider .prev:hover, #main-slider .prev:visited,
#main-slider .next:hover, #main-slider .next:visited,
#main-slider a:hover {
	background-color: #54B3DA !important;
	color: #fff !important;
}

#main-slider .prev {
  right: 57px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
	display: none;
 /* width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;*/
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 14px;
  height: 14px;
  background-color: #298fca;
   margin: 0 15px 0 0;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #298fca;
  left: -2px;
  top: -2px;
}

#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	padding: 15px;
	margin-left: 80px;
	background-color: #426CDD;
	font-size: 20px;
	color: #FFF;
}
#main-slider .animation.animated-item-1 {
	padding: 15px;
	margin-left: 80px;
	background-color: #426CDD;
	font-size: 20px;
	color: #FFF;
}

#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
	padding: 15px;
	margin-left: 110px;
	color: #666;
	background-color: #FFF;
	font-size: 17px;
}

#main-slider .animation.animated-item-2 {
	padding: 15px;
	margin-left: 110px;
	color: #666;
	background-color: #FFF;
		font-size: 17px;

}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
	padding-bottom: 50px;
	padding-top: 80px;
	background-color: #FFFFFF;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap p {
  margin-top: 11px;
}
.feature-wrap2 h3 {
  margin-top: 5px;
}
.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 38px;
  height: 90px;
  width: 90px;
  margin: 3px;
  border-radius: 100%;
  line-height: 90px;
  text-align:center;
  background: #ffffff;
  color: #73aece;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #73aece;
  color: #fff;
  box-shadow: inset 0 0 0 5px #73aece;
  -webkit-box-shadow: inset 0 0 0 5px #73aece;
  border: 3px solid #73aece;
}
a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
	color: #fff;
	background-color: #298fca;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}


/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}




.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}


.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 380px;
  width: 400px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 400px;
    width: 400px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}
.map-content {
	margin-top: 25px;
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}


/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
}

#footer {
	padding-top: 45px;
	padding-bottom: 55px;
	color: #999;
	background-color: #585858;
	font-size: 15px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #999 !important;
}

#footer a:hover {
	color: #54B3DA !important;
}
#footer i {
	font-size: 26px;
	margin-right: 5px;
}






