/*@import url("../fonts/fonts.css");*/
*{margin:0 auto; padding:0; outline:none; list-style:none;}
body{background:#FFF; font-size:12px; font-family: 'Lato', sans-serif; font-weight:400;}

p{font-size:18px; font-family: 'Lato', sans-serif; font-weight:400;line-height:21px}
h1, h2, h3, h4, h5, h6{font-family: 'Lato', sans-serif;font-weight: 700;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 { font-size: 24px}
h4  {font-size: 20px}
h5{font-size: 18px}
h6{font-size:15px;}
.none{display:none;}
.clear{clear:both}
.left{float:left}
.right{float:right}
input[type="text"]:focus{box-shadow:none;background:transparent;}
/*========== 	 HEADER	 ==========*/
.row {width: 100%;max-width: 1170px;padding: 0 0px;}
header{width:100%; float:left; padding:0px; border-bottom:5px solid #81bc22; position:relative;}
header .row{padding:0 15px;}
 h1.logo{position:absolute;top:12px;max-width: 322px;}
 h1.logo a{padding:0px}
 h1.logo a img{position:relative;z-index:999}

.utility_navigation{width:100%; float:left;height:auto;}
.utility_menu{width:auto; float:right;margin-right:-0px;}
.utility_menu ul{width:auto; float:right; margin:25px 0px 2px 20px ;}
.utility_menu ul li{float:left;padding:3px 15px 3px 15px;line-height:0px}
.utility_menu ul li a{font-size:25px; color:#81bc22; float:left;padding:0px;line-height:36px;text-transform:capitalize;font-family: 'Lato', sans-serif; font-weight:700;}
.utility_menu ul li.create_acc{background:#81bc22;border-radius:5px;padding:3px 10px 3px 10px;}
.utility_menu ul li.create_acc a{color:#fff;}
.utility_menu ul li:hover a, .utility_menu ul li.selected a{color:#000}
.search-form{width:auto; float:right;margin: 23px 0 0 31px}
.search-form form{width:213px; float:right; height:auto;position:relative;margin:0;background:#fff;;border-radius:4px;border:1px solid #e1e1e1;box-shadow: inset 0px 2px 3px #E1E1E1;}
.search-form form input[type="text"]{width:100%; font-size:15px ;  color:#9ea9a9 ;margin:0px; padding: 7px 4px 7px 30px; height:auto; border: none;background:transparent;box-shadow:none;}
.search-form form input[type="submit"]{min-width:25px; border:none; background:url(../img/search-icon.png) no-repeat center; position:absolute ;top:0px ;left:3px;bottom:0px;cursor:pointer;max-width:inherit}

.hotline{width:auto; float:right;margin-top:26px}
.hotline span{font-size:19px;color:#81bc22;font-weight:700; }
.hotline span a{font-size:19px;color:#81bc22; font-weight:700;}
.hotline span a:hover{color:#8bac27}
.hotline em{font-size:22px;color:#81bc22;margin-right:5px;vertical-align:-1px;}

.primary_navigation{width:100%; float:left;height:auto; }
nav.top-bar{background:none;width:auto; line-height:inherit;}
.top-bar-section ul{width:auto;margin:28px 0 0px;float:right;}
.top-bar-section ul li{background:none;padding:15px 0px 44px 0px;position:relative !important;}
.top-bar-section ul li a{font-family: 'Lato', sans-serif;font-size:18px; color:#000000;background:none;text-transform:capitalize; padding: 0px 30px !important; font-weight:700;border-left:1px dashed #d7d7d7;}
.top-bar-section ul li:last-child a{padding-right:0px !important}
.top-bar-section ul li:first-child a{border-left:0px !important}
.top-bar .top-bar-section li:not(.has-form) a:not(.button){background:none;padding:8px 30px;line-height:18px;}
.top-bar-section .has-dropdown > a{padding:3px 0 }
.top-bar-section .has-dropdown > a:after{display:none;}
.top-bar-section .has-dropdown > a{padding:3px 0 ;}
.top-bar-section .has-dropdown ul li> a{padding:3px 0 ;border-left:none;}
.top-bar .top-bar-section ul li:hover a, .top-bar .top-bar-section ul li.selected a{color:#81bc22; }
.top-bar .top-bar-section ul li:hover ul li a, .top-bar .top-bar-section ul li.selected  ul li a{color:#6d7a83; border-bottom:0;}
.top-bar .top-bar-section ul li:hover, .top-bar .top-bar-section ul li.selected {}

.top-bar-section ul li ul li a{text-transform:capitalize}
.top-bar .top-bar-section ul li ul li:hover, .top-bar .top-bar-section ul li ul li.selected {padding-bottom:8px;}
.top-bar-section ul li ul.dropdown{position:absolute; display:none;min-width:100%;background:#fff;top:77px;padding:5px 0;border-top:5px solid #4e82cc;margin:0px}
.top-bar-section ul li ul li {width:100%; float:left;padding:8px 10px;margin:0px ;border:none;border-bottom:1px solid #4e82cc;}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){background:none;color:#2b2b2b}
.top-bar-section ul li ul li:last-child{border-bottom:0px}
.top-bar-section ul li:hover ul{display:block;}
.top-bar-section ul li ul li:hover, .top-bar-section ul li ul li.selected{background:#494949;}
.top-bar-section ul li ul li:hover a, .top-bar-section ul li ul li.selected a{color:#fff !important;}
.has-dropdown .dropdown{ border: 1px solid #4e82cc;}
.top-bar-section ul li:after{content:url(../img/menu-hover-arrow.png); width:20px; position:absolute;left:0px;right:0px;float:none; margin:0 auto;;display:none;bottom:-7px;}
.top-bar-section ul li:hover:after, .top-bar-section ul li.selected:after{display:block;}
.top-bar-section ul li ul li:hover:after, .top-bar-section ul li ul li.selected:after{display:none;padding:0px;border:none;}

/*========== 	 SLIDER	 ==========*/

.slider{width:100%; float:left; overflow:hidden;}
.slider ul{width:100%; float:left;height:auto;margin:0px 0 -12px 0;position:relative;}
.slider ul li img{width:100%; float:left;max-width:100%; display:block;min-height:180px;}
.orbit-caption {width:100%;color: white;text-align: center;  position: absolute;top: 60%;background: none;left: 0%;padding: 0;margin:0 auto}
.orbit-caption .row {width:100%;text-align: center;  max-width:795px;margin:0 auto;display:inline-block}
.orbit-caption h1{font-size:50px;color:#ffffff; font-weight:700;background:none;display:block;margin-bottom:30px;line-height:70px;}
.orbit-caption p{font-size:17px;color:#ffffff; font-weight:700;background:none;padding:0 10px;display:block;margin-bottom:20px}
.slider ul li .orbit-caption a{font-size:25px;padding:15px 40px;margin-top:20px;}
.slider .slick-prev, .slider .slick-next{width:63px; height:63px;opacity:0.75;top:45%;background:url(../img/main-arrow.png) no-repeat center;}
.slider .slick-prev {background-position:0px 0px;}
.slider .slick-next {background-position:-77px 0px;}
.slider .slick-prev:hover, .slider .slick-prev:focus, .slider .slick-next:hover, .slider .slick-next:focus {opacity:3;background:url(../img/main-arrow.png) no-repeat center;}
.slider .slick-prev:hover, .slider .slick-prev:focus{background-position:0px 0px;}
.slider .slick-next:hover, .slider .slick-next:focus{background-position:-77px 0px;}


/*==========	 BUTTON		==========*/
button, .button,#catwebformbutton, input[type="submit"], #catshopbuy {border:0px solid #007095;  text-decoration: none; text-transform:uppercase; min-width:150px; padding:15px 10px; font-size: 13px;background: #1991d1; color: #FFF; border-radius:5px ;margin:0px;font-weight:700}
button:hover, button:focus, .button:hover, .button:focus,#catwebformbutton:hover { background: #2da4e3; color:#fff; cursor:pointer}
button.secondary, .button.secondary {background: #91b124; border:0px solid #4e82cc; color:#fff; padding:15px 10px; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color:#fff;background:#abc943}
.button.large{padding:14px 10px; font-size:18px}
.button.large.secondary{padding:12px 10px; font-size:18px}

.featured_services{width:100%; float:left; height:auto;padding:45px 0}
.featured_services h1{color:#81bc22; text-transform:uppercase; text-align:center; font-weight:700;background:url(../img/line.png) no-repeat bottom center;margin-bottom:30px;padding-bottom:20px;}
.feature-detels{width:100%; float:left; height:auto;}
.service_Box{width:100%; float:left; border:1px solid #c7c7c7; border-radius:3px;}
.service_Box .service-image{width:100%; float:left; }
.service_Box .service-description{width:100%; float:left; padding:16px;text-align:center}
.service_Box .service-description h3{font-size:18px; color:#81bc22;font-weight:700; margin-bottom:5px;text-align:left;display:block}
.service_Box .service-description h3 a{font-size:18px; color:#81bc22;font-weight:700; }
.service_Box .service-description h3 a:hover{color:#000;}
.service_Box .service-description p{font-size:14px; color:#626262;font-weight:400;text-align:left }

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

.main-about-slider{width:100%; float:left; height:auto;background:url(../img/about-background.png); padding:45px 0 100px 0;background-size:contain}
.main-about-slider h1{color:#81bc22;  text-align:center; font-weight:700;background:url(../img/line.png) no-repeat bottom center;margin-bottom:30px;padding-bottom:20px}
.about-slider {width:100%; float:left;margin:0px}
.about-slider li{width:100%; float:left}
.main-about-slider  p{font-size:22px;color:#6c6c6c; font-weight:400;margin-bottom:25px;line-height:30px;}
.main-about-slider  .about-our-team img{width:9.2%;margin-right:0.8%;float:left}
.main-about-slider  .about-our-team p{width:90%;float:left;padding:15px 45px 0 15px;}
.about-our-team{width:70%; float:left}
.profesional{width:30%; float:left;padding:2px}
.profesional .employee-image{width:130px; height:130px;float:left;background:#fff; border-radius:50%;padding:5px;}


.profesional .employee-image:hover{box-shadow:none;}
.profesional .employee-image img{width:100%; border-radius:50%;}
.profesional .employee-details{width:auto;float:left;text-align:left;margin-left:15px;padding:25px 0 0 0;max-width:200px;}
.employee-details h6 {font-size:22px;color:#353535; font-weight:700;text-align:left;}
.employee-details h6 a{font-size:22px;color:#353535; font-weight:700;text-align:left;}
.employee-details p{font-size:13px;color:#6e6e6e;  font-weight:400;line-height:22px;}
.main-about-slider .slick-dots{width:auto; bottom:-50px;margin:0px;left:45%}
.main-about-slider .slick-dots li{width:20px;height:20px;margin:0 10px;background:transparent;border-radius:50%;border:1px solid #979797}
.main-about-slider .slick-dots li.slick-active{background:#81bc22;border:none;}

/*--------- 	 MAIN EVENTS	 ---------*/

.main-events{width:100%; float:left; height:auto;background:#fff; padding:45px 0 45px 0;}
.main-events h1{font-size:30px; color:#81bc22;   font-weight:700;margin-bottom:15px;width:auto;display:inline-block;margin-bottom:35px;}
.enent-all-link{font-size:17px ;color:#81bc22; font-weight:700;padding:4px 22px;border:1px solid #81bc22; border-radius:5px;}
.enent-all-link:hover{ color:#fff;background:#abc943}
.event-view{width:100%;float:left;}
.event-view h5{font-size:17px;color:#81bc22;font-weight:700;line-height:18px;}
.event-view h5 a{font-size:17px;color:#81bc22;font-weight:700;}
.event-view h5 a:hover{color:#000;}
.event-view span{font-size:13px;color:#121212;font-weight:400;padding:5px 0;display:block}
.event-view span em{font-size:15px;color:#121212;margin-right:8px}
.event-view p{font-size:13px;color:#121212;font-weight:400;margin-bottom:0px;line-height:20px;}
.event-view .event-dec>a{font-size:13px;color:#81bc22;font-weight:400;display:block;float:left;margin-top:10px;}
.event-view .event-dec>a:hover, .event-view .event-dec>a:hover em{color:#000;}
.event-view .event-dec>a em{font-size:13px;color:#81bc22;margin-left:5px}
.event-view .event-dec{padding:0px 15px 0 0}
.event-view .columns{margin-bottom:35px}
.event-view .columns .columns {margin-bottom:0}

/*========== 	 FOOTER	 ==========*/

footer{width:100%; float:left;background:url(../img/footer-bg.png) ; background-size:contain;padding:27px 0}
.footer_menu{width:auto;float:left;margin:auto;}
.footer_menu ul{width:auto;float:left;margin:4px 0 0 0;}
.footer_menu ul li{display:inline-block; padding:0 15px;}
.footer_menu ul li:first-child{padding-left:0px;}
.footer_menu ul li a{font-size:15px;color:#fff; font-weight:700; }
.footer_menu ul li:hover a,.footer_menu ul li.selected a{text-decoration:underline}
.social_icons{width:auto;float:right;margin:0;}
.social_icons ul{width:auto;float:right;margin:auto;}
.social_icons ul li{width:28px;height:28px ;float:left; margin:0 5px;}
.social_icons ul li:last-child{margin-right:0px;}
.social_icons ul li a{width:28px;height:28px ; float:left;font-size:15px;color:#81bc22;text-align:center;background:#ffffff;border-radius:4px;  }
.social_icons ul li a em{font-size:17px; vertical-align:middle }
.social_icons ul li:hover a{background:#81bc22;color:#fff;  }
footer .columns{margin-bottom:55px;}
footer p{font-size:15px; color:#5e5e5e; font-weight:400; text-align:center;margin:0}


/*==========	 INNER BANNER PAGE	==========*/


.banner{width:100%; height:auto; float:left; position:relative; box-shadow:0px 1px 14px #000000;}
.banner img{width:100%; float:left;}
.banner-content{ width:100% ;float:left; position:absolute; top:50px;max-width:1170px;padding:0 14%; text-align:center;}
.banner-content h1{font-size:42px;color:#fff;font-family: 'Lato', sans-serif; font-weight:700;  text-transform:uppercase; text-align:center; background:url(../img/green-line.png) no-repeat bottom center;margin-bottom:15px;padding-bottom:15px;}
.banner-content p{font-size:25px;color:#fff; font-weight:700;  margin-top:20px;line-height:30px;}
.page_title{width:100%; float:left; background:#0085cc;padding:12px 0}
.page_title h1{font-size:40px; color:#fff; font-family: 'Lato', sans-serif;font-weight:700;display:inline-block}
.breadcrumbs {width: auto;float: right;margin: 0;background: rgba(0, 0, 0, 0);border: none;padding-right:0px;margin:13px 0}
.breadcrumbs li {font-size:13px;color:#fff;font-weight:400;}
.breadcrumbs li.current a{font-size:13px;color:#fff;font-weight:400;}
.breadcrumbs li a{font-size:13px;color:#fff;font-family: 'Lato', sans-serif;font-weight:400;}
.breadcrumbs > *:before{color:#fff;}


/*==========	ABOUT PAGE	 ==========*/


.main-content{width:100% ;float:left; background:#fff;padding:90px 0; min-height:500px;}
.team_member {width:100%; float:left;margin-bottom:50px}
.team_member .team-description{padding-top:12px;padding-left:0px}
.team-imges figure{width:100%;height:100%; float:left;padding:5px;}
.team-imges figure img{border-radius:50%;}
.team-description .team-title{width:100%; float:left;}
.team-description .team-title h3{font-size:25px ;color:#000000;font-weight:700; display:inline-block; line-height:26px;margin-bottom:5px}
.team-description .team-title h3 a{font-size:25px ;color:#000000;font-weight:700; display:inline-block;}
.team-description .team-title h3 a:hover{color:#81bc22}
.team-description span{font-size:15px ;color:#91b124;font-weight:700;}
.team-description p{font-size:14px ;color:#000000;font-weight:400;margin:5px 0; }
.team-description a:hover, .team-description a:hover em{color:#000}
.team-description a{font-size:14px ;color:#81bc22;font-weight:700; }
.team-description a em{font-size:14px ;color:#81bc22;margin-left:5px }
.team-description .social_icons ul li a{border:1px solid #c4c4c4; }
.team-description .social_icons ul li a em{margin:0px }
.team-description .social_icons ul li:hover a{border:none;color:#fff }

.team-description .social_icons ul li:hover a em{;color:#fff }
.interior_content{width:100%; float:left;padding:20px 0 80px 0;background:#fff; min-height:600px;}

/*--------- 	 FEATURES PAGE	 ---------*/
.feature_con{float:right;}
.features_right_panel{float:right; background:transparent;}
.features_content_area{float:left; background:transparent; margin-right:12%;}
.features_content_area p{font-size:17px;color:#2c2c2c;font-weight:300;}
.feature-menu{width: 100%;height: auto;float: left;margin-top: 10px;}
.feature-menu p {width: 100%;height: auto;float: left;background:#0085cc;color: #fff;margin: 0px;font-size: 17px;padding: 14px 30px;text-transform:uppercase;font-weight:700;border:1px solid #ececec;border-bottom:none;border-radius:5px 5px 0px 0px;}
.feature-menu ul {width: 100%;height: auto;float: left;margin: 0px;background:#fff;border:1px solid #ececec;border-top:none;border-radius:0px 0px 5px 5px;}
.feature-menu ul li {width: 100%;height: auto;float: left;border-bottom:1px solid #ececec;position: relative;}
.feature-menu ul li a {width: 100%;height: auto;float: left;color: #000000;font-size: 16px;padding: 18px 30px;font-weight:700;}
.feature-menu ul li:hover a{color:#fff;}
.feature-menu ul li:hover {background:#91b124;}
.features_content_area h1{color:#2c2c2c; margin: 10px 0 30px 0;}

/*----------  	EVENT PAGE	 ---------*/

.all-event{width:100%; float:left; margin-bottom:30px}
.event-list {width: 100%;margin: 10px 0px 0px;border-bottom: 1px solid #eaead8; float:left}
.event-items {width: 100%;height: auto;float: left;background: #fff; margin-bottom:30px ;}
.event-items .event-item-content{width:100%;height:auto;float:right;padding:19px 25px;border:1px solid #f5f5f5;margin-top:10px;background:#f5f5f5;}
.event-items h5 a{font-size:22px; color:#0085cc;font-weight:700;margin-bottom:10px;}
.event-items h5 a:hover{color:#2b2b2b;}
.event-items p.date-com{font-size:16px; color:#2f383d;margin-bottom:15px;display:block;font-family: 'Roboto', sans-serif; font-weight:300;}
.event-items p.date-com span{font-size:14px; color:#000000;font-family: 'Roboto', sans-serif; font-weight:300; margin-right:5px}
.event-items p.date-com a{font-size:14px; color:#000000;font-family: 'Roboto', sans-serif;font-weight:300; margin-left:5px}
.event-items p.date-com a:hover{color:#4e82cc}
.event-item-content p{font-size:14px; color:#2c2c2c;font-family: 'Roboto', sans-serif;font-weight:300}
.event-item-content a{font-size: 13px;color: #FFF;font-weight: 700;text-transform: uppercase;background: #91B124;margin-top:10px;text-decoration: none;padding: 15px 20px;border-radius: 5px;display:inline-block}
.event-item-content a:hover{background: #ABC943;}
/*--------- 	 NEWS PAGE	 ---------*/

.feature-news{width:100%; float:left; margin-bottom:20px}
.news-list {width: 100%;margin: 10px 0px 0px;float:left}
.news-items {width: 100%;height: auto;float: left; margin-bottom:30px}
.news-items .news-image{float:left; padding:4px;border:1px solid #e1e1e1; margin-right:10px;}
.news-items .news-dec{width:67%; float:right;padding-left:12px ;}
.news-items h5 {color:#4e82cc;font-weight:700;display:inline-block}
.news-items h5 a{font-size:17px; color:#4e82cc;font-weight:700;margin-bottom:15px;}
.news-items h5 a:hover{color:#000;}
.news-items span{font-size:13px; color:#919191;padding:5px 0;display:block; font-style:italic}
.news-items p{font-size:13px; color:#373737; font-weight:400;line-height:20px;margin:0px}
/*--------- 	 BLOG	 ---------*/

.feature-blog{width: 100%;float:left}
.blog-list {width: 100%;margin: 10px 0px 0px;float:left;padding:0px ;border:none;background:none;}
.blog-items {width: 100%;height: auto;float: left;border:1px solid #dddddd; margin-bottom:30px ;border-radius:2px ;padding:12px;}
.blog-items .blog-image {width: 100%;height: auto;float: left;border:1px solid #dddddd; margin-bottom:12px ;border-radius:2px ;padding:12px;}
.blog-boder-none{padding:0px !important ;border:none !important;}
.blog-items h5{font-size:20px; color:#0085cc;font-weight:700;margin-bottom:10px;}
.blog-items h5 a{font-size:20px; color:#0085cc;font-weight:700;margin-bottom:10px;}
.blog-items h5 a:hover{color:#000;}
.blog-items p{font-size:15px; color:#4b6268;margin-bottom:5px;font-weight:400;display:block}
.blog-items p.date-comment a{font-size:13px;color:#9c9c9c;padding:0px;font-weight:400; display:inline-block;background:none;padding:0px;float:none;margin:0px}
.blog-items p.date-comment a:hover{background:none;padding:0px; color:#000}
.blog-items p.date-comment a em{font-size:14px;margin-right:5px;}
.blog-items p span{font-size:13px;color:#9c9c9c;padding:0x;font-weight:400;display:inline-block;margin:0 15px 0 0 ;}
.blog-items p span em{font-size:14px;margin-right:5px;}
.blog-items p a:hover{color:#000;}
.blog-items>a{font-size: 13px;color: #FFF;font-weight: 700;text-transform: uppercase;background: #91B124;margin-top:10px;text-decoration: none;padding: 8px 20px;display:inline-block}
.blog-items>a:hover{background: #ABC943;color:#fff}

/*--------- 	 FAQS		 ---------*/

.feature-faqs {width: 100%;height: auto;float: left;}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {background: #0085cc url(../img/accordian-minus-arrow.png) no-repeat 97% 50%;box-shadow: none;color: #FFF;}
.accordion .accordion-navigation.active > a hover, .accordion dd.active > a:hover {background: #0085cc url(../img/accordian-minus-arrow.png) no-repeat 97% 50%;box-shadow: none;color: #FFF;}
.accordion .accordion-navigation > a, .accordion dd > a{box-shadow: inset 0px -10px 40px #F5F5F5;background: #FFF url(../img/accordian-plus1-arrow.png)no-repeat 97% 50%;color: #545F66;padding: 9px 20px;font-size: 20px;border: 1px solid #DFDFDF;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover{box-shadow: inset 0px -10px 40px #F5F5F5;background: #FFF url(../img/accordian-plus1-arrow.png)no-repeat 97% 50%;color: #545F66;padding}

/*---------	  FORUM	 ---------*/

.feature-forum{width:100%; height:auto; float:left; margin-top:50px;padding-bottom:40px;  }
 .feature-forum .forum-name{width:50%; height:auto; float:left; padding:12px 0;}
 .feature-forum ul li .forum-name{ height:auto; float:left; background:url(../img/forum-name-icon.png) 0px 18px no-repeat;}
 .feature-forum .forum-title .forum-reply p{ color:#fff;line-height:25px;margin-top:0px  }
 .feature-forum .forum-topic{width:15%; height:auto; float:left; text-align:center; padding:12px 0}
 .feature-forum .forum-post{width:15%; height:auto; float:left; text-align:center;padding:12px 0;}
 .feature-forum .forum-title .forum-reply{padding:12px 0;}
  .feature-forum .forum-reply{width:14%; height:auto; float:left;text-align:left;padding:5px 0;}
 .feature-forum ul{width:100%; height:auto; float:left; margin:0px;}
 .feature-forum ul li{width:100%; height:auto; float:left; margin:0px;  padding:0px 15px; border:1px solid #dfdfdf; border-top:none;}
 .feature-forum ul li a{color:#2e4259; font-size:15px; font-weight:700;margin-left:30px;line-height:25px}
 .feature-forum ul li p a{color:#f7483b; font-size:14px;}
 .feature-forum ul li p{font-size:14px;font-weight:400;padding-top:0px ;line-height: 25px; color:#1b252b}
 .feature-forum ul li p span{color:#0085cc;}
 
 .feature-forum .forum-title{width:100%; height:auto; float:left; background:#1991d1; color:#ffffff; padding:0px 15px; border-top-right-radius:4px; border-top-left-radius:4px; border:1px solid #dfdfdf; border-bottom:none;}
 .feature-forum p{margin:0px; color:#fff; font-size:15px;font-weight:400; }
 .feature-forum .forum-reply p{ color:#b9b9b9;line-height:18px;margin-top:5px  }
 .feature-forum .forum-reply p span{color:#00a0c8}
 .frm-topic{ font-size:14px; color:#0085cc;font-weight:700; background:#ffffff url(../img/topic-but-bg.png) left 33px center no-repeat; border:2px solid #0085cc;  padding:11px 25px 11px 62px; }
 .feature-forum .forum-but{width:100%; height:auto; float:left; padding:0px 0px 22px 0px;}
 .feature-forum .forum-but a.button{ font-size:14px;min-width:183px ; margin-left:15px;border-radius:0; text-transform:none}
 .feature-forum .forum-but p{width:auto; height:auto; float:left; display:inline-block; font-weight:400;  margin:14px 0px 0px 0px; font-size:15px; color:#000;} 

/*--------- 	 MEDIA	 ---------*/

.feature-media {width: 100%;height: auto;float: left;padding-bottom:40px; border-bottom: 1px solid #eaead8; }
p.literature-container {font-size:15px; margin: 10px 0px; color:#686868;padding:0px;font-weight:400}
p.literature-container span.icon{margin: 0 5px 0 0;padding:0px}
p.literature-container span.name {margin: 0 3px 0 0;}
p.literature-container span.name a{text-decoration:underline;color:#0085cc;font-weight:400}

/*---------	  GALLERY	 ---------*/


.feature-gallery{width:100%; float:left ;height:auto;}
.feature-gallery ul {width: 100%;height: auto;float: left;margin: 0px;}
.feature-gallery ul li {width: 31.6666%;height: auto;float: left;margin: 0px 2.5% 25px 0px;}
.feature-gallery ul li .gallery-img {width: 100%;height: auto;float: left;position:relative;padding:4px 3px;border: 1px solid #b8bbbd;border-radius: 4px;margin-bottom:8px}
.feature-gallery ul li:nth-child(3n+3){margin-right:0px}
.feature-gallery ul li .gallery-img a img {width: 100%;height: auto;float: left;border-radius: 4px; min-height:172px;max-height:172px}
.gallery-item {width: 40%;height: auto;float: left;position: absolute;bottom: 4px;left: 3px;background: rgba(15, 129, 193, 0.90);}
.gallery-item span{display:inline-block;margin-left:10px;}
.gallery-item span img{vertical-align:-2px}
.feature-gallery ul li a {font-size:20px; font-weight:700;text-transform:uppercase;color:#2e4259; text-align:center; display:block; }
.gallery-item  p{display:inline-block; margin:3px 0px 3px 12px ;color:#fff; font-size:20px;font-weight:700; line-height:35px}

/*---------		PAGINATION		---------*/

.pagination_navigation {width: 100%;float: left;margin: 0 auto;text-align: left;padding: 15px 0px;}
.pagination_navigation ul {width: auto;display: inline-block;margin: 0px;border-radius:0px;}
.pagination_navigation ul li{height:inherit;margin:0 4.5px; border-radius:0px;border:2px solid #1991D1;background:#fff;}
.pagination_navigation ul li a{padding:3px 11px ;font-size:15px;color:#1991D1; font-family: 'Lato', sans-serif;font-weight:700;border-radius:0px}
.pagination_navigation ul li.unavailable a{padding:3px 11px; color:#5e5e5e;}
.pagination_navigation ul li.current a{background:#1991D1;color:#fff}
.pagination_navigation ul li.arrow {border: none;}
.pagination_navigation ul li.arrow a em {font-size:15px ;margin:0 5px;}
.pagination_navigation ul li.arrow:hover a {background: none;}
/*---------		STOREE		---------*/

.feature-store{width:100%; float:left; height:auto;padding-top:25px;}
.feature-store .view-cart {width: auto;height: auto;float: right;}
.feature-store .view-cart p {font-size: 14px; font-weight:400;text-transform: uppercase;margin-bottom:15px; color:#4b6268;}
.feature-store .view-cart p a.button, a.cartSummaryLink{border-radius:5px;background:#2da4e3;font-size:15px; padding:8px 15px;min-width:inherit;color:#fff;text-transform:capitalize;margin-left:12px;}
.feature-store .view-cart a i{font-size:21px; color:#fff;}
.feature-store ul{width:auto; float:left;margin:0px; border-top:1px solid #e1e1e1; padding-top:20px;}
.feature-store ul li{width:44%;margin:1.5% 8px;background: #fff; float:left;padding:15px;border-radius: 5px;box-shadow:0px 0px 7px #dbdbdb;}
.feature-store.store ul li{width:23%;}
.feature-store.store ul.productLarge li{width:100%; padding:0;box-shadow:none}
.feature-store ul li .shop-images{width:100%; float:left;}
.feature-store ul li .shop-images img{width:100%;height:auto; }
.feature-store ul li .shop-description{width:100%; float:left; padding:20px 0 20px 0;}
.feature-store ul li .shop-description h2{margin-bottom:15px;}
.feature-store ul li .shop-description h2 a{font-size:21px ;width:100%; text-align:center;  color:#1d1f20; font-family: 'Lato', sans-serif;font-weight:300; display:block;}
.feature-store ul li .shop-description p{width:auto; font-family: 'Lato', sans-serif;margin:0px; line-height:50px}
.feature-store ul li .shop-description p.new-price{ font-size:30px; color:#3493d1;  font-weight:700;float:right;}
.feature-store ul li .shop-description p.old-price{font-size:17px; color:#a3bfc6;text-decoration: line-through;font-weight:400;float:left;}

/*---------	PRODUICT DETAIL	---------*/
.feature-poplet{width:100%; float:left;margin:20px 0; padding:37px 0;}

.product-detail{width:100%; float:left; height:auto; background:#f2f5f8; padding:37px 0}
.pro_detail_img{ border-radius:5px;padding:0px}
.pro_detail_img img{width:auto}
.pro_detail_des{padding:0 0 0 20px;}
.pro_detail_des h2{font-size:25px; color:#1d1f20;font-family: 'Lato', sans-serif;font-weight:700;text-transform:uppercase; margin-bottom:8px}
.pro_detail_des p{font-size:13px; color:#1d1f20;;font-family: 'Lato', sans-serif;font-weight:400;margin-bottom:5px;display:block}
.pro_detail_des p a{font-size:13px; color:#3493d1;}
.pro_detail_des p em{margin-right:10px;}
.pro_detail_des a{font-size:15px; color:#fff;margin-bottom:10px;}
.pro_detail_des a em{font-size:21px; color:#fff;margin-right:5px;}
.review-stars{width:auto ;display:block; margin:10px 0}
.product-price p.new-price{ font-size:30px; color:#3493d1; width:auto; font-family: 'Lato', sans-serif;margin:0px 20px 0 0 !important; line-height:45px; font-weight:700;display:inline-block}
.product-price p.old-price{font-size:17px; color:#a3bfc6;width:auto; font-family: 'Lato', sans-serif;margin:0px !important; line-height:45px;text-decoration: line-through;font-weight:400;display:inline-block}

.product-price{width:100%; float:left;}
.select-handover{width:100%;  margin-top:10px; max-width:275px ;display:block}
.select-quantity{width:100%;margin-top:10px; max-width:125px ;display:block}
.select-handover select, .select-quantity select{margin-bottom:0px;}
.feature-poplet .pro_detail_img img {width: 100%;}
.feature-poplet .pro_detail_des h6 {font-size:15px; color:#000; margin-bottom:5px}
.pro_detail_des a.button{margin-top:15px;padding:15px 20px}
.feature-poplet .pro_detail_des select {color: #1b252b;}
.store_poplet {width:100%; float:left; margin:15px 0}
.store_poplet ul{width:100%; float:left; margin:0px}
.store_poplet ul li{width:16.8%; float:left;margin: 0 2%; margin-bottom:10px;}
.store_poplet ul li.active{ border:3px solid #f7483b; border-radius:4px;}
.store_poplet ul li:first-child{margin-left:0px}
.store_poplet ul li:last-child{margin-right:0px}

.button-scheme{width:100%; height:auto; float:left; padding:20px 0px 20px 0px;}
.button-class{width:100%; height:auto; float:left;}
.button-class ul{width:100%; height:auto; float:left; margin:0px;}
.button-class ul li{width:25%; height:auto; float:left;margin-bottom:15px}
table.cartSummaryTable {border:none;}
table.cartSummaryTable td {padding:0; color: #4b6268;    font-size: 14px;    font-weight: 400;    margin-bottom: 15px;    text-transform: uppercase;}

select {-webkit-border-radius: 5px;background-color: #FFF;background-image: url(../img/arrow-select-down.png);background-position: 95% center;background-repeat: no-repeat;border:1px solid  #c5c5c5;padding: 0 5px;font-size: 15px; font-family: 'Lato', sans-serif;font-weight:400; color: #1b252b;line-height: normal;border-radius: 5px;height: 46px;margin-bottom: 15px;}
.productitemcell {overflow:visible}
.cart-image {max-width:75px;}
/*==========	ABOUT PAGE	==========*/

.our-services{width:100%; float:left; margin:0px;}
.Service_Box {width:100%; float:left;margin-bottom:26px;border:1px solid #d7d7d7; border-radius:5px;padding:25px 0px;}
.Service_Box .team-description{padding-top:12px;padding-left:0px}
.service-imges{padding:0px 25px 0 15px}
.service-description{padding:15px 12px}
.service-imges figure{width:100%;height:100%; float:left;padding:9px }
.service-imges figure img{border-radius:50%;width:100%}
.service-description h3{font-size:35px ;color:#0085cc; font-family: 'Lato', sans-serif;font-weight:700; display:inline-block; line-height:36px;margin-bottom:12px}
.service-description  h3 a{font-size:35px ;color:#0085cc; font-family: 'Lato', sans-serif;font-weight:700; display:inline-block;}
.service-description a:hover{color:#000}
.service-description p{font-size:20px ;color:#000000;font-family: 'Lato', sans-serif;font-weight:400;margin:5px 0;line-height:26px }
.service-description p a{font-size:20px ;color:#0085cc;font-family: 'Lato', sans-serif;font-weight:700;}
.service-description a.button{font-size:20px; margin-top:15px;padding:14px 35px}

/*==========	ONE COLUMN PAGE	==========*/
.one-column figure {width:100%; float:left;padding:9px; border:1px solid #d8d8d8;margin-bottom:25px;}
.one-column figure img {width:100%; }
.list_style{list-style: none;margin:0px 0 20px 0}
.list_style li{background: url(../img/bullet_item.png) 0 9px no-repeat;	padding: 0 0 0 25px;margin: 5px 0;line-height:25px;}
.list_style_num{margin:0px 0 20px 20px}
.list_style_num li{list-style:decimal;line-height:25px;margin:5px 0}

/*==========	TOW COLUMN PAGE	==========*/
.side_panel{ float:right;}
.side_menu{width:100%; float:left;padding:21px 23px; border:1px solid #ebebeb}
.side_menu h2{font-size:25px;color:#000000;font-family: 'Lato', sans-serif;font-weight:700;border-bottom:1px solid #ebebeb;margin:0px;padding-bottom:15px;}
.side_menu ul{width:100%; float:left; margin:0px;padding-top:13px}
.side_menu ul li{width:100%; float:left;line-height:25px ;margin:5px 0; }
.side_menu ul li a{font-size:15px; color:#000000;font-family: 'Lato', sans-serif;font-weight:400;}
.side_menu ul li:hover a,.side_menu ul li.selected a{color:#0085cc;}

.touch_content{width:100%; float:left;background:#91b124;border:1px solid #ebebeb; padding:21px 23px;margin-top:25px;}
.touch_content h2{font-size:25px;color:#fff;font-family: 'Lato', sans-serif;font-weight:700;border-bottom:1px solid #ebebeb;margin:0px;padding-bottom:15px;margin-bottom:13px;}
.touch_content p{color:#fff; line-height:22px;}

.touch_content form{width:100%; float:left}
.touch_content form input{width:100%;display:inline-block;font-size:15px;font-family: 'Lato', sans-serif; height:inherit;line-height:20px;border:none;border-bottom:1px solid #70881c;border-radius:5px;}
.touch_content form input[type="text"]{color:#959595;font-weight:400;;padding:10px 20px; margin-bottom:10px !important;}
input[type="text"]:focus{background:#fff;}
.touch_content form textarea{width:100%;display:inline-block;font-size:15px; color:#959595;font-family: 'Lato', sans-serif;font-weight:400;height:123px;padding:10px 20px;line-height:20px;border:none;border-bottom:1px solid #70881c;border-radius:5px;}
.touch_content form fieldset{margin:0px ;padding:0px ;border:0px}
.touch_content form input[type="checkbox"]{width:15px;height:15px;margin:0px;border-radius:4px;margin: 2px 10px 0px 0px; float:left}
.touch_content form label{font-size:13px;color:#dfe9be;font-family: 'Lato', sans-serif;font-weight:700;vertical-align:3px}
.touch_content form input[type="submit"]{ color:#0085cc;font-weight:700;padding:10px 20px;background:#fff;box-shadow:inset 0px -40px 0px #E7F3FA;text-transform:uppercase;margin-top:13px}

.two-column figure {width:100%; float:left;padding:9px; border:1px solid #d8d8d8;margin-bottom:25px;}
.two-column figure img {width:100%; }
.quote-content{float:left;background:#e9f7ff;padding: 40px 70px;border-left: 18px solid #87d1f9;margin: 30px 0;}
.quote-content p{ font-size:15px; color:#7d7d7d;font-family: 'Lato', sans-serif;font-weight:400;font-style:italic;margin-bottom:0px  }
.quote-content p:before{ content:''; display:block;display: inline-block; width: 45px; height: 34px;margin-left: -46px;background:url(../img/quotes-img.png) no-repeat 0px 0px;}

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

@media (max-width: 1279px) {
.orbit-caption{top:30px}
.orbit-caption h1{font-size:40px; padding:0 41px;line-height:45px;margin-bottom:20px}
.orbit-caption p{font-size:14px;}
.slider ul li .orbit-caption a{font-size:16px;margin-top:5px}
.main-about-slider{background-size:cover;}
.about-our-team{width:65%;}
.profesional{width:35%;}
.main-about-slider .about-our-team p{font-size:18px;margin-bottom:0px}
}
@media (max-width: 1024px) {
.featured_services h1,.main-about-slider h1{font-size:35px;}
.main-about-slider .about-our-team p{padding: 15px 25px 0 15px;}
.profesional .employee-image{width:35%;height:auto;}
.banner img{height:inherit;min-height:140px}
.banner-content{top:15px;}
.banner-content h1{font-size:40px;margin-bottom:5px}
.banner-content p{font-size:20px;line-height:22px ;margin-top:10px;}
}
	
@media  (max-width: 991px) {
.profesional .employee-details{padding-top:15px;}
h1.logo{width:285px;}
.button-class ul li{width:50%}
.side_panel{width:100%; float:none; margin:0 auto; display:block;margin-bottom:25px;max-width:360px;}
.content_panel{width:100%;}
.touch_content{margin-bottom:25px;}
.feature-store.store ul li {width: 47%;}
}


@media (max-width: 940px) {
.profesional .employee-image {width: 100%;height: auto;max-width: 95px;margin: 0 auto;display: block;float: none;}
.profesional .employee-details{width:100%; margin:0;text-align:center;max-width:inherit}
.profesional .employee-details h6,.profesional .employee-details p{text-align:center;margin-bottom:0px}
.main-about-slider{padding:25px 0 45px 0}
.top-bar-section li:not(.has-form) a:not(.button){padding:0 15px !important}	
.orbit-caption .row{max-width:560px;}	
.orbit-caption h1{font-size:32px;line-height:35px;padding:0 ;margin-bottom:10px}
.top-bar-section ul{margin:0px}
.utility_navigation{margin-bottom:25px;}
.service_Box .service-description{padding:10px;}
.team-description .team-title h3 a{font-size:20px}
.banner-content{top:10px; padding:0 8%}
.features_content_area{margin-right:0px}
.feature-forum .forum-name{width:40%}
.feature-forum .forum-reply{width:30%}


}
@media (max-width: 767px) {
.top-bar-section{width:100%; float:left}
.top-bar-section ul li{padding:25px 0}
.top-bar-section ul li ul.dropdown{top:68px}
.utility_menu ul li a,.hotline span a{font-size:12px;}
.utility_menu ul{margin-left:5px}
.search-form{margin-left:10px;}
.search-form form{width:125px;}
.hotline em{font-size:14px;}
h1.logo{width:200px}	
.orbit-caption p{margin-bottom:5px}
.main-content{padding:35px 0}
.service-description p,.service-description p span{font-size:14px;line-height:22px}	
.service-description a.button{font-size:16px;}
.service-description h3{margin-bottom:0px}
.service-description h3 a{font-size:22px;}
.Service_Box{padding:15px 0}
.feature_con, {width:100%; float:none; margin:0 auto; display:block;margin-bottom:25px;max-width:360px;}
.content_area{width:100%;}

}
@media (max-width: 641px) {
.top-bar .toggle-topbar.menu-icon a span::after{top: 50%;margin-top: -7px;right: 10px;box-shadow: 0 0px 0 2px #81bc22, 0 7px 0 2px #81bc22, 0 14px 0 2px #81bc22;}	
.top-bar .toggle-topbar.menu-icon a{border:2px solid #81bc22;padding:0 21px 0 15px}	
.top-bar.expanded .title-area{background:none;}
.top-bar-section ul{width:100%;}
.top-bar-section ul li{padding:10px 0; }
.top-bar-section ul li a{border-left:none; }
.top-bar-section ul li:hover:after, .top-bar-section ul li.selected:after{display:none;}
.top-bar-section .has-dropdown.moved{position:static !important}
.utility_navigation{margin-bottom:5px;}
.top-bar-section ul li ul.dropdown{top:1px;padding:0px}
.top-bar-section ul li ul.dropdown li h5 a{color: #2B2B2B !important;}
.top-bar-section ul li ul.dropdown li:hover h5 a{color: #fff !important;}
.top-bar-section ul li ul li {width:100%;}
.top-bar-section ul li ul li:first-child{border-bottom:1px solid #4e82cc;}
.top-bar-section ul li.has-dropdown.not-click {background: url(../img/sub-menu-arrow.png) no-repeat 99% 7px;}
.orbit-caption p{display:none;}
.service-effect .service-overlay{display:none !important;}
.feature-detels .columns{margin-bottom:15px;}	
.about-our-team{width:100%;}
.profesional{width:320px;float:right;margin-top:15px;}
.profesional .employee-image {width: 90px;height: 90px;max-width:inherit;margin: 0 auto;display: block;float:left;margin-left:10px}
.profesional .employee-details{width:190px; margin:0 0 0 15px;text-align:left;max-width:inherit;float:left;margin-right:10px}
.profesional .employee-details h6,.profesional .employee-details p{text-align:left;margin-bottom:0px}
.main-about-slider .about-our-team p{width:93%;font-size:14px; padding:5px 10px 0 3px;line-height:22px}
.main-about-slider .about-our-team img{width:4%; margin:0 1.5%}
.service-image img{width:100%}
.banner-content{padding:0 12px;}
.team_member{margin-bottom:25px}
.service-imges figure{padding:5px}
.Service_Box .service-imges{width:100%; margin:0 auto; padding:0px;display:block; max-width:135px; float:none}
.pro_detail_des{padding:0px}
.quote-content{padding:25px 20px 25px 52px;}

}
@media(max-width: 567px){
.slider .slick-prev, .slider .slick-next{display:none !important;}
.orbit-caption h1{font-size:24px;}
.search-form {margin-left: 0;position: absolute;top: 48px;right: 70px;}
.hotline{margin-top:25px}
.footer_menu ,.social_icons{width:100%; text-align:center;margin-bottom:20px;}
.footer_menu ul,.social_icons ul{float:none; margin:0 auto; display:inline-block}
footer .columns{margin-bottom:0px}
.team-title .social_icons{width:auto; float:right;}
.banner-content h1,.page_title h1{font-size:35px;}
.banner-content p{font-size:14px;}
.team_member .team-imges {width:100%; margin:0 auto; padding:0px;display:block; max-width:125px; float:none}
.team_member .team-description{width:100%;padding:15px;}
.team-detail .team_member{border:1px solid #D7D7D7;padding:15px 10px}
.feature-forum .forum-but a.frm-topic{margin-top:0px;}
.feature-forum .forum-but p{width:100%; margin:14px 0}
.event-items h5 a{font-size:18px;}
.event-items .event-item-content{padding:20px 15px}
.feature-gallery ul li{width:48%;margin:12px 1% }
.feature-gallery ul li:nth-child(3n+3){margin:12px 1%}
.feature-store ul li .shop-description h2 a{font-size:20px}
}
@media(max-width: 479px){
.orbit-caption{top:20px;}
.search-form, .hotline, .breadcrumbs{display:none;}
.featured_services h1, .main-about-slider h1, .main-events h1, .page_title h1{font-size:24px;}
.featured_services, .main-events, main-content{padding:25px 0}
.event-view .event-image, .event-view .event-dec{width:100%; padding:5px 15px;}
.main-about-slider{overflow:hidden}
.service-description h3 a,.pro_detail_des h2{font-size:18px}
.frm-topic{padding:10px 20px 11px 34px;background-position:10px 50%}
.feature-forum .forum-but a.button{min-width:150px}
.feature-forum ul li a, .feature-forum ul li p{font-size:12px}
.feature-forum p{font-size:14px}
.feature-forum .forum-name, .feature-forum .forum-title .forum-reply{padding:10px 0}
.news-items .news-image{width:100%;}
.news-items .news-image img{width:100%;}
.news-items .news-dec{width:100%;padding:15px 0}
.news-items h5 a,.blog-items h5 a,.accordion .accordion-navigation > a, .accordion dd > a{font-size:16px;}
.feature-gallery ul li{width:100%;margin:12px 0px }
.feature-store ul li, .feature-store.store ul li{width:98% ;margin:12px 1%}
.feature-gallery ul li:nth-child(3n+3){margin:12px 0px}
.button-class ul li{width:100%}
h1{font-size:24px}
h2{font-size:20px}
h3{font-size:19px}
h4{font-size:18px}
h5{font-size:17px}
h6{font-size:16px}
	
	
	}
	
		
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
height: 100%;
z-index: 9999;
overflow: hidden;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image:url(../img/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
z-index: 9999;
} 
.utility_menu .uty0, .utility_menu .uty1 {
	display: none
}	

table tr.even, table tr.alt, table tr:nth-of-type(even){ background:none}
.faq-question h4 a {
color: #FFF;
margin: 0px;
}
.faq-question a {
color: #545f66;
width: 100%;
display: block;
font-size: 20px;
border: 1px solid #dfdfdf;
background: #0085cc  url(../img/accordian-plus-arrow.png) right 17px center no-repeat;
border: 1px solid #dfdfdf;
margin-bottom: 1px;
padding: 10px;
}
.faq-question a.active {
background: #0085cc  url(../img/accordian-minus-arrow.png) right 17px center no-repeat;
color: #FFF;
}
.answer a {
background: none;
box-shadow: none;
border: none;
font-size: 14px;
padding-left: 0px;
color: #0085cc !important;
}
.blog-image img{ width:100%;}
.side-panel h4 {
width: 100%;
height: auto;
float: left;
background: #0085cc;
color: #fff;
margin: 0px;
font-size: 17px;
padding: 14px 30px;
text-transform: uppercase;
font-weight: 700;
border: 1px solid #ececec;
border-bottom: none;
border-radius: 5px 5px 0px 0px;
}
.side-panel ul {
width: 100%;
height: auto;
float: left;
margin: 0 0 30px;
background: #fff;
border: 1px solid #ececec;
border-top: none;
border-radius: 0px 0px 5px 5px;
}
.side-panel ul li {
width: 100%;
height: auto;
float: left;
border-bottom: 1px solid #ececec;
position: relative;
    margin:0;
    padding:0;
}
.side-panel ul li a {
width: 100%;
height: auto;
float: left;
color: #000000;
font-size: 16px;
    line-height:21px;
padding: 10px 30px;
font-weight: 700;
}
.side-panel { margin-top:33px;}
#photogalleryTable img {
width: 100%;
height: auto;
float: left;
position: relative;
border: 1px solid #c2c2c2;
padding: 3px;
border-radius: 3px;
margin-bottom: 8px;
}
#photogalleryTable .medium-6 {
width: 30%;
height: auto;
float: left;
margin: 0px 20px 12px 0px;
}