/*font-family: 'Times New Roman', sans-serif;*/

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Calibri', sans-serif;
    font-size: 20px;
    color: #68696a;
    background: #ffffff;
    letter-spacing: 1px;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}
.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a, .fa
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
}
.img-center {
    max-width: 100%;
    height: 243px;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 200px;
    width: 100%;
}
/*Style Ends*/

.fixed-width
{

}

.top-area
{
    background: url(../../images/top-image.jpg) no-repeat;
    min-height: 800px;
    position: relative;
    background-position: center!important;
    background-size: cover!important;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav-justified > li > a
{
    color: #68696a;
    font-size: 17px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav-justified > li.active > a
{
    text-decoration: none;
    background-color: transparent;
    color: #2eaca1;
}

.nav-justified > li
{
    vertical-align: bottom;
}

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

.title
{
    background: #ecedf1;
}

.title h1
{
    font-size: 21px;
    font-family: 'Times New Roman', sans-serif;
    margin: 0px;
    padding: 50px 0px;
    text-align: center;
    line-height: 32px;
}

.title h2
{
    font-size: 25px;
}

.service-box h4
{
    font-size: 18px;
}

.service-box h4 a
{
    color: #3e3e3c;
}

.service-box h4 a:hover, .service-box h4 a:focus
{
    color: #2eaca1;
    text-decoration: none;
}

.navbar-toggle
{
    border: 1px solid #2eaca1;
}

.navbar-toggle .icon-bar
{
    background: #2eaca1;
}

.address
{
    padding: 70px 0px;
    font-size: 17px;
    padding-left: 50px;
}

.address li
{
    padding: 8px 0px;
}

.address li .fa
{
    font-size: 24px;
    position: relative;
    top: 3px;
}

.address li a
{
    color: #68696a;
}

.social
{
    font-size: 20px;
}

.social .list-inline li a .fa
{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #ffffff;
}

.social .list-inline li a .fa-facebook
{
    background: #3557a7;
}
.social .list-inline li a .fa-twitter
{
    background: #1ea7da;
}
.social .list-inline li a .fa-google-plus
{
    background: #ea4335;
}

.btn-success
{
    background: #b3b3b3;
    border-color: #b3b3b3;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 6px 20px;
}

.btn-success:hover, .btn-success:focus
{
    border-color: #2eaca1;
    background: #2eaca1;
}

.modal-header
{
    background: #2eaca1;
}

.modal-title
{
    font-size: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.modal-content
{
    border-radius: 0px;
}

.form-control
{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    border: 1px solid #545050;
    font-size: 17px;
}

.modal-body .title-label
{
    font-size: 26px;
    font-weight: normal;
}

input[type=radio] {
    display:none;
}

input[type=radio] + label
{
    background-size: 100%!important;
    height: 66px;
    width: 72px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    margin-bottom: 0px;
}

input[type=radio] + label.theater
{
    background: url('../../images/theater.jpg') no-repeat;
}

input[type=radio] + label.classroom
{
    background: url('../../images/classroom.jpg') no-repeat;
}

input[type=radio] + label.sitdown
{
    background: url('../../images/sitdown.jpg') no-repeat;
}

input[type=radio] + label.ushape
{
    background: url('../../images/u-shape.jpg') no-repeat;
}

input[type=radio]:checked + label
{
    border: 5px solid #545050;
}

.dropdown-menu
{
    min-width: 267px;
}

.input-prepend {
    display: inline-flex;
    margin-top: -1px;
}
.input-prepend button {
    border-radius: 100%;
    outline: 0;
    border: 1px solid #545050;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: transparent;
    padding: 0px 10px;
    line-height: 0px;
}
.cartinput {
    width: 40px;
    text-align: center;
    font-size: 13px;
    height: 34px;
    top: -1px;
    position: relative;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px solid #d6d2d2;
    border-bottom: 0px solid #d6d2d2;
    background: #ffffff;
}

.menu li a
{
    font-size: 17px;
    color: #68696a;
}

.menu li a:hover, .menu li a:focus
{
    color: #2eaca1;
    text-decoration: none;
}

.menu li
{
    padding-left: 10px;
    padding-right: 10px;
}

.menu li:not(:last-child):after {
    content: "|";
    float: right;
    position: relative;
    margin-top: 0px;
    color: #68696a;
    margin-right: -19px;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.blueimp-gallery>.prev, .blueimp-gallery>.next{
    border: 0;
}

.facebook-like
{
    position: absolute;
    right: 50px;
    top: 65px;
    z-index: 10;
}