/*
MASS
Version: 1.0

===========================
  General and Typography
============================ */

body {
    background-repeat: no-repeat, no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #808080;
	overflow-x:hidden;

}
p,
ul,
ol {
	font-size:14px;
       line-height: 26px;
    margin: 0 0 16px;
}
.text-dark{color:#404040!important;}
.text-light{color:#fff!important;}
/* Headings */

h1 {
    font-size: 46px;
    margin-bottom: 10px;
	font-weight:900;
	font-family: 'Titillium Web', sans-serif;
    margin-top: 20px;
    color: #222;
    text-transform: uppercase;

}

h2 {
    font-size: 36px;
	font-weight:300;
    line-height: 42px;
    text-transform: uppercase;

    font-family: 'Titillium Web', sans-serif;
    margin: 20px 0px;
}
h3 {
	    text-transform: uppercase;

    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    position: relative;
}
h4 {
    font-family: 'Titillium Web', serif;
        font-size: 36px;
		  font-weight: 300;
    margin: 0 0 32px;
    line-height: 42px;
}
h5 {
    margin: 0;
	 line-height: 30px;
	    font-size: 24px;
    margin: 0 0 21px;
	font-weight:400;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 20px;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    text-transform: none;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Titillium Web;
}

 h2:before, .h2:before, h3:before, .h3:before, .sidebar h4:before,.header-text h1:before {
    content: '';
    border-bottom: 3px solid ;
    width: 50px;
    display: table;
    margin-bottom: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
/* Links */

a {
    transition: color .2s ease-in-out;
}
a:hover,
a:focus {
	color:#808080!important;
    text-decoration: none;
}

.btn-news{
margin-top:70px;}
/* Others */

.subtitle {
    font-weight: 500;
    font-size: 18px;
	line-height:1.4;
}
.text-light p,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5 {
    color: #fff;
}
strong{color:#404040;}
i {
    transition: all .2s ease-in-out;
}
/*===========================
  Preloader
============================ */

#preloader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.spinner {
    position: absolute;
    left: 48%;
    top: 50%;
    z-index: 999;
    min-width: 6.5em;
    height: 2.5em;
    overflow: visible;
}
.spinner > div {
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*===========================
 Top Bar
============================ */

.top-bar {
	background: rgba(24, 54, 80, 0.65);
    color: #fff;
	font-family: 'Titillium Web';
	    text-align: center;
    transition: all .2s ease-in-out;
}
.top-bar .contact-details p,
.top-bar a{	 color: #fff!important;
font-size:13px;
}
.top-bar ul,
ol {
    margin-bottom: 0px;
    padding: 0px;
}
.top-bar .contact-details p {
    display: inline-block;
    margin: 0px 0px 0px 40px;
    line-height: 40px;
	    color: #fff;
}
.top-bar .contact-details i {
    margin-right: 10px;
}
.top-bar .contact-details p:first-child {
    margin-left: 0px;
}
.top-bar-padding{
    padding: 5px 0px;
}

/* top-bar Social icons */

ul.social-list {
    float: right;
    list-style-type: none;
}

ul.social-list li {
    float: left;
			border-left: 1px solid #fff;

}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #fff;

}
ul.social-list li:first-child {
		border-left: 0px solid #fff;

}
ul.social-list li a:hover {
    color: #fff;
    transition: background .3s ease-in-out;
}

ul.social-list li a i {
	color: #fff!important;
    font-size: 2em;
    display: block;
    width: 45px;
    line-height: 52px;
    text-align: center;
    font-size: 22px;
}
/*===========================
  Navigation
============================ */

.navbar {
	margin-bottom: 0;
	z-index:99991;
	border:0px;
	    background-color: transparent;

}
.navbar .line{
   border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.navbar.scrolled {
  transition: background-color 200ms linear;
      box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

.navbar.scrolled .container.line{
padding-top:0px;
padding-bottom:0px;

    border-bottom: 1px solid transparent;
}

.navbar.scrolled .top-bar{
display:none;
}

#menu-main {
    border-bottom: 5px solid transparent;
	}

.container.line{
padding:30px;
}
.magic-line {
    position: absolute; bottom: 0px; left: 0; height: 5px;
}

li.magic-line {
    list-style-type: none;
}

.navbar-nav>li>a:hover {
    background: none;;
}

.navbar-custom ul li:before {
   display:none;
}
.navbar-custom ul.nav li a {
    font-size: 16px;
    line-height: 60px;
	    margin-top: 5px;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
    transition: all .2s ease-in-out;
    font-family: 'Titillium Web',sans-serif;
    background: transparent;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.navbar-custom ul.nav li a:hover {
	color:#fff;
}


.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0px;
	text-align: center;
	border: 0px;
	margin-top: 6px;
	    left: 0px;
	    padding-top: 10px!important;
		    padding-bottom: 10px!important;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {border-bottom: none;}

.navbar-custom ul.nav ul.dropdown-menu li a {
	    width: 100%;
    line-height: 40px;
	display:inline-block;
}

.dropdown-menu>li>a{    font-size: 15px!important;
    font-weight: 400!important; text-transform:none!important;}
/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active{outline: 0;}

.navbar-toggle{
	font-size: 35px;
	color: #fff;
	transition: all .2s ease-in-out;
	position: relative;
	float: right;
	border-radius: 50%;
	min-width: 70px;
}

.top_search {
  position: relative;
      margin-left: 50px;
}

.top_search  i{
  color:#fff; }
  .top_search .search_button {
    position: relative;
    width: 100px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    padding: 33px 0 28px;
    color: #183650;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .top_search .search_button:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin: -25px 0 0;
      height: 50px;
      width: 1px;
      background: rgba(255, 255, 255, 0.35);
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .top_search .top_search_form {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    top: 100%;
    background: #183650;
    width: 315px;
    padding: 20px 30px 28px; }
    .top_search .top_search_form p {
      font-size: 13px;
      line-height: 22px;
      color: #fff;
      margin: 0 0 16px; }
    .top_search .top_search_form form {
      position: relative; }
      .top_search .top_search_form form input[type="text"] {
        width: 100%;
        display: block;
        border: none;
        font-size: 14px;
        padding: 10px 40px 9px 16px;
        outline: none !important;
        box-shadow: none !important; }
        .top_search .top_search_form form input[type="text"]:focus {
          border: 2px solid #34ccff !important;
          padding-top: 9px;
          padding-bottom: 8px;
          padding-left: 15px; }
      .top_search .top_search_form form button {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        font-size: 13px;
        background: none;
        color: #34ccff;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .top_search .top_search_form form button:hover {
          color: #183650; }
  .top_search:hover .search_button {
    background: #183650;
    color: #fff; }
    .top_search:hover .search_button:before {
      opacity: 0; }
  .top_search:hover .top_search_form {
    opacity: 1;
    visibility: visible; }


/*===========================
  Logo
============================ */

.navbar-brand-centered img {
    max-height: 95px;
    top: 0%;
    margin: auto;
}

/* =========================== Stats ============================ */
 #counter-section{
     /*background-image: url("../img/counterbg.jpg");*/
     background-size:cover;
     background-attachment:fixed;
}
/* number counter */

#counter-section .counter-wrapper{
    padding: 0px;
}

.icon_counter{
    margin-top: 15px;
}
.counter p {
     margin-bottom:0px;}
    .counter .text .counter-value {
      font-size: 42px;
      font-weight: 300;

      font-family: Titillium Web; }
    .counter .title {
      font-size: 14px;
      line-height: 22px; }

.icon_counter svg{
				height: 64px;
width: 64px;
stroke: #ffffff;
			}


        .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr {
          background: #fff;
          box-shadow: none;
          border: 1px solid #e6e6e6;
          border-radius: 1px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateZ(0); }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr:hover {
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
            border-color: transparent; }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail {
            position: relative;
            margin: -1px -1px 0 -1px; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail img {
              width: 100%; }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content {
            padding: 30px;
            font-size: 13px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 {
              font-weight: 600; }
              .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a {
                text-decoration: none !important;
                color: #183650!important;
				text-transform:uppercase;
				 font-weight: 600;
				 font-size:14px;
				 letter-spacing:0.7px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a:hover {
                  color: #34ccff; }
              .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6:before {
                display: none; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content p {
              line-height: 24px; }

	.vc_services .owl-dots {
    position: relative;
    margin: 0 0 30px;

}

   .vc_services .owl-theme .owl-dots .owl-dot span {

   border: 3px solid #1a3650;}


/*.vc_services .owl-controls{
    height: 0;
}*/
/* ===========================
 Main Slider
============================ */

#layerslider{
	width:100% !important;
	height:900px!important;
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next{display:none;}

.ls-bottom-nav-wrapper{
	z-index:99!important;
}
/* Slider text boxes  */

.header-text {
    max-width: 50%;
	color:#fff;
	    padding: 60px;
    top: 30%!important;
}

.header-text h1{margin-top:10px;color:#fff; font-weight:400; font-size:55px; line-height:52px; text-transform:none;}

.header-text p{margin-top:20px;margin-bottom:20px;font-size:16px; line-height:26px;}



/*===========================
Index page
============================ */

#faq .owl-carousel {
   padding: 0px 0px;
}
.signature {font-size:14px; margin-bottom: 0px;
line-height:26px; text-transform:uppercase;Font-weight:700;color:#404040;}
.signature-small{
    font-size: 13px;
}

.mass_video_popup img {
  display: block;
  max-width: 100%;
  height: auto; }
.mass_video_popup .fancy_video {
  position: relative;
  display: block; }
  .mass_video_popup .fancy_video:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    background: #34ccff;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: -43px 0 0 -43px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mass_video_popup .fancy_video:hover:before {
    background: #183650; }
  .mass_video_popup .fancy_video:after {
    content: '\e900';
    position: absolute;
    left: 50%;
    margin: -12px 0 0 -7px;
    top: 50%;
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #fff;
    z-index: 20; }

/*===========================
 Call to Action section
============================ */

#call-to-action {
    background-image: url(../img/voice.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*===========================
 testimonials section
============================ */

#testimonials {

    background-image: url(../img/testimonials.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#testimonials .owl-carousel,
#testimonials2 .owl-carousel{
     padding: 0px 0px;
}
#testimonials .divider:before,
#testimonials2 .divider:before {
        content: '\e958';
    font-family: 'stm';
    font-size: 64px;
    line-height: 0.1em;
    margin-right: 0.5em;
    vertical-align: 0.2em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	transform: rotate(180deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    /* margin: 0 0 15px; */
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
}
#testimonials blockquote,
#testimonials2 blockquote  {
   text-align:center;
}
#testimonials blockquote:before,
#testimonials2 blockquote:before  {
   display:none;
}
#testimonials .sep,
#testimonials2 .sep{

       position: relative;
    color: #34ccff;
    font-size: 15px;
    margin-bottom: 32px;
    /* display: inline-block; */
    vertical-align: top;
    margin: 10px auto;
    display: table;
		transform: rotate(180deg);

}
#testimonials .sep:before,
#testimonials2 .sep:before {
    content: '';

    position: absolute;
    left: -85px;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #34ccff;
}
#testimonials .sep:after,
#testimonials2 .sep:after  {
    content: '';
    position: absolute;
    right: -85px;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #34ccff;
}
#testimonials .testimonial_info,
#testimonials2 .testimonial_info  {
	 text-align:center;
        overflow: hidden;
		 margin-top:-30px;}
        #testimonials .testimonial_info h6,
#testimonials2 .testimonial_info h6		{
          color: #404040;
          margin: 0 0 10px;
		  font-size:14px;
		  text-transform:uppercase;
          font-weight: 600;
		  letter-spacing:1px;}
          #testimonials .testimonial_info h6:before,
 #testimonials2 .testimonial_info h6:before 		  {
            display: none; }
       #testimonials .testimonial_info .position,
 #testimonials2 .testimonial_info .position	   {
          font-size: 14px;
          line-height: 16px; }

		 #testimonials2  .well {

    padding: 30px;
}
.img-testimonial{max-width:200px; max-height:200px; margin:0 auto;}
		  #testimonials2 .owl-prev i,
		  #testimonials2 .owl-next i{padding: 0px;
    height: 25px;
    width: 25px;
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
    margin: 10px;}
		  #testimonials2 .testimonial_full {    padding: 60px 20px;}
		  #testimonials2 .bg1 {

    background-image: url(../img/testimonials.jpg);
    background-size: cover;
	    background-position: center;
    background-repeat: no-repeat;
}
 #testimonials2 .bg2 {

    background-image: url(../img/testimonials2.jpg);
    background-size: cover;
	    background-position: center;
    background-repeat: no-repeat;
}
#testimonials2 .bg3 {

    background-image: url(../img/testimonials3.jpg);
    background-size: cover;
	    background-position: center;
    background-repeat: no-repeat;
}


#owl-testimonials_3 .testimonial_full {
    padding: 0px 0px 30px 0px!important;
}
#owl-testimonials_3 .bg1{
    background-image: url(../img/testimonials/rob.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
}
#owl-testimonials_3 .bg2{
    background-image: url(../img/testimonials/nicole.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
}
#owl-testimonials_3 .bg3{
    background-image: url(../img/testimonials/jking.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
}
.testimonials-white-bg .bg-gray{background-color:#fff!important;}
/*===========================
 faq/directory
============================ */
.directory-home.row {
     margin-right: 0px;
    margin-left: 0px;
}
.directory-home{    border: 1px solid #e6e6e6; padding:0px;}
.box-padding{padding: 30px 10px;
}
.directory-home .image{   padding-left:0px;}
.directory-home .info{   padding:40px 20px;}

.directory-content-info p{    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;}
	#faq .owl-dots {
    text-align: left;
}
/*===========================
  Services section
============================ */

.service {
	background:#fff;
    border-radius: 20px;
    padding: 30px;
}
.service h3 {
    text-align: center;
    margin-top: 20px;
	    margin-bottom: 20px;
}
#owl-programs h5 {
     font-weight: 700;
    padding: 10px;
	border-radius:20px;
    color: #fff!important;
    text-align: center;
    top: 20px;
}

.service img {
	border: 10px solid;
    transition: border 0.2s ease-in-out;
}
.service:hover img {
    border: 7px solid;
}

/* ===========================
  About Us Pages
============================ */
/* Jumbotron */
#about.jumbotron {
    background: url(../img/jumbotron/about_jumbotron.jpg) no-repeat;
}
/* ===========================
  Directory
============================ */

#directory.jumbotron {
    background: url(../img/jumbotron/directory_jumbotron.jpg) no-repeat;
}

/*===========================
  Partners
============================ */
/* Jumbotron */
#partners.jumbotron {
    background: url(../img/jumbotron/partners_jumbotron.jpg) no-repeat;
}
.partner-fix{
    margin-top: 20px;
}
.partner-info.box-padding{padding:30px;}

.partner-info strong{color:#808080;}
.partner-info a{   font-weight:700;}

.partner-info {    transition: all 0.2s ease-in-out;}
.partner-info:hover {background:#efeded;}

/*===========================
  Staff
============================ */

/* Jumbotron */
#team.jumbotron {
	    background-position: top center!important;
    background: url(../img/jumbotron/team_jumbotron.jpg) no-repeat;
}
/* Jumbotron */
#team1.jumbotron {
    background: url(../img/jumbotron/team1_jumbotron.jpg) no-repeat;
}
.staff_wr .staff_image img {
    margin: 0 auto;
}
.staff_wr {
	margin-top:30px;
        border: 1px solid #e6e6e6;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .staff_wr:hover {
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
          border-color: transparent; }
          .staff_wr:hover .staff_image .staff_socials {
            opacity: 1; }
          .staff_wr:hover .staff_info .staff_info_wr {
            transform: translateY(-75px);
            -webkit-transform: translateY(-75px); }
            .staff_wr:hover .staff_info .staff_info_wr .staff_name_position {
              opacity: 0; }
            .staff_wr:hover .staff_info .staff_info_wr .staff_phone_email {
              opacity: 1; }
        .staff_wr .staff_image {
          position: relative;
          margin: -1px -1px 0 -1px; }
          .staff_wr .staff_image img {
            display: block;
            max-width: 100%;
            height: auto; }
          .staff_wr .staff_image .staff_socials {
            position: absolute;
            left: 50%;
            bottom: 21px;
            list-style: none;
            padding: 0;
            margin: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            opacity: 0;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .staff_wr .staff_image .staff_socials:after {
              content: "";
              display: table;
              clear: both; }
            .staff_wr .staff_image .staff_socials li {
              margin: 0 3px;
              float: left; }
              .staff_wr .staff_image .staff_socials li:last-child {
                margin: 0; }
              .staff_wr .staff_image .staff_socials li a {
                display: block;
                width: 32px;
                height: 32px;
                -webkit-border-radius: 32px;
                -moz-border-radius: 32px;
                -ms-border-radius: 32px;
                border-radius: 32px;
                background: #d9d9d9;
                text-align: center;
                line-height: 32px;
                color: #fff;
                font-size: 17px;
                text-decoration: none !important;
                color: rgba(255, 255, 255, 0.8);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                .staff_wr .staff_image .staff_socials li a i {
                  line-height: 34px; }
                  .staff_wr .staff_image .staff_socials li a i.fa-vimeo {
                    font-size: 14px; }
                  .staff_wr .staff_image .staff_socials li a i.stm-google-plus {
                    font-size: 13px; }
                .staff_wr .staff_image .staff_socials li a:hover {
                  background: #34ccff;
                  color: #fff; }
                .staff_wr .staff_image .staff_socials li a.social-facebook {
                  background: #3a5897; }
                .staff_wr .staff_image .staff_socials li a.social-twitter {
                  background: #00aced; }
                .staff_wr .staff_image .staff_socials li a.social-linkedin {
                  background: #0077b5; }
                .staff_wr .staff_image .staff_socials li a.social-google-plus {
                  background: #db4437; }
        .staff_wr .staff_info {
          position: relative;
          overflow: hidden;
          height: 96px; }
          .staff_wr .staff_info .staff_info_wr {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding: 15px 30px 10px; }
            .staff_wr .staff_info .staff_info_wr .staff_name_position {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              opacity: 1; }
            .staff_wr .staff_info .staff_info_wr .staff_phone_email {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
			  margin-top: -10px;
              opacity: 0; }
            .staff_wr .staff_info .staff_info_wr h5 {
              margin: 0 0 13px; }
              .staff_wr .staff_info .staff_info_wr h5:before {
                display: none; }
            .staff_wr .staff_info .staff_info_wr .staff_department {
              margin: 0 0 30px;
              font-size: 13px; }
            .staff_wr .staff_info .staff_info_wr .staff_phone {
              position: relative;
              padding: 0 0 0 25px;
              margin: 0 0 20px; }
              .staff_wr .staff_info .staff_info_wr .staff_phone:before {
                content: "\e93e";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: -2px;
                color: #34ccff;
                font-size: 17px; }
            .staff_wr .staff_info .staff_info_wr .staff_email {
              position: relative;
              padding: 0 0 0 25px;
              margin: 0 0 20px; }
              .staff_wr .staff_info .staff_info_wr .staff_email:before {
                content: "\e902";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: 2px;
                color: #34ccff;
                font-size: 12px; }
            .staff_wr .staff_info .staff_info_wr .staff_skype {
              position: relative;
              padding: 0 0 0 25px;
              margin: 0 0 20px; }
              .staff_wr .staff_info .staff_info_wr .staff_skype:before {
                content: "\e94a";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: -1px;
                color: #34ccff;
                font-size: 16px; }
/* ===========================
--- board members and directory
============================ */

#isotope-fade .isotope .isotope-item {
   -webkit-transition-property: top, left, opacity;
     -moz-transition-property: top, left, opacity;
      -ms-transition-property: top, left, opacity;
       -o-transition-property: top, left, opacity;
          transition-property: top, left, opacity;
}

#directors.jumbotron{
		    background-position: top center!important;

    background: url(../img/jumbotron/directors_jumbotron.jpg) no-repeat;
}
				.member-grid{
				background: #F7F7F7;
    padding: 15px;
	    transition: all 0.2s ease-in-out;

	min-height:220px;}
	.member-grid:hover,.media:hover{
				    box-shadow: 1px 2px 10px #cecece;}
	.member-grid p.name {
				margin: -5px 0px -10px 0;
border-bottom:1px solid #cecece;				}
	.member-grid img{
				width:125px;
				margin:0 auto;}

				 .media.no-padding {
    padding: 0;

}

.media{    transition: all 0.2s ease-in-out; border: 1px solid #e6e6e6;}
.media.no-padding .media-body {
    padding: 30px;
}

/* ===========================
--- Positions section
============================ */

#positions.jumbotron{
    background: url(../img/jumbotron/positions_jumbotron.jpg) no-repeat;
}
/* ===========================
--- Gallery section
============================ */

#gallery.jumbotron{
    background: url(../img/jumbotron/gallery_jumbotron.jpg) no-repeat;
}
.portfolio-item {
    margin: 10px;
    position: relative;
}
/* Isotope */

.isotope-item {
    z-index: 2;
	    margin-top: 10px;
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
/* Gallery */

.gallery-item.selected img {
    transition: opacity 1s ease-in-out;
}
.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}
.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(20px);
    opacity: 1;
}
/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 0px;
    transition: opacity .3s ease-out;
}
.gallery-thumb:hover .overlay-mask {
    opacity: 0.5;
    border: 0px solid;
}

/*===========================
 Blog Posts & Blog home
============================ */
#owl-blog .item{
    padding: 3px;
}
/* Jumbotron */

#blog.jumbotron {
    background: url(../img/blog_jumbotron.jpg) no-repeat;
}

/*Headers */

.blog-post h3 {
    margin: 20px 0px 20px 0px!important;
    transition: all 0.2s ease-in-out;
}
/* date & category badge */

.date-category {
    position: absolute;
    z-index: 10;
	border-radius:20px;
    color: #fff;
    min-width: 130px;
    padding-top: 20px;
    left: 5%;
    margin-top: 10px;
}
.date-category p {
	margin-top: 10px;
    font-family: 'Titillium Web';
    font-size: 20px;
    line-height: 24px;
}
/* Post info */

.post-info {
    margin-bottom: 10px;
}
.post-info p {
    margin-right: 15px;
    display: inline-block;
    font-weight: 600;
}
.post-info p + p {
    line-height: 0px !important;
}
.post-info i {
    margin-right: 5px;
}
/* blog post */

.blog-post {
    border-bottom: 1px solid;
    padding: 60px 40px 60px 0px;
    transition: all 0.2s ease-in-out;
}
.blog-post:last-child {
    border-bottom: 0px;
}
.blog-post:first-child {
    padding-top: 0px;
}
.blog-post i {
    margin-right: 5px;
}
.single-page .blog-post h3 {
    margin-top: 0px;
}
.post-main img {
    margin-bottom: 20px;
}
/* Blog tags */

.blog-tags a {
    border-radius: 5px;
    color: #fff!important;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.2s;
}
.blog-tags a::before {
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.post-info .blog-tags {
    margin-top: 20px;
}
/* Comments */

.comment-form.media {
    margin-top: 30px;
}
.comments-block {
    padding: 20px;
    margin: 30px 0px 0px 0px;
}
.comment.media-body {
    margin-right: 10px;
}
.comments-block .btn {
    padding: 5px;
}
.comments-block .media-object {
    max-width: 120px;
    float: left;
    margin-right: 10px;
}
.comment {
    margin: 40px auto 20px;
    padding: 30px;
    position: relative;
}
.comment {
    border-radius: 20px;
}
.comment:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid #313a47;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 21px;
    left: -15px;
}
.comment .content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 13px solid #cc3925;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: -13px;
}
.nested {
    display: inline-block;
}

#blog .well{border:0px;}
/*===========================
  Events
============================ */

/* Jumbotron */
#events.jumbotron {
    background: url(../img/jumbotron/events_jumbotron.jpg) no-repeat;
}
/*===========================
  Contact
============================ */
/* Jumbotron */
#contact.jumbotron {
    background: url(../img/jumbotron/contact_jumbotron.jpg) no-repeat;
}

.contactinfo-page p {
    line-height: 18px;
}
#contact i {
    font-size: 15px;
    vertical-align: middle;
    margin: 4px;
}
.contact-icon{text-align:center;
    margin-bottom: 20px;
	    border-radius: 20px;
    padding: 20px;
}
.contact-icon i{
    font-size: 40px;
    text-align: center;
    /* display: block; */
    margin-bottom: 20px;
    /* width: 100px; */
    color: #fff;
    border-radius: 50%;
    /* padding: 30px; */
    width: 60px;
    height: 60px;
    line-height: 60px;
}



.contact-info p:first-child {
    margin-left: 0px;
}
.contact-info p {
    margin-left: 10px;
    display: inline-block;
}
/*Map */

#map-canvas {
    max-width: 100%;
    height: 500px;
	border-radius:0px;
}

/*===========================
  Footer
============================ */
/* footer */

 #footer  .socials {
        position: relative;
        float: right;
        width: 100%; }
        #footer  .socials ul {
          list-style: none;
          padding: 0;
          margin: 0;
          float: right; }
          #footer  .socials ul:after {
            content: "";
            display: table;
            clear: both; }
          #footer  .socials ul li {
            float: left;
            margin: 0 0 8px 8px; }
            #footer  .socials ul li a {
              display: block;
              width: 32px;
              height: 32px;
              -webkit-border-radius: 32px;
              -moz-border-radius: 32px;
              -ms-border-radius: 32px;
              border-radius: 32px;
              background: rgba(255, 255, 255, 0.25);
              text-align: center;
              line-height: 32px;
              color: #183650;
              font-size: 17px;
              text-decoration: none !important;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              #footer .socials ul li a i {
                line-height: 34px; }
                #footer .socials ul li a i.fa-vimeo {
                  font-size: 14px; }
                #footer  .socials ul li a i.stm-google-plus {
                  font-size: 13px; }
              #footer  .socials ul li a:hover {
                background: #34ccff;
                color: #fff; }
              #footer  .socials ul li a.social-facebook:hover {
                background: #3a5897; }
              #footer  .socials ul li a.social-twitter:hover {
                background: #00aced; }
              #footer  .socials ul li a.social-instagram:hover {
                background: #ac907a; }
              #footer  .socials ul li a.social-google-plus:hover {
                background: #db4437; }
              #footer  .socials ul li a.social-vimeo:hover {
                background: #44bbff; }
              #footer  .socials ul li a.social-linkedin:hover {
                background: #0077b5; }
              #footer  .socials ul li a.social-behance:hover {
                background: #1769ff; }
              #footer  .socials ul li a.social-dribbble:hover {
                background: #ec4989; }
              #footer  .socials ul li a.social-flickr:hover {
                background: #128fdc; }
              #footer  .socials ul li a.social-github:hover {
                background: #fff;
                color: #333333; }
              #footer  .socials ul li a.social-pinterest:hover {
                background: #cb2027; }
              #footer  .socials ul li a.social-yahoo:hover {
                background: #500095; }
              #footer  .socials ul li a.social-delicious:hover {
                background: #3399ff; }
              #footer  .socials ul li a.social-dropbox:hover {
                background: #1081de; }
              #footer  .socials ul li a.social-reddit:hover {
                background: #ff4500; }
              #footer  .socials ul li a.social-soundcloud:hover {
                background: #ff6600; }
              #footer  .socials ul li a.social-google:hover {
                background: #4285f4; }
              #footer  .socials ul li a.social-skype:hover {
                background: #00aff0; }
              #footer  .socials ul li a.social-youtube:hover {
                background: #cc181e; }
              #footer  .socials ul li a.social-tumblr:hover {
                background: #529ecc; }
              #footer  .socials ul li a.social-vk:hover {
                background: #49739f; }
              #footer  .socials ul li a.social-odnoklassniki:hover {
                background: #f58220; }
              #footer  .socials ul li a.social-whatsapp:hover {
                background: #4cda64; }
footer .widget_title {
    position: relative;
    color: #fff;
    opacity: .7;
	    text-transform: uppercase;
    font-weight: 600;
    font-family: Titillium Web;
    margin: 0 0 27px;
}
footer strong {
    color: #cecece;
}
footer {
    margin: 0 auto;
    padding-top: 70px;
}

footer p{	color:rgba(255, 255, 255, 0.7)!important;
}

footer h5  {
    margin-top: 0px;
}
footer .contactinfo p{ 	color:rgba(255, 255, 255, 0.7);
     margin-bottom: 5px;
    line-height: 20px;}

footer .tweet p {font-size:13px; 	color:rgba(255, 255, 255, 0.7);
 line-height:22px;}
.credits {
	    margin-top:50px;


    text-align: center;
}
footer ul.custom li:before {
   color:rgba(255, 255, 255, 0.25)!important;
}
.credits p{


    font-size: 13px;
}
footer .logo {
    width: 200px;
}

hr{border-top:1px solid rgba(255, 255, 255, 0.25)}
hr.divider1   { height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
hr.divider2   { height: 1px;
    border-top: 1px dotted #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
hr.divider3  { height: 2px;
    border-top: 1px dashed;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
hr.divider4  { height: 3px;
   border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
hr.divider5  { height: 2px;
   border-bottom: 1px solid;
    border-top: 1px solid ;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
/* Go to top icon */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 42px;
    z-index: 119;
}
.back-to-top i {
display: block;
    width: 44px;
    height: 44px;
  line-height: 40px;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
/*===========================
  Miscellaneous
============================ */

.ornament1 {
    z-index: 9999;
	margin-top:-90px;
    position: absolute;
}
/* li bg colors */

.colorbg ul {
    list-style: none;
    margin-left: 0;
}
.colorbg li:nth-child(odd) {
    background: lemonchiffon;
}
.colorbg li:before {
    display: none;
}
.colorbg li {
    background: #ffffff;
    padding: 5px;
}
/* Owl-carousel */

.owl-carousel {
    padding: 0px 40px;
}
.owl-carousel .owl-item {
    perspective: 1000px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
.owl-prev:hover,
.owl-next:hover {
    transition: all .3s ease-in-out;
}
.owl-prev i,
.owl-next i {
    padding: 0px;
    height: 45px;
    width: 45px;
    color: #fff;
    line-height: 45px;
border-radius:50%;
}
.owl-carousel.owl-loaded {
    display: block;
    clear: both;
    /* Important fix */
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
         display: block;
    width: 10px;
    margin: 10px;
    height: 10px;
    border: 3px solid #f8f7f7;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span{
    width: 10px;
          height: 10px;
		  border:1px solid;
          background: transparent!important;
          border-color: #34ccff;
}
/* services row */
#services.jumbotron{
    background: url(../img/jumbotron/services_jumbotron.jpg) no-repeat;
}

.service-row{padding:30px;color:#fff;}
.service-row h5 {text-transform:uppercase;color:#fff!important; font-weight:700;}
.service-cell{margin-top:40px; margin-bottom:40px;}
.service-row i {font-size:60px; margin-bottom:30px;}
/* boxes */
#boxes .box-cell{padding:80px;color:#fff!important; text-align:center;}
section#boxes {margin:0px!important;}

#boxes i{
	color:#fff;
	margin-bottom:50px;
    text-align: center;
    font-size: 70px;
}
#boxes.container-fluid{padding:0px;}
/* Sections */
section {

margin:0 auto;
  position: relative;
    background: #fff;
    padding: 70px 0px;
}
/* Sections */
section.pages {

    padding: 50px 0px;
}

/* small Sections */

.small-section {
    padding: 50px;
}
/* Sections heading */

.section-heading{
   text-align:center;
}
.section-heading h2 {
    margin-bottom: 70px;
	padding: 10px 20px;
}
.section-heading h2:after {
      content: "";
    display: flex;
    margin-top: 20px;
    vertical-align: bottom;
    max-width: 200px;
    border-top: 2px dashed;
    margin: 0 auto;
	margin-top:20px;
}

/* elements page */
.elements h5 {
    padding: 10px;
    border-bottom: 2px solid;
}
.elements .owl-carousel h5 {
    border: 0px;
}
.glyph {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 44px;
    line-height: 1;
}
.glyph .glyph-icon:before {
    font-size: 42px;
    color: #2F2F2F;
    margin-left: 0;
}
.page-header {
    border-bottom: none;
}
/* teaser */

.teaser{padding:50px 0px;}

.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6
{margin-bottom:0px;}

/* Img Shapes */

.img-paragraph {
    margin: 0px 25px 10px 0px;
}
.img-curved {
	    border: 5px solid;
    border-radius:20px 40px;
}
.img-circle {
    border: 5px solid;
}
/* Image Gradient Hover effect */

.img-effect {
    overflow: hidden;
}
.img-effect img {
    transition: opacity 0.7s, transform 2.5s;
}
.img-effect:hover img {
    transform: scale3d(1.2, 1.2, 1);
}
.img-effect.no-grad:hover img {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1);
    background: 0;
}
/* Image hover */

.img-hover {
    border-radius: 10px;
}
.img-hover img {
    border-radius: 10px;
    transition: opacity 0.2s;
    opacity: 1;
}
.img-hover:hover img {
    opacity: 0.8;
}

/* Dropdown */

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff!important;
    white-space: nowrap;
    border-radius: 0px;
    transition: all .2s ease-in-out;
}
/* Pagination */

.pagination>li>a,
.pagination>li>span {
    margin: 0 5px;
    border: 0;
    font-weight: 600;
    color: #fff!important;
    border-radius: 50%!important;
    transition: all .2s ease-in-out;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #fff;
}
/* Alerts */

.alert {
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
	    line-height: 1.7em;
}

.alert .alert-custom{
    padding: 25px;
    border-radius: 10px 30px;
    font-size: 16px;
}

/* Breadcrumbs */

.breadcrumb {
    list-style: none;
   position: relative;
    vertical-align: middle;
    font-size: 14px;
    display: inline;
    text-align: left;
	background:transparent;
}

ol.breadcrumb {
    margin-left: 0px;
}

.bg-gray{
    background: #eee;
}
/* Labels */

.label {
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
    border-radius: 10px;
}

/* News form validation labels */

.help-block {
    color: #222;
}

/* box */

.box {
    padding: 40px;
}

/* Progress bar */

.progress-bar {
    height: 10px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.progress {
    box-shadow: none;
}
/* fade tab transition */

.fade {
    opacity: 0;
    transition: opacity 0.55s linear;
}


.pages .section-heading h2 {
	margin-bottom:60px;
	margin-top: 0px;


}
.pages h3.no-margin {
    margin-top: 0px;
}
.pages h3{
    margin: 40px 0 20px 0;
}
.image-page{
    margin: 20px 0;
}
/* Dropdown */

.dropdown-menu {
    font-size: 16px;
    border: 0px;
	border-radius:0px;
	padding:0px!important;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    width: 100%;
    line-height: 25px;
	margin-top:0px!important;
    display: inline-block;
}
.dropdown-menu{min-width:200px;}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    transition: all .2s ease-in-out;
}

/* Pager */

.pager{margin:0px;}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 10px 24px;
    font-size: 18px;
	margin:0px;
    color: #fff!important;
    border: 0;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 20px;
    transition: all .2s ease-in-out;
}

/* tab content */

.tab-content {
    padding: 30px;
    border-radius: 20px;
}
/* Nav-tabs */

.nav-tabs {
    text-align: center;
    border-bottom: 0;
}
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li >a:hover {
    border: 0;
}
.nav.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
}
.nav.nav-tabs > li > a {
    position: relative;
    display: block;
    letter-spacing: 0.2px;
    min-height: 50px;
    line-height: 57px;
    border: 0;
    font-family: 'Titillium Web', sans-serif;
    padding: 10px 35px;
    color: #fff !important;
    font-size: 22px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
/* Panels */

.panel {
    border: 0;
    background: transparent;
}
.panel-title {
    font-size: 18px;
	font-weight:400;
}
.panel-body{padding: 20px 30px 0px 30px;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
.panel-heading a {
		font-weight:400;
    border-radius: 0px;
    display: block;
    text-transform: none;
    color: #fff!important;
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 0px;
    transition: all .2s ease-in-out;
    border-radius: 0px;
}
.panel-heading a.collapsed{
    background-color: #fff!important;
border:1px solid #e6e6e6;
}

.panel-heading a:focus,
.panel-heading a:hover,
.panel-heading a, .panel-heading a:hover, .panel-heading a.collapsed:hover{
    color: #fff!important;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel-heading {
    border-bottom: 0px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}
.panel-heading {
    padding: 0px;
	    margin-top: -1px;
	border-radius:0px;
}
.panel-heading [data-toggle="collapse"]:after {
    content: "\f077";
    font-family: FontAwesome;
    float: right;
    font-size: 12px;
    line-height: 22px;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    transform: rotate(180deg);
}

/* Lists */

ul {
    list-style: none;
}
ol {
    margin-left: 15px;
}
ul.custom li {
	    margin-left: -30px;

    list-style-position: inside;
    text-indent: -1.6em;
    padding-left: 1.5em;
	line-height: 30px;
}
ul.custom li:before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}
ul.no-margin {
    margin: 20px;
    padding: 0;
}
ul.no-bullets li:before {
    content: '';
}
ul.no-bullets {
    margin-left: -30px;
}
/* no-margin-top */

.no-margin-top {
    margin-top: 0px;
}
/* Buttons */
a.btn {
  margin: 10px 0.2em;
}


.btn.btn-white{border:2px solid;
background:transparent;}
.btn.btn-white:hover{
background:#fff!important;}

.btn.btn-sm {
    padding: 5px 15px;
   margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
	    transition: all .5s ease;

}
.btn {
    padding: 1.5rem;
    transition: all .5s ease;
    color: #fff!important;
    font-weight: 700;
    margin-top: 10px;
	 border:2px solid transparent;
	text-transform:uppercase;
    font-family: Open sans;
    font-size: 14px;
	border-radius:40px;
    white-space: normal;
    transition: background-color .3s ease-in-out;
    outline: none;
    padding: 15px 32px;
}
.btn .stm-download,
.btn .stm-arrow-next,
.btn-transparent .stm-arrow-next{
    font-weight: 300;
	font-size:14px;
    margin-left:15px;
	    transition: none;

}
.btn-transparent{background: transparent;
margin-top:20px;
    position: relative;
    color: #183650!important;
    border: 2px solid #34ccff;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    outline: none !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
display: inline-block;
}
.btn-transparent:hover{color:#fff!important;}
.btn i{
	    transition: none;

}
.btn:hover,
.btn:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus  {
   border:2px solid;
   background:#fff;

}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn.active,
.btn:active {
    box-shadow: 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px;
}
.sidebar-btn{margin-top:-10px; padding:15px 30px;}
.sidebar-btn i{margin-right:10px;  font-size:20px;
    vertical-align: middle;
transition:none;
}
/* Forms */
 .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }

.margin-form {
    margin-top: 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.input-group{margin-bottom:10px;}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
    color: #fff;
}
.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn .btn {
    margin-top: -1px;
}
.input-group-btn span,
.btn span {
    color: #fff;
}
.form-control.form-control.input-lg {
    margin-top: 0px;
}
.form-control,
.textarea-field:focus,
.input-field:focus {
    outline: 0 none;
}
textarea {
    height: 150px;
    resize: none;
}
textarea.form-control:focus {
    outline: 0 none;
}

/* search form */

.search-group .input-group-addon {
    background: white !important;
    border-radius: 0px 10px 10px 0px;
    border: 0px;
}
.search-group .form-control {
    border: 0;
}
.search-group .form-control:focus {
    background: #f5f5f5;
}
.search-group button {
    border: 0px;
    background: transparent;
}
.search-group .fa {
    color: #808080;
}
/* BIG Social Media Icons */

.social-media {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.social-media a {
    display: inline-block;
    font-size: 30px;
}
.social-media a i {
    font-weight: normal;
    color: #fff!important;
    transition: .3s;
    margin: 3px;
	border-radius:15px;
    padding: 10px;
    width: 50px;
}
.social-media i {
    transition: color .3s ease-in-out;
}

/* Small Social Media Icons */

.smaller.social-media a i {
    font-size: 22px;
    transition: .3s;
    margin: 0px;
    border: 0px;
    padding: 20x;
    color: #fff;
}
.smaller.social-media a i:hover {
    background: transparent!important;
}
.smaller.social-media {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* circle pattern background */

.bgpattern {	background-image: url(../img/circlesbg1.png);
    background-repeat:repeat;
}
/* Centered columns */

.col-centered {
    float: none;
    margin: 0 auto;
}
/* hidden element */

.hidden{display:none;}

/* Blockquote */

blockquote {
    padding: 30px;
    font-size: 20px;
    line-height: 36px;
	color:#595959;
    border-radius: 20px;
    border-left: none;
    font-family: 'Titillium Web', sans-serif;
}
blockquote:before {
   font-family:Open Sans;
  content: "\201C";
 font-size: 4em;
    /* left: 10px; */
   top: -10px;
    line-height: 20px;
}
blockquote small {
    margin-top: 20px;
    font-weight: 700;
	text-align:center;
}
/* Nav-pills */

.nav-pills {
    display: inline-block;
    margin-bottom: 20px;
}
.nav-pills>li>a {
	    padding: 9px 25px;

    transition: all .2s ease-in-out;
    border-radius: 20px;
	    font-size: 22px;
    font-weight: 700;
    margin: 5px;

}
.nav-pills.small-pills>li>a {
	    font-size: 16px;

	    padding: 9px 15px;

    transition: all .2s ease-in-out;
    border-radius: 20px;
}

.nav-pills.tiny-pills>li>a {
    font-size: 15px;
    padding: 0px 10px;
    transition: all .2s ease-in-out;
    border-radius: 20px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav > li > a:hover {
    color: #fff!important;
		 font-family: 'Titillium Web', sans-serif;
}
/* Tables */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
	    transition: all .2s ease-in-out;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
    font-size: 16px;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    padding: 20px;
}
.table thead {
    color: #fff;
}
/* no-padding */

.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px;
}
/* Wells */

.well.white {
    background-color: #fff!important;
}
.well.lesspadding {
    padding: 20px;
}
.well {

    margin-bottom: 0px;
    box-shadow: none;
	border:0px;
	border-radius:0px;
    background: rgba(255, 255, 255, 0.95);
}
.well.color p,
.well.color h1,
.well.color h2,
.well.color h3,
.well.color h4,
.well.color h5,
.well.color h6,
.well.color i
 {
   color:#fff!important;
}
.well .list-unstyled {
    padding-left: 15px;
    font-size: 16px;
    list-style: none;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}
.well .section-heading {
    margin-top: 20px;
}
.sidebar .well {
    padding: 10px;
	    border: 0px;
    background-color: transparent;
}
.well h3 {
    margin: 0px 0 30px 0;
}
/* Media */

.media {
    margin-top: 45px;
}
.media-heading small {
    font-weight: 700;
    display: block;
    margin: 10px 0 20px;
    line-height: 20px;
}
/* Margins */

.margin1 {
    margin-top: 50px;
}
.margin10 {
    margin-top: 10px;
}
.margin20 {
    margin-top: 20px;
}
/*Fieldset */

fieldset {
    border: 0px;
}
/* Boxed theme */

.boxed {
    max-width: 1300px;
    margin: 0 auto;
}
.boxed .navbar .container {
    width: 1300px!important;
    margin: 0 auto;
}

/* Parallax objects */

.parallax-object1 {
    position: absolute;
    z-index: 99;
	left:-100px;
	margin-top:300px;
}
.parallax-object2 {
    position: absolute;
    z-index: 99;
	right:-100px;
}
/* Jumbotron */

.jumbotron {
	margin-bottom:0px;
    background-size: cover !important;
    height: 350px;
    color: #fff;
	    position: relative;
}

.jumbotron h1 {
color: #fff;
    margin: 0;
	    font-size: 46px;
    padding: 57px 0;font-weight:400;
}

.jumbo-heading{
    z-index: 99;
    /* padding: 10px; */
    position: absolute;
    bottom: 0px;
    /* max-height: 240px; */
    width: 100%;
    left: 0%;
	    text-align: left;

}



/* Sidebar */

.sidebar {
	    padding: 40px 30px 36px;
    border: 3px solid;
}

.sidebar h4 {
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
	font-size:24px;
	    font-weight: 600;
    font-family: Titillium Web;
}

.sidebar-ul {
	z-index:3;
    margin-left: -30px;
}
.sidebar-ul li a{  	font-weight:900;
  display: inline-block;
    text-decoration: none;
}

ul.sidebar-ul li:before {
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 11px;
    font-weight: normal;
    margin-right: 10px;
}

.sidebar-ul li {
        position: relative;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 20px;
}
/*resp table */

	#resp-table thead{color:#fff;}
	.table,.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th{background:#F7F7F7;
	    padding: 20px;
}

	.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    padding: 20px;
}

/*no padding */

.nopadding {
    padding: 0px!important;
}
/* main */

.main {
		    padding: 30px;
}


/* List group */

.list-group-item {
    position: relative;
    display: block;
    background: transparent;
    padding: 10px 15px;
    margin-bottom: -1px;
    transition: all 0.6s;
    border: 0px;
    font-size: 16px;
}
a.list-group-item,
button.list-group-item {
    color: #696767;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: transparent;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
}

/*===========================
  Media Queries
============================ */
/************ min width 1500px *************/

@media (min-width: 1500px) {
    .ls-bg {
        width: 100%!important;
    }
}

/************ min width 1200px *************/

@media (min-width: 1200px) {

	.partner-info{height:370px;}

.counter .text  {
	padding-left:45px;
       }
	   .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
}

/************ max width 1199px *************/

@media (max-width: 1199px) {

	.sidebar {
    padding: 20px;
    border: 3px solid;
}

		.teaser .btn.pull-right{
    float: none!important;
    margin: auto 0;
    margin-top: 20px;
}

	.magic-line {
    display:none!important;
}
.top_search {

    margin-left: 0px;
}
.top_search .search_button,
.top_search .top_search_form{
display:none;

}
.navbar-custom ul.nav ul.dropdown-menu li a {
    line-height: 45px;
}
.navbar-custom ul.nav li a:hover{color:#34ccff!important;}
	.navbar-custom ul.nav ul.dropdown-menu li a:hover{color:#fff!important;}
	.top_nav_wr .top_nav ul.top_nav_menu {
    margin: 0 0px;
    width: 100%;
}

	.top_nav_wr .top_nav ul.top_nav_menu li {
    float: none;
	    text-align: center;
}
.top_nav_wr .top_nav ul.top_nav_menu li a {
    padding: 25px 0;


}
.top_nav_wr .top_nav ul.top_nav_menu li a:hover{
    color:#34ccff!important;

}
.top_nav_wr .top_nav ul.top_nav_menu #stm_magic_line{display:none;}
 li.main-menu-item.active ul.dropdown-menu li a:hover{
    color:#fff!important;
}

	.header-text span,
     .header-text h1	{
		font-size: 28px!important;
		line-height:29px;
    }

	#owl-testimonials_3 .testimonial_full{background-image:none!important;}

	.icon_counter,
.counter .text .counter-value,.counter .title	{
    text-align: center;
}
	.container.line {
    padding: 10px;
}
	/* No dropdown on hover */
	.dropdown-menu {
		display: none !important;
	}
	.open .dropdown-menu {
		opacity: 1!important;
		display: block !important;
	}

	.jumbotron{
    margin-top:120px;
}

	#layerslider {
    margin-top:150px;
}
    .lg-margin {
        padding-top: 30px;
    }
    .margin-staff {
        margin-top: 30px;
    }

	section.pages .container::before{
    left: -50px;
}
section.pages::after{
    right: -50px;
	bottom:0px;
}
	h1,h1 span{font-size:50px;}

	/* navbar collapse at 1200px */
     .navbar-header {
         float: none;
		 padding: 0px 20px;
    }
     .navbar-toggle {
         display: block;
    }
     .navbar-collapse.collapse {
         display: none!important;
    }
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
         max-height: 300px;
    }

     .navbar-collapse.collapse.in {
         display: block!important;
         padding-bottom: 40px;
         max-height: 300px!important;
         overflow-y: scroll!important;
         overflow-x: hidden!important;
    }
     .navbar-collapse::-webkit-scrollbar {
         width: 20px;
    }
     .navbar-collapse::-webkit-scrollbar-track {
         background-color: lightgray;
    }
     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: darkgray;
    }
     .navbar-nav {
         margin: 0;
         float: none !important;
         height: 100%;
    }
     .navbar-right {
         line-height: 0px;
    }
     .navbar-nav li {
         float: none;
    }
     .navbar-nav li > .dropdown-menu {
         border: 0;
         float: none;
         width: auto;
         position: static;
         box-shadow: none;
         background: inherit;
    }
	.navbar-custom ul.nav li a {
      width:100%;
    }
 .navbar-brand-centered img {
    max-height:70px;
	padding:0px;
	margin-top:5px;
}
.navbar-brand-centered {
    border-radius: 0 ;
    max-height: 100px;
    padding: 0px;

}
    /* Top-bar */

    .top-bar {
        padding: 0px 10px;
    }
    .top-bar p {
        font-size: 13px;
    }

}
/************ min width 991px *************/

@media (min-width: 991px) {

	.top-bar .margin{margin-right:20px!important;}
    /* Sidebar */

    .sidebar {
        margin-bottom: 50px;
    }

	#icon-grid h4.fix{	margin-top:65px;}
	#icon-grid h4.fix1{	margin-top:30px;}


}

@media (min-width: 991px) and (max-width: 1199px) {


}

@media (min-width: 767px) and (max-width: 1200px) {

		#layerslider {height: 490px!important;}

		.header-text{min-width:80%;left:10%!important;right:10%!important;top:25%!important;}
		.ls-bottom-nav-wrapper {margin-top: 0px!important;}

}

/************ max width 991px *************/

@media (max-width: 991px) {



	.subtitle {
		font-size: 18px;
		line-height:25px;
	}
    /* Responsive margin*/

    .res-margin {
        padding-top: 30px;
    }
    /*navbar */

    .nav>li {
        text-align: center;
        font-size: 20px;
    }

    /* Space between sections */

    .section-heading {
        margin-bottom: 30px;
    }
    /* Nav tabs */

    .nav-tabs > li {
        margin-bottom: 10px;
    }

    /* miscelaneous */

    .service h3 {
        text-align: center;
        margin-left: 0px;
    }
    .sidebar {
        border: 0px;
           margin: 0px;
    }

    .sidebar-ul li {
        margin-left: 0px;
    }
    .back-to-top {
        display: none;
    }
    .blog-post {
        padding: 30px;
    }
    .img-paragraph {
        margin: 0px 0px 20px 0px;
    }
    .footer-info {
        text-align: center;
    }
    .jumbotron h1 {
        font-size: 45px;
    }

    .quote.well.white {
        margin-bottom: 0px;
    }
    footer .logo {
        width: 200px;
        float: none;
        margin-top: 0px;
    }
	/* Modal container */
#popup-container {
  width: 80%;
    left: 10%;


}


.jumbo-heading{
    width: 100%;
	    bottom: 20px;
}



}
/************ min width 768px *************/

@media (min-width: 767px) {
    #navbar-brand .container {
        min-width: 700px !important;
        max-width: 1170px;
        width: 100%;
    }
    .pages.boxed {
        margin-top: 160px;
    }

}
/************ max width 767px *************/

@media (max-width: 767px) {

	#testimonials{padding:0px;}
	.btn-transparent {

    padding: 10px 20px;}

	.directory-home .image {
    padding: inherit;
}
.btn-super{margin: 50px 0px;}
	.sidebar-btn{margin-left:40px;}


	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 0px!important;
}

	/* Go to top icon */

.back-to-top {
    bottom: 20px;
    right: 7px;
}
	/* Go to top icon */

.back-to-top i {
    width: 24px;
    height: 24px;
  line-height: 20px;
    font-size: 22px;
}
			.ls-bottom-nav-wrapper {margin-top: -10px!important;}

    #callout .container {
        background-image: none;
    }
    .top-bar {
        text-align: center!Important;
    }
    .jumbotron {
		height:250px;
        margin-top: 150px;
        margin-bottom: 0px!important;
    }
    .pages section {
        padding: 0px 0px 20px 0;
    }
    /* Slider */

	#layerslider {height: 390px!important;}

	.slide__text-heading {
   font-size:30px;
   line-height:34px;
}
.header-text {
	  top: 10%!important;
  min-width: 90%;
    /* padding: 10px !important; */
    width: 100%!important;
}
.ls-fullwidth .ls-nav-next,
.ls-fullwidth .ls-nav-prev
   {display:none;}

.well {
    padding: 30px;
}
/* Force table to not be like tables anymore */
	#resp-table table,
	#resp-table thead,
	#resp-table tbody,
	#resp-table th,
	#resp-table td,
	#resp-table tr {
		display: block;
	}


	#resp-table td.full  {

    padding-left: 10px;

}

	/* Hide table headers (but not display: none;, for accessibility) */
	#resp-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#resp-table tr { border: 1px solid #cecece; }
 #resp-table .table>tbody+tbody {
    margin-top: 20px;
	border:0px;
    /* border-top: 0px; */
}
	#resp-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}
	#resp-table .table-last{
		padding-left: 20px;

	}

	#resp-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%;
		padding-right: 10px;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#resp-table td:before { content: attr(data-title); }

}


/************ max width 480px *************/

@media (max-width: 480px) {

	.tiny-pills.nav-pills > li {
    float: left;
}

	/* boxes */
#boxes .box-cell{padding:30px 10px;}


	.top-bar .contact-details p {
    margin: 0;
}

.member-grid .media-left {
    display: block;
		margin-bottom:20px;

}

	.jumbotron{
    margin-top:150px;
}
	section.pages {
    padding: 10px 0px;
}
a.btn {
    margin: 10px 0.2em;
}

		.sidebar::after {
display:none;
}

    /* slider */

	#layerslider {height: 290px!important;}
	.header-text span,
     .header-text h1	{
		font-size: 18px!important;
		line-height:20px;
    }
    /* navbar */

    .navbar-toggle {
        font-size: 25px;
        color: #fff;
        transition: all .2s ease-in-out;
        position: relative;
        float: right;
        min-width: 55px;
    }

    /* section */


   .pages .section-heading h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
    section .container {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    #call-to-action .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-heading h2 {
        border: 0;
		 margin-bottom: 20px;
        line-height: 32px;
        letter-spacing: 0px;
        font-size: 30px;
    }
    .section-heading {
        margin-bottom: 3rem;
    }
    /* titles*/

    .jumbotron h1 {
        padding: 0px;
		margin-bottom:10px;
		    line-height:1.2;
    }

.main {
    margin-top: 0px;
}
    h1 {
        font-size: 33px!important;
        line-height: 38px;
    }
    h2 {
        font-size: 28px!important;
        line-height: 28px;
    }
    .pages h2 {
        margin-bottom: 10px;
    }
    .pages h3 {
        margin: 20px 0 10px 0;
    }
    h1 span {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
        line-height: 28px;
		    margin-bottom: 20px;
    }
	h4 {
        font-size: 24px;
        line-height: 26px;
    }
    /* Miscellaneous */

    footer p {
        line-height: 20px;
        word-wrap: break-word;
    }
    section {
        padding: 30px 0px;
    }
    .small-section {
        padding: 20px;
    }
    .jumbotron {
        margin-bottom: 50px;
        padding: 10px;
        height: 200px;
    }
    .search-group.input-group-btn:last-child>.btn,
    .search-group.input-group .form-control:first-child {
        border-radius: 10px 0px 0px 10px;
        margin-top: 0px;
    }
    .owl-prev i,
    .owl-next i {
        font-size: 20px;
        padding: 0px;
    }
    .input-group .form-control,
    .input-group-btn {
        display: inline;
    }
    blockquote {
        padding: 40px 0;
    }
    .section-heading {
        margin-bottom: 3em;
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .nav-pills> li.active:after,
    .nav-pills> li.active:before {
        top: -45%;
    }
    .nav-pills > li {
        float: none;
    }
	.nav-pills {
    width: 100%;
}
    .owl-carousel {
        padding: 0px 0px;
    }
	.owl-prev i, .owl-next i {
    height: 25px;
    width: 24px;
    line-height: 24px;
	font-size:12px;

}
    .date-category {
        padding-top: 10px;
    }
    .date-category p,
    .date-category i {
        font-size: 15px;
    }
    .margin1 {
        margin-top: 20px;
    }
    .comment {
        padding: 10px;
    }
    .comments-block .media-object {
        max-width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .comment.media-body {
        margin-right: 0px;
    }
    ul.custom li:before {
        left: 30px;
    }
    .blog-post {
        padding: 20px 0px;
    }
    .tab-pane h3 {
        margin-top: 10px;
    }
    .glyph .glyph-icon:before {
        font-size: 24px;
    }
    .box_icon > .icon > .info {
        padding: 20px;
    }
    .slider-container {
        margin-top:75px;
    }
    .top-bar .contact-details p {
        line-height: 25px;
    }
    .main,
    .well {
        padding: 25px;
    }
    .event {
        margin: 20px 0px;
        border-bottom: 0;
    }
    .breadcrumb {
        padding: 5px 10px!important;
        font-size: 12px;
        line-height: 18px;
		    width: 100%;
    }
    .fc-inner-day-header {
        font-size: 16px;
    }
    .sidebar {
        border: 0px;
       margin: 0px;
    }
    .spinner {
        left: 45%;
    }
	.pages section {
       background-position: 90% 8%;

    }
	.ls-fullwidth .ls-nav-prev,

.panel-heading a{font-size:16px;}
 #popup-container {
    width: 90%;
    left: 5%;
    padding: 10px;
	}
	.panel-body table {
    padding: 0px;
}


/************ max width 333px *************/

@media (max-width: 333px) {

		#layerslider {height: 250px!important;}


    /* Miscellaneous */

    .small-section .well {
        padding: 20px;
    }
    .btn {
        padding: 0.9rem;
    }
    .label,
    .table {
        font-size: 14px;
    }
    .table table,
    .table thead,
    .tabletbody,
    .table th,
    .table td,
    .table tr {
        display: block;
    }
    td.text-left,
    td.text-right {
        text-align: center;
    }
    /* Nav-tabs */

    .nav.nav-tabs > li > a {
        min-height: 30px;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 15px;
    }
    /* Headers */

    h1,
    h1 span,
    .jumbotron h1 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
        text-transform: uppercase;
    }
}
