
/*============== Body Code ==============*/

body {background: #fff;font: 13px  'Open Sans', sans-serif;color: #000;-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;}

/*============== Body Code ==============*/

/*============== Header Area Codes ==============*/

header{padding:0;width: 100%;z-index: 1;}
.logo{float: none;position:relative;z-index:1001;text-align: center;}
.logo a{margin:0;}
.logo img{background-color: #fff;padding: 15px;}
.slider{width:100%;position:relative;padding:0;}
.heroHeading h1{font-size:150px;color:#be1e2d;border: 0;text-align: left;display: block;font-style: italic;font-weight:bold;}
.heroHeading h2{font-size:38px;text-align:center;color:#fff;}
.heroHeading{position: absolute;width: 100%;top: 30%;padding:20px;}
.heroHeading p{font-size:22px;font-weight:lighter;text-align:left;color:#be1e2d;}
.slider img{width:100%;float:left;}
.navbar-nav.navbar-right:last-child{margin: 20px auto;}
/* Navigation Codes*/
.navbar-default {background-color:transparent;border-color: transparent;}
.navbar-default .navbar-brand{color:#a91632;}
.navbar-brand {float: left;height: 50px;padding: 0px 0px;margin-top:-5px;}
.nav>li {position: relative;display: inline-block;margin-right: -3px;text-align: center;}
.navbar-default .navbar-nav>li>a {color: #afafaf;transition: all 0.5s ease;padding-top: 15px;
padding-bottom: 15px;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #be1e2d;transition: all 0.5s ease;}
.navbar-default .navbar-toggle {border: solid 1px #be1e2d;}
.navbar-toggle{border-radius:0;}
.navbar-default .navbar-toggle .icon-bar {background-color: #be1e2d;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}
.navbar-nav {margin: 20px auto;display: block;text-align: center;}
.navbar-right {float: none!important;}
.navbar{margin-bottom:0;}
.navbar-nav>li {float: none;}
.logos{}
.logos img{border:1px solid #e6e6e6;padding:20px;width: 100%;}
/*============== Header Area Codes ==============*/

/*============== Headings ==============*/

h1 { font-size: 60px; display:block;padding: 10px 15px;}
h2 { font-size: 35px; line-height: 40px;}
h3 { font-size: 28px; line-height: 34px;}
h4 { font-size: 20px; line-height: 30px;}
h5 { font-size: 16px; line-height: 24px; }
h6 { font-size: 12px; line-height: 21px; }

/*============== Headings ==============*/

p{font-size:19px;}
a {color: #afafaf; text-decoration: none;}
a:hover, a:focus {color:#be1e2d; text-decoration: none;transition: all 0.5s ease;}

/*============== Buttons ==============*/


	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: transparent;
		
	  border: 0px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  text-decoration: none;
	  	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {color: #222;background:transparent;border:0px; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		color: #222;background:transparent;border:0px; }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
.theme-button{border:1px solid #fff;color:#fff;display: inline-block;font-size: 14px;text-decoration: none;cursor: pointer;margin-top: 5px;line-height: normal;padding: 12px 40px;font-family: 'Open Sans', sans-serif;background: transparent;transition: all 0.5s ease;font-weight:normal;}
.theme-button:hover, focus{background:#fff;border:1px solid #be1e2d;color: #be1e2d;}
.theme-button-second{border:1px solid #be1e2d;color:#be1e2d;display: inline-block;font-size: 14px;text-decoration: none;cursor: pointer;margin-top: 5px;line-height: normal;padding: 12px 40px;font-family: 'Open Sans', sans-serif;background: transparent;transition: all 0.5s ease;}
.theme-button-second:hover, focus{background:#be1e2d;border:1px solid #be1e2d;color: #fff;}
/*============== Buttons ==============*/


/*============== Forms ==============*/

form {margin-bottom: 20px; }
fieldset {margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], textarea, select {border: 1px solid #be1e2d;
padding: 12px 6px;outline: none;font: 13px 'Open Sans', sans-serif;color: #be1e2d;margin: 0;width:100%;max-width: 100%;display: block;margin-bottom: 10px;background:transparent;transition: all 0.5s ease;}
textarea {min-height: 60px;transition: all 0.5s ease; }
label, legend {display: block;font-size: 14px;color: #be1e2d;margin-bottom: 10px;font-weight: normal;}
select {color: #be1e2d;border: 1px solid #be1e2d;}
input[type="checkbox"] {display: inline; }
label span, legend span {font-weight: normal;font-size: 13px;color: #be1e2d;margin-bottom: 10px; }
.form p {border-bottom: 1px dotted #a91632;padding-bottom: 10px;margin-bottom: 10px;}
.form .input{float: left;width: 329px;margin: 0 30px 0px 0;}
.form .input:first-child{margin-left: 0;}
.form textarea{margin-bottom: 20px;}
.form{width: 100%;padding: 20px 0;}
.form h3{text-align:left;}
textarea{height: auto;resize: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:    #fff;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color: #fff;}
input:-moz-placeholder {color:    #fff;opacity:  1;}
input:focus:-moz-placeholder {color:    #fff;opacity:  1;}
input::-moz-placeholder {color:    #fff;opacity:  1;}
input:focus::-moz-placeholder {color:    #fff;opacity:  1;}
input:-ms-input-placeholder {color:    #fff;}
input:focus:-ms-input-placeholder {color:    #fff;}	


/*============== Forms ==============*/

/*============== Theme Gallery ==============*/
.grid {max-width: 100%;list-style: none;float: left;width: 100%;}
.grid figure{width: 100%;max-height: 240px;margin: 5px 0;}
.grid figure img{width:100%;opacity: 10;}
figure.effect-milo img{width: 100%;height:auto;-webkit-transform: translate3d(-25px,0,0) scale(1.12);
figure.effect-milo:hover img{opacity: 0.3;}
transform: translate3d(-25px,0,0) scale(1.12);}
figure.effect-milo h2{padding-top: 2%;color: #fff;}

/* ===== Gallery UI Style ======*/


ul.fullwidthGallery.imgs-gallery{width:100%;}
ul.fullwidthGallery.imgs-gallery li{width:33.3%;margin-right:0;}
.fullwidthGallery figure.effect-milo{margin:0;}
.fullwidthGallery figure.effect-milo img{-webkit-transform: translate3d(-25px,0,0) scale(1.12);
transform: translate3d(-25px,0,0) scale(1.12);}

.borderGallery figure.effect-milo{background: #be1e2d;border: 3px double #fff;}
.borderGallery figure.effect-milo figcaption::before{border-top: 3px double #fff;
border-bottom: 3px double #fff;}
.borderGallery figure.effect-milo img{-webkit-transform: translate3d(-22px,0,0) scale(1.12);
transform: translate3d(-22px,0,0) scale(1.12);}

/* ===== Gallery UI Style ======*/
/*============== Theme Gallery ==============*/

/*============== Misc ==============*/
ul.imgs-gallery {float: none;margin: 20px auto 0;width: 1170px;padding: 0; display: table;}
ul.imgs-gallery li {display: inline-block;float: left;margin-right: 10px;width: 48%;}
.copyright{background: #be1e2d;padding:20px 0 10px 0;margin-top:50px;}
.copyright p{color:#fff;text-align:center;font-size:14px;}
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.remove-top { margin-top: 0 !important; }
.remove-left{ margin-left: 0 !important;}
.remove-right{ margin-right: 0 !important;}
.half-top{ margin-top: 10px !important; }
.add-top{ margin-top: 20px !important; }
.add-med{ margin-top: 32px !important; }
.add-top-large{ margin-top: 40px !important; }
.add-top-xl{ margin-top: 65px !important; }
.add-top-xxl{ margin-top: 109px !important; }
.add-top-xxxl{ margin-top: 130px !important; }
img.scale-with-grid {max-width: 100%;height: auto;}	
.paragraphText{float: left;}
.paragraphText img{margin:15px;float: left;margin-left:0;}
.paragraphText p{margin-top:15px;}
.social-media{}
.social-media ul{margin: 0;padding: 0;display: block;width: 100%;float: left;}
.social-media li{list-style:none;display:inline-block;float:none;margin-right: 10px;margin-bottom: 10px;font-size: 35px;}
.social-media span{color:#be1e2d;}
ul.imgGallery {margin: 20px auto 0 auto;display: block;text-align: center;width: 100%;padding: 0;}
ul.imgGallery li{display: inline-block;margin-right: 60px;margin-bottom: 20px;text-align: center;}
ul.imagesGallery {margin: 20px auto 0 auto;display: block;text-align: center;width: 100%;padding: 0;}
ul.imagesGallery li {display: inline-block;margin-right: 20px;margin-bottom: 20px;text-align: center;}
.additionalContent{}
.additionalContent img{float:left;display:inline-block;margin-right: 20px;}
.additionalContent h1, .additionalContent h2, .additionalContent h3, .additionalContent h4, .additionalContent h5, .additionalContent h6{margin-top:0;}

/*============== Misc ==============*/


/*============== UI ELEMENTS ==============*/
ol{display: block;list-style-type: decimal;padding-left: 40px;color:#be1e2d;}
ul li{list-style-type:square;color:#be1e2d;}
/*============== UI ELEMENTS ==============*/

/*============== Footer Area Codes ==============*/
footer{padding:0;width:100%;float:left;}
/*============== Footer Area Codes ==============*/


/*============== Responsive Codes ==============*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
		.nav>li{margin-right: 0px !important;}
		.nav>li>a{padding: 10px 8px !important;}
		ul.imgs-gallery{width: 100%;float: left;}
		ul.imgs-gallery li{margin-right: 8px;width: 49%;}
		ul.fullwidthGallery.imgs-gallery li{width:50%;}
		.heroHeading {top:20%;}
	}

/*============== Ipad (portrait and landscape) ==============*/

@media only screen and (max-width: 768px) {
			.slider{width:100%;height:auto;}
			.navbar-brand{font-size: 34px;}
			.nav>li{margin-right: 0px;}
			ul.imgs-gallery{width: 100%;float: left;}
			ul.imgs-gallery li{margin-right: 0px;width: 100%;}
			ul.fullwidthGallery.imgs-gallery li{width: 100%;margin-right: 0;}
			ul.fullwidthGallery.imgs-gallery li figure.effect-layla img, figure.effect-layla h2{-webkit-transform: translate3d(0,0px,0);}
			.heroHeading h1 {font-size: 90px;}
			.heroHeading {top:0;}
		}
		
/*============== Ipad (portrait and landscape) ==============*/

/*============== Big Smartphones (portrait and landscape) ==============*/			

	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.slider{width:100%;height:auto;}
			 header{position:relative;}
			.paragraphText img{margin:0;}
			.navbar-brand{font-size: 34px;}
			.nav>li>a{width: 100%;text-align: center;margin: 0 auto;}
			.navbar-nav>li>a {padding-top: 15px;padding-bottom: 15px;}
			.navbar-nav>li {float: left;display: block;text-align: center;width: 100%;}
			.navbar{margin-bottom:0;}
			.navbar-nav {margin: 0px;}
			.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;background: #be1e2d;margin-bottom: 20px;}
			.navbar-default .navbar-nav>li>a{color:#fff !important;}
			.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{color: #000 !important;background: #fff;}
			.grid {margin: 0 auto;display: block;text-align: center;}
			.heroHeading{top: -12%;}
			.slider h1{font-size: 25px;}
			.slider h2 {font-size: 15px;}
			ul.imgs-gallery{width: 100%;float: left;}
			ul.imgs-gallery li{margin-right: 0px;width: 100%;}
			ul.fullwidthGallery.imgs-gallery li{width: 100%;margin-right: 0;}
			ul.fullwidthGallery.imgs-gallery li figure.effect-layla img, figure.effect-layla h2{-webkit-transform: translate3d(0,0px,0);}
			.add-bottom-last{margin-bottom:20px;}
	}
	
/*============== Big Smartphones (portrait and landscape) ==============*/		
	
/*============== Smartphones (portrait and landscape) ==============*/

	@media only screen and (max-width: 479px) {
			header{position:relative;}
			h1{font-size: 38px;line-height: 40px;}
			h4{font-size: 16px;}
			.paragraphText img{margin:0;}
			.slider{width:100%;height:auto;}
			.navbar-brand{width: 200px;}
			.navbar-brand{font-size: 34px;}
			.nav>li>a{width: 100%;text-align: center;margin: 0 auto;}
			.navbar-nav>li>a {padding-top: 15px;padding-bottom: 15px;}
			.navbar-nav>li {float: left;display: block;text-align: center;width: 100%;}
			.navbar{margin-bottom:0;}
			.navbar-nav {margin:0px;}
			.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;background: #be1e2d;margin-bottom: 20px;}
			.navbar-default .navbar-nav>li>a{color:#fff!important;}
			.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{color: #000!important;background: #fff;}
			.heroHeading{top: 0%;padding: 10px;}
			.slider h1{font-size: 16px;line-height: 14px;margin: 7px;}
			.slider h2 {font-size: 12px;margin: 6px;}
			.heroHeading p{font-size: 10px;margin-bottom: 0;}
			.grid {margin: 0 auto;display: block;text-align: center;}
			.grid li{width: 95%;}
			img.scale-with-grid{width:100%;}
			.social-media li{margin-right: 5px;font-size: 28px;}
			ul.imgs-gallery{width: 100%;float: left;}
			ul.imgs-gallery li{margin-right: 0px;width: 100%;}
			ul.fullwidthGallery.imgs-gallery li{width: 100%;margin-right: 0;}
			ul.fullwidthGallery.imgs-gallery li figure.effect-layla img, figure.effect-layla h2{-webkit-transform: translate3d(0,0px,0);}
			.theme-button {font-size: 12px;padding: 8px 30px;}
			.add-bottom-last{margin-bottom:20px;}
		}
		
/*============== Smartphones (portrait and landscape) ==============*/		
		
/*============== Responsive Codes ==============*/		

/*=============================================== Dynamic Codes ========================================================*/

/*============== Content Selection Codes ==============*/

::selection{background:#be1e2d;color:#fff;}
::-webkit-selection{background:#be1e2d;color:#fff;}
::-moz-selection{background:#be1e2d;color:#fff;}

/*============== Content Selection Codes ==============*/

/* Heading Codes*/
h1, h2, h3, h4, h5, h6 {color: #be1e2d;font-family: 'Open Sans', sans-serif;text-align:left;transition: all 0.5s ease;font-weight:bold;font-style: italic;}
section{padding:20px 0;width:100%;zoom: 1;clear:both;overflow:hidden;display:block;}
.sectionBg{background:url(//static.sitemantic.com/webbuilder/templates/sports-club/images/sectionBg01.jpg) no-repeat center center;background-size:cover;}
.sectionBg h1, .sectionBg h2, .sectionBg h3, .sectionBg h4, .sectionBg h5, .sectionBg h6, .sectionBg p, .sectionBg i{color:#fff;}
.sectionBgSecond{background:url(//static.sitemantic.com/webbuilder/templates/sports-club/images/sectionBg02.jpg) no-repeat center center;}
.sectionBgSecond h1, .sectionBgSecond h2, .sectionBgSecond h3, .sectionBgSecond h4, .sectionBgSecond h5, .sectionBgSecond h6, .sectionBgSecond p{color:#fff;}

.sectionBgThird{background:url(//static.sitemantic.com/webbuilder/templates/sports-club/images/sectionBg03.jpg) no-repeat center center;background-size:cover;}
.sectionBgThird h1, .sectionBgThird h2, .sectionBgThird h3, .sectionBgThird h4, .sectionBgThird h5, .sectionBgThird h6, .sectionBgThird p{color:#fff;}

.sectionBgFourth{background:url(//static.sitemantic.com/webbuilder/templates/sports-club/images/sectionBg04.jpg) no-repeat center center;background-size:cover;}
.sectionBgFourth h1, .sectionBgFourth h2, .sectionBgFourth h3, .sectionBgFourth h4, .sectionBgFourth h5, .sectionBgFourth h6, .sectionBgFourth p{color:#fff;}

.sectionBgFifth{background:url(//static.sitemantic.com/webbuilder/templates/sports-club/images/sectionBg05.jpg) no-repeat center center;background-size:cover;}
.sectionBgFifth h1, .sectionBgFifth h2, .sectionBgFifth h3, .sectionBgFifth h4, .sectionBgFifth h5, .sectionBgFifth h6, .sectionBgFifth p{color:#fff;}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {border: 1px solid #be1e2d;color: #fff;background:#be1e2d;}


/*=============================================== Dynamic Codes ========================================================*/

.dm-animated-btn {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    padding: 10px 40px;
    background: #be1e2d;
    transition: all 0.5s ease;
}
/*=======FORM-1======*/
.dragndropContactForm label, legend {
  display: block;
  font-size: 14px;
  color: #be1e2d;
  margin-bottom: 10px;
  font-weight: normal;
}
.dragndropContactForm input[type="text"], .dragndropContactForm input[type="password"], .dragndropContactForm input[type="email"], .dragndropContactForm textarea, .dragndropContactForm select {
  color: #000;
}
.dragndropContactForm input[type="text"]:focus, .dragndropContactForm input[type="password"]:focus, .dragndropContactForm input[type="email"]:focus, .dragndropContactForm textarea:focus {
  background: #fff;
  color: #000;
  border: 1px solid #be1e2d;
}
.dragndropRichTextWidget {
  margin: 0;
  padding: 0;
}
.dragndropRichTextWidget h1, .dragndropRichTextWidget h2, .dragndropRichTextWidget h3, .dragndropRichTextWidget h4, .dragndropRichTextWidget h5, .dragndropRichTextWidget h6 {
  color: #be1e2d;
}
.dragndropRichTextWidget .fa {
  color: #be1e2d;
}
.dragndropSocialMedia ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.dragndropSocialMedia ul li {
  list-style: none;
  display: inline-block;
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 35px;
}
.dragndropSocialMedia ul li a {
  text-decoration: none;
  color: #be1e2d;
}
.dragndropSocialMedia.social-media {
  background: none !important;
}
.dragndropSocialMedia.social-media li {
  background: none !important;
}
.dragndropSocialMedia ul li span {
  color: #be1e2d;
}
.img-responsive {
  width: 100%;
}
.imageWidget .img-circle {
  width: 250px !important;
  height: 250px;
  margin: 0 auto;
}
.dragndropImgGallery .grid figure {
  background: rgba(0, 0, 0, 0.9) !important;
}
.embed-container {
  position: relative;/*padding-bottom: 19.25%;*/
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}
.embed-container iframe {

  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;/*height: 100%;*/
}

/******** =========================    Gallery Styles Start  ==================== ********/
figure.effect-ming img{height: 240px;}
figure.effect-layla img, figure.effect-milo img{height: 270px;}
figure.effect-zoe{height: 266px;}
figure.effect-sarah img{height: 228.8px;}
figure.effect-jazz img{height: 227px;}
figure.effect-oscar img{height:380px;}
figure.effect-marley img{height:300px;}
figure.effect-apollo img{height:259px;}
figure.effect-selena img{height:206px;}
figure.effect-goliath img{height:227.14px;}
figure.effect-dexter img, figure.effect-bubba img, figure.effect-steve img, figure.effect-moses img, figure.effect-duke img, figure.effect-sadie img, figure.effect-honey img{height:360px;}
figure.effect-chico img{height: 403.2px;}
figure.effect-lexi img{height:267.5px;}
figure.effect-lily img{height:397.5px;}
figure.effect-ruby img{height: 414px;}
figure.effect-roxy img{height:405px;}
/******** =========================  Gallery Styles End ==================== ********/

/******** =========================  Carousel Styles ==================== ********/
/* Carousel base class */
.carousel {
    height: 500px;    
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px !important;
}

.carousel-indicators li {
  border: 1px solid #be1e2d;
  background: #be1e2d;
}
.carousel-caption h1 {
  font-weight: bold;
  text-transform: capitalize;
  line-height: 50px;
  font-size: 40px;
  color: #000;
}

.carousel-caption h1, .carousel-caption p {
  color: #000;
  text-shadow: none;
}
.carousel-control {
  text-shadow: none;
  opacity: 10;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  width: 31px;
  height: 33px;
  margin-top: -15px;
  font-size: 30px;
}
.carousel-control .icon-next, .carousel-control .fa-angle-right {
  right: 50%;
  margin-right: -10px;
  background: #be1e2d;
  border-radius: 5px;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  margin-left: -15px;
}
.carousel-control .icon-prev, .carousel-control .fa-angle-left {
  left: 50%;
  margin-left: -10px;
  background: #be1e2d;
  border-radius: 5px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-control span.fa{
    color:#fff !important;
}
.imageCarouselWidget {
  padding: 0px;
}
.dropdown-menu{border-radius: 0;border:0;padding: 0;}
.dropdown-menu li{width:100%;}

/******** ======================= sliderStyle1 =============================== ********/
.sliderStyle1 .carousel-caption {
  bottom: 23%;
  width: 50%;
  padding: 20px;
  left: 20%;
  text-align:left;
}

/******** ========================= sliderStyle2 =========================== ********/
.sliderStyle2 .carousel-caption {
  bottom: 23%;
  padding: 30px;
  left: 25%;
}

/******** ========================== sliderStyle3 =========================== ********/
.sliderStyle3 .carousel-caption {
  bottom: 23%;
  background: #fff;
  width: 50%;
  padding: 30px;
  left: 25%;
}

/******** ================== Carousel Styles End ================ ********/

/******** ================== Header Customization ================ ********/
.logo_left    .logo { float:left;}
.logo_left    .navbar-default {float:right; margin-top:1%;}

.logo_right   .logo { float:right;}
.logo_right   .navbar-default { float: left; margin-top:1%;}

.logo_center  .logo{float:none !important;}
.logo_center  .container {width:100%; padding:0px;}
.logo_center  .navbar  .nav.navbar-nav { float:none !important; display:inline-block;  }
.logo_center  .navbar  .navbar-collapse { text-align:center;  }

/*******
.box-layout{    width: 1200px; margin: 0px auto;}
header.overlap  {    background: transparent; position: absolute; box-shadow:none;}    
header.overlap_fixed  {    position: fixed; }********/
/******** ================== Header Customization End ================ ********/

/*=======Testimonial Starts======*/


.testimonialStyle1 {
	background: #f4f4f4;
	padding: 20px;
	margin: 10px;
}
.testimonialStyle1 .image-box {
	float: left;
}
.testimonialStyle1 .content-box {
	padding-left: 100px;
}
.testimonialStyle1 .image-box img {
	width: 82px;
	height: 82px;
}
.add-top {
	margin-top: 20px;
}
.add-top-xl {
	margin-top: 50px;
}
.testimonialStyle2 {
	background: #f4f4f4;
	margin: 20px 0;
	padding: 10px;
}
.testimonialStyle2 img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
}
.testimonialStyle2 span.fa {
	margin-right: 10px;
}
.testimonialStyle3 {
}
.testimonialStyle3 .image-box {
	float: left;
	padding:0;
	background: #f4f4f4;
}
.testimonialStyle3 .content-box {
	padding: 0;
}
.testimonialStyle3 .image-box img {
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.testimonialStyle4 img{width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;}
.testimonialStyle5{background: #f4f4f4;
	padding:10px;position:relative;margin: 30px 0;}	
	.testimonialStyle5 img{    width: 100%;
    height: 90px;
    margin: 0;
    display: block;
    padding: 0;}
.testimonialStyle5 .image-box{position: absolute;
    left: -5%;
    margin-top: -50px;
    top: 50%;
    background: #A0A0A0;
    width: 10%;
    padding: 10px;}	
.testimonialStyle5 .content-box {
    padding-left: 70px;
    width: 100%;
    padding-right: 70px;
}
/*=======Testimonial Ends======*/

@media only screen and (max-width:1040px) {
  .embed-container {
    padding-bottom: 23.25%;
  }
}
@media only screen and (max-width:960px) {
  .embed-container {
    padding-bottom: 30.25%;
  }
}
@media only screen and (max-width:640px) {
  .embed-container {
    padding-bottom: 50.25%;
  }
}
@media only screen and (max-width:403px) {
  .embed-container {
    padding-bottom: 80.25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.testimonialStyle5 .image-box {
	left: 50%;
	margin-left: -35px;
	margin-top: 0;
	top: -50px;
	width: 100px;
        height: 100px;
        }
.testimonialStyle5 img {width:80px;height:80px;}
.testimonialStyle5 .content-box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
}
.testimonialStyle5 .content-box p{text-align:center;}
	
}

@media only screen and (max-width: 480px) {
	.testimonialStyle5 .image-box {
            left: 50%;
            top: 0;
            width: 100px;
            height: 100px;
            margin-left: -40px;
        }
	.testimonialStyle5 img {width:80px;height:80px;}
	.testimonialStyle5 .content-box {padding:50px 0 0 0;}
	.testimonialStyle5 .content-box p{text-align:center;}
	.testimonialStyle3 .image-box {margin: 0px auto;float: none;width: 200px;}
}


/*=======FORM-1======*/
                
/*=======Image Gallery======*/
ul.imageListsWidget li figure figcaption p:empty {
  display: none !important;
}

/*=======Image Gallery======*/
