/** MEDIC-specific sitewide CSS > ######################################################## */

/** A2Z > Importing Google Fonts > ########################################################

~ Ubuntu: Used for main content

?~ Material Icons: Used for + and - icons in accordian?



Original:

  font: 400 12px/1.8 "Open Sans", sans-serif;



@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');



*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* #################################################### */

html {

    overflow-y: scroll;

    overflow-x: hidden;

    -ms-overflow-style: scrollbar;

    /* A2Z > Smoothly scroll to different parts of page on hyperlinking 

	Note: While the behavior works if this property (scroll-behavior) is in the HTML class, there seems to a brief pause/hesitation before the scrolling commences. Putting this property in the BODY class seems to get rid of the pause/hesitation */

    /*  scroll-behavior: smooth; */

}

/* ####################################################

A2Z > Global body background, font color



  font: 400 16px/1.9 "Open Sans", sans-serif;



  */

body {

    background: #fff;

    font: 400 18px/1.8 "Open Sans", sans-serif;

    color: #333;

    -webkit-font-smoothing: antialiased;

    /* A2Z > Smoothly scroll to different parts of page on hyperlinking */

    scroll-behavior: smooth;

}

img {

    max-width: 100%;

    height: auto;

}

iframe {

    border: 0;

}

.align-center {

    text-align: center;

}

.align-left {

    text-align: left !important;

}

.position-relative {

    position: relative;

}

.leftauto {

    right: 0 !important;

    left: auto !important;

}

/* Transition elsements */

a, .btn {

    transition: all 0.125s ease-in-out 0s;

}

.client-logo, .gallery-caption, .gallery-image:after, .gallery-image img, .price-table, .team-detail, .team-image:after, .work-caption, .work-image > img, .work-image:after, .post-thumbnail, .post-video, .post-images-slider {

    transition: all 0.3s ease-in-out 0s;

}

/* Reset box-shadow */

.btn, .well, .panel, .progress, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu {

    box-shadow: none;

}

/* Reset border-radius */

.well, .label, .alert, .progress, .form-control, .modal-content, .panel-heading, .panel-group .panel, .nav-tabs > li > a, .nav-pills > li > a {

    border-radius: 2px;

}

.pr-remove {

    /*vertical-align: middle !important;*/

    text-align: center;

}

.examples {

    border-radius: 2px;

    padding: 7px 5px;

    margin: 0 0 40px;

}

/* #################################################### */

/*--------------------------------------------------------------

  Modified

  

  Original:



.examples.bg-dark {

  background: #333;

  border: 0;

}

  --------------------------------------------------------------*/

.examples.bg-dark {

    background: rgb(12, 179, 87);

    border: 0;

}

.et-icons .box1 {

    border: 1px solid #e5e5e5;

    display: block;

    width: 25%;

    float: left;

    padding: 0;

    font-size: 13px;

    margin: -1px 0 0 -1px;

}

.et-icons .box1 > span {

    display: inline-block;

    border-right: 1px solid #e5e5e5;

    min-width: 60px;

    min-height: 60px;

    text-align: center;

    line-height: 60px;

    font-size: 28px;

    margin-right: 5px;

}

.fa-icons > div {

    padding: 0;

    border: 1px solid #e5e5e5;

    margin: -1px 0 0 -1px;

    font-size: 13px;

}

.fa-icons > div > i {

    display: inline-block;

    margin-right: 5px;

    min-width: 40px;

    min-height: 40px;

    border-right: 1px solid #f1f1f1;

    line-height: 40px;

    text-align: center;

    font-size: 14px;

}

.help-block ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

/* Sections */

.navbar-custom + .main {

    margin-top: 50px;

}

.main {

    position: relative;

    background-color: #fff;

    z-index: 1;

}

/* #################################################### */

/* A2Z > Homepage > 

ORIGINAL:

	padding: 100px 0;

TRY:

    padding-top: 100px;



*/

.module, .module-small {

    position: relative;

    padding-top: 100px;

}

/* Module header */

.module-small {

    padding: 70px 0;

}

.module-extra-small {

    padding: 25px 0px;

}

.module-medium {

    padding: 75px 0px;

}

.module-title {

    position: relative;

    letter-spacing: 4px;

    text-align: center;

    font-weight: 400;

    font-size: 36px;

    margin: 0 0 70px;

}

.holder-w {

    position: relative;

    display: table-cell;

    vertical-align: middle;

    height: 1px;

    width: 50%;

}

.holder-w:before {

    border-top: 1px solid #eaeaea;

    position: relative;

    display: block;

    content: "";

    top: 1px;

    height: 1px;

    width: 100%;

}

/* Sections dividers */

.divider-w {

    border-top: 1px solid #eaeaea;

    margin: 0;

}

.divider-d {

    border-top: 1px solid #202020;

    margin: 0;

}

/* #################################################### */

/* A2Z > Half-image */

.side-image {

    position: absolute;

    height: 100%;

    background-repeat: no-repeat;

    background-position: 50% 50%;

    background-size: cover;

}

.side-image-text {

    background: #fff;

    border-top: 1px solid #e5e5e5;

    border-bottom: 1px solid #e5e5e5;

    padding: 140px 60px 140px;

}

/* Dark background */

.bg-dark, .bg-dark-30, .bg-dark-60, .bg-dark-90, .bg-dark .module-title, .bg-dark-30 .module-title, .bg-dark-60 .module-title, .bg-dark-90 .module-title, .bg-dark .module-subtitle, .bg-dark-30 .module-subtitle, .bg-dark-60 .module-subtitle, .bg-dark-90 .module-subtitle, .bg-dark .alt-module-subtitle h5, .bg-dark-30 .alt-module-subtitle h5, .bg-dark-60 .alt-module-subtitle h5, .bg-dark-90 .alt-module-subtitle h5 {

    color: #fff;

}

/* #################################################### */

/*--------------------------------------------------------------

  Modified

  

  Original:



  .bg-dark {

  background: #111;

}

  --------------------------------------------------------------*/

.bg-dark {

    background: rgb(168, 64, 64);

}

.bg-dark-30:before {

    position: absolute;

    background: rgba(2, 2, 2, 0.4);

    content: " ";

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

}

.bg-dark-60:before {

    position: absolute;

    background: rgba(34, 34, 34, 0.8);

    content: " ";

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

}

.bg-dark-90:before {

    position: absolute;

    background: rgba(34, 34, 34, 0.9);

    content: " ";

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

}

.bg-gradient:before {

    position: absolute;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    /* FF3.6+ */

    /* Chrome,Safari4+ */

    /* Chrome10+,Safari5.1+ */

    /* Opera 11.10+ */

    /* IE10+ */

    background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);

    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);

    /* IE6-8 */

    content: " ";

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

}

.bg-light {

    background: #f6f6f6;

}

.parallax-bg {

    background-attachment: fixed;

    background-size: cover;

}

/* #################################################### */

/* A2Z > Rounded Corners */

.rounded-5 {

    border-radius: 5px;

}

.rounded-10 {

    border-radius: 10px;

}

.rounded-20 {

    border-radius: 20px;

}

.rounded-25 {

    border-radius: 25px;

}

.rounded-50 {

    border-radius: 50px;

}

/* #################################################### */

/* Vertical margin, padding */



/*Used in register in person page for tables*/

.p-10{

	padding: 10px;

}

.p-30{

	padding: 30px;

}


.p-0 {

    padding: 0 !important;

}

.pt-0 {

    padding-top: 0 !important;

}

.pt-10 {

    padding-top: 10px !important;

}

.pt-20 {

    padding-top: 20px !important;

}

.pt-30 {

    padding-top: 30px !important;

}

.pt-40 {

    padding-top: 40px !important;

}

.pt-50 {

    padding-top: 50px !important;

}

.pt-75 {

    padding-top: 75px !important;

}

.pt-100 {

    padding-top: 100px !important;

}

.pt-125 {

    padding-top: 125px !important;

}

.pt-140 {

    padding-top: 140px !important;

}

.pt-160 {

    padding-top: 160px !important;

}

.pt-250 {

    padding-top: 250px !important;

}

.pb-0 {

    padding-bottom: 0 !important;

}

.pb-10 {

    padding-bottom: 10px !important;

}

.pb-20 {

    padding-bottom: 20px !important;

}

.pb-30 {

    padding-bottom: 30px !important;

}

.pb-40 {

    padding-bottom: 40px !important;

}

.pb-50 {

    padding-bottom: 50px !important;

}

.pb-75 {

    padding-bottom: 75px !important;

}

.pb-100 {

    padding-bottom: 100px !important;

}

.pb-125 {

    padding-bottom: 125px !important;

}

.pb-140 {

    padding-bottom: 140px !important;

}

/* #################################################### */

.m-0 {

    margin: 0 !important;

}

.mt-0 {

    margin-top: 0 !important;

}

.mt-10 {

    margin-top: 10px !important;

}

.mt-20 {

    margin-top: 20px !important;

}

.mt-30 {

    margin-top: 30px !important;

}

.mt-40 {

    margin-top: 40px !important;

}

.mt-50 {

    margin-top: 50px !important;

}

.mt-60 {

    margin-top: 60px !important;

}

.mt-70 {

    margin-top: 70px !important;

}

.mt-80 {

    margin-top: 80px !important;

}

.mb-0 {

    margin-bottom: 0 !important;

}

.mb-10 {

    margin-bottom: 10px !important;

}

.mb-20 {

    margin-bottom: 20px !important;

}

.mb-30 {

    margin-bottom: 30px !important;

}

.mb-40 {

    margin-bottom: 40px !important;

}

.mb-50 {

    margin-bottom: 50px !important;

}

.mb-60 {

    margin-bottom: 60px !important;

}

.mb-70 {

    margin-bottom: 70px !important;

}

.mb-80 {

    margin-bottom: 80px !important;

}

/*used for online cert course img*/
.ml-80 {
	margin-left: 100px;
}

/* #################################################### */

@media only screen and (max-width: 991px) {

    .mt-sm-0 {

        margin-top: 0 !important;

    }

    .mt-sm-10 {

        margin-top: 10px !important;

    }

    .mt-sm-20 {

        margin-top: 20px !important;

    }

    .mt-sm-30 {

        margin-top: 30px !important;

    }

    .mt-sm-40 {

        margin-top: 40px !important;

    }

    .mt-sm-50 {

        margin-top: 50px !important;

    }

    .mt-sm-60 {

        margin-top: 60px !important;

    }

    .mt-sm-70 {

        margin-top: 70px !important;

    }

    .mt-sm-80 {

        margin-top: 80px !important;

    }

    .mb-sm-0 {

        margin-bottom: 0 !important;

    }

    .mb-sm-10 {

        margin-bottom: 10px !important;

    }

    .mb-sm-20 {

        margin-bottom: 20px !important;

    }

    .mb-sm-30 {

        margin-bottom: 30px !important;

    }

    .mb-sm-40 {

        margin-bottom: 40px !important;

    }

    .mb-sm-50 {

        margin-bottom: 50px !important;

    }

    .mb-sm-60 {

        margin-bottom: 60px !important;

    }

    .mb-sm-70 {

        margin-bottom: 70px !important;

    }

    .mb-sm-80 {

        margin-bottom: 80px !important;

    }

}

/* #################################################### */

@media only screen and (max-width: 767px) {

    .mt-xs-0 {

        margin-top: 0 !important;

    }

    .mt-xs-10 {

        margin-top: 10px !important;

    }

    .mt-xs-20 {

        margin-top: 20px !important;

    }

    .mt-xs-30 {

        margin-top: 30px !important;

    }

    .mt-xs-40 {

        margin-top: 40px !important;

    }

    .mt-xs-50 {

        margin-top: 50px !important;

    }

    .mt-xs-60 {

        margin-top: 60px !important;

    }

    .mt-xs-70 {

        margin-top: 70px !important;

    }

    .mt-xs-80 {

        margin-top: 80px !important;

    }

    .mb-xs-0 {

        margin-bottom: 0 !important;

    }

    .mb-xs-10 {

        margin-bottom: 10px !important;

    }

    .mb-xs-20 {

        margin-bottom: 20px !important;

    }

    .mb-xs-30 {

        margin-bottom: 30px !important;

    }

    .mb-xs-40 {

        margin-bottom: 40px !important;

    }

    .mb-xs-50 {

        margin-bottom: 50px !important;

    }

    .mb-xs-60 {

        margin-bottom: 60px !important;

    }

    .mb-xs-70 {

        margin-bottom: 70px !important;

    }

    .mb-xs-80 {

        margin-bottom: 80px !important;

    }

}

/* #################################################### */

/* Scroll to top 



ORIGINAL:

  position: fixed;

  display: none;

  bottom: 7px;

  right: 7px;

  z-index: 999;



*/

.scroll-up {

    position: fixed;

    display: none;

    bottom: 7px;

    right: 7px;

    z-index: 999;

    /*background: #f00;*/

}

.scroll-up a {

    background: #eee;

    display: block;

    height: 48px;

    width: 48px;

    text-align: center;

    line-height: 28px;

    font-size: 48px;

    color: #000;

    opacity: 0.2;

    border-radius: 5px;

}

.scroll-up a:hover, .scroll-up a:active {

    opacity: 1;

    background: #fff;

    color: #090;

    /*border-radius: 10px;*/

}

/* #################################################### */

/* Video */

.video-controls-box {

    position: absolute !important;

    bottom: 40px;

    left: 0;

    width: 100%;

    z-index: 1;

}

.video-controls-box a {

    display: inline-block;

    color: #fff;

    margin: 0 5px 0 0;

}

/* #################################################### */

/* Landing Page */

.landing-reason:before {

    position: absolute;

    content: " ";

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: rgba(66, 26, 107, 0.9);

}

.landing-reason {

    color: #fff;

    font-size: 13px;

}

/* #################################################### */

/* A2Z > Adjust padding

ORIGINAL:

  padding-top: 70px;

*/

.landing-image-text {

    padding-bottom: 0px;

}

.landing-image-text h2 {

    margin-top: 100px;

    margin-bottom: 15px;

}

.landing-screenshot:before {

    position: absolute;

    content: " ";

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: rgba(2, 2, 2, 0.4);

}

.alert i {

    margin-right: 5px;

}

/* #################################################### */

/* A2Z> Buttons

  font-family: "Roboto Condensed", sans-serif;

*/

.btn {

    border-radius: 0;

    font-family: "Open Sans", sans-serif;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 14px;

    /*  padding: 8px 37px;*/

    /*  padding: 8px 37px;*/

}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {

    outline: 0;

}

.btn.btn-round {

    border-radius: 2px;

}

.btn.btn-circle {

    border-radius: 30px;

}

.btn.btn-w {

    background: rgba(255, 255, 255, 0.8);

    color: #111;

}

.btn.btn-w:hover, .btn.btn-w:focus {

    background: white;

    color: #111;

}

.btn.btn-g {

    background: #e5e5e5;

    color: #111;

}

.btn.btn-g:hover, .btn.btn-g:focus {

    background: #d8d8d8;

    color: #111;

}

.btn.btn-border-w {

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.75);

    color: #fff;

}

.btn.btn-border-w:hover, .btn.btn-border-w:focus {

    background: #fff;

    border-color: transparent;

    color: #111;

}

.btn.btn-d {

    background: rgba(17, 17, 17, 0.8);

    color: #fff;

}

.btn.btn-d:hover, .btn.btn-d:focus {

    background: #111111;

}

.btn.btn-b {

    background: #111111;

    color: #fff;

}

.btn.btn-b:hover, .btn.btn-b:focus {

    background: rgba(17, 17, 17, 0.8);

}

.btn-border-d {

    background: transparent;

    border: 1px solid #111111;

    color: #111;

}

.btn.btn-border-d:hover, .btn.btn-border-d:focus {

    background: #111111;

    color: #fff;

}

/* #################################################### */

/* MEDIC-specific */

.btn-border-d2 {

    background: transparent;

    border: 1px solid #aaa;

    color: #aaa;

}

.btn.btn-border-d2:hover, .btn.btn-border-d2:focus {

    background: #cfc;

    /*  color: #fff;*/

}

.btn.btn-font-w {

    background: rgba(255, 255, 255, 0.8);

    color: #fff;

}

.btn.btn-font-w:hover {

    background: #fff;

    color: #111;

}

/* Buttons size */

.btn.btn-lg {

    padding: 12px 45px;

    font-size: 13px;

}

.btn.btn-sm {

    padding: 6px 25px;

    font-size: 10px;

    letter-spacing: 1px;

}

.btn.btn-xs {

    padding: 4px 19px;

    font-size: 10px;

    letter-spacing: 0;

}

.btn-list .btn {

    margin: 5px 0;

}

.search-btn {

    position: absolute;

    background: transparent;

    border: none;

    overflow: hidden;

    top: 50%;

    right: 1px;

    width: 42px;

    height: 40px;

    line-height: 38px;

    font-size: 14px;

    outline: none;

    color: #999;

    margin-top: -20px;
}

.image-button {

    margin: 0px 5px;

}

/* #################################################### */

/* Forms */

/* Selection */ ::-moz-selection {

    background: #000;

    color: #fff;

}

::-webkit-selection {

    background: #000;

    color: #fff;

}

::selection {

    background: #000;

    color: #fff;

}

/* #################################################### */

/* A2Z> Forms common style 

  font-family: "Roboto Condensed", sans-serif;

*/

.form-control {

    font-family: "Roboto Condensed", sans-serif;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 11px;

    height: 33px;

    border: 1px solid #EAEAEA;

    border-radius: 2px;

    transition: all 0.4s ease-in-out 0s;

}

.form-control:focus {

    border-color: #CACACA;

}

/* Forms size */

.input-lg, .form-horizontal .form-group-lg .form-control {

    height: 43px;

    font-size: 13px;

}

.input-sm, .form-horizontal .form-group-sm .form-control {

    height: 29px;

    font-size: 10px;

}

.rqst-form {

    margin-top: 27px;

}

.rqst-form .btn {

    margin-top: 5px;

}

.input-group-addon {

    border: 1px solid #e4e4e4 !important;

}

/* #################################################### */

/* A2Z> Typography

  

----- ORIGINAL:

a {

  color: #111;

}



a:hover, a:focus {

  text-decoration: none;

  color: #aaa;

  outline: 0;

}

--------------------------------------------------------------*/

.bg-dark a {

    color: #aaa;

}

.bg-dark a:hover, .bg-dark a:focus {

    color: #fff;

}

h1, h2, h3, h4, h5, h6 {

    line-height: 1.4;

    font-weight: 400;

}

p, ol, ul, blockquote {

    margin: 0 0 20px;

}

blockquote {

    border: 0;

    font-style: italic;

    font-size: 15px;

    padding: 0;

}

/* ####################################################

  A2Z> Uppercase, Letter-spacing 2

  font-family: "Roboto Condensed", sans-serif;

*/

.font-alt {

    font-family: "Open Sans", sans-serif;

    text-transform: uppercase;

    letter-spacing: 2px;

}

/* ####################################################

  A2Z>

  font-family: Volkhov, "Times New Roman", sans-serif;

*/

.font-serif-italic {

    font-family: Volkhov, "Times New Roman", sans-serif;

    font-style: italic;

    font-size: 20px;

}

/* ####################################################

  A2Z > Font-weight

*/

.fw-bold {

    font-weight: bold;

}

.fw-bolder {

    font-weight: bolder;

    /*color: red;*/

}

.fw-900 {

    font-weight: 900;

    /*color: #090; */

}

.large-text {

    font-size: 24px !important;

}

.rotate {

    text-shadow: none !important;

}

.fw-800 {

    font-weight: 800;

}

.fw-600 {

    font-weight: 600;

}

.fontsizebigger {

    font-size: 120%;

}

.fw-500 {

    font-weight: 500;

}

.module-subtitle {

    color: #003300;

    font-size: 20px;

    text-align: center;

    margin-bottom: 70px;

}

.module-icon {

    text-align: center;

    font-size: 32px;

    margin-bottom: 20px;

}

.module-title + .module-subtitle {

    margin-top: -35px;

}

/* #################################################### */

/* Restaurant module header */

.alt-module-subtitle {

    display: table;

}

.alt-module-subtitle h5 {

    display: table-cell;

    white-space: pre;

    padding: 0 8px;

    color: #111;

}

/* #################################################### */

/* Finance case study header */

.finance-image-content {

    border: 1px solid #e5e5e5;

    padding: 60px 0px;

}

.finance-image-content .module-title {

    margin-bottom: 20px;

}

.finance-image-content .alt-features-item {

    margin-top: 40px;

}

/* #################################################### */

/* Landing Page */

.landing-reason .module-title {

    color: #e6af4b;

}

.landing-reason .module-title + .module-subtitle {

    margin-top: -60px;

    margin-bottom: 40px;

}

/* #################################################### */

.free-trial {

    background-color: rgba(88, 20, 158, 0.9);

    color: #FFFFFF;

}

.free-trial .color-golden {

    color: #e6af4b;

}

/*  Special Portfolio Page  */

.special-portfolio-header-title {

    border: 1px solid rgba(255, 255, 255, 0.7);

    font-size: 50px;

    padding: 40px 0px;

    letter-spacing: 8px;

}

/* #################################################### */

/*--------------------------------------------------------------

	Slider & Carousel

--------------------------------------------------------------*/

/* -------------------------------------------------------------------

General Styles - FlexSlider

------------------------------------------------------------------- */

.flex-direction-nav a, .flex-control-nav > li > a {

    transition: all 0.3s ease-in-out 0s;

}

.flex-direction-nav a {

    position: absolute;

    display: block;

    height: 100%;

    width: 50%;

    top: 0;

    z-index: 10;

    overflow: hidden;

    opacity: 0;

    margin: 0;

}

.flex-direction-nav .flex-prev {

    opacity: 0;

    left: 0;

    cursor: url(../images/prev-light.png), e-resize;

}

.flex-direction-nav .flex-next {

    opacity: 0;

    right: 0;

    cursor: url(../images/next-light.png), e-resize;

}

.flex-control-nav {

    position: absolute;

    width: auto;

    left: 50%;

    bottom: 20px;

    z-index: 11;

    text-align: center;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

.flex-control-nav > li {

    display: inline-block;

    margin: 5px 3px;

}

.flex-control-nav > li > a {

    background: transparent;

    border: 1px solid #fff;

    display: block;

    height: 6px;

    width: 6px;

    border-radius: 6px;

}

.flex-control-nav > li > a:hover, .flex-control-nav > li > a.flex-active {

    background: #fff;

}

/* #################################################### */

/* -------------------------------------------------------------------

Hero Slider

------------------------------------------------------------------- */

.hero-slider {

    margin: 0 !important;

}

.hero-slider .slides > li {

    display: none;

    -webkit-backface-visibility: hidden;

}

.hero-slider, .hero-slider .flex-viewport {

    height: 100% !important;

    width: 100%;

    padding: 0;

    margin: 0;

}

.hero-slider .slides {

    height: 100% !important;

    transition-delay: 3s;

}

.hero-slider .flex-direction-nav a {

    width: 15%;

}

.hero-slider .slides li {

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    height: 100% !important;

    width: 100%;

    padding: 0;

    margin: 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

}

/* #################################################### */

/* A2Z > Caption */

.titan-caption {

    position: relative;

    display: table;

    height: 100%;

    width: 80%;

    margin: 0 auto;

}

.titan-caption {

    position: relative;

    display: table;

    height: 100%;

    width: 100%;

    margin: 0 auto;

}

.caption-content {

    display: table-cell;

    vertical-align: middle;

    text-align: center;

}

/* #################################################### */

/*

Photography Page Slider

*/

.photography-page .image-caption {

    bottom: 20px;

    position: absolute;

    width: 35%;

}

.photography-page .image-caption .caption-text {

    font-size: 24px;

    text-transform: capitalize;

    letter-spacing: 1px;

}

.photography-page .flex-control-nav {

    left: 80%;

    bottom: 20px;

    z-index: 11;

}

/* #################################################### */

/* -------------------------------------------------------------------

General Styles - Owlcarousel

------------------------------------------------------------------- */

.owl-controls {

    margin-top: 40px;

}

.owl-pagination div {

    display: inline-block;

}

.owl-controls .owl-page span {

    background: transparent;

    border: 1px solid #111;

    display: block;

    height: 6px;

    width: 6px;

    margin: 0 3px 5px;

    border-radius: 6px;

    transition: all 0.3s ease-in-out 0s;

}

.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {

    background: #111;

}

.owl-controls .owl-buttons > div {

    display: inline-block;

    margin: 5px;

    font-size: 14px;

    color: #111;

}

/* #################################################### */

/*--------------------------------------------------------------

	Preloader

  background: #000;

  --------------------------------------------------------------*/

.page-loader {

    position: fixed;

    background: #000;

    bottom: 0;

    right: 0;

    left: 0;

    top: 0;

    z-index: 9998;

}

.loader {

    position: absolute;

    border-left: 2px solid #ffffff;

    border-top: 2px solid rgba(255, 255, 255, 0.2);

    border-right: 2px solid rgba(255, 255, 255, 0.2);

    border-bottom: 2px solid rgba(255, 255, 255, 0.2);

    height: 46px;

    width: 46px;

    left: 50%;

    top: 50%;

    margin: -23px 0 0 -23px;

    text-indent: -9999em;

    font-size: 10px;

    z-index: 9999;

    -webkit-animation: load 0.8s infinite linear;

    -moz-animation: load 0.8s infinite linear;

    ms-animation: load 0.8s infinite linear;

    o-animation: load 0.8s infinite linear;

    animation: load 0.8s infinite linear;

}

.loader, .loader:after {

    border-radius: 50%;

    width: 46px;

    height: 46px;

}

@-webkit-keyframes load {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}

@keyframes load {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}

/* #################################################### */

/* A2Z> Navbar



Original:

  background-color: rgba(10, 10, 10, 0.9);

  text-transform: uppercase;



*/

.navbar-custom {

    background-color: #009900;

    border: 0;

    border-radius: 0;

    z-index: 100000;

    font-family: "Open Sans", sans-serif;

    letter-spacing: 3px;

    font-size: 16px;

    transition: background, padding 0.4s ease-in-out 0s;

    padding-top: 5px;

    padding-bottom: 20px;

}

.navbar a {

    transition: color 0.125s ease-in-out 0s;

}

/* A2Z > 



Original:

border-radius: 0;



Try:

  color: white;

  text-shadow: 2px 2px 4px #000000;



*/

.navbar-custom .dropdown-menu {

    background-color: #fff;

    font-size: 16px;

    border-radius: 25px;

    border: 0;

    padding: 0;

    box-shadow: none;

}

/* A2Z-Navbar-Brand ? */

.navbar-custom .navbar-brand {

    letter-spacing: 4px;

    font-weight: 400;

    font-size: 22px;

    color: #fff;

    /*background-color: aquamarine;*/

}

.navbar-custom .nav li > a {

    position: relative;

    color: rgba(255, 255, 255, 0.7);

}

/** A2Z > 



  ORIGINAL:

  color: #999;

*/

/** A2Z > Navbar menu items colors

*/

.navbar-custom .dropdown-menu > li > a {

    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;

    padding: 11px 15px;

    letter-spacing: 2px;

    color: #006600;

}

/* #################################################### */

/* A2Z > Entire background of Navbar Dropdown Menu */

.navbar-custom .dropdown-menu .dropdown-menu {

    border-left: 1px solid rgba(73, 71, 71, 0.15);

    left: 100%;

    right: auto;

    top: 0;

    margin-top: 0;

}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {

    border: 0;

    border-right: 1px solid rgba(73, 71, 71, 0.15);

    right: 100%;

    left: auto;

}

/* #################################################### */

/** A2Z > Main/top-level navbar menu items (About, Courses, etc.)



  ORIGINAL:

  background: none;

  color: #fff;



Try:

background: #fff;

background: transparent;

border: thin;

border-color: #fff;

  font-weight: 400;



*/

.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {

    background: transparent;

    color: #000;

    border-radius: 25px;

}

/* A2Z > Original:

background: rgba(255, 255, 255, 0.1) !important;

*/

.navbar-custom .dropdown-menu > li > a:hover {

    background: rgba(180, 180, 180, 0.1) !important;

}

.navbar-custom .dropdown-toggle:after {

    position: absolute;

    display: block;

    right: 0;

    top: 50%;

    margin-top: -6px;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 9px;

    content: "\f107";

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.navbar-custom .navbar-toggle .icon-bar {

    background: #fff;

}

.dropdown-menu {

    min-width: 180px;

    font-size: 11px;

}

/* #################################################### */

/* Header */

.home-section {

    position: relative;

    background-color: #fff;

    background-repeat: no-repeat;

    background-position: center center;

    width: 100%;

    z-index: 0;

    background-size: cover;

}

.titan-title-size-1 {

    letter-spacing: 4px;

    font-size: 15px;

}

.titan-title-size-2 {

    line-height: 1.3;

    letter-spacing: 3px;

    font-size: 18px;

    opacity: .8;

}

.titan-title-size-3 {

    letter-spacing: 16px;

    font-size: 46px;

}

.titan-title-size-4 {

    letter-spacing: 24px;

    font-weight: 400;

    font-size: 48px;

}

/* Agency Page Header */

.agency-page-header:before {

    background: transparent;

}

/* About us Page Header */

.about-page-header:before {

    background: rgba(2, 2, 2, 0.2);

}

/* Service Page Header */

.service-page-header:before {

    background: rgba(2, 2, 2, 0.1);

}

/* Pricing Page Header */

.pricing-page-header {

    background-position: 40% 14%;

    background-repeat: no-repeat;

}

.pricing-page-header:before {

    background: rgba(2, 2, 2, 0.6);

}

/* Gallery Page Header */

.gallery-page-header {

    background-position: 50% 0%;

    background-repeat: no-repeat;

}

.gallery-page-header:before {

    background: rgba(2, 2, 2, 0.2);

}

/* Contact Page Header */

.contact-page-header {

    background-position: 13% 45%;

    background-repeat: no-repeat;

}

.contact-page-header:before {

    background: rgba(2, 2, 2, 0.5);

}

/* FAQ Page Header */

.faq-page-header:before {

    background: rgba(2, 2, 2, 0.15);

}

/* Blog Page Header */

.blog-page-header {

    background-position: 50% 24%;

    background-repeat: no-repeat;

}

.blog-page-header:before {

    background: rgba(2, 2, 2, 0.3);

}

/* Restaurant menu Page Header */

.restaurant-menu-bg:before {

    background: rgba(2, 2, 2, 0.4);

}

.restaurant-page-header:before {

    background: rgba(0, 0, 0, 0.45);

}

.restaurant-image-overlay:before {

    background-color: rgba(2, 2, 2, 0.25);

}

/* Portfolio Page Header */

.portfolio-page-header {

    background-position: 50% 50%;

}

.portfolio-page-header:before {

    background: rgba(45, 45, 45, 0.45);

}

/* #################################################### */

/* Landing Page Header */

.landing-header:before {

    position: absolute;

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);

    content: " ";

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

}

/* #################################################### */
.banner-img {

    margin-top: -145px;

}

.shop-page-header:before {

    background: rgba(34, 34, 34, 0.3);

}

/* #################################################### */

/*--------------------------------------------------------------

	Footer

--------------------------------------------------------------*/

.footer {

    padding: 10px 0;

}

.footer .copyright {

    margin: 0;

}

.footer .footer-social-links {

    text-align: right;

}

.footer .footer-social-links a {

    display: inline-block;

    padding: 0 6px;

}

/* #################################################### */

/* -------------------------------------------------------------

Google map

------------------------------------------------------------- */

#map-section {

    position: relative;

    height: 450px;

    width: 100%;

}

#map {

    height: 100%;

    width: 100%;

}

#map img {

    max-width: none;

}

/* #################################################### */

/*--------------------------------------------------------------

	Services & Features

--------------------------------------------------------------*/

.features-item {

    margin: 20px 0;

    text-align: center;

}

.features-icon, .alt-features-icon {

    line-height: 1.2;

    font-size: 42px;

    color: #111;

}

.features-title, .alt-features-title {

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 400;

    font-size: 14px;

    color: #111;

    margin: 16px 0 15px;

}

/* A2Z > Adjust margin

Original:

  margin: 65px 0 0 0;

*/

.alt-features-item {

    position: relative;

    padding-left: 55px;

    margin: 5px 0 0 0;

}

.alt-features-icon {

    position: absolute;

    height: 40px;

    width: 40px;

    left: 0;

    top: 0;

    text-align: center;

    line-height: 40px;

    font-size: 28px;

}

.alt-features-title {

    font-size: 13px;

    margin: 0 0 10px;

}

/* Content box */

.content-box {

    margin: 20px 0;

    text-align: center;

}

.content-box-title {

    font-weight: 400;

    font-size: 18px;

    color: #111;

    margin: 16px 0 15px;

}

/* #################################################### */

/*--------------------------------------------------------------

	Team

--------------------------------------------------------------*/

.team-item {

    position: relative;

    text-align: center;

}

.team-image {

    position: relative;

    /*    overflow: hidden;*/

}

.team-image img {

    width: 100%;

    border-radius: 15px;

}

.team-image:after {

    position: absolute;

    background: transparent;

    /*    content: " ";*/

    display: block;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 1;

}

.team-detail {

    position: absolute;

    width: 100%;

    opacity: 0;

    bottom: 100%;

    left: 0;

    z-index: 2;

    text-align: center;

    font-size: 12px;

    color: #aaa;

    padding: 20px;

}

.team-detail h5 {

    font-size: 16px;

}

.team-detail p {

    font-size: 14px;

}

.team-social a {

    display: inline-block;

    color: #aaa;

    padding: 5px 6px;

}

.team-social a:hover {

    color: #FFF;

}

.team-descr {

    margin: 20px 0 0;

}

.team-name {

    font-size: 14px;

    color: #111;

}

.team-role {

    font-size: 11px;

    color: #aaa;

}

.team-item:hover .team-image:after {

    /*    background: rgba(0, 0, 0, 0.6);*/

    background: rgba(0, 0, 0, 0.1);

}

.team-item:hover .team-detail {

    opacity: 1;

    bottom: 50%;

    -webkit-transform: translateY(50%);

    -ms-transform: translateY(50%);

    transform: translateY(50%);

}

/* #################################################### */

/*--------------------------------------------------------------

	Restaurant Menu

--------------------------------------------------------------*/

.menu {

    border-bottom: 1px dotted #e5e5e5;

    padding: 0 0 10px;

    margin: 0 0 20px;

}

.menu-title, .menu-price {

    margin: 0 0 10px;

    font-size: 14px;

    color: #111;

}

.menu-price-detail {

    position: relative;

    text-align: right;

}

/* #################################################### */

/*--------------------------------------------------------------

	Price Table

--------------------------------------------------------------*/

.price-table {

    background: #fff;

    border: 1px solid #eaeaea;

    padding: 25px 20px;

    margin: 15px 0 30px;

    border-radius: 2px;

    text-align: center;

}

.price-table:hover {

    border-color: #CACACA;

}

.price-table.best {

    margin: 0 0 30px;

}

.price-table .small {

    margin: 0;

}

.borderline {

    position: relative;

    background: #eaeaea;

    display: block;

    height: 1px;

    width: 100%;

    margin: 20px 0 15px;

}

.borderline:before {

    position: absolute;

    background: #eaeaea;

    content: "";

    bottom: -7px;

    left: 50%;

    height: 14px;

    width: 14px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    margin-left: -7px;

}

.borderline:after {

    position: absolute;

    background: #fff;

    content: "";

    bottom: -5px;

    left: 50%;

    height: 16px;

    width: 16px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    margin-left: -8px;

}

.price-table h4 {

    color: #111;

    margin: 0;

}

.price-table p.price {

    font-size: 60px;

    color: #111;

    padding: 0;

    margin: 0 0 0 -10px;

}

.price-table p.price span {

    display: inline-block;

    vertical-align: top;

    font-size: 16px;

    padding-top: 25px;

}

.price-details {

    list-style: none;

    padding: 0;

    margin: 0 0 23px;

}

.price-details li {

    padding: 7px 0;

}

.price-details li > span {

    text-decoration: line-through;

    color: #aaa;

}

/* #################################################### */

/*--------------------------------------------------------------

	Fun fact

--------------------------------------------------------------*/

.count-item {

    text-align: center;

}

.count-icon {

    line-height: 1.2;

    font-size: 42px;

}

/* #################################################### */

/*--------------------------------------------------------------

	Video Box

--------------------------------------------------------------*/

.video-box {

    text-align: center;

    padding: 40px 0;

}

.video-box-icon > a > i, .video-box-icon > a > span {

    line-height: 1.8;

    font-size: 40px;

    color: #fff;

}

.video-title {

    letter-spacing: 4px;

    font-size: 30px;

    margin: 10px 0 0;

}

.video-subtitle {

    color: rgba(255, 255, 255, 0.5);

}

/* #################################################### */

/*--------------------------------------------------------------

	Portfolio

--------------------------------------------------------------*/

/* Portfolio filter */

.filter {

    text-align: center;

    list-style: none;

    padding: 0;

    margin: 0 0 70px;

}

.filter > li {

    display: inline-block;

    padding: 0 0 10px;

    margin: 0 25px;

}

/* Portfolio grid */

.works-grid {

    list-style: none;

    padding: 0;

    margin: 0;

}

.works-grid.works-grid-gut {

    margin: 0 0 0 -10px;

}

.works-grid.works-grid-gut .work-item {

    padding: 0 0 10px 10px;

}

.work-item {

    width: 50%;

    float: left;

    margin: 0;

}

.works-grid-3 .work-item {

    width: 33.3333%;

}

/* #################################################### */

/* container */

.container .works-grid-3 .work-item {

    width: 33.2%;

}

.works-grid-4 .work-item {

    width: 25%;

}

.works-grid-5 .work-item {

    width: 20%;

}

.work-item > a {

    position: relative;

    display: block;

    overflow: hidden;

}

.work-image {

    position: relative;

    overflow: hidden;

}

.work-image img {

    display: block;

    overflow: hidden;

    width: 100%;

}

.work-image:after {

    position: absolute;

    display: block;

    content: "";

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

}

.work-caption {

    width: 100%;

    padding: 0 20px;

    opacity: 0;

    position: absolute;

    bottom: 100%;

    left: 0;

    text-align: center;

    overflow: hidden;

}

.work-title {

    font-size: 14px;

    color: #fff;

    margin: 0 0 6px;

}

.work-descr {

    color: #aaa;

}

.work-item:hover .work-image:after {

    background: rgba(0, 0, 0, 0.6);

}

.work-item:hover .work-image > img {

    -webkit-transform: scale(1.1) rotate(2deg);

    -ms-transform: scale(1.1) rotate(2deg);

    transform: scale(1.1) rotate(2deg);

}

.work-item:hover .work-caption {

    bottom: 50%;

    opacity: 1;

    z-index: 3;

    -webkit-transform: translateY(50%);

    -ms-transform: translateY(50%);

    transform: translateY(50%);

}

/* Work item white background*/

.works-grid.works-hover-w .work-title {

    color: #111;

}

.works-grid.works-hover-w .work-item:hover .work-image:after {

    background: rgba(255, 255, 255, 0.8);

}

/* Work item gradien background*/

.works-grid.works-hover-g .work-image:after {

    opacity: 0;

}

.works-grid.works-hover-g .work-descr {

    color: #fff;

}

.works-grid.works-hover-g .work-item:hover .work-image:after {

    background: #6fe29e;

    background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1);

    opacity: 1;

}

.sliding-portfolio .work-item {

    width: 100%;

}

/* #################################################### */

/*--------------------------------------------------------------

	Single Portfolio

--------------------------------------------------------------*/

.work-details {

    margin: 0 0 20px;

}

.work-details-title {

    color: #111;

    margin: 0 0 20px;

}

.work-details ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.work-details ul > li {

    border-bottom: 1px dotted #c2c2c2;

    padding: 0 0 5px;

    margin: 0 0 5px;

}

/* #################################################### */

/*--------------------------------------------------------------

	Call to action

--------------------------------------------------------------*/

.callout-text {

    color: rgba(255, 255, 255, 0.6);

}

.callout-title {

    font-weight: 400;

    font-size: 16px;

    color: #fff;

    margin: 0;

}

.callout-btn-box {

    text-align: right;

    padding-top: 4px;

}

.request-cta {

    padding: 50px 0px;

}

/* #################################################### */

/*--------------------------------------------------------------

	Testimonial

--------------------------------------------------------------*/

.testimonial:before {

    background: rgba(2, 2, 2, 0.4);

}

.testimonials-slider {

    /*  position: relative;*/

}

.testimonial-text {

    text-align: center;

    font-style: normal;

    font-size: 18px;

}

.testimonial-caption {

    text-align: center;

    padding: 10px 0 0;

}

.testimonial-title {

    font-size: 14px;

}

.testimonial-descr {

    color: rgba(255, 255, 255, 0.5);

    font-size: 11px;

}

/* #################################################### */

/*--------------------------------------------------------------

	Gallery

--------------------------------------------------------------*/

.gallery-item {

    position: relative;

    text-align: center;

    margin: 0 0 20px;

}

.gallery-image {

    position: relative;

    overflow: hidden;

}

.gallery-image a.gallery {

    position: relative;

    display: block;

}

.gallery-image img {

    display: block;

    overflow: hidden;

    width: 100%;

}

.gallery-image:after {

    position: absolute;

    background: transparent;

    content: " ";

    display: block;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 1;

}

.gallery-caption {

    position: absolute;

    width: 100%;

    opacity: 0;

    bottom: 100%;

    left: 0;

    z-index: 2;

    text-align: center;

    font-size: 28px;

    color: #fff;

    padding: 20px;

}

.gallery-icon {

    background: rgba(255, 255, 255, 0.2);

    border-radius: 50%;

    height: 50px;

    width: 50px;

    font-size: 24px;

    margin: 0 auto;

}

.gallery-icon i, .gallery-icon span {

    line-height: 50px;

}

/* Gallery hover */

.gallery-item:hover .gallery-image:after {

    background: rgba(0, 0, 0, 0.6);

}

.gallery-item:hover .gallery-caption {

    opacity: 1;

    bottom: 50%;

    -webkit-transform: translateY(50%);

    -ms-transform: translateY(50%);

    transform: translateY(50%);

}

/* #################################################### */

/*--------------------------------------------------------------

	Blog Post

--------------------------------------------------------------*/

.post {

    margin: 0 0 80px;

}

.post-title {

    line-height: 1.4;

    font-size: 22px;

    color: #111;

    margin: 0;

}

.post-header {

    margin: 0 0 15px;

}

.post-meta {

    font-size: 11px;

    color: #aaa;

}

/* A2Z

ORIGINAL:

  border-top: 1px dotted #c2c2c2;

  padding-top: 20px;

  margin-top: 10px;



*/

.post-entry {

    /*  border-top: 1px dotted #c2c2c2;*/

    padding-top: 0px;

    margin-top: 0px;

}

.post-images-slider {

    position: relative;

}

.post-images-slider .flex-control-nav {

    bottom: 0;

}

/* A2Z

ORIGIINAL:

  margin: 0 0 20px;



*/

.post-thumbnail, .post-images-slider, .post-video {

    margin: 0 0 5px;

}

.post-quote {

    background: #f5f5f5;

    text-align: center;

    padding: 20px;

}

/* A2Z > Post columns > spacing between posts

ORIGINAL:

  margin: 0 0 60px;



*/

.post-columns .post {

    margin: 0 10px 60px;

}

.post-columns .post-header {

    margin: 0 0 10px;

}

.post-columns .post-title {

    line-height: 1.8;

    font-size: 14px;

}

.post-columns .post-entry {

    padding: 10px 0 0;

    margin: 0 0 10px;

}

.post-columns.wo-border .post-entry {

    border: 0;

    padding: 0;

}

.post-columns .post-entry p:last-child {

    margin: 0;

}

.more-link:after {

    content: "\00BB";

    color: #666666;

    padding-left: 5px;

}

.pagination a {

    border: 1px solid #eaeaea;

    display: inline-block;

    text-transform: uppercase;

    text-align: center;

    color: #999;

    padding: 4px 12px;

}

.pagination a.active {

    border-color: #CACACA;

}

/* #################################################### */

/*--------------------------------------------------------------

	Widgets

--------------------------------------------------------------*/

/* Progress bars */

.progress {

    overflow: visible;

    height: 4px;

}

.progress-bar {

    position: relative;

}

.progress-bar.pb-dark {

    background: #111;

}

.progress-bar span {

    position: absolute;

    display: block;

    right: -0px;

    top: -24px;

    opacity: 0;

    line-height: 12px;

    font-size: 12px;

    color: #111;

    padding: 4px 0px;

}

.progress-bar span:after {

    display: inline-block;

    content: "%";

}

/* Tabs */

.tab-content .tab-pane {

    padding: 20px 0;

}

/* Accordion */

.panel-title {

    font-size: 14px;

}

.panel-heading a {

    position: relative;

    display: block;

}

.panel-heading a:after {

    position: absolute;

    content: "\f106";

    top: 50%;

    right: 0px;

    font-family: "FontAwesome";

    line-height: 1;

    font-size: 14px;

    margin-top: -7px;

}

.panel-heading a.collapsed:after {

    content: "\f107";

}

/* Tables */

.table-border > tbody > tr > td, .table-border > tbody > tr > th, .table-border > tfoot > tr > td, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > thead > tr > th {

    border-color: #e5e5e5;

}

.ds-table > tbody > tr > td, .ds-table > tbody > tr > th, .ds-table > tfoot > tr > td, .ds-table > tfoot > tr > th, .ds-table > thead > tr > td, .ds-table > thead > tr > th {

    border-top: 0;

}

.checkout-table {

    border: 1px solid #e5e5e5;

}

.checkout-table > tbody > tr > td, .checkout-table > tbody > tr > th, .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th, .checkout-table > thead > tr > td, .checkout-table > thead > tr > th {

    padding: 12px;

}

.checkout-table tr td, .checkout-table tr th {

    border-top: 1px solid #e5e5e5;

    border-bottom: 1px solid #e5e5e5;

    border-right: 1px solid #e5e5e5;

    border-left: 1px solid #e5e5e5;

}

.checkout-table tbody tr td:first-child, .checkout-table tbody tr th:first-child {

    max-width: 36px;

}

/* Sidebar / Widget common*/

.sidebar .widget {

    margin-bottom: 60px;

}

.sidebar .widget-title {

    color: #111;

}

.widget .widget-title {

    border-bottom: 1px dotted #c2c2c2;

    font-size: 14px;

    padding: 0 0 10px;

    margin: 0 0 15px;

}

.widget ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

/* Icon List */

.widget .icon-list li {

    padding: 5px 0;

}

.widget .icon-list li a:before {

    content: "\00BB";

    color: #666666;

    padding-right: 5px;

}

/* Posts */

.widget-posts li {

    margin: 0 0 15px;

}

.widget-posts li:last-child {

    margin: 0;

}

.widget-posts-image {

    float: left;

    width: 64px;

}

.widget-posts-body {

    margin-left: 74px;

}

/* Search */

.search-box {

    position: relative;

}

/* Tags */

.tags a {

    background: #111;

    display: inline-block;

    font-size: 10px;

    color: #fff;

    padding: 4px 10px 4px 12px;

    margin: 0 1px 4px;

    border-radius: 2px;

}

.tags a:hover {

    background: rgba(17, 17, 17, 0.8);

}

/* #################################################### */

/*--------------------------------------------------------------

	Comment Box in Blog

--------------------------------------------------------------*/

.comments, .comment-form {

    margin: 80px 0 0;

}

.comments .comment-title, .comment-form .comment-form-title {

    border-bottom: 1px dotted #c2c2c2;

    font-size: 16px;

    color: #111;

    padding-bottom: 15px;

    margin: 0 0 20px;

}

.comment-author {

    font-size: 14px;

    margin: 0 0 10px;

}

.comment-avatar {

    width: 55px;

    float: left;

    margin-top: 10px;

}

.comment-avatar img {

    border-radius: 50%;

}

.comment-content {

    padding-top: 5px;

    margin-left: 75px;

    margin-bottom: 30px;

}

@media (min-width: 768px) {

    .comment .comment {

        margin-left: 75px;

    }

}

/* #################################################### */

/*--------------------------------------------------------------

	Client

--------------------------------------------------------------*/

.client-logo {

    opacity: .5;

}

.client-logo:hover {

    opacity: 1;

}

/* #################################################### */

/*--------------------------------------------------------------

	Responsive Styles - Media Queries



@media (min-width: 768px) {

    .navbar-transparent {

        background: transparent;

        padding-bottom: 15px;

        padding-top: 15px;

    }



--------------------------------------------------------------*/

/* -------------------------------------------------------------- 

@media (min-width: 768px) {



*/

@media (max-width: 10000px) {

    .navbar-transparent {

        background: transparent;

        padding-bottom: 15px;

        padding-top: 15px;

    }

    .navbar-custom .dropdown-menu {
        position: absolute;

        display: block;

        visibility: hidden;

        opacity: 0;

    }

    .navbar-custom .open > .dropdown-menu {

        visibility: visible;

        opacity: 1;

    }

    .navbar-custom .dropdown-menu .dropdown-toggle:after {

        position: absolute;

        display: block;

        right: 9px;

        top: 50%;

        margin-top: -6px;

        font: normal normal normal 14px/1 FontAwesome;

        font-size: 9px;

        content: "\f105";

        text-rendering: auto;

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

    }

    .navbar-right .dropdown-menu {

        right: auto;

        left: 0;

    }

    /* Comments */

    .comment .comment {

        margin-left: 75px;

    }

}

/* -------------------------------------------------------------- */

@media (max-width: 1200px) {

    /* Features */

    .alt-features-item {

        margin: 20px 0 0;

    }

    /* OK > A2Z-navbar > test */

    .navbar-custom {

        letter-spacing: 0px;

        /*        background-color: pink; */

    }

}

/* -------------------------------------------------------------- */

@media (max-width: 1050px) {

    /* Navbar 

	

	letter-spacing: 1px;

	*/

    .navbar-custom {

        letter-spacing: 0px;

        /*        background-color: red; */

        /*        font-size: 11px;*/

        /* OK> A2Z-navbar > test */

    }

}

/* -------------------------------------------------------------- */

@media (max-width: 991px) {

    /* Navbar */

    .navbar-custom {

        letter-spacing: 0;

        /*background-color: #A6A600;*/

        /* A2Z-navbar > test */

    }

    /* Headers 

ORIGINAL:

	letter-spacing: 8px;

    font-size: 36px;

	*/

    .titan-title-size-3 {

        letter-spacing: 0px;

        font-size: 36px;

    }

    /* Headers 

ORIGINAL:

    letter-spacing: 12px;

    font-size: 38px;

	*/

    .titan-title-size-4 {

        letter-spacing: 0px;

        font-size: 38px;

    }

    /* ########################################################

	container	

	*/

    .work-item, .works-grid-3 .work-item, .container .works-grid-3 .work-item, .works-grid-4 .work-item, .works-grid-5 .work-item {

        width: 90%;

    }

    /* --------------------------------------------------------------

A2Z > Half-image 

*/

    .side-image {

        position: relative;

        height: 300px;

    }

}

/* -------------------------------------------------------------- 

@media (max-width: 767px) {



*/

@media (max-width: 767px) {

    /* Navbar 

	

	letter-spacing: 3px;

	

	*/

    .navbar-custom .navbar-nav {

        letter-spacing: 0px;

        margin-top: 1px;

        margin-bottom: 0;

    }

    /** A2Z > Navbar responsive > ########################################################

  ORIGINAL:

      background: rgba(255, 255, 255, 0.1) !important;

  */

    .navbar-custom li > a:hover {

        background: rgba(255, 255, 255, 0.1) !important;

    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu > li > a {

        padding: 10px 25px;

    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {

        padding: 10px 35px;

    }

    .navbar-custom li a, .navbar-custom .dropdown-search {

        color: #003300;

        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;

    }

    .navbar-custom .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown-toggle:after {

        right: 7px;

        content: "\f107";

    }

    .navbar-custom .nav > .open > .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {

        right: 7px;

        content: "\f106";

    }

    /* Shop navbar */

    .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {

        padding-left: 15px;

    }

    .navbar-custom .cart-item-number {

        display: none;

    }

    .navbar-custom .navbar-cart > a:after {

        content: "\f107";

    }

    .navbar-custom .navbar-cart-item a {

        border: 0 !important;

    }

    .dropdown-menu.cart-list {

        text-align: left;

        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;

    }

    .navbar-cart-item {

        border: none;

        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;

        padding-bottom: 10px;

    }

    .navbar-cart-img {

        display: none;

    }

    .navbar-cart-title {

        white-space: normal;

        padding: 0;

        margin-left: 0;

    }

    /* Headers */

    .titan-title-size-1 {

        letter-spacing: 2px;

        font-size: 14px;

    }

    .titan-title-size-2 {

        line-height: 1.3;

        letter-spacing: 2px;

        font-size: 16px;

        opacity: .8;

    }

    .titan-title-size-3 {

        letter-spacing: 4px;

        font-size: 26px;

    }

    .titan-title-size-4 {

        letter-spacing: 6px;

        font-size: 28px;

    }

    /* Features */

    .features-item {

        margin: 0 0 30px;

    }

    .alt-features-item {

        padding-left: 0;

        margin: 0 0 30px;

        text-align: center;

    }

    .alt-features-icon {

        position: static;

        width: auto;

        margin: 0 auto 8px;

    }

    /* Callout */

    .callout-text {

        margin: 0 0 30px;

    }

    .callout-text, .callout-btn-box {

        text-align: center;

    }

    /* Sidebar */

    .sidebar {

        margin-top: 50px;

    }

    .widget {

        margin-bottom: 60px;

    }

    .post.mb-0 {

        margin-bottom: 40px !important;

    }

    .footer {

        text-align: center;

    }

    .copyright, .footer-social-links {

        text-align: center;

        margin: 10px 0;

    }

    /* Half-image */

    .side-image-text {

        padding-left: 15px;

        padding-right: 15px;

    }

    /* Restaurant menu */

    .menu-title, .menu-detail, .menu-price-detail {

        text-align: center;

    }

    .align-center-sm {

        text-align: center;

    }

    .align-left-sm {

        text-align: left;

    }

} /* END @media */

/* -------------------------------------------------------------- */

@media (max-width: 768px) {

    /* OK > A2Z-navbar > test */

    .navbar-custom {

        /*        background-color: red; */

    }

} /* END @media */

@media (min-width: 1024px) {

    /* OK > A2Z-navbar > test */

    .navbar-custom {

        /*        background-color: green; */

    }

} /* END @media */

@media (min-width: 2048px) {

    /* OK > A2Z-navbar > test */

    .navbar-custom {

        /*        background-color: blue; */

    }

} /* END @media */

@media only screen and (max-width: 480px) {

    .work-item, .works-grid-3 .work-item, .works-grid-4 .work-item, .works-grid-5 .work-item {

        width: 100%;

    }

} /* END @media */

/* #################################################### */

/* TOP> Navbar responsive  */

@media (max-width: 1200px) {

    .navbar-header {

        float: none;

    }

    .navbar-left, .navbar-right {

        float: none !important;

    }

    .navbar-toggle {

        display: block;

    }

    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    }

    .navbar-fixed-top {

        top: 0;

        border-width: 0 0 1px;

    }

    .navbar-collapse.collapse {

        display: none !important;

    }

    .navbar-nav {

        float: none !important;

        margin-top: 7.5px;

    }

    .navbar-nav > li {

        float: none;

    }

    .navbar-nav > li > a {

        padding-top: 10px;

        padding-bottom: 10px;

    }

    .collapse.in {

        display: block !important;

    }

}

/* END> Navbar responsive  */

/** A2Z TOP> a effect 

*/

/* #################################################### */

a {

    color: #00aa00;

}

a:hover, a:focus {

    text-decoration: none;

    color: #00cc00;

    outline: 0;

}

a.effect1, a.effect1:link {

    color: #199C9A;

    text-decoration: none;

    background-position-y: -0%;

    background-image: linear-gradient(transparent 50%, gold 50%);

    transition: background 500ms ease;

    background-size: 2px;

    background-size: auto 175%;

}

a.effect1:hover {

    background-position-y: 100%;

    background-image: linear-gradient(transparent 0%, gold 100%);

}

a.effect2, a.effect2:link {

    color: #0ABFD1;

    text-decoration: none;

    background-position-y: -0%;

    background-image: linear-gradient(transparent 50%, gold 50%);

    transition: background 500ms ease;

    background-size: 2px;

    background-size: auto 175%;

}

a.effect2:hover {

    background-position-y: 100%;

    background-image: linear-gradient(transparent 0%, gold 100%);

}

a.GJlink, a.GJlink:link {

    color: #006600;

    font-weight: 600;

    text-decoration: none;

    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);

}

a.GJlink:hover {

    color: #0c0;

    font-weight: 700;

    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);

}

/* ####################################################

A2Z > Footer Social Media icons

*/

.footersocialicons {

    font-size: 36px;

    /*  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);*/

}

a.footersocial, a.footersocial:link {

    color: #007700;

    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);

    text-decoration: none;

}

a.footersocial:hover {

    color: #004400;

    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);

    outline: 0;

}

a.headernav, a.headernav:link {

    color: #eee;

}

a.headernav:hover {

    text-decoration: none;

    color: #002200;

}

/** A2Z END> a effect */

/* --------------------------------------------------------------

A2Z > Text Shadows

*/

/* ####################################################

A2Z > Homepage top text

*/

.home-top-text {

    color: #fff;

    opacity: 0.7;

    /*z-index: 1000;*/

    /*

	margin-top: 0;

	padding-top: 0;

*/

    /*background-color: #f00;*/

}

/* ####################################################

A2Z > TOP > Text Shadows



[

Left (negative) <> Right (positive)

Top (negative) <> Down (positive)

Blur 0 (none) - 20 (maximum)



Opacity: 0-0.99 (transparent to almost opaque), 1 = fully opaque

Color: 

If fully opaque, use hex value directly: #006600; 

If any transparency is needed, use RGBA format: rgba(0,153,0,0.9)

]



*/

/*

A2Z > Help Wanted > black text

*/

.textshadow1 {

    text-shadow: #aba 1px 0 15px;

}

/* 

A2Z > Register Now button, 

*/

.textshadow2 {

    text-shadow: #aba 5px 0 15px;

}

/* 

A2Z > 

~ White blur all around

*/

.textshadow3 {

    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);

}

/* 

A2Z > 

~ homepage

*/

.textshadow4 {

    text-shadow: 0 0 10px #111, 0 0 25px #222, 0 0 30px #333;

}

.textshadow5 {

    text-shadow: 0 0 10px rgba(1, 1, 1, 0.6);

}

/* 

A2Z > 

~  blur all around

*/

.textshadow6 {

    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);

}

/* ####################################################

A2Z > END > Text Shadows

*/

/* -------------------------------------------------------------- */

/* ####################################################

A2Z > Homepage About section text

*/

.home-about-title {

    position: relative;

    letter-spacing: 4px;

    text-align: center;

    font-weight: 400;

    font-size: 24px;

    margin: 0 0 70px;

}

.home-about-text {

    font-size: 22px;

}

/* ####################################################

A2Z > Homepage FAQ section text

*/

.home-faq-text {

    position: relative;

    letter-spacing: 4px;

    text-align: center;

    font-weight: 400;

    font-size: 26px;

    margin: 0 0 70px;

}

.faq-heading {

    font-weight: 600;

    padding-top: 20px;

    padding-bottom: 10px;

}

/* ####################################################

A2Z > Reduced padding

*/

.module-faq {

    position: relative;

    padding: 50px 0;

    background-repeat: no-repeat;

    background-position: 50% 50%;

    background-size: cover;

}

/* ####################################################

A2Z > Reduced padding

*/

.section_homepage {

    /*	position: relative;*/

    padding: 25px 0;

}

.module-scorecard {

    position: relative;

    padding: 25px 0;

    /*

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: cover;

*/

}

/* ####################################################

A2Z > Increased size of scroll-up icon

*/

.scrollupicon {

    font-size: 28px;

}

/* ####################################################

A2Z > Footer

*/

#mfooter {

    background: #009900 !important;

}

/* ####################################################

A2Z > medic-text-home

*/

.medic-text-home {

    color: #00cc00;

    font-weight: 700;

}

/* ####################################################

A2Z > home-registernow

*/

.home-registernow {

    padding-top: 5px;

    padding-bottom: 5px;

    text-align: center;

}

/* ####################################################

A2Z > home-instructor-name 

*/

.home-instructor-name {

    color: #FFFFFF;

    font-weight: 700;

}

/* ####################################################

A2Z > Trying to set hover style for a specific class, but,

it's not working in the particular html file it's being applied to

*/

a.home-instructor-name:hover {

    color: #FFFFFF;

    font-weight: 900;

}

/* ####################################################

A2Z > TOP > instructor page 



Stacked "shadows"

box-shadow: 5px 5px blue, 10px 10px red, 15px 15px green;



Light-grey shadow

	box-shadow: 10px 10px 10px #ccc;



background-color: white;

border: 1px solid #ccc;

text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;



box-shadow: 10px 10px 10px red, 0 0 25px blue, 0 0 50px green;



position: relative;



  margin: auto;

  margin-top: 100px;

  text-align: center;



*/

.instructorpagetop {

    margin-top: 150px;

    margin-left: 25px;

    margin-right: 25px;

}

.instructorprofilepic {

    width: 250px;

    padding: 10px 10px 20px 10px;

    margin-bottom: 25px;

    border: 1px solid #eee;

    box-shadow: 0 0 20px #aaa;

}

.instructorcollagepic {

    /*    padding: 10px 10px 20px 10px;*/

    border: 1px solid #000;

    box-shadow: 0 0 20px #aaa;

}

.instructorcollagepicbg {

    margin-top: 20px;

    padding-top: 20px;

    padding-bottom: 20px;

}

.instructorcollagepicbgtext {

    color: #fff;

    font-weight: 600;

    text-shadow: 1px 1px 2px black, 0 0 25px brown, 0 0 5px black;

}

.card-instructorprofile {

    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);

    max-width: 1900px;

    padding: 50px;

}

.instructorprofiletext {

    margin: 10px;

}

/* -----------------------------------

A2Z > END > instructor page 

*/

/* ------------------------------------------------------------

A2Z > Centering Content



-------

REF:



CSS center content inside div

http://stackoverflow.com/questions/7926540/ddg#7926579

To center a div, set it's width to some value and add margin: auto.



#partners .wrap {

    width: 655px;

    margin: auto;

}

EDIT, you want to center the div contents, not the div itself. You need to change display property of h2, ul and li to inline, and remove the float: left.



#partners li, ul, h2 {

    display: inline;

    float: none;

}

Then, they will be layed out like normal text elements, and aligned according to text-align property of their container, which is what you want.



-------



*/

.centerit {

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.center-div {

    width: auto;

    margin: auto;

}

.center-div-content {

    width: 95%;

    margin: 0 auto;

    align-items: center;

    /*

	display: block;

  	margin-left: auto;

  	margin-right: auto;

*/

    /*	text-align: center;*/

    /*

	display: inline;

	float: none;

*/

}

.center-parent {

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.center-child {}

/* ####################################################

A2Z > 

*/

/* ------------------------------------------------------------

A2Z > Media > Laptop

*/

@media only screen and (min-width: 1224px) {

    /* ------------------------------------------------------------

A2Z > Margin > Laptop

	

	background-color: aqua;

	    background-color: red;



*/

    .m-full-5 {

        margin: 5px !important;

    }

    .m-full-10 {

        margin: 10px !important;

    }

    .m-full-20 {

        margin: 20px !important;

    }

    .m-full-25 {

        margin: 25px !important;

    }

    .m-full-50 {

        margin: 50px !important;

    }

    .m-full-75 {

        margin: 75px !important;

    }

    .m-full-100 {

        margin: 100px !important;

    }

    /* ------------------------------------------------------------

A2Z > Padding > Laptop

*/

    .p-full-5 {

        padding: 5px !important;

    }

    .p-full-10 {

        padding: 10px !important;

    }

    .p-full-20 {

        padding: 20px !important;

    }

    .p-full-25 {

        padding: 25px !important;

    }

    .p-full-50 {

        padding: 50px !important;

    }

    .p-full-75 {

        padding: 75px !important;

    }

    .p-full-100 {

        padding: 100px !important;

    }

}

/* ------------------------------------------------------------

A2Z > Media > Tablet 

*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .m-full-50 {

        margin: 50px !important;

        background-color: green;

    }

}

/* ------------------------------------------------------------

A2Z > Media > Phone

*/

@media only screen and (min-device-width : 320px) {

    /* ------------------------------------------------------------

A2Z > Margin > Phone

	    background-color: blue;



*/

    .m-full-5 {

        margin: 3px !important;

    }

    .m-full-10 {

        margin: 5px !important;

    }

    .m-full-20 {

        margin: 10px !important;

    }

    .m-full-25 {

        margin: 15px !important;

    }

    .m-full-50 {

        margin: 5px !important;

    }

    .m-full-75 {

        margin: 30px !important;

    }

    .m-full-100 {

        margin: 40px !important;

    }

    /* ------------------------------------------------------------

A2Z > Padding

*/

    .p-full-5 {

        padding: 3px !important;

    }

    .p-full-10 {

        padding: 5px !important;

    }

    .p-full-20 {

        padding: 10px !important;

    }

    .p-full-25 {

        padding: 15px !important;

    }

    .p-full-50 {

        padding: 20px !important;

    }

    .p-full-75 {

        padding: 30px !important;

    }

    .p-full-100 {

        padding: 40px !important;

    }

} /* @media */

/* ------------------------------------------------------------

A2Z > TOP > Box shadows



[

Left (negative) <> Right (positive)

Top (negative) <> Down (positive)

Blur 0 (none) - 100 (maximum)

Spread: 0 (minimum) - 100 (maximum)



Opacity: 0-0.99 (transparent to almost opaque), 1 = fully opaque

Color: 

If fully opaque, use hex value directly: #006600; 

If any transparency is needed, use RGBA format: rgba(0,153,0,0.9)



]



*/

/* 090 all around */

.boxshadow1 {

    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 153, 0, 0.5);

    box-shadow: 0px 0px 15px 1px rgba(0, 153, 0, 0.5);

}

/* 060 all around */

.boxshadow2 {

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 102, 0, 0.9);

    box-shadow: 0px 0px 15px 0px rgba(0, 102, 0, 0.9);

}

/* grey all around */

.boxshadow3 {

    -webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.5);

    box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.5);

}

/* grey all around */

.boxshadow4 {

    -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.5);

    box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.5);

}

/* grey all around */

.boxshadow5 {

    -webkit-box-shadow: 0px 0px 15px 5px rgba(100, 100, 100, 0.9);

    box-shadow: 0px 0px 15px 5px rgba(100, 100, 100, 0.9);

}

/* ------------------------------

A2Z > END > Box shadows

*/

/* ------------------------------------------------------------

A2Z > Blog post 'container' box

*/

.blogpagecontainer {

    width: 95%;

    margin: 0 auto;

    /*	align-items: center;*/

}

/* This is a separate 'container' for the blog article pages, so that the background color of the article title aligns with the bottom of the header navbar.

Originally this div has the class 'module', which is what most (all?) other pages of the site have.

*/

.module-blog-article {

    position: relative;

    padding-top: 75px;

}

.blog-article-list {

    /*  width: 50%;*/

    margin: 0 auto;

    align-items: center;

}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

    .blog-article-list {

        width: 100%;

        /*    background: red;*/

    }

}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

    .blog-article-list {

        width: 75%;

        /*    background: grey;*/

    }

}

@media (min-width:1281px) { /* hi-res laptops and desktops */

    .blog-article-list {

        width: 60%;

        /*    background: pink;*/

    }

}

.blogpostcontainer {

    -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.5);

    box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.5);

    /*  margin: 5px 5px 5px 5px;*/

    padding: 0px;

    /*	margin: 20px;*/

    /*	background-color: blue;*/

    /*	height: 600px;*/

}

.blogtitlebg {

    background-color: #efe;

}

.blogposttitle {

    /*	display: flex;*/

    /*	height: 400px;*/

    vertical-align: middle;

    align-items: center;

    /*	background-color: aqua;*/

}

.blogpostimage {

    /*

	max-width:100%;

	max-height:100%;

	outline: solid 5px red;

*/

    /*height: auto;*/

    min-width: 100%;

    height: auto;

    padding: 0;

}

/* ------------------------------------------------------------

A2Z > Course dropdown text

*/

.course-dropdown-text {

    font-size: 1.6em;

    color: #090;

}

/* ------------------------------------------------------------

A2Z > Anchor destination

https://codepen.io/paulobrien/pen/bpepaq



.helpwantedanchor {

  position: absolute;

  margin-top: -80px; 

}



*/

/* ------------------------------------------------------------

A2Z > TOP > Flex Container > Reviews

*/

.flex-container2 {

    /* ####################################################

	We first create a flex layout context. 

	This defines a flex container; inline or block depending on the given value. It enables a flex context for all its direct children.

	*/

    display: flex; /* or inline-flex */

    /* ####################################################

	Then we define the flow direction and if we allow the items to wrap.

	flex-direction: row | row-reverse | column | column-reverse;

		row (default): left to right in ltr; right to left in rtl

		row-reverse: right to left in ltr; left to right in rtl

		column: same as row but top to bottom

		column-reverse: same as row-reverse but bottom to top

	Remember this is the same as:

		flex-direction: row;

		flex-wrap: wrap;

	*/

    /* ####################################################

	flex-wrap

	https://css-tricks.com/almanac/properties/f/flex-wrap/

	By default, flex items will all try to fit onto one line. You can change that and allow the items to wrap as needed with this property.

	flex-wrap: nowrap | wrap | wrap-reverse;

	

	*/

    /* ####################################################

	flex-flow (Applies to: parent flex container element)

This is a shorthand for the flex-direction and flex-wrap properties, which together define the flex container's main and cross axes. The default value is row nowrap.



flex-flow: <‘flex-direction’> || <‘flex-wrap’>



    -----

        flex-flow: row wrap;

    */

    /* Then we define how is distributed the remaining space */

    /*    justify-content: space-around;*/

    /*    padding: 25px;*/

    /*    margin: 0;*/

    /*    margin: 30px;*/

    /*    list-style: none;*/

    flex-flow: row wrap;

    /* Then we define how is distributed the remaining space */

    justify-content: space-around;

    padding: 50px;

    /*    margin: 0;*/

    margin: 100px;

    list-style: none;

}

/* 

ORIGINAL:

  height: 150px;

  line-height: 150px;

  font-weight: bold;

  text-align: center;

color: white;

*/

.flex-item2 {

    background: #eee;

    padding: 5px;

    width: 450px;

    margin: 10px 0px 10px 0px;

    font-size: 0.9em;

    border-radius: 25px;

    /*background-color: #f00;*/

}

/* ---------------------------------

A2Z > END > Flex Container > Reviews

*/

/* ------------------------------------------------------------

A2Z > Background images 

*/

.bg-img1 {

    /*	background-color: red;*/

    /*

	linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),

                  url("../medicimg/bgimg1.jpg");

*/

    background-image: url("../medicimg/bgimg1.jpg");

}

.bg-img2 {

    background-image: url("../medicimg/bgimg2.jpg");

}

.bg-img3 {

    background-image: url("../medicimg/bgimg3.jpg");

}

.bg-img4 {

    background-image: url("../medicimg/bgimg4.jpg");

}

/* ------------------------------------------------------------

A2Z > Background colors 

*/

.bg-red {

    background-color: #f00;

}

.bg-green {

    background-color: #0f0;

}

.bg-green-light {

    background-color: #ded;

}

.bg-blue {

    background-color: #00f;

}

.bg-yellow {

    background-color: #ff0;

}

.bg-purple {

    background-color: #f0f;

}

.bg-black {

    background-color: #000;

}

.bg-white {

    background-color: #fff;

}

.bg-grey1 {

    background-color: #ccc;

}

.bg-grey2 {

    background-color: #aaa;

}

.bg-grey3 {

    background-color: #888;

}

.bg-grey4 {

    background-color: #666;

}

.bg-grey5 {

    background-color: #444;

}

.bg-grey6 {

    background-color: #222;

}

/* ####################################################

A2Z > TOP > TEST

*/

.test1a {

    background-color: #f00;

}

.test1b {

    background-color: #0f0;

}

.test1c {

    background-color: #00f;

}

.test1d {

    background-color: #fe0;

}

.test2 {

    background-color: violet;

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.aatabletest {

    border: none;

    table-layout: auto;

}

.color-test {

    background-color: blue;

    color: white;

    border-color: black

}

.text-red {

    color: #ff0000;

}

/* ####################################################

A2Z > Trying to set hover style for a specific class, but,

it's not working in the particular html file it's being applied to

*/

a.home-instructor-name:hover {

    color: #FFFFFF;

    font-weight: 900;

}

/* ####################################################

A2Z > END > TEST

*/

/* REFERENCE



Blockquote:

Many:

https://freefrontend.com/css-quote-styles/

Specific ones:

https://codepen.io/jimmycow/pen/LmjVaz

https://codepen.io/JoeHastings/pen/MOdRVm



*/

/* ####################################################

A2Z > lower index for Meet our Team carousel on index.html



  z-index: -1000;



*/

.lower-index {

    z-index: 0; /* "0" goes behind navbar but still allows links to work */

}

#image {

    width: 100%;

}

/* ####################################################

A2Z > sponsor section - homepage

*/

.sponsorcard {

    padding-left: 100px;

    padding-right: 100px;

}

/* ####################################################

A2Z > Course titles

*/

.coursetitle {

    padding: 10px;

}

.coursetitletext {

    text-align: left;

    /*	color: red;*/

}

/* ####################################################

A2Z > Page titles

*/

.pagetitlepadding {

    padding: 10px;

}

.pagetitletext {

    color: #003300;

    /*  font-size: 36px;*/

    font-size: 30px;

    position: relative;

    /*  letter-spacing: 4px;*/

    text-align: center;

    font-weight: 600;

    margin: 0 0 25px;

    /*	color: red;*/

}

.pagetitleleft {

    text-align: left;

}

.pagetitlecenter {

    text-align: center;

}

/* ----------------------------------------------------- 

A2Z > To fix weird spacing-related behavior. If the margin-bottom is reduced, the dropdown menu does not get activated on hover. Adding/cincreasing the margin-bottom here seems to resolve it. Weird. */

.pagetitlemargin {

    margin: 0 0 45px;

}

/* ####################################################

A2Z > text color blue - why enroll

*/

.blue {

    color: blue;

}

/* ####################################################

A2Z > image resize - flyers2

*/

.resizeimage {

    /*  width: auto;*/

    /*  height: auto;*/

    height: 500px;

}

@media (min-width: 720px) {

    .resizeimage {

        /*  width: auto;*/

        height: 700px;

    }

}

@media (min-width: 1024px) {

    .resizeimage {

        /*  width: auto;*/

        height: 900px;

    }

}

@media (min-width: 1200px) {

    .resizeimage {

        /*  width: auto;*/

        height: 1100px;

    }

}

/* ####################################################

A2Z > make anchor go to right place

*/

.anchor-margin {
    padding-top: 70px;

    margin-top: -80px;

}

.article-box-size {

    height: 450px;

    width: 300;

}

.black-font {

    color: black;

}

/* ####################################################

A2Z > full width and center aligned - faq

*/

.full-width {

    width: 100%;

    justify-content: center;

    margin: auto;

}

/* ####################################################

A2Z > full width and center aligned - faq

*/

.m-right-5 {

    margin-right: 5px;

}

.p-top-10 {

    padding-top: 12px;

}

/* ####################################################

A2Z > Blog article in-line image

*/

.blog-article-img-div-container {

    padding-top: 10px;

    padding-bottom: 20px;

    margin-left: auto;

    margin-right: auto;

    max-width: 1000px;

    float: none;

    /*  background-color: blue;  Added to see the div better */

    /*  border: 1px solid red;  Added to see the div better */

}

.blog-article-img-div {

    text-align: center;

}

/* ####################################################

A2Z > Homepage button

.homepagebutton1 {

	border-radius: 20px;

	background-color: red;

}

*/

/* ####################################################

A2Z > "Register" text

*/

.registertext {

    font-weight: 600;

}

/* ####################################################

A2Z > Vertical Align Top

*/

.valigntop {

    vertical-align: top;

}

/* ####################################################

A2Z > Refund Policy text

*/

.refund_policy_text {

    color: #D30003 !important;

}

/*

.refund_policy_text:hover {

    font-weight: 700;

}

*/

/* ####################################################

A2Z > CPR/AED accordon text

*/

.text_cpr-aed {

    color: #00cc00 !important;

}

.text_cpr-aed:hover {

    /*	color: #f00 !important;*/

    font-weight: 700;

}

/* ####################################################

A2Z > CPR/AED accordon text

*/

.text-payment-options {

    /*	color: #00cc00 !important;*/

}

.text-payment-options:hover {

    color: #333;

    font-weight: 700;

}

/* ####################################################

A2Z > 

*/

/*--------------------------------------------------------------

	Showcase Page

--------------------------------------------------------------*/

.showcase-page .showcase-page-header {

    background-color: rgba(2, 2, 2, 0.7);

}

.showcase-page .content-box {

    display: block;

    margin-bottom: 45px;

}

.showcase-page .content-box .content-box-image {

    border-radius: 6px;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    overflow: hidden;

    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);

    margin-bottom: 15px;

    transition: 0.35s ease-out;

    -webkit-transition: 0.35s ease-out;

    -moz-transition: 0.35s ease-out;

}

.showcase-page .content-box .content-box-image:hover {

    transform: translate3d(0, -10px, 0);

    -webkit-transform: translate3d(0, -10px, 0);

    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);

}

/* ####################################################

A2Z > Increasing modal width on homepage

*/

@media (min-width: 1200px) {

    .modal-xlg {

        width: 80%;

    }

}

/* ####################################################

A2Z > Weird <li> margin in modal

*/

.li-margin-left {

    margin-left: 50px;

}
.li-margin-left-2 {

    margin-left: 100px;

}

/* ####################################################

A2Z > Fix padding/margin on homepage about section

*/

.section-homepage-about {

    /*  background-color: rgba(229, 255, 179, 1.00);*/

    /*  margin: 0 0 0 5px;*/

    /*  padding: 10px 20px 10px 30px;*/

    /*  color: #FFFFFF;*/

}

/* ####################################################

A2Z > Callout on Homepage

*/

.callout-homepage {

    /*  background-color: rgba(229, 255, 179, 1.00);*/

    margin: 0 0 0 -15px;

    padding: 10px 20px 10px 30px;

    /*  color: #FFFFFF;*/

}

.callout-homepage-bgcolor {

    background-color: rgba(229, 255, 179, 1.00);

}

.callout-homepage-text-title {

    color: #e6af4b;

    font-size: 1.1em;

    font-weight: 600;

}

.callout-homepage-text {

    font-size: 1.4em;

    /*	font-weight: 600;*/

}

.callout-homepage-text-new {

    font-size: 2em;

    font-weight: 600;

}

/* ####################################################

A2Z > Module - Meet The Team

*/

/*

.module-meettheteam {

  position: relative;

	  padding-top: 20px;

}

*/

/*

.meettheteam:before {

  background: rgba(2, 2, 2, 0);

	color: black;

}

*/

/*

.slider-meettheteam {

  position: relative;

}

*/

/*

.text-meettheteam {

	color: #333;

	font-weight: 600;

}

*/

/* ####################################################

A2Z > Homepage medic text abbreviation

*/

.text-medic-abbr {

    font-weight: 600;

    color: #00cc00;

}

/* ####################################################

A2Z > 

*/

.box_medic-solo-logos {

    /*	background: red;*/

}

/* ------------------------------------------------------------

A2Z > Media > Phone

*/

@media only screen and (min-device-width : 320px) {

    .box_medic-solo-logos {

        /*    	background: green;*/

        margin: 10px 10px 10px 10px;

        margin: auto;

    }

}

/* ------------------------------------------------------------

A2Z > Media > Laptop

*/

@media only screen and (min-width : 961px) {

    .box_medic-solo-logos {

        /*    	background: red;*/

        margin: 10px 350px 10px 350px;

    }

}

/* ####################################################

A2Z > Homepage - photo/CTA section

*/

.container-2col {

    display: table;

    width: 100%;

}

.container-2col-col {

    display: table-cell;

    padding: 16px;

}

@media only screen and (max-width: 1600px) {

    .container-2col-col {

        display: block;

        width: 100%;

    }

}

/* ####################################################

A2Z > Registration page

*/

.text-red {

    color: red;

}

.text-smaller {

    font-size: 0.7em !important;

}

/* ####################################################

A2Z > Homepage photo carousel caption text

*/

.text-caption {

    font-size: 0.5em;

    color: #eee;

}

/* ####################################################

A2Z > Team images 

*/

.team-image2 {

    border-radius: 15px;

}

.team-image2:hover {

    box-shadow: 0 0 50px #009900;

}

/* ####################################################

A2Z > Instructor Profile

*/

.page-title2 {

    text-align: center;

    font-weight: 500;

}

/* ####################################################

A2Z > .text-0dot8em

*/

.gj-text-0dot8em {

    font-size: 0.8em;

}

/* ####################################################

A2Z > Callout box

*/

.box-callout {

    -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.5);

    box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.5);

    padding: 20px;

    border-radius: 5px;

}

.box-callout2 {

    margin: 20px;

    padding: 30px;

    background-color: rgba(248, 255, 0, 0.10);

    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 20px 1px rgba(150, 150, 100, 0.5);

    box-shadow: 0px 0px 20px 1px rgba(150, 150, 100, 0.5);

}

.box-callout3 {

    margin: 50px;

    padding: 30px;

    background-color: rgba(30, 30, 30, 0.10);

    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 20px 1px rgba(150, 150, 100, 0.2);

    box-shadow: 0px 0px 20px 1px rgba(150, 150, 100, 0.2);

}

/* ####################################################

A2Z > Reviews - Facebook section

*/

.text-size-plus1 {

    font-size: 1.1em;

}

.text-size-plus2 {

    font-size: 1.2em;

}

/* ####################################################

A2Z > USED IN REGISTER PAGE FOR TABLE

*/

.table-border{

	  border: 1px solid black;

}



/* ####################################################

A2Z > Table in register-SOLO-disaster-wilderness-first-aid-course-in-person.html

*/



table.d {

  table-layout: fixed;

  width: 100%;  

}



.text-underline {

    text-decoration: underline;

}

/* ####################################################

A2Z > USED IN REGISTER PAGE 



Bargain Option:

I COMMIT to … (READ ME)



*/



.small-font {

	font-size: 14px;

}



/* ####################################################

A2Z > Red font

*/

.font-red {

    color: red;

}


#section-bg-image{
    background-image: url(../images/homepage-bg-laptop.jpg);
}
@media (max-width:891px){
    #section-bg-image{
        background-image: url(../images/homepage-bg-tablet.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width:567px){
    #section-bg-image{
        background-image: url(../images/homepage-bg-phone.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* ####################################################

A2Z > tab, indent 
used for class safety protocols modals

*/

.tab { 
	margin-left: 85px; 
}

.GJgreen {
	color: green;
}

.GJmargin{
	margin-top: 40px;
	margin-bottom: 40px;
}

.no-italics {
    font-style: normal;   
}

.GJbgyellow {
	background-color: yellow;
}

/*Used for header index-hellobar.html*/

.GJheader {
  padding: 60px;
  text-align: center;
  background: #1abc9c;
  color: white;
  font-size: 30px;
}

/* used for homepage banner 1/7/24 */
.Cbody {
      margin: 0;
      font-family: Arial, sans-serif;
    }

.top-banner {
      position: relative;
      background-color: orange; /* Green background color */
      color: white; /* White text color */
      padding: 1px; /* Padding around content */
      text-align: center; /* Center text */
    }

.close-btn {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      cursor: pointer;
    }

.font-white
{
	color: white;
}

/* used for reviews and testimonial videos sizing and responsive behavior */
.embed-responsive-new {
/*	padding-bottom: 56.25%;*/
	padding-bottom: 47%;
/*	padding: 100px;*/
	margin-left: 100px;
	margin-right: 100px;	
	margin-top: 25px;
	margin-bottom: 25px;
}



/* For reversing row items on mobile versions */
@media (max-width: 991.20px) {
    .reverse-row-items{
        display: flex;
        flex-direction: column-reverse;
        float: none;
    }
}


