/*
 *
 * Template Name: Andia
 * Template URI: http://azmind.com
 * Description: Andia - Responsive Agency Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */	


body {
    background: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 14px;
		line-height: 22px;
}

.bluelogo { color: #61a5ba; }

a {
    color: #61a5ba;
    text-decoration: none;
    -o-transition: all .1s; -moz-transition: all .1s; -webkit-transition: all .1s; -ms-transition: all .1s; transition: all .1s;
}
a:hover, a:focus { color: #888; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 20px; }

::-moz-selection { background: #61a5ba; color: #fff; text-shadow: none; }
::selection { background: #61a5ba; color: #fff; text-shadow: none; }


/***** Big links / buttons *****/

a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    background: #61a5ba;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #61a5ba;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}
a.big-link-2 i { vertical-align: middle; }

a.big-link-2:hover {
    background: #5d5d5d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3 {
	display: inline-block;
    padding: 5px 22px;
    background: #61a5ba;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

ul.navbar-nav {
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
}

ul.navbar-nav li a { padding: 30px 20px; background: #fff; border-top: 5px solid #fff; color: #5d5d5d; }
ul.navbar-nav li.active a { background: #f0f0f0; border-color: #61a5ba; color: #5d5d5d; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { background: #61a5ba; border-color: #61a5ba; color: #fff; outline: 0; }

.nav .open > a { background: #f0f0f0; border-color: #61a5ba; color: #5d5d5d; }
.nav .open > a:hover, .nav .open > a:focus { background: #61a5ba; border-color: #61a5ba; color: #fff; }

ul.navbar-nav li a i { line-height: 35px; color: #aaa; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; }

.dropdown-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu > .active > a { background: #fff; color: #5d5d5d; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #f0f0f0; color: #61a5ba; }

ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { background: #61a5ba; color: #fff; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #f0f0f0; color: #61a5ba; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #61a5ba; color: #fff; border: 0; }

.navbar>.container .navbar-brand { margin-left: 15px; margin-top: 10px;}

.navbar-brand {
	width: 178px;
	min-width: 178px;
	height: auto;
	min-height: 100px;
	background: url(../img/logo100.png) no-repeat;
	text-indent: -99999px;
	background-size: 100%; 
	
}

/***** Slider *****/

.slider-container {
    margin: 0 auto;
    background-color: #f0f0f0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.slider {
	padding-left: 5px;
	padding-right: 5px;
}

.flexslider {
    margin-top: 45px;
    margin-bottom: 55px;
    border: 6px solid #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .slides .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48.1%;
}

.flex-caption {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    padding: 10px 20px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}

.flex-direction-nav a {
	width: 60px;
	height: 60px;
	padding-top: 17px;
	background: #61a5ba;
	color: #fff;
	text-shadow: none;
}

.flex-direction-nav a:before { font-size: 26px; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; }


/***** Slider 2 *****/

.slider-2-container {
	padding: 0px 0;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.slider-2-text {
	padding: 30px 0 43px 0;
	background: #1d1d1d; /* browsers that don't support rgba */
  background: rgba(0, 0, 0, .7);
  color: #fff;
}

.slider-2-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider-2-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
    font-style: italic;
}


/***** Presentation *****/

.presentation-container {
    margin-top: 30px;
}

.presentation-container h1 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold;
}

.presentation-container p {
    font-size: 18px;
    font-style: italic;
}


/***** Services *****/

.services-container {
    margin-top: 20px;
		padding-bottom: 20px;
}

.services-title {
	text-align: left;
	margin-top: 10px;
}

.services-title span{
		border: 20px solid #ffffff;
		border-top: 15px;
		border-bottom: 10px;
		background: #ffffff;
		font-family: 'Droid Sans', sans-serif;
		font-size: 24px;
		color: #1d5768;
		line-height: 130%;
		font-weight: bold;
		max-width:80%;
		display: inline-block;
}

.service {
		padding: 15px 15px 15px 15px;
    background: #f0f0f0;
    border-bottom: 2px solid #61a5ba;
		max-width: 400px;
		min-height:85%;
		margin: auto;
		margin-top: 15px;
		height:100%;
		padding-bottom: 40px;
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon i { vertical-align: middle; }

.service h3 {
    margin-top: 13px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.service p {
    padding-bottom: 0px;
    padding-top: 10px;
    line-height: 24px;
}

.service a{
		position:absolute;
		bottom:10px;
		margin-left: auto;
		margin-right: auto;
		left: 50px;
		right: 50px;
		max-width: 50%;
}

/***** Footer *****/

footer {
    margin: 0 auto;
		margin-top: 0px;
		padding-top: 15px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
}

.footer-box {
    text-align: left;
}

.footer-box h4 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.footer-box-text p {
    line-height: 24px;
}

.footer-box-text-contact i {
    padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
}

.flickr-feed a {
	display: inline-block;
	width: 54px;
	margin: 0 4px 4px 0;
}
.flickr-feed a:hover { opacity: 0.7; }
.flickr-feed a img { border: 2px solid #eaeaea; }


.footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

.footer-copyright {
    margin-top: 15px;
    line-height: 24px;
    text-align: left;
}

.footer-social {
    margin-top: 5px;
    text-align: right;
}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #666; }
.footer-social a:hover, .footer-social a:focus { color: #61a5ba; }


/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background-color: #f0f0f0;
    text-align: left;
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-container i {
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


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

/***** About us page *****/

.aboutus-container {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.aboutus-container h2 {
		color: #61a5ba;
		font-weight: bold;
}

.aboutus-container h3 {
    color: #1d5768;
		font-size: 18px;
		font-weight: bold;
}

.aboutus-container p {
    line-height: 28px;
    font-size: 14px;
}

.aboutus-gallery {
    margin: 0 0 0 0;
		padding: 0 0 0 0;
}

.aboutus-team  {
		padding-bottom:20px;
}

.aboutus-teaminfo  {
		margin-top: 0px;
		min-height: 220px;
}

.aboutus-teamimage {
		padding-top: -10px;
		margin-top: 25px;
		text-align: center;
		min-width: 230px;
}

.aboutus-profile  {
    width: 180px;
		min-width: 180px;
		height: 180px;
		min-height: 180px;
		margin: 0 0 0 0;
    border: 5px solid #f0f0f0;
}
}

/* ----- CONTACT PAGE ----- */

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us-container h3 {
    margin-top: 25px;
		text-align: left;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    color: #1d5768;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us-container p {
    line-height: 28px;
    font-size: 14px;
}

/***** Address *****/
.contact-address {
    padding-bottom: 30px;
}

.contact-us-container p {
    line-height: 28px;
    padding-top: 10px;
}

.contact-us-social-icons{
		width:50px;
		height:50px;
}

/***** Google map *****/

.contact-map {
	min-height: 300px;
}

.contact-map .map {
    margin: 20px 0 0 0;
    height: 300px;
    border: 5px solid #f0f0f0;
}


/***** Form *****/
.contact-form {
    padding-bottom: 30px;
		width: 100%;
		text-align: left;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
}

.contact-form input[type="text"] { width: 100%; height: 34px; }
.contact-form textarea { width: 100%; height: 170px; padding-top: 6px; padding-bottom: 6px; }
.contact-form label { font-size: 14px; font-weight: 400; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }


/* ----- SERVICES PAGE ----- */

/***** Services full width text *****/

.services-full-width-container {
    margin-top: 20px;
}

.services-full-width-text {
    padding-top: 10px;
    text-align: left;
}

.services-full-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    line-height: 28px;
    font-size: 14px;
}

.services-popup {
		font-style: italic;
		text-align: center;
		font-size: 14px;
}

.services-info {
	text-align: left;
}

.services-ref  {
	text-align: left;
    -ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.services-ref  p{
	font-size: 10px;
	line-height: 15px;
}
/***** Services half width text *****/

.services-half-width-container {
    margin-top: 20px;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    line-height: 28px;
    font-size: 14px;
}

/****** Services with images (left or right) *****/
.service-container-text-left {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-right: 15px;
		padding-left: 15px;
}
.service-container-image-right {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		margin: 15px;
		padding-left: 50px;
		padding-right: 15px;
}
.services-title h2,
.service-container-text-right h2,
.service-container-text-left h2 {
		margin-top: 10px;
		color: #1d5768;
}
.service-container-background-grey {
		background-color: #f0f0f0;
		padding-top: 20px;
		margin-top: 0px;
}
.service-container-text-right {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-right: 15px;
		padding-left: 15px;
}
.service-container-image-left {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		margin: 15px;
		padding-right: 50px;
		padding-left: 15px;
}
.service-container-image-row {
		background-repeat: no-repeat !important;
		background-size: 100% auto;
		height: 300px;
		margin-bottom: -20px;
		margin-top: 10px;
		overflow: hidden;
}
@media (max-width: 767px) {
		.service-container-image {
				display: none !important;
		}
		.service-container-image-row {
				visibility: visible !important;
		}
		.service-container-image-left {
				display: inline-block;
				padding: 0px;
		}
		.service-container-image-right {
				display: inline-block;
				padding: 0px;
		}
		.service-container-title-row {
				visibility: visible !important;
		}
		.service-container-title {
				display: none !important;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
		.service-container-image {
				display: none !important;
		}
		.service-container-image-row {
				visibility: visible !important;
		}
		.service-container-image-left {
				display: inline-block;
				padding: 0px;
		}
		.service-container-image-right {
				display: inline-block;
				padding: 0px;
		}
		.service-container-title-row {
				display: none !important;
		}
		.service-container-title {
				visibility: visible !important;
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
		.service-container-image {
				visibility: visible !important;
				height: 245px;
				min-width: 350px;
		}
		.service-container-image-row {
				display: none !important;
		}
		.service-container-image-right {
				padding-right: 30px;
		}
		.service-container-title-row {
				display: none !important;
		}
		.service-container-title {
				visibility: visible !important;
		}
}
@media (min-width: 1200px) {
		.service-container-image {
				visibility: visible !important;
				height: 350px;
				min-width: 500px;
		}
		.service-container-image-row {
				display: none !important;
		}
		.service-container-title-row {
				display: none !important;
		}
		.service-container-title {
				visibility: visible !important;
		}
}

/***** TF *****/
.services-tf-table table {
    border-collapse: collapse;
		border: 1px solid #61a5ba;
    text-align: left;
    width: 100%;
}
.services-tf-table {
    overflow: hidden;
}
.services-tf-table table td,
.services-tf-table table th {
    padding: 10px 6px;
}

.services-tf-table table thead th {
    background-color: #61a5ba;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: bold;
		padding: 20px 6px;
}

.services-tf-table table thead th:first-child {
    border: none;

}
.services-tf-table table tbody td {
    font-size: 14px;
    border-bottom: 1px solid #61a5ba;
    font-weight: normal;
}
.services-tf-table table tbody td:first-child {
    border-left: none;
}
.services-tf-table table tbody tr:last-child td {
    border-bottom: none;
}
.services-tf-table table tbody .bold{
		font-weight: bold;
}

.services-tf-table table tbody .notes{
		font-style: italic;
		font-size: 12px;
}

.service-tf-ai {
    padding: 15px 15px 15px 15px;
    background: #f0f0f0;
    border-bottom: 2px solid #61a5ba;
		max-width: 400px;
		min-height:85%;
		margin: auto;
		margin-top: 15px;
		height:100%;
}

.service-tf-ai:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.service-tf-ai .service-tf-ai-image {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service-tf-ai h3 {
		margin-top: 18px;
		margin-bottom: 10px;
		font-family: 'Droid Sans', sans-serif;
		font-size: 18px;
		color: #1d5768;
		font-weight: bold;
}

.service-tf-ai p {
    line-height: 24px;
		font-style: normal;
		text-align: center;
		margin-bottom: 0px;
}



/***** Call to action *****/

.call-to-action-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #f0f0f0;
    text-align: left;
    overflow: hidden;
}

.call-to-action-text:hover {
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right;
}


/* ----- PORTFOLIO PAGE ----- */

.portfolio-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-filters {
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-filters a { color: #5d5d5d; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #61a5ba; }

.portfolio-box {
	width: 255px;
	margin: 40px 15px 0 15px;
}

.portfolio-box img {
	-o-transition: all .1s; -moz-transition: all .1s; -webkit-transition: all .1s; -ms-transition: all .1s; transition: all .1s;
}
.portfolio-box:hover img { opacity: 0.7; }

.portfolio-box-container {
	position: relative;
	background: #f0f0f0;
    border-bottom: 2px solid #61a5ba;
}

.portfolio-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.portfolio-box-container .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48%;
}

.portfolio-box-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio-box-text {
	padding: 0 15px 20px 15px;
}

.portfolio-box-text h3 {
	cursor: pointer;
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-box-text p {
    line-height: 24px;
    font-style: italic;
}

/* ----- Public Information ----- */

.publicinformation-container {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.publicinformation-container h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.publicinformation-container p {
    line-height: 28px;
    font-size: 14px;
}

/***** Schedule *****/

.publicinformation-schedule {
    padding-bottom: 0px;
}

.publicinformation-scheduleinfo{
    padding-bottom: 0px;
}

/***** Price List *****/
.publicinformation-pricelist {
    padding-bottom: 20px;
}

.ui-tabs.ui-tabs-vertical {
		width:100%;
}

@media (min-width: 781px) {
	.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
			float: left;
			padding-left:0;
			margin-left: 15px;
			min-width:20%;
			max-width: 290px;
	}
}

@media (max-width: 780px) {
	.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
			float: left;
			padding-left:0;
			margin-left: 15px;
			min-width:20%;
			max-width: 130px;
	}
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    overflow: hidden;
    position: relative;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
		text-decoration: none;
    padding: 15px 10px;
		clear: both;
    font-weight: 400;
    line-height: 1.0;
		text-transform: uppercase;

}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover a:active {
    cursor: pointer;
		background-color: #61a5ba;
		text-decoration: none;
		text-transform: uppercase;

}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
		background-color: #61a5ba;
		text-transform: uppercase;
		color: #fff;
}

@media (max-width: 510px) {
	.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    border-radius: 0;
    position: relative;
    left: -1px;
		background-color: #61a5ba;
		padding: 10px 20px 10px 20px;
		padding-right: 20px;
		min-height: 420px;
		width: 50%;
	}
}
@media (min-width: 511px) and (max-width: 780px) {
	.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    border-radius: 0;
    position: relative;
    left: -1px;
		background-color: #61a5ba;
		min-height: 420px;
		width: 65%;
		padding: 10px 20px 10px 20px;
	}
}
@media (min-width: 781px) {
	.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    border-radius: 0;
    position: relative;
    left: -1px;
		background-color: #61a5ba;
		padding: 10px 20px 10px 20px;
		min-height: 420px;
		min-width: 55%;
	}
}

.ui-tabs.ui-tabs-vertical .ui-tabs-panel h4 {
    color: #fff;
		font-weight: bold;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-panel p {
    color: #fff;
}

.tabs-vertical-close {
    color: #fff;
}

/*----- Services -----*/
.row {
  display: table; /* equal height of the children */
	max-width: 100%;
}

@media (min-width: 781px) {
  .row {
    display: inline-flex;
	width: 100%;
	max-width: 100%;
  }
}

.fa-navigation-icons{
	font-size: 20px;
}