@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed:400,700);

/** general **/
body { font-family: 'Open Sans', cursive; height: 100%; font-weight: 400; color: #333; font-size: 13px; background: #f2f2f2; }
a { color: #333; text-decoration: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; }
a:hover { text-decoration: none; color: #30883C; outline: none; }
a:focus { text-decoration: none; outline: 0px; }
.banner_header { text-shadow: 1px 1px 1px #333333; }
h1, h2, h3, h5, h6 { font-family: 'Roboto Condensed', cursive; margin-top: 0px; font-weight: 800; color: #222; margin-bottom: 10px; text-rendering: optimizelegibility; }
h1 { font-size: 34px; line-height: 60px; font-weight: 400; }
h2 { font-size: 24px; line-height: 34px; }
h3 { font-size: 18px; line-height: 30px; }
h3 span { display: block; height: 100%; font-weight: 400; color: #30883C; font-size: 15px; line-height: 20px; }
h4 { font-weight: 400; font-size: 16px; line-height: 24px; }
h5 { font-size: 14px; color: #999; font-weight: 400;  text-transform: uppercase; line-height: 20px; }
h6 { font-size: 12px; line-height: 16px; }
img { margin: 0 auto; max-width: 100%; }
label { font-weight: 400; margin: 15px 0 5px; font-size: 15px; display: block; }
span.overlay { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; z-index: 9; background: rgba( 55, 159, 45, 1); }
strong { color: #30883C; }
hr { background: #30883C; width: 80px; border: none; height: 2px; }
.list-unstyled li { padding-bottom: 4px; margin-bottom: 4px; }

/* form elements */
.form-control { border: 1px solid #ccc; color: #30883C; background-color: #fff; }
.form-control:focus { border-color: #30883C; box-shadow: none; }
textarea { margin-bottom: 30px; font-size: 30px; resize: none; }

.workArea, #venueArea { background-color: #2C2C2C; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-background-size: 1900px 2400px; }
.form-control::-moz-placeholder { color: #999; }

/* tab */
.tab-content { padding-top: 0;}

/* Buttons */
.btn { border-color: #ccc; text-decoration: none; text-transform: uppercase; text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; -ms-text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; background: #30883C; color: #fff; }
.btn:hover, .btn:focus { color: #fff; background: #222222; }

.btn-info { border-color: #fff; color: #fff; background: #999; }
.btn-info:hover, .btn-info:focus { border-color: #fff; color: #fff; }

.btn span { padding: 0 30px; }
.btn-danger { color: #fff; border: none; background: #F2CA7B; border-color: #F2CA7B; }

.btn-success { border-color: #2C2C2C; color: #fff; background: #2c2c2c; }
.btn-success:hover, .btn-success:focus { background-color: #30883C; border-color: #30883C; color: #fff;  }

.btn-primary { border-color: #fff; color: #fff; background: #222; }
.btn-primary:hover, .btn-primary:focus { border-color: #505656; background-color: #505656; }

.btn-warning { color: #fff; border-color: #00f; background: #00f;   }
.btn-warning:hover, .btn-warning:focus { border-color: #2c2c2c; background: #2c2c2c;   }

.btn-default { border: none; text-transform: none; border-color: #30883C; color: #fff; }
.btn-default span { padding: 0 0 0 10px; font-size: 12px; }
.btn-default:hover, .btn-default:focus { background-color: #000; color: #fff; }

.button { border-color: #ccc; text-decoration: none; text-transform: uppercase; text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; -ms-text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; background: #0D9191; color: #fff; }
.button:hover, .button:focus { color: #fff; background: #222222; }

.button-info { border-color: #fff; color: #fff; background: #999; }
.button-info:hover, .button-info:focus { border-color: #fff; color: #fff; }

.button span { padding: 0 30px; }
.button-danger { color: #fff; border: none; background: #F2CA7B; border-color: #F2CA7B; }

.button-success { border-color: #2C2C2C; color: #fff; background: #2c2c2c; }
.button-success:hover, .button-success:focus { background-color: #0D9191; border-color: #0D9191; color: #fff;  }

.button-primary { border-color: #fff; color: #fff; background: #222; }
.button-primary:hover, .button-primary:focus { border-color: #505656; background-color: #505656; }

.button-warning { color: #fff; border-color: #00f; background: #00f;   }
.button-warning:hover, .button-warning:focus { border-color: #2c2c2c; background: #2c2c2c;   }

.button-footer { border: none; text-transform: none; border-color: #0D9191; color: #fff; }
.button-footer span { padding: 0 0 0 10px; font-size: 12px; }
.button-footer:hover, .button-footer:focus { background-color: #000; color: #fff; }

.button-default { border: none; text-transform: none; border-color: #0D9191; color: #fff; }
.button-default span { padding: 0 0 0 10px; font-size: 12px; }
.button-default:hover, .button-default:focus { background-color: #000; color: #fff; }

/* menu dropdown */
.dropdown-menu { z-index: 9999; background: #fff; }
.dropdown-menu > li > a { color: #000; text-transform: uppercase; display: block; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #30883C; }
.navbar-nav > li > .dropdown-menu { margin-top: 20px; }

/* border */
span.border { position: relative; width: 30%; height: 1px; margin: 0 auto; display: inline-block; background: #999; }
span.border i { background: #fff; position: absolute; left: 50%; top: -10px; line-height: 20px; height: 20px; width: 40px; font-size: 15px; }

/* pagination */
.pagination { margin-bottom: 20px; }
.pagination li a { padding: 6px 20px; color: #30883C; font-size: 25px; }

/* progress bar */
.progress { position: relative; overflow: visible; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; background-color: #999; }
.progress-bar { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; background-color: #30883C; }

/* slider */
ul.slides li { position: relative; }
.flex-direction-nav { padding: 0; list-style-type: none; display: none; width: 100%; margin: 0; }
.flex-direction-nav li a { margin-top: -25px; width: 50px;  position: absolute;  opacity: 1; top: 50%; text-align: center; line-height: 50px; display: block; font-size: 50px; color: #fff; }
.flex-direction-nav li a.flex-prev {left: 20px; }
.flex-direction-nav li a.flex-next { right: 20px; }
.flex-direction-nav li a:hover { color: #30883C; }
.flexslider:hover .flex-direction-nav, .flexslider:hover .flex-control-nav, .flexslider2:hover .flex-direction-nav, .flexslider2:hover .flex-control-nav { display: block; }
.flex-control-nav { position: absolute; left: 0; bottom: 2%; text-align: center; width: 100%; }
.flex-control-nav li { padding: 0 10px; display: inline; }
.flex-control-nav li a { height: 20px; text-indent: -9999px; cursor: pointer; width: 20px; display: inline-block; background: #fff; border: 3px solid #fff; border-radius: 10px; -webkit-border-radius: 10px; -ms-border-radius: 10px; }
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active { background-color: #30883C; }
.pull-right .flexslider { position: relative; }
.flexslider2 { padding: 40px 0; overflow: hidden; position: relative; }
.flexslider2 a { font-size: 40px; line-height: 60px; }
.flexslider2 a i { color: #30883C; }
.bs-glyphicons li { float: left; width: 33%; }
.glyphicon { color: #30883C; font-size: 15px; }
#container .flex-control-nav { display: none !important; }
#container .flex-direction-nav li a { top: 50%; }

#accordion { padding: 0 0 20px 0; overflow: hidden; }
#accordion li .panel-heading { padding: 0px; }
#accordion li .panel-heading a { padding: 13px 0 10px 15px; color: #fff; }
#accordion li a.collapsed { background: #ccc; color: #000; }
#accordion li a { background: #30883C; color: #fff; display: block; border-color: #30883C; font-size: 16px; }
#accordion li p { padding: 5px 12px; margin: 0px; }

/* Categories */
.categories { padding-top: 50px; overflow: hidden; }
.categories .tab-pane li { padding: 20px 0; float: left; width: 100%; }
.categories h2 { padding-bottom: 10px; border-bottom: 1px solid #30883C; }
.categories a:hover { color: #30883C; }
.categories .col-sm-3 { padding: 0; }
.categories .nav.nav-tabs a { color: #222; background: none; }

/* links */
.links { padding: 0; width: 100%; overflow: hidden; }

/* tabs */
.tabs { width: 100%; overflow: hidden; }


/* Tags */
.tags { padding-bottom: 30px; overflow: hidden; }
.tags ul { padding: 0px; margin: 0px; list-style:none; }
.tags li { padding: 0 5px 5px 0; float: left; }
.tags li a { padding: 2px 5px 2px; text-transform: uppercase; display: block; border-radius: 2px; font-size: 13px; line-height: 20px; color: #fff; background: #30883C; }
.tags li a:hover { background: #333; color: #fff; }


/* side Area */
.sideArea { padding: 50px 0 0 0; overflow: hidden; }
.sideArea .slider { padding-bottom: 20px; }
.sideArea h2 { margin-bottom: 20px; }
.sideArea p { margin-bottom: 20px; }
.sideArea .block { padding-left: 20px; border-left: 3px solid #30883C; line-height: 20px; margin: 20px 0 20px 15px; }
.sideArea .block p { color: #AFAFAF; }
.sideArea blockquote { padding-top: 5px; padding-bottom: 5px; border-color: #30883C; }
.sideArea h3 { color: #777; }

/* header Area */
#headerArea { position: relative; width: 100%; }
#headerArea .nav > li { padding: 0; display: inline-block; }
#headerArea .nav > li > a { padding: 9px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; color: #fff; }
#headerArea .nav, .nav-pills { margin: 0; }
#headerArea .nav-pills > li { line-height: 40px; color: #fff; }
#headerArea .nav-pills > li > a { margin: 0 12px; color: #fff; display: block; line-height: 40px; }
#headerArea .nav-pills > li .fa { font-size: 12px; color: #fff; }
#headerArea .nav-pills > li > a:hover { text-decoration: underline; }
#headerArea .nav > li > a:hover { background: #fff; color: #30883C; }
#headerArea .navbar-fixed-top { background: #30883C; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; position: static; }
#headerArea .navbar-brand { padding: 10px 0; margin: 0px; z-index: 99; font-size: 24px; text-transform: uppercase; line-height: 25px; height: auto; transition: all 0.3s; color: #30883C; }
#headerArea .navbar { padding: 5px 0px; z-index: 99; margin: 0; transition: all 0.3s; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; width: 100%; border-bottom: 1px solid #DCDBD7; background: #fff; }
#headerArea .container > .navbar-header,
#headerArea .container-fluid > .navbar-header,
#headerArea .container > .navbar-collapse,
#headerArea .container-fluid > .navbar-collapse { margin: 0px; }
#headerArea .navbar-toggle { margin: 0px; }
#headerArea .navbar-toggle .icon-bar { background: #30883C; }
#headerArea .navbar-nav > li > a { padding: 0px 15px 0; margin: 0; text-transform: uppercase; border-top: 3px solid #fff; color: #69747A; }
#headerArea .navbar-nav > li > a i { margin-left: 5px; color: #30883C; font-size: 12px; }
#headerArea .navbar-nav > li > a:hover i, #headerArea .navbar-nav > li.active > a i { color: #69747A; }
#headerArea .navbar-nav > li > a:hover, #headerArea .navbar-nav > li.active > a { background: none; text-decoration: none; border-color:#30883C;  }
#headerArea .navbar-nav li.open a, .navbar-nav li.open a, .navbar-nav li.open a:focus, .navbar-nav li a:focus { background: none; border-color: #30883C; }

.bannerArea { width: 100%; position: relative; overflow: hidden; }
.bannerArea .jumbotron { padding: 0; margin: 0 0 0 -50%; position: absolute; top: 5%; left: 60%; z-index: 99; background: none; }
.bannerArea h1 { padding: 0px 15px; line-height: 60px; float: left; font-size: 40px; background: #30883C; color: #fff; }
.bannerArea .jumbotron li { margin-top: 5px; float: left; width: 100%; border-left: 5px solid #30883C; }
.bannerArea .jumbotron li a { display: block; padding: 5px; float: left; color: #fff; background: #222; }
.bannerArea .jumbotron li a:hover { background: #30883C; }
.bannerArea img { margin: 0 auto; width: 100%; max-width: 100%; }

/** Animated Header **/
#headerArea.tiny .navbar { padding: 20px 0; z-index: 9999; position: fixed; left: 0; top: 0; }
#headerArea.tiny .navbar .navbar-brand { padding-top: 10px; }
#headerArea.tiny .navbar-fixed-top { display: none; }

/* breadcrumb */
#breadcrumb { padding: 20px 0px; width: 100%; overflow: hidden; border-bottom: 2px solid #ccc; border-top: 1px solid #e6e9ee; background: #f2f2f2; }
#breadcrumb h1 { margin: 0px; color: #333; font-size: 24px; line-height: 24px; font-weight: 400; }
#breadcrumb h1 span { padding-left: 20px; color: #999; font-size: 15px; line-height: 15px; }
#breadcrumb li a { color: #30883C; }
#breadcrumb li a:hover { color: #333; }
#breadcrumb .breadcrumb { padding: 10px 0; margin-bottom: 10px; background: none; }
#breadcrumb input[type=text] { border: none; background: none; }
#breadcrumb button { border: none; background: none; }
#breadcrumb button:hover { color: #30883C; }

/* About Area */
.aboutArea { padding: 40px 0px 20px; overflow: hidden; position: relative; background: #f2f2f2; }
.aboutArea .col-sm-3 a { display: block; }
.aboutArea .i-overlay { margin: 0 auto; height: 90px; width: 90px; line-height: 94px; display: block; font-size: 36px; border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -webkit-border-radius: 50%; color: #cccccc; background: none; border: 2px solid #30883C; color: #30883C; }
.aboutArea .bg { padding: 35px 0; margin: 50px 0 0 0; background: #f2f2f2; }
.aboutArea .col-sm-3 { padding-top: 40px; cursor: pointer; }
.aboutArea .col-sm-3 a:hover { display: block; background: #30883C; color: #fff; }

/* Blog Area */
#blogArea { padding: 30px 0 0; overflow: hidden; }
#blogArea ul.controls { width: 100%; padding: 0px; overflow: hidden; margin: 20px 0; text-transform: uppercase; font-weight: 700; }
#blogArea ul.controls li { padding: 5px 12px; list-style: none; border: 1px solid #222; text-transform: uppercase; display: inline-block; margin: 5px 8px; cursor: pointer; }
#blogArea ul.controls li:hover, #blogArea ul.controls li.active { color: #30883C; border-color: #30883C; }
#blogArea ul#Grid { margin: 20px 0; padding: 0; position: relative; }
#blogArea ul#Grid li { padding: 0; margin: 0; display: none; position: relative; }
#blogArea ul#Grid li a { display: block; color: #fff; background: #30883C; font-weight: 700; text-transform: uppercase; }
#blogArea ul#Grid li a span.text { position: absolute; left: 0; bottom: 10%; display: none; width: 100%; text-align: center; }
#blogArea ul#Grid li a img { -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }
#blogArea ul#Grid li a:hover img { opacity: 0.2; }
#blogArea ul#Grid li a:hover span { display: block; }


/* Text Area */
#textArea { padding: 20px 0px 30px 0px; width: 100%; overflow: hidden; background: #222; }
#textArea .col-sm-3 { padding: 50px 0; }
#textArea h1 { line-height: 50px; color: #fff; }
#textArea p { color: #fff; }

/* Venue Area */
#venueArea { padding: 30px 0px 0; position: relative; background: #f2f2f2; }
#venueArea h1 { text-transform: uppercase; color: #696E74; font-weight: normal; }
#venueArea .col-sm-2 { padding: 0; }
#venueArea .col-md-offset-4 { margin-top: 20px; }
#venueArea .col-sm-4 { padding: 50px 0; border-bottom: 1px dashed #ccc; }
#venueArea h4 a { color: #30883C; font-size: 14px; }
#venueArea h4 a:hover { text-decoration: underline; }


/* About Area */
#pictureArea { padding: 50px 0; margin-top: 50px; overflow: hidden; position: relative; background: #222; }
#pictureArea li { padding: 0 0 20px 0; position: relative; width: 100%; float: left; }
#pictureArea a { margin-top: -40px; z-index: 9; text-align: center; color: #fff; font-size: 20px; line-height: 80px; height: 80px; width: 80px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -o-border-radius: 50%; position: absolute; left: 0; top: 50%; background: #0D0D0D; }
#pictureArea .col-sm-12 { padding-left: 100px; }
#pictureArea i.fa-long-arrow-down { font-size: 15px; margin: 0; color: #30883C; position: absolute; left: 37px; bottom: 0; }
#pictureArea a:hover { background: #30883C; }
#pictureArea h4 { color: #fff; }
#pictureArea p { color: #696E74; }
#pictureArea hr { margin: 0; width: 80px; }

/* Social Area */
.well { padding: 40px 0px; overflow: hidden; border-top: 2px solid #30883C; border-bottom: 2px solid #30883C; background: #30883C; }
.well h2 { margin-top: 0; text-transform: none; color: #fff; }

/* Work Area */
.workArea { padding: 70px 0 0px; position: relative; color: #fff; width: 100%; overflow: hidden; background-image: url(../images/image_1800x1200.jpg); }
.workArea.two { background-image: url(../images/image_1800x1200.jpg); }
.workArea.three { background-image: url(../images/image_1800x1200.jpg); }
.workArea .text { position: relative; z-index: 99; }
.workArea img { margin: 0 auto; width: auto; }
.workArea h2, .workArea p  { color: #fff; }
.workArea i { font-size: 36px; }
.workArea h1 { margin:0; color: #fff;  }
.workArea .col-sm-3 { padding-bottom: 40px; }

/* Contact Area */
#contactArea { padding: 0 0 40px 0; overflow: hidden; }
#contactArea h2 { padding-bottom: 11px; margin-bottom: 22px; border-bottom: 1px solid #999; }
#map_canvas { margin-bottom: 50px; height: 400px; width: 100%; clear: both; }
#contactArea .pull-left { padding-left: 0;  }
#contactArea .pull-right { padding-right: 0;  }
#contactArea li { padding-top: 10px; }
#map img{ max-width: none; }


/* Footer Area */
#footerArea { padding: 60px 0 0; color: #fff; background: #22565E; }
#footerArea h2 { margin: 0 0 20px 0; padding-bottom: 20px; border-bottom: 1px solid #fff; text-transform: none; font-size: 25px; line-height: 35px; color: #fff; }
#footerArea h2 a { display: block; line-height: 14px; font-size: 12px; color: #0D9191; }
#footerArea p { color: #fff; }
#footerArea .col-sm-3 .col-sm-3 { padding: 0; }
#footerArea .col-sm-3 .col-sm-9 a { color: #fff; }
#footerArea a span { color: #fff; display: block; }
#footerArea a:hover span { color: #fff; }
#footerArea li { padding-bottom: 15px; float: left; width: 100%; }
#footerArea a img { opacity: .5; }
#footerArea a:hover img { opacity: 1; }
#footerArea { color: #fff; }
#footerArea a, #footerArea li { color: #fff; }
#footerArea a i { padding: 0; }
#footerArea address { margin: 0; }
#footerArea .disclaimer { padding: 10px 0; overflow: hidden; margin-top: 30px; background: #0D9191; }
#footerArea .disclaimer p { margin: 0; padding: 0; font-size: 16px; }
#footerArea .disclaimer ul { margin: 0; }
#footerArea .disclaimer ul li { padding: 0 15px; width: auto; font-size: 16px; }
#footerArea .disclaimer ul li a:hover { text-decoration: none; }
#footerArea a:hover { color: #fff; }
#footerArea .btn { color: #fff; }
#footerArea .images li { margin-right: 15px; width: auto; }




/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {

	#headerArea .navbar-nav > li > a { padding-left: 10px; padding-right: 10px; }

	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 750px) and (max-width: 959px) {

	.navbar-nav > li > .dropdown-menu { margin-top: 16px; }
	#headerArea .navbar-brand { font-size: 16px; }
	#headerArea .navbar-nav > li > a { padding: 5px 4px 0; font-size: 12px; }
	#headerArea { min-height: 110px; }
	#headerArea .navbar, #sideArea, #venueArea, #venueArea .col-sm-4, .flexslider2, .aboutArea, #blogArea, #pictureArea, .sideArea, .categories { margin: 0; padding: 20px 0 15px;}
	#footerArea, .workArea { padding: 40px 0 0 0; margin: 0; }
	.bannerArea .jumbotron li a { padding: 2px;  }
	#textArea { padding: 25px 0; }
	#headerArea .navbar-nav > li > a { border-width: 1px; }
	#pictureArea a { height: 50px; width: 50px; line-height: 50px; }
	#pictureArea .col-sm-12 { padding-left: 60px; }
	#pictureArea li, #footerArea li, .categories .tab-pane li { padding: 0 0 5px 0; }
	#pictureArea i.fa-long-arrow-down { left: 24px; }
	#footerArea a, #footerArea li, #footerArea .disclaimer p { font-size: 12px; }
	#breadcrumb { padding: 0; }
	.nav > li > a, .categories a { font-size: 12px; line-height: 20px; padding: 2px 5px; }
	.tags li a { padding: 2px 5px; font-size: 12px; }
	.bs-glyphicons li { width: 50%; }

	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 749px) {

	.navbar-fixed-top { display: none; }
	.bannerArea { height: auto !important; }
	.bannerArea .jumbotron { display: none; }
	#headerArea .navbar-nav > li > a { padding: 0; line-height: 30px; border: none; font-size: 12px; }
	.navbar-collapse { max-height: 250px; }
	#headerArea .navbar-nav > li > a:hover, #headerArea .navbar-nav > li.active > a { text-decoration: none; background: #f2f2f2; }
	#headerArea .navbar-nav > li > a i { display: none; }
	.dropdown-menu > li > a { font-size: 12px; }
	.aboutArea, #blogArea, #pictureArea, .sideArea, #sideArea, #venueArea, .categories, .links { margin: 0; padding: 20px 0 15px;}
	#headerArea.tiny .navbar, .workArea { padding: 10px 0; }
	#footerArea { padding-top: 20px; }
	#breadcrumb { margin-top: 52px; text-align: center; }
	#contactArea .pull-left, #contactArea .pull-right { padding: 0 15px; }
	.workArea img { width: 70%; }
	.bs-glyphicons li { width: 100%; }
	.bannerArea .jumbotron li a { padding: 2px;  }
	#textArea { padding: 25px 0; }
	#pictureArea a { height: 50px; width: 50px; line-height: 50px; }
	#pictureArea .col-sm-12 { padding-left: 60px; }
	#pictureArea li, #footerArea li, .categories .tab-pane li { padding: 0 0 5px 0; }
	#pictureArea i.fa-long-arrow-down { left: 24px; }
	.tags li a { padding: 2px 5px; font-size: 12px; }
	#headerArea .nav-pills > li, .pull-left, .pull-right, #footerArea .disclaimer,  #footerArea .disclaimer li { float: none !important; line-height: 22px; width: 100%; overflow: hidden; text-align: center; }
	#venueArea .col-sm-4 { padding: 15px 0; text-align: center; }
	#venueArea .col-sm-4 a { display: block; }
	#footerArea .col-sm-3{ overflow: hidden; text-align: center; padding-top: 10px;  }
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


	 }