﻿
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Set Pro';
  src: url("../fonts/Philosopher-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Set Pro';
  src: url("../fonts/myriad-set-pro_thin.ttf");
  font-weight: normal;
  font-style: normal;
}
.main-container-box-shadow
.{box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);}
.button.button-secondary,
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #4582c4;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 0;
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}
.button.button-secondary span,
.button span,
.cart-table .product-cart-actions .button span,
#co-shipping-method-form .buttons-set .button span,
.footer .button span {
    z-index: 9;
    position: relative
}
.button.button-secondary:not(a)::after,
.button:not(a)::after,
.cart-table .product-cart-actions .button:not(a)::after,
#co-shipping-method-form .buttons-set .button:not(a)::after,
.footer .button:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #3469a2;
    z-index: 2
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
    background: #3469a2;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none
}
.button:hover::after,
.cart-table .product-cart-actions .button:hover::after,
#co-shipping-method-form .buttons-set .button:hover::after {
    height: 100%
}
.button:active::after,
.cart-table .product-cart-actions .button:active::after,
#co-shipping-method-form .buttons-set .button:active::after {
    background: #27507c
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus {
    color: #fff;
    background: #27507c
}
.button.button-secondary {
    background: #eee;
    color: #333;
    text-shadow: none
}
.button.button-secondary:not(a)::after {
    background: #e1e1e1
}
.button.button-secondary:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}
.button.button-secondary:active {
    color: #333
}
.button.button-secondary:active::after {
    background: #d4d4d4
}
.button.button-secondary:focus {
    background: #d4d4d4;
    color: #333;
    outline: none
}
.truncated a.details {
    border-bottom: solid 1px rgba(0, 0, 0, 0.28);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-top: solid 1px transparent;
    border-left: solid 1px transparent
}
.truncated a.details:hover {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.28);
    border-left-color: rgba(0, 0, 0, 0.2)
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
    z-index: 999
}
.btn-remove:hover::after,
.btn-previous:hover::after,
.sorter>.sort-by .sort-by-switcher:hover,
.sorter>.view-mode a.grid:hover,
.sorter>.view-mode a.list:hover,
.pages ol li a:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 999
}
.btn-remove:active::after,
.btn-previous:active::after,
.sorter>.sort-by .sort-by-switcher:active,
.sorter>.view-mode a.grid:active,
.sorter>.view-mode a.list:active,
.pages ol li a:active {
    opacity: 0.8
}
.toolbar .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}
.toolbar .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}
.toolbar .dropdown .validation-advice {
    position: relative !important;
    height: auto;
    opacity: 1;
    padding: 0 0 10px !important;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}
.toolbar .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}
.toolbar .dropdown div ul {
    z-index: 12
}
.toolbar .dropdown div ul li {
    margin: 0
}
.toolbar .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}
.toolbar .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}
.toolbar .dropdown li,
.toolbar .dropdown .selected {
    font-size: 14px;
    color: #787a7f;
    padding: 13px 20px
}
.toolbar .dropdown .selected {
    color: #333
}
.toolbar .dropdown .selected::after {
    box-shadow: none
}
.toolbar .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}
.toolbar .dropdown.open {
    z-index: 15
}
.toolbar .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}
.toolbar .dropdown.open div {
    padding: 10px 0;
    height: auto !important
}
.toolbar .dropdown.open div ul {
    position: relative;
    z-index: 12
}
.theme-border,
.table-bordered {
    border-top: solid 2px #4582c4
}
.theme-color {
    color: #4582c4
}
.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important
}
@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px !important;
        padding-bottom: 10px !important
    }
}
.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #4582c4;
    padding: 30px 29px;
    margin-bottom: 60px
}
.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}
label {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}
.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}
@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
    label {
        font-size: 12px
    }
}
.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}
.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}
.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}
.animate {
 
     -webkit-animation: ripple 5 linear;
    -webkit-animation: ripple 5 linear;
    -moz-animation: ripple 5 linear;
    -ms-animation: ripple 5 linear;
    -o-animation: ripple 5 linear;
    animation: ripple 5 linear
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}


/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
            
            
 .floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
  

.icon-sprite,
.icon-sprite-for-modules,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}
@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings .rating-box,
    .ratings .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
    /*font-size: 80%*/
    font-size: 12px;
font-weight: bold;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}
body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1
}
html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left
}
address {
 font-family: 'Myriad Set Pro';
color: #696969;
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0
}
img {
    display: block
}
ol,
ul {
    list-style: none
}
q:before,
q:after {
    content: ''
}
input:focus,
input[type="search"]:focus {
    outline-offset: -2px
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@-ms-viewport {
    width: device-width
}
@-o-viewport {
    width: device-width
}
@viewport {
    width: device-width
}
.page {
    overflow: hidden
}
.header-row,
.page-header {
    font-family: "Roboto", sans-serif;
    border: none;
    margin: 0 auto !important
}
a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: none !important
}
body,
button,
input,
select,
table,
textarea 
{
     font-family: 'Myriad Set Pro';
    /*font-family: "Roboto", sans-serif;*/
    color: #787a7f;
    font-size: 14px;
    line-height: 1.5
}
a {
    color: #73787a;
    text-decoration: none
}
a:hover {
    color: #000;
    text-decoration: none
}
a:focus {
    outline: 0;
    outline-color: none;
    text-decoration: none;
    color: inherit;
    color: #000
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
h1,
.h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility
}
h2,
.h2 {
    margin: 0;
    margin-bottom: 1.5em;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility
}
h3,
.h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
   /* font-family: "Roboto", sans-serif;*/
    font-family: 'Myriad Set Pro';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}
h4,
.h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
   /* font-family: "Roboto", sans-serif;*/
    font-family: 'Myriad Set Pro';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}
h5,
.h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}
h6,
.h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}
.address-list address {
    margin-bottom: 1em
}
.availability {
    margin-bottom: 0
}
.availability.in-stock {
    color: #54b70b;
    font-weight: 500
}
.availability.available-soon,
.availability.out-of-stock {
    color: #ee372a
}
.availability-only {
    color: #333;
    margin-bottom: 0
}
.label {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    padding: 0;
    text-align: left;
    border-radius: 0;
    line-height: inherit;
    white-space: normal;
    color: #787a7f
}
.clear {
    clear: both
}
.page-title,
.widget-title {
    text-align: center
}
.page-title h1,
.page-title h2,
.widget-title h1,
.widget-title h2 {
    font-size: 42px;
    font-weight: 400;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
    .page-title h1,
    .page-title h2,
    .widget-title h1,
    .widget-title h2 {
        font-size: 20px
    }
}
.widget-title h2 {
    background-color: #4582c4;
    color: #fff;
    padding: 15px 0
}
.sidebar .actions button.button {
    white-space: normal
}
a.button {
    text-decoration: none
}
a.button::after {
    display: none
}
a.button:hover {
    color: #FFFFFF
}
.button.disabled,
.button:disabled {
    opacity: 0.6;
    cursor: not-allowed
}
.button+.button {
    margin-left: 5px
}
.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    color: #4582c4;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    vertical-align: middle
}
.button2:hover {
    color: #787a7f
}
.button2:focus {
    outline: none
}
.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    display: inline-block
}
@media only screen and (max-width: 767px) {
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .col2-set .buttons-set .back-link {
        display: none
    }
    .col2-set .buttons-set .required {
        display: none
    }
}
@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px
    }
    .buttons-set .back-link {
        display: none
    }
    .buttons-set .required {
        display: none
    }
}
.paypal-logo.paypal-after {
    float: left
}
.paypal-after .paypal-or {
    float: left
}
.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px
}
.paypal-after .paypal-button {
    float: left
}
.paypal-button {
    line-height: 0px
}
.paypal-button img {
    display: inline
}
@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px
    }
    .paypal-logo,
    .paypal-or,
    .paypal-button {
        text-align: center;
        display: inline-block;
        margin: 15px 0 0;
        float: none
    }
}
.buttons-set {
    clear: both;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
    text-align: right
}
.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px
}
.buttons-set .back-link small {
    display: none
}
.buttons-set .back-link::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 23px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #73787a
}
.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both
}
.icon-sprite,
.icon-sprite-for-modules,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}
@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings .rating-box,
    .ratings .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}
.breadcrumbs {
    overflow: hidden;
    margin: 0 auto 33px;
    background-color: #f5f5f5;
    padding: 14px 0 13px;
    max-width: 1170px
}
.breadcrumbs li {
    float: left;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    text-transform: none
}
.breadcrumbs li a {
    display: inline-block;
    color: #787a7f
}
.breadcrumbs li a:hover {
    color: #f14d4d
}
.breadcrumbs li.home a {
    font-size: 0;
    line-height: 0;
    color: #4582c4
}
.breadcrumbs li.home a::before {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}
.breadcrumbs li.home a:hover::before {
    color: #3469a2
}
.breadcrumbs strong {
    color: #787a7f;
    font-weight: normal
}
.breadcrumbs span {
    padding: 0 10px;
    line-height: 14px;
    color: #c7c7c7
}
@media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: none
    }
}
.main-container,
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 15px 0
}
.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both
}
.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative
}
.btn-remove:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    color: #4582c4;
    line-height: 20px;
    width: 100%;
    font-size: 18px
}
.btn-remove2 {
    border: none;
    width: auto;
    height: auto
}
.btn-remove2:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    color: #4582c4
}
.btn-remove2:after {
    display: none
}
.btn-remove2:hover {
    background-color: transparent;
    opacity: 0.6;
    filter: alpha(opacity=60)
}
.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #f14d4d;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px
}
.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    border-left: none
}
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px
}
.checkout-agreements li {
    margin-bottom: 20px
}
.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5
}
.cvv-what-is-this {
    margin: 7px 0 0;
    font-size: 14px;
    color: #ee372a;
    line-height: 24px;
    display: inline-block
}
.main-container,
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 15px 0
}
.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both
}
@media only screen and (min-width: 480px) {
    .main-container,
    .footer-container {
        padding: 30px 0
    }
}
.footer-container {
    padding-top: 0px
}
.col-left {
    float: left
}
.col3-layout .col-main,
.col2-left-layout .col-main {
    float: right
}
.global-site-notice {
    background: #333;
    color: #E6E6E6;
    font-size: 11px
}
.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("../images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat
}
.global-site-notice p {
    margin-bottom: 0
}
.promo-msg {
    color: #f14d4d;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif
}
.grid:after {
    content: '';
    display: table;
    clear: both
}
.success {
    color: #54b70b
}
.error {
    color: #ee372a;
    font-weight: bold
}
.notice {
    color: #E26703;
    font-weight: bold
}
.messages {
    margin-bottom: 25px
}
.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f5f5f5;
    font-size: 15px
}
.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px
}
.messages .error-msg li {
    color: #000;
    border-left: 5px solid #ee372a;
    background-color: #FAEBE7
}
.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ee372a;
    border-right: none
}
.messages .notice-msg li {
    color: #000;
    border-left: 5px solid #E26703;
    background-color: #F9EBE6
}
.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #E26703;
    border-right: none
}
.messages .success-msg li {
    color: #000;
    border-left: 5px solid #54b70b;
    background-color: #EFF5EA
}
.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #54b70b;
    border-right: none
}
@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%
    }
    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px
    }
    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0
    }
}
.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto
}
.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px
}
.payment-methods {
    margin-bottom: 20px
}
.payment-methods dt {
    padding: 5px 0
}
.payment-methods dd {
    padding-top: 10px
}
.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f5f5f5
}
.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid #ccc;
    border-top: none;
    top: -11px;
    left: 30px
}
.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid #f5f5f5;
    border-top: none;
    top: -10px;
    left: 30px
}
.payment-methods .form-list li:last-child {
    margin-bottom: 0
}
.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap
}
.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px
}
.price-box {
    margin: 7px 0
}
.price-box p {
    margin-bottom: 0
}
.price-notice {
    color: #909090
}
.price-box .price {
    color: #333;
    font-size: 22px;
    font-weight: 300
}
.price-box .price-label {
    color: #909090;
    white-space: nowrap
}
.price-box .minimal-price-link {
    padding-left: 1em;
    color: #f14d4d;
    display: block
}
.price-box .minimal-price-link .label {
    color: #909090
}
.price-box .old-price,
.price-box .special-price {
    display: block
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none
}
.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
    font-weight: 300
}
.price-box .old-price .price {
    color: #9b9b9b;
    text-decoration: line-through
}
.price-box .special-price .price {
    color: #f14d4d
}
.price-box .special-price .price-label {
    color: #D84D3C
}
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block
}
span.weee {
    display: block
}
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold
}
.item-options {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #787a7f;
    font-weight: 400;
    text-transform: capitalize
}
.item-options:after {
    content: '';
    display: table;
    clear: both
}
.item-options dt {
    float: left;
    clear: left;
    padding-right: 0px;
    color: #333;
    font-weight: 400
}
.item-options dt:after {
    content: ': '
}
.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px
}
.truncated,
.truncated a.dots {
    cursor: help
}
.truncated a.details {
    cursor: help;
    background-color: #eee;
    color: #333;
    font-weight: 500;
    display: inline-block;
    padding: 6px 14px
}
.truncated a.details:hover {
    text-decoration: none
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 300
}
.truncated .truncated_full_value .item-options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 18px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #F6F6F6;
    top: 31px;
    left: 0px
}
.truncated .truncated_full_value .item-options::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #dfdfdf;
    border-top: none;
    top: -14px;
    left: 50px
}
.truncated .truncated_full_value .item-options::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #f5f5f5;
    border-top: none;
    top: -12px;
    left: 51px
}
.truncated .truncated_full_value .item-options>p {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 8px
}
.truncated .show .item-options {
    visibility: visible;
    opacity: 1
}
@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit
    }
    .truncated a.details {
        display: none
    }
    .truncated .truncated_full_value .item-options {
        display: block;
        visibility: visible;
        opacity: 1;
        position: static;
        padding: 10px 0;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent;
        box-shadow: none
    }
    .truncated .truncated_full_value .item-options p {
        float: none
    }
    .truncated .truncated_full_value .item-options dl {
        overflow: hidden;
        margin-bottom: 0
    }
    .truncated .truncated_full_value .item-options:after,
    .truncated .truncated_full_value .item-options:before {
        display: none !important
    }
}
.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF
}
.add-to-links {
    margin: 7px 0;
    font-size: 14px
}
.add-to-links a {
    display: inline-block;
    font-weight: 300
}
.link-compare,
.link-wishlist {
    font-weight: 300;
    font-size: 13px
}
.link-compare::before,
.link-wishlist::before {
    color: #f14d4d;
    margin-right: 4px
}
.link-compare::before {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}
.link-wishlist::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}
.add-to-links .separator {
    display: none
}
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    border: none;
    text-align: center
}
.product-image img,
.no-touch .product-img-box .product-image:not(.zoom-available):hover img {
    margin: 0 auto;
    max-width: 100%
}
@media only screen and (max-width: 767px) {
    body .product-img-box .product-image:hover {
        border-color: #dfdfdf
    }
}
.ratings {
    margin: 7px 0
}
.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
    font-size: 12px;
    line-height: 26px
}
.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden
}
.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px
}
.ratings .amount {
    display: block;
    margin: 5px auto
}
.ratings .rating-links a {
    vertical-align: middle
}
.ratings .separator {
    margin: 0 10px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    line-height: 26px;
    display: inline-block;
    width: 2px;
    vertical-align: middle
}
.ratings .separator.temp {
    float: left
}
.ratings .separator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf
}
.std p {
    margin: 0 0 1.5em
}
.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em
}
.std ol li {
    margin-left: 2em
}
.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em
}
.std ul li {
    margin-left: 2em
}
.std .note {
    color: #909090;
    font-size: 13px
}
.tabs {
    margin-bottom: 10px;
    background: #FFFFFF
}
.toolbar {
    margin-bottom: 35px;
    background-color: #f5f5f5;
    padding: 0;
    clear: both
}
.toolbar:after {
    content: '';
    display: table;
    clear: both
}
.toolbar select {
    width: auto;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 7px
}
.toolbar .dropdown {
    border-top: none;
    border-left: none;
    border-bottom: none;
    float: left;
    width: 270px
}
.toolbar .dropdown li,
.toolbar .dropdown .selected {
    padding: 18px 20px 17px
}
.toolbar .dropdown .carat {
    margin: 0
}
@media only screen and (max-width: 1199px) {
    .toolbar .dropdown {
        width: 130px
    }
}
.pager-no-toolbar {
    margin-bottom: 10px
}
.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px
}
.toolbar,
.pager {
    font-family: "Roboto", sans-serif;
    color: #787a7f;
    line-height: 30px;
    font-size: 12px
}
.toolbar li,
.pager li {
    border: none;
    margin-right: 2px
}
.toolbar li>a,
.toolbar li>span,
.pager li>a,
.pager li>span {
    display: inline-block;
padding: 0;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0;
vertical-align: top;
font-size: 30px;
}
.toolbar label,
.pager-no-toolbar label {
    float: left;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    color: #333
}
.sorter {
    float: left
}
.sorter label {
    float: left;
    margin-right: 5px;
    display: none
}
.sorter label:after {
    content: ':'
}
.sorter>.sort-by {
    float: left;
    margin-left: 0px
}
.sorter>.sort-by .selectboxit-container .selectboxit-list {
    margin-left: -1px
}
.sorter>.sort-by .sort-by-switcher {
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    padding-top: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #4582c4;
    border-right: solid 1px #dfdfdf;
    background-color: #f5f5f5
}
.sorter>.sort-by .sort-by-switcher::before {
    font-size: 24px;
    line-height: 46px;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}
.sorter>.sort-by .sort-by-switcher:hover::before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.sorter>.sort-by .sort-by-switcher--desc:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.sorter>.sort-by .sort-by-switcher--desc:hover::before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.sorter>.view-mode {
    float: left;
    margin-bottom: 0
}
.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    font-size: 0;
    position: relative;
    border-right: solid 1px #dfdfdf;
    background-color: #f5f5f5;
    line-height: 0;
    padding: 10px 13px 10px 13px;
    -webkit-transition: all, 0.1s, ease-in-out;
    -o-transition: all, 0.1s, ease-in-out;
    transition: all, 0.1s, ease-in-out;
    color: #909090;
    height: 50px;
    overflow: hidden
}
.sorter>.view-mode .grid:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100
}
.sorter>.view-mode strong.grid {
    color: #4582c4
}
.sorter>.view-mode .list:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100
}
.sorter>.view-mode strong.list {
    color: #4582c4
}
.pager {
    float: right;
    margin: 0;
    width:100%;
}
.pager .selectboxit-container .selectboxit-btn {
    width: 120px !important;
    border-right: none;
    border-left: solid 1px #dfdfdf
}
.pager .selectboxit-container .selectboxit-list {
    width: 120px
}
.pager .selectboxit-container .selectboxit-list li {
    margin: 0
}
.pager>.count-container {
    float: left
}
.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 10px 20px 0 0;
    color: #4582c4;
    font-size: 14px
}
.pager .amount strong {
    font-weight: normal
}
.pager .limiter {
    float: left;
    height: 50px;
    line-height: 50px
}
.pager .limiter>label {
    padding-right: 20px
}
.pager .limiter>label:after {
    content: ':'
}
.pager .dropdown {
    text-align: left;
    border: none;
    border-left: solid 1px #dfdfdf;
    width: 120px
}
.pager .dropdown li,
.pager .dropdown .selected {
    padding: 18px 20px 17px
}
.category-products .pages {
    display: none
}
.pages {
    float: left;
    margin: 0
}
.pages strong {
    display: none
}
.pages li {
    display: inline-block;
    margin: 0;
    float: left;
    position: relative
}
.pages ol li a,
.pages ol li.current {
    display: inline-block;
    border: 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out
}
.pages ol li a.next,
.pages ol li.current.next {
    border-right: none
}
.pages ol li a {
    color: #787a7f;
    background-color: #f5f5f5
}
.pages ol li a:hover {
    color: #333;
    background-color: #EDEDED
}
.pages ol li.current,
.pages ol li.current a {
    color: #333;
    background-color: #EDEDED
}
.pages .next,
.pages .previous {
    font: 0/0 a;
    text-shadow: none;
    position: relative
}
.pages .next:before,
.pages .previous:before {
    color: #4582c4;
    font-size: 18px;
    line-height: 50px
}
.pages .next:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}
.pages .previous:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}
.toolbar-bottom .toolbar {
    background: #fff
}
.toolbar-bottom .toolbar .pager {
    float: left
}
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .count-container {
    display: none
}
.category-products .toolbar-bottom .toolbar .pages {
    display: block
}
@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none
    }
    .pages {
        float: left
    }
    .pages ol li a,
    .pages ol li.current {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .pages .next:before,
    .pages .previous:before {
        line-height: 30px
    }
    .limiter label {
        display: none
    }
}
@media only screen and (max-width: 767px) {
    .col1-layout .sorter,
    .col1-layout .pager {
        width: 100%
    }
    .col1-layout .pager {
        float: left;
        clear: both
    }
    .col1-layout .pager .pages {
        float: left;
        margin-left: 0
    }
    .col1-layout .pager .count-container {
        float: right
    }
}
@media only screen and (max-width: 991px) {
    .sorter {
        border-bottom: solid 1px #dfdfdf
    }
    .sorter>.sort-by {
        float: right
    }
    .col2-left-layout .sorter,
    .col2-left-layout .pager,
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager {
        width: 100%
    }
    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both
    }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0
    }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right
    }
}
@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none
    }
}
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #39c;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #e01212;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: none;
    border-bottom: 7px solid #39c;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: none;
    border-bottom: 7px solid #e01212;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}
#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px
}
.a-center {
    text-align: center
}
.a-right,
.align-right {
    text-align: right
}
.f-right {
    float: right
}
.f-left {
    float: left
}
.no-display {
    display: none !important
}
.nobr,
.nowrap {
    white-space: nowrap
}
.width-full {
    width: 100%
}
.hidden {
    display: none
}
.page-print .print-head {
    margin: 0 0 15px
}
.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto
}
.owl-controls .owl-buttons div {
    background: none;
    opacity: 1
}
.owl-controls .owl-buttons div.owl-prev,
.owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 30%;
    left: -25px;
    right: auto;
    background: none;
    padding: 0;
    text-align: center;
    margin: 0;
    font-size: 0;
    opacity: 1
}
.owl-controls .owl-buttons div.owl-prev::before,
.owl-controls .owl-buttons div.owl-next::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 36px;
    color: #c9c9c9;
    background: none;
    margin: 0 auto;
    text-align: center;
    opacity: 1
}
.owl-controls .owl-buttons div.owl-prev:hover::before,
.owl-controls .owl-buttons div.owl-next:hover::before {
    color: #333
}
.owl-controls .owl-buttons div.owl-next {
    right: -25px;
    left: auto
}
.owl-controls .owl-buttons div.owl-prev:before {
    content: ""
}
.owl-controls .owl-buttons div.owl-next:before {
    content: ""
}
@media only screen and (max-width: 991px) {
    .owl-controls .owl-buttons div.owl-prev {
        left: 7px
    }
    .owl-controls .owl-buttons div.owl-next {
        right: 7px
    }
}
a,
.button,
a::after,
a::before,
.button::after,
.button::before,
.button span span::before,
.btn-remove:after,
.swatch-link,
.swatch-link .swatch-label,
.swatch-link .swatch-text,
.swatch-link.has-image .swatch-label::before,
.block .product-image,
label:after,
#header-cart,
.skip-cart .count::before,
.skip-cart .count {
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out
}
img,
.truncated .truncated_full_value .item-options {
    -webkit-transition: all, 0.8s, ease-in-out;
    -o-transition: all, 0.8s, ease-in-out;
    transition: all, 0.8s, ease-in-out
}
.fieldset p {
    margin-bottom: 7px
}
.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px
}
.fieldset+.fieldset {
    margin-top: 5px
}
form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500
}
.input-box {
    padding-top: 2px
}
.input-box:after {
    content: '';
    display: table;
    clear: both
}
li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle
}
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%
}
label {
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}
label.required:after,
span.required:after {
    content: ' * ';
    color: #ee372a;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px
}
label.required em,
span.required em {
    display: none
}
.input-hint {
    color: #909090;
    font-size: 12px
}
select {
    font-size: 14px
}
select+select {
    margin-left: 5px
}
select[multiple] {
    width: 270px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 5px
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px
}
.input-text,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
    font-size: 14px
}
.input-text:focus,
textarea:focus {
    /*border: 1px solid #cdcdcd;*/
    outline: 0
}
.input-text.validation-failed {
    border-color: #ee372a
}
.input-text.validation-failed:focus {
    outline-color: #f69b94
}
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    /*height: 40px;
    padding: 0 8px;
    border: solid 1px #dfdfdf*/
}
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    /*width: 230px;
    max-width: 100%*/
}
select {
    max-width: 100%;
    width: 92%;
    height: 40px;
    background: #f5f5f5;
    border: solid 1px #dfdfdf;
    margin-top: 0
}
select option {
    padding: 5px 10px
}
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px
    }
}
.ie8 .input-text {
    max-width: none
}
input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle
}
::-webkit-input-placeholder {
    color: #909090
}
input:-moz-placeholder {
    color: #909090
}
input::-webkit-input-placeholder {
    opacity: 0.7
}
input::-moz-placeholder {
    opacity: 0.7
}
input:-moz-placeholder {
    opacity: 0.7
}
input:-ms-input-placeholder {
    opacity: 0.7
}
input:focus::-webkit-input-placeholder {
    opacity: 0.3
}
input:focus::-moz-placeholder {
    opacity: 0.3
}
input:focus:-moz-placeholder {
    opacity: 0.3
}
input:focus:-ms-input-placeholder {
    opacity: 0.3
}
.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block
}
.checkbox+label,
.radio+label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top
}
p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #ee372a;
    font-size: 14px
}
p.required {
    font-size: 14px
}
.form-list>li {
    margin-bottom: 10px
}
.form-list select {
    margin-top: 4px;
    width: 300px;
    max-width: 100%
}
.form-list .input-range .input-text {
    width: 74px
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 15px
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px
}
.form-list .control label,
.sp-methods dt label,
.product-options ul.options-list label {
    color: #787a7f;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px
}
.form-list .control label:hover,
.sp-methods dt label:hover,
.product-options ul.options-list label:hover {
    background-color: #EDEDED
}
.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
.product-options ul.options-list .no-display+label {
    padding-left: 10px;
    background-color: transparent
}
.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
    background-color: transparent
}
.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 100%;
    max-width: 100%
}
.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit
}
.form-list .control {
    margin-top: 15px
}
.form-list .control label {
    float: none
}
.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px
}
.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0
}
form .form-instructions {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #909090
}
.hide-th {
    text-indent: -9999px
}
.data-table {
    width: 100%;
    margin-bottom: 30px
}
.data-table td,
.data-table th {
    padding: 15px 20px;
    vertical-align: middle
}
.data-table th {
    background: #F4F4F4;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    white-space: nowrap
}
.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #dfdfdf
}
.data-table tbody td,
.data-table tfoot td {
    font-family: "Roboto", sans-serif
}
.data-table tfoot tr {
    background: #F4F4F4
}
.data-table tbody td .item-options {
    margin-top: 10px
}
.data-table tbody td .item-options dt:after {
    content: ':'
}
.info-box {
    border: 1px solid #dfdfdf;
    padding: 12px 15px;
    margin: 0 0 15px
}
.info-box h2 {
    font-weight: bold;
    font-size: 13px
}
.info-table th,
.info-table td {
    vertical-align: top
}
.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0
}
.info-table td {
    padding: 4px 0
}
.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid #dfdfdf
}
.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid #dfdfdf;
    padding: 6px;
    background-color: transparent
}
.zebra-table tr {
    background-color: #EEEDED
}
.zebra-table tr:nth-child(odd) {
    background-color: #F8F7F5
}
@media only screen and (max-width: 479px) {
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block
    }
    .linearize-table thead {
        display: none
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0
    }
    .linearize-table thead th.lin-hide {
        display: none
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #ccc
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    .linearize-table tbody td.lin-hide {
        display: none
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    .linearize-table tfoot td {
        display: block;
        float: left
    }
    .linearize-table tfoot td.lin-hide {
        display: none
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    .linearize-table .linearize-hide {
        display: none
    }
    .linearize-table .linearize-unpad {
        padding: 0
    }
    .linearize-table .linearize-show {
        display: block
    }
}
@media only screen and (max-width: 599px) {
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block
    }
    .linearize-table-large thead {
        display: none
    }
    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0
    }
    .linearize-table-large thead th.lin-hide {
        display: none
    }
    .linearize-table-large thead th:nth-child(1n+2) {
        display: none
    }
    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #ccc
    }
    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    .linearize-table-large tbody td.lin-hide {
        display: none
    }
    .linearize-table-large tbody td:first-child {
        padding-top: 10px
    }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold
    }
    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    .linearize-table-large tfoot tr {
        display: block;
        text-align: right
    }
    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    .linearize-table-large tfoot td {
        display: block;
        float: left
    }
    .linearize-table-large tfoot td.lin-hide {
        display: none
    }
    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    .linearize-table-large .linearize-hide {
        display: none
    }
    .linearize-table-large .linearize-unpad {
        padding: 0
    }
    .linearize-table-large .linearize-show {
        display: block
    }
}
@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none
    }
}
div.calendar table {
    border-collapse: separate
}
div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none
}

.main-header-logo
{
margin-bottom: 0px;
position: relative;
}




.logo
{
    margin: 0px 0px;

font-family: 'Josefin Sans';

 }
 
 .logo a
 {
    display: block;
    padding: 5px 20px 5px;
}
 .shadow-bottom 
 {height: 20px;
position: relative;
top: 8px;
width: 60% !important; 
    -webkit-filter: drop-shadow(0px 4px 5px RGBA(0, 0, 0, 0.02)) !important;
filter: drop-shadow(0px 4px 5px RGBA(0, 0, 0, 0.02)) !important;
}
 .navbar-collapse.in {
    overflow-y:visible;
}
 .logo img
  {     
    
    display: block;
width: 220px;
padding: 10px;

  }
 
 
 .logo a h2 
 {
     font-size:90px;
     font-family: 'Josefin Sans';
     font-weight:bold;
    text-shadow: 1px 1px 1px RGBA(80, 79, 79, 0.6);
    color: #36A3E0;
     
     
 }
 
 .text-justify
 {text-align: justify;}
 
 
 .about-bg
 {
    background-image:url('../images/Advance-Computer-Logo-A.png');
    background-position:center center;
    background-repeat:no-repeat;    
     
 }
 
 .about{margin:10px 0px;padding: 0px 50px;}
    
    .about img{display: inline-block;
padding: 15px;
border: 4px solid #efefef;
box-shadow: 0px 1px 3px #505050B3;}

.about-us h3
{
     font-size: 5em;

    font-family: 'Myriad Set Pro';
    font-weight: bold;
    margin: 60px 50px 30px;
    text-transform: capitalize;
    color: #e3e3e3;
    text-shadow: 0px 2px 3px #2D2D2D;
    display: inline-block;
    text-align: center;
}

.about-us img
{display:inline-block;width:100px;}
    
 .title-heading h3
 {  font-size:40px;
   /*font-family: 'Josefin Sans';*/
   font-family: 'Myriad Set Pro';
    font-weight: bold;
  /*  border-bottom: 4px double #A9ABAE;
    border-top: 4px double #A9ABAE;*/
    display: inline-block;
    margin: 20px 0px 30px;
   text-transform: capitalize;
  
  }
  
  
     
   
 .about p
 {
     font-family: 'Myriad Set Pro';
     font-size: 20px;
    /*font-weight: bold;*/
    text-align: justify;
    color:#37393E;
  
  }
 .about strong
 {color: #051447;
font-weight: bold;}
 
 /*=============================== Menu =========================*/
 
    .animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		
		
	}

	.navbar-fixed-left {
		position: fixed;
		top: 0px;
		left: 0px;
		border-radius: 0px;
	}

	.navbar-minimal {
		width: 60px;		
		min-height: 60px;
		max-height: 100%;
		background-color: rgb(51, 51, 51);
		background-color: #0D49B3;
		border-width: 0px;
		z-index: 1000;
	}

	.navbar-minimal > .navbar-toggler {
		position: relative;
		min-height: 60px;
		border-bottom: 1px solid rgb(192, 192, 192);
		z-index: 100;
		cursor: pointer;
	}

	.navbar-minimal.open > .navbar-toggler,
	.navbar-minimal > .navbar-toggler:hover {
		background-color: RGBA(5, 20, 71, 0.52);
	}

    
	.navbar-minimal > .navbar-toggler > span {
		position: absolute;
		top: 50%;
		right: 50%;
		margin: -8px -8px 0 0;
		width: 16px;
		height: 16px;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
		background-repeat: no-repeat;
		background-position: 0 0;
		-webkit-transition: -webkit-transform .3s ease-out 0s;
		-moz-transition: -moz-transform .3s ease-out 0s;
		-o-transition: -moz-transform .3s ease-out 0s;
		-ms-transition: -ms-transform .3s ease-out 0s;
		transition: transform .3s ease-out 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.navbar-minimal > .navbar-menu {
		position: absolute;
		top: -1000px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		z-index: 50;
	    background-color: #0D49B3;
	}
	.navbar-minimal > .navbar-menu > li {
		margin: 0px;
		padding: 0px;
		border-width: 0px;
		/*height: 54px;*/
		height: auto;
	}
	.navbar-minimal > .navbar-menu > li > a {
		position: relative;
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 20px 15px;
        text-align: center;
		cursor: pointer;
		border-bottom: 1px solid rgb(81, 81, 81);
		width: 100%;
		text-decoration: none;
		margin: 0px;
	}

	.navbar-minimal > .navbar-menu > li > a:last-child {
		border-bottom-width: 0px;
	}
	.navbar-minimal > .navbar-menu > li > a:hover  {
		/*background-color: rgb(158, 202, 59);*/
		background-color: RGBA(193, 195, 198, 0.52);
		color:#000;
	}
	.navbar-minimal > .navbar-menu > li > a > .glyphicon {
		float: right;
	}

	.navbar-minimal.open {
		width: 100%;
	}

	.navbar-minimal.open > .navbar-toggler > span {
		background-position: 0 -16px;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.navbar-minimal.open > .navbar-menu {
		top: 60px;
		width: 100%;
		min-height: 100%;
	}

	@media (min-width: 768px) {
		.navbar-minimal.open {
			width: 60px;
		}
		.navbar-minimal.open > .navbar-menu {
			overflow: visible;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc {
			position: absolute;
			display: none;
			top: 50%;
			left: 50px;
			margin-top: -20px;
			margin-left: 10px;
			text-align: left;
			white-space: nowrap;
			padding: 10px 13px;
			border-width: 0px !important;
			background-color: rgb(51, 51, 51);
			background-color: rgba(51, 51, 51, 0.8);
			/*opacity: 0;*/
			color: #fff;
			border-radius: 0px 50px 50px 0px;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc:after {
			z-index: -1;
			position: absolute;
			top: 50%;
			left: -10px;
			margin-top: -10px;
			content:'';
			width: 0;
			height: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent; 	
			border-right: 10px solid rgb(51, 51, 51);
			border-right-color: rgba(51, 51, 51, 0.8);
		}
		.navbar-minimal > .navbar-menu > li > a:hover > .desc {
			left: 60px;
			/*opacity: 1;*/
			display:inline-block;
		}
	}
	
	footer
	{
	    background-color: #F2F2F2;
        /*padding: 15px 0px 10px;*/
     }
     
     .social-media-fb a 
     {
         width: 35px;
height: 35px;
background-color: #051447;
display: inline-block;
border-radius: 50px;
vertical-align: middle;
padding: 8px;
font-size: 20px;
color: #fff;

}

.social-media-fb
{position:relative;
 left:15%;}
	     
     .social-media-fb a:hover

     {color: #f7fbfc;
background-color: #A9ABAE;}
     
	footer h5
	{color:#051447;padding: 20px 5px 15px;
	 font-family: 'Myriad Set Pro';
	 margin: 0;
	 font-weight:bold;}
	
    footer a {
    color: #051447;
    text-decoration: none;	
    }
    
	footer a:hover {
    color: #73787a;
    text-decoration: none;
    
}
	
	
	
/***** Bg Css ******/

.bg-overlay
{background-color: RGBA(71, 102, 122, 0.73);
height: 25pc;}

.bg-overlay-img
{background-image:url('../images/bg-backgraound.jpg');
background-attachment: scroll;
background-position: 0px -150px;
background-repeat: no-repeat;
background-size: cover;
height: 25pc;
 }
 
 
 .bg-overlay-about
{background-color: RGBA(43, 68, 84, 0.63);
height: 300px;}

.bg-overlay-about-img
{
    background-image:url('../images/about_us_banner.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
 }
  .bg-overlay-amc
{background-color: RGBA(43, 68, 84, 0.63);
height: 300px;}

.bg-overlay-amc-img
{
    background-image:url('../images/amc-banner.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
 }
 
 
 .bg-our-partners-img
{
    background-image:url('../images/banner-our-partners.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
 }
 
 .bg-our-support-img
{
    background-image:url('../images/support-banner.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
 }
 
 .bg-our-services-img
{
    background-image:url('../images/services-banner.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
 }
 .bg-contactus-img
{
    background-image:url('../images/contactus-banner2.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
 }
 .bg-overlay-contactus {
    background-color: RGBA(43, 68, 84, 0.18) !important;
    
}
 
 .mission
 {box-shadow: 5px 5px 5px rgba(82, 84, 86, 0.47);
border-radius: 15px;}
 
 .mission:before
 {content:"\ef9c";
  font-family: 'icofont';
  font-size: 130px;
  top: -76px;
left: -75px;
height: 180px;
width: 180px;
position: absolute;
-ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(-90deg);
color: RGBA(14, 85, 165, 0.7);
text-shadow: -5px 2px 3px RGBA(49, 49, 51, 0.77);
    
  }
  
  .mission p
  {
      border-width: 6px 2px 6px medium;
border-style: double double double none;
border-color: #295B94;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding: 20px 40px 20px 75px;
font-size: 16px;

color: #37393E;
border-radius: 15px;}


.vission
 {box-shadow: -5px 5px 5px rgba(82, 84, 86, 0.47);
border-radius: 15px;}


.vission:before
 {content:"\eff4";
  font-family: 'icofont';
  font-size: 160px;
top: -70px;
right: -60px;
position: absolute;
z-index: 9999999999;
color: RGBA(14, 85, 165, 0.7);
text-shadow: -5px 2px 3px RGBA(49, 49, 51, 0.77);
    
  }
  
  .vission p{border-width: 6px medium 6px 2px;
border-style: double none double double;
border-color: #295B94;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding: 20px 75px 20px 40px;
font-size: 16px;

color: #37393E;
border-radius: 15px;}



/************ contact form *****************/

.bg-light-gray
{background-color: #F1F1F1;}

.contact-us
{/*background-color: #F2F2F2;*/
 margin: 0 auto;
 padding:20px 10px;
 
 
 }
 
 .contact-us h3
 {font-size: 20px;
font-family: 'Myriad Set Pro';
/*font-weight: bold;*/
/*border-bottom: 4px double rgb(169, 171, 174);
border-top: 4px double rgb(169, 171, 174);*/
display: inline-block;
margin: 20px 0px 30px;}

.contact-us h4{font-weight:bold;margin-bottom: 0px;}
 .contact-us p
{color: #696969;
 font-family: 'Myriad Set Pro';
font-size: 15px;
font-weight: bold;
margin: 0 auto;}

.btn-success {
    color: #333333;
    background-color: #dbdbdb;
    border-color: #A5A5A5;
    border-radius: 0px;
    border-width: 2px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Myriad Set Pro';
    text-transform: uppercase;
    letter-spacing: 5px;
    cursor: pointer;
z-index: 9999;
position: relative;
}

/******** Hover Effect **************/

/*.grid {
	padding: 20px 20px 20px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 440px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
	height: 100%;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 5px;
	background: #2c3f52;
	color: #ed4e6e;
}

.grid figcaption p
{font-size: 15px;
font-weight: bold;
text-align: center;
color: rgb(173, 173, 174);
margin: 5px;
 font-family: 'Myriad Set Pro';
}

.grid figcaption h3 {
	
	margin: 0;
padding: 0;
color: #fff;
font-size: 30px;
border-bottom: 4px double #A9ABAE;
border-top: 4px double #A9ABAE;
text-align: center;
}
*/
/*.grid figcaption span:before {
	content: 'by ';
}*

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}*/

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 li:hover
{box-shadow: 0px 8px 8px RGBA(0, 0, 0, 0.37);cursor:pointer;
 -webkit-transition: all, 0.6s, ease-in-out;
-o-transition: all, 0.6s, ease-in-out;
transition: all, 0.6s, ease-in-out;
-moz-transform: scale(1.0, 1.0);
-ms-transform: scale(1.0, 1.0);
-o-transform: scale(1.0, 1.0);
-webkit-transform:scale(1.0, 1.0);
transform: scale(1.0, 1.0);
 }

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	opacity: 0.8;
	
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}



.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  /*border-bottom: 3px solid transparent;*/
  background: none;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #353434;
font-size: 18px;
/*font-weight: bold;*/
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}
.navbar-nav {
    float: left;
    margin: 15px auto;
}
.nav li:hover,.nav li.active{
 /*border-bottom: 5px double #051447;*/
 border-bottom: 4px solid #051447;
position: relative;
margin-bottom: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   color: #051447;
    font-weight: bold;
    background-color: transparent;
   
}
.navbar-inverse .navbar-nav > li > a {
    color: #37393E;
    
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #051447;
   
    background-color: transparent;
    
}
.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px 0px 7px #CFCECE;
}
.bg-overlay-color
{background-color: #fff;}


.navbar-inverse {
   background-color: #fff;
border-bottom: none;
/*box-shadow: 0px 1px 10px #CFCECE;
border-radius: 0px;
background-image:url("../images/squairy_light.png");
background-position:center ;
background-repeat:repeat;*/
}

#nav {
  width: 100%;
}

#nav.affix-top {
   position: absolute;
   top:0;
   left:0;
   z-index:10;
   height:54px;
   background-color:transparent;
   border:0;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index: 999999;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
  
  .navbar-nav > li {
    
    display: inline-block;
    float: none;
    
    }
    
    
}
  
.navbar-nav {
    margin: 20px 0px 0px;
    /*text-align: right;*/
}
    .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.navbar-toggle {
	outline:0;
}

.divider {
	height:50px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
	
	}
}
@media(max-width:767px) 
{
    .navbar-nav {
    margin: 20px 0px;
    text-align: center;
    float: none;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
    color: #051447;
background-color: #E3E3E3;
font-weight: bold;
    }
    
     .nav li, .nav {
        border-bottom: 5px double transparent;
    }
    
     .navbar-brand {
    float: none;
    text-align: center;
    }
    
     .logo img {
        width: 100%;
        }
    .navbar-toggle {
   
    background-color: #051447;
    
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #A9ABAE;
    border: 1px solid #A9ABAE;
    }
    .container > .navbar-header, .container > .navbar-collapse {
    text-align:center;
    }
    
    .navbar-toggle {
    position: fixed;
    float: none;
    left: 5px;
    background-color: #051447;
    background-image: none;
    border-radius: 4px;
    z-index: 999999;
    }
    
    .logo a {
    
    padding: 0px 20px 0px;
    }
    
    .grid figcaption h3 {
   
    font-size: 18px;
    }
    
    .grid figcaption p {
    font-size: 13px;
    }
    
    .title-heading
    {position: relative !important;bottom: 15px;}
    
    
       .banners a .desc p {
    font-size: 14px;
    }
    
    .social-media-fb {
    position: relative;
    left: 50%;
    }
    
        footer h5 {
    text-align:center;
    }
    .contact-us h3 {
    
    display: block;
    text-align: center;
   
    }
    
    .title-heading h3 
    {
        display: block;
        margin: 40px 0px 5px;
        font-size: 25px;
    }
    
    
    #back-to-top {
  
    right: 0px;
    }    
    
    .cs-style-4 figcaption {
   
    width:100%;
    }
    
            .bg-overlay
    {background-color: RGBA(71, 102, 122, 0.73);
    height: 100%;}

    .bg-overlay-img
     {
            background-image:url('../images/bg-backgraound.jpg');
        background-attachment: fixed;
        background-position: 0px -30px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
     }
     
     .about-us h3 {
    font-size: 2.5em;
    font-family: 'Myriad Set Pro';
    font-weight: bold;
    margin: 60px 75px 30px;
    text-transform: capitalize;
    color: #e3e3e3;
    text-shadow: 0px 2px 3px #2D2D2D;
    display: block;
    text-align: center;
    padding-bottom:10px;
    }
    
    .about-us img {
        display: inline-block;
        width: 50%;
    }
    
    
    
    .bg-overlay-about-img {
    background-image: url('../images/about_us_banner.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    }
    
    
    
    
        
    .bg-overlay-about {
    background-color: RGBA(43, 68, 84, 0.63);
    height: 100%;
    }
        .bg-overlay-amc-img {
    background-image: url('../images/about_us_banner.jpg');
    background-attachment: scroll;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    }
    
    
    
    
        
    .bg-overlay-amc {
    background-color: RGBA(43, 68, 84, 0.63);
    height: 100%;
    }
    .button
    {
        text-align: center;
        width: 70%;
        position: absolute;
        left: -30%;
    }
    
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    font-size: 36px;
    padding: 2px;
    text-align: center;
    line-height: 30px;
    background: #092E71;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
 background: #0A357A;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}



/****************** Quick Services **************/
.quick-services-top
{background-color: #F0F0F0;
height: 100%;
padding: 30px 30px;
display: table;
width:100%}

.quick-services
{display:inline-block;}

.quick-services:hover span 
{background-color: #e6e6e6;
border: 1px solid #e6e6e6;
padding:11px 0px 10px;

}

.quick-services span i
{-webkit-transition: all, 0.1s, ease-in-out;
-o-transition: all, 0.1s, ease-in-out;
transition: all, 0.1s, ease-in-out;

font-size: 30px;
color:#7B7B80;
}

.quick-services:hover i {font-size: 38px;
}

.quick-services-icon
{text-align: center;}

.quick-services-icon span
{border: 1px solid #d4d4d4;
border-radius: 50%;
height: 54px;
width: 54px;
display: inline-block;
margin: 0 auto 10px;
position: relative;
transition: background .3s ease 0s,border-color .2s ease 0s;
padding: 12px 0px;
transition: all .1s ease 0s;
}

.quick-services-icon span:hover 
{background-color: #e6e6e6;
border: 1px solid #e6e6e6;

}

.quick-services a
{color: #7B7B80;
font-weight: bold;
font-size: 16px;}

.details-block
{padding:10px;}


.details-block a
{padding: 0;
margin: 0;
line-height: 0;}

.details-block a h2
{padding: 0;
margin: 10px 5px;

color: #0A357A;}
.details-block p
{font-size: 17px;
padding: 10px;
color: #292929;}

.footer-shadow{border-bottom: 2px solid #3339441A;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),2px 0 10px -4px rgba(0,0,0,0.1),-2px 0 10px -4px rgba(0,0,0,0.1);}

.footer-section
{padding: 20px 0px;}
.footer-contact-icon span
{
    border: 1px solid #e6e6e6;
border-radius: 50%;
height: 35px;
width: 35px;
display: inline-block;
margin: 5px 5px 10px;
position: relative;
transition: background .3s ease 0s,border-color .2s ease 0s;
padding: 7px 0px;
font-size: 20px;
font-weight: bold;
color: #e6e6e6;
vertical-align: middle;}

.bg-light-gray{background-color:#F5F5F5;}

.footer-contact-icon h3
{color: #e6e6e6;
font-weight: bold;
font-size:18px;}

.footer-contact-icon a:hover h3
{color: #062559;
text-shadow: 0px 1px 0px #292929;}

.footer-contact-icon a:hover span
{color: #051447;
 background-color:#E6E6E6;}

.footer-section-quick-links 
{padding: 20px;}

.footer-section-quick-links ul li
{line-height:30px;}

.footer-section-quick-links ul li a
{font-weight: bold;
color: #e6e6e6;}

.footer-section-quick-links ul li a:hover
{color:#051447;}

.contact-map{position: relative;
top: 40px;margin-bottom: 40px;}

.left-menu ul li{line-height: 30px;
cursor:default;
padding: 5px 10px;
border-bottom: 4px solid transparent;}

.left-menu
{box-shadow: 1px 0px 3px #B0AEAE;
padding: 10px;
border-radius: 3px;
background: #F0F0F0;}

.left-menu ul li:hover 
{line-height: 30px;
background-color: #C6C6C6;
cursor:pointer;

}

.left-menu ul li a{font-size: 13px;
font-weight: bold;padding: 5px;}
.left-menu ul li:hover a
{color: #051447;}

.left-menu-active {background-color: #C6C6C6;} 
.left-menu-active a{color: #051447;}

.left-menu-heading h3{background: rgba(7, 19, 62, 0.94);
color: #fff;
padding: 12px;
margin: 0px;
border-radius: 5px 5px 0px 0px;
box-shadow: 1px 0px 3px #B0AEAE;}

.left-menu ul li span
{border: 1px solid #686666;
border-radius: 50%;
height: 30px;
width: 30px;
display: inline-block;
margin: 0 5px 0px 0px;
position: relative;
transition: background .3s ease 0s,border-color .2s ease 0s;
padding: 5px 5px;
font-size: 20px;
vertical-align: middle;
color: #051447;}

.servies-details p
{font-size:18px;
 padding:10px;}
 
 .servies-details h3 {
    font-size: 30px;
    
    font-family: 'Myriad Set Pro';
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
    display: block;
    text-transform: capitalize;
}
.servies-details img
{box-shadow: 0px 2px 6px #ABABAB;
border: 10px solid #F0F0F0;
width: 80%;
-webkit-filter: drop-shadow(1px 1px 1px #3c3c3c99);
filter: drop-shadow(1px 1px 1px #3c3c3c99);
display: inline-block;

}



/********** testimonial ***/

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -50px;
    top: 30px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -50px !important;
  top: 30px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 100px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}
.item blockquote img 
{display:inline-block;}

.item blockquote p:before {
    content: "\f0b1";
   font-family: 'IcoFont';
    float: left;
    margin-right: 10px;
}
.item blockquote p:after {
    content: "\f0b2";
   font-family: 'IcoFont';
    float: right;
    margin-right: -20px;
}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/********** tab ****************/

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\eb5a";
  font-family: 'icofont';
  position: relative;
    font-size: 30px;
    text-align: center;
    display: block;
    
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active {
    background-color: #C6C6C6;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
        display: block;
    
    position: relative;
    
    background: rgba(7, 19, 62, 0.94);
    color: #fff;
    word-wrap: unset;
    white-space: pre-wrap;
    font-size: 20px;
    }
    
    .left-menu-heading h3{text-align:center;}
    
    .servies-details h3
    {display:none;  }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
    
}
.thumbnail {
    
    border: 1px solid transparent;
}
.thumbnail > img, .thumbnail a > img {
    display: block;
    height: 80px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 768px) 
{
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 25pc;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
}


@media only screen and (min-width: 600px) { 
    
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 920px;
    }
    .bg-overlay-img {
    
    height: 920px;
    }
}

/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 25pc;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
}
 
/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 1280px) {
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 25pc;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
 
}
 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       980x     */
/* ============================================== */
@media screen and (min-width: 980px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 25pc;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
}
 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       x979     */
/* ============================================== */
@media screen and (max-width: 979px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 25pc;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
 
}
 
/* ============================================== */
/* iPad Landscape & Portrait                      */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
        .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 25pc;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
 
}
 
/* ============================================== */
/* iPad Landscape                                 */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
       height: 100%;
    }
    .bg-overlay-img {
    
    height: 100%;
    }
}
 
/* ============================================== */
/* iPad Portrait                                  */
/*                                       768x1024 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 100%;
    }
    .bg-overlay-img {
    
    height: 25pc;
    }
 
}
 
/* ============================================== */
/* Small Tablet Landscape/Portrait                */
/*                                        800x600 */
/* ============================================== */
@media screen and (min-width: 600px) and (max-width: 800px) and (orientation:landscape)  {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 920px !important;
    }
    .bg-overlay-img {
    
    height: 920px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) and (orientation:portrait)  {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 920px !important;
    }
    .bg-overlay-img {
    
    height: 920px !important;
    }
}
 
 
/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */
/*                                        568x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:568px) {
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 100%;
    }
    .bg-overlay-img {
    
    height: 100%;
    }
}
 
/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:480px) {
.bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 100%;
    }
    .bg-overlay-img {
    
    height: 100%;
    }
}
 
/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media screen and (max-width:320px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 100%;
    }
    .bg-overlay-img {
    
    height: 100%;
    }
}
 
/* ============================================== */
/* Smaller devices                                */
/* Android Landscape                      320x240 */
/* ============================================== */
@media screen and (min-width:240px) and (max-width:320px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 100%;
    }
    .bg-overlay-img {
    
    height: 100%;
    }
}
 
/* ============================================== */
/* Smaller devices                                */
/* Android Portrait                       240x320 */
/* ============================================== */
@media screen and (max-width:240px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    .bg-overlay {
        background-color: RGBA(71, 102, 122, 0.73);
        height: 100%;
    }
    .bg-overlay-img {
    
    height: 100%;
    }
}

.img-inline-block img{display:inline-block;}


.support-main {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 25px auto;
    background-color: #e6e6e6;
    border: 1px solid #d3d3d3;
}
 
.support-main span {
    height: 75px;
width: 75px;
padding: 9px;
vertical-align: middle;
margin: 5px auto 10px;
display: block;
border: 2px solid rgb(21.2%, 25.9%, 29%);
border-radius: 50px;
background: rgb(255, 255, 255);
}
 .support-main span i {
    font-size: 55px;
    color: rgb(21.2%, 25.9%, 29%);
}
 
 .support-main h3 {
    margin: 20px auto;
    font-weight: bold;
}

.support-main:hover
{border: 1px solid rgb(2%, 7.8%, 27.8%);box-shadow: 0px 4px 11px #666666B3;}


.support-main:hover span {
    
    border: 2px solid rgb(2%, 7.8%, 27.8%);

    background-color: rgb(2%, 7.8%, 27.8%);
}

.support-main:hover i {
    color:#fff;
}

.support-main:hover h3 {
    
    color: rgb(2%, 7.8%, 27.8%);
}


.under-construction span {
    height: 150px !important;
    width: 150px !important;
    padding: 11px;
    vertical-align: middle;
    margin: 5px auto 10px;
    display: block;
    border: 2px solid rgb(21.2%, 25.9%, 29%);
    border-radius: 100px !important;
    background: rgb(255, 255, 255);
}

.under-construction span i {
    font-size: 115px !important;
    color: rgb(21.2%, 25.9%, 29%);
}


blockquote p:last-child {
    margin-bottom: 15px;
}
.media-heading {
   margin: 10px 5px;
border-bottom: 1px dashed #bfbdbd;
font-size: 35px;
color: rgb(2%, 7.8%, 27.8%);
font-weight: bold;
}

.media-body p
{font-size: 18px;
margin: 15px;
text-align: justify;}

.media-object {
    display: block;
    margin: 20px auto;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
   
    background-color: #A9ABAE;
    border: 1px solid #A9ABAE;
}

.top-contact ul li{position: relative;
margin: 0px 3px 0px;
display: inline-flex;
vertical-align: middle;}

.top-contact ul
{margin-top:35px;}

.top-contact ul li
{ font-weight:bold; }

.top-contact ul li i
{font-size: 18px;
color: #051447;
vertical-align: middle;
position: relative;
top: 5px;
right: 2px;}

.technical-email a{font-size: 18px;
font-weight: 700;
color: #051447;}
.technical-email h4 i
{font-size: 18px;
color: #051447;}

.technical-email h2
{font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 700;
font-style: normal;
line-height: 40px;
text-rendering: optimizeLegibility;
border-bottom: 1px dashed #727272;
display: inline-block;
width: 100%;
margin: 0;
text-transform: uppercase;
color: #051447;}


.technical-email h3 {
    margin: 10px auto;
    font-weight: bold;
}

.technical-email:hover h4 i{color:#000;}
.technical-email:hover  {
    color:rgb(21.2%, 25.9%, 29%);
}
.sub-heading
{
    font-size: 24px;
font-weight: 600;
color: rgb(10, 53, 122);
}
#about-us .amc-list li
{
    font-size: 18px;
    color:#37393E;
    padding-top: 7px;
}
#about-us .amc-list li:before
{
     content: "\f054";
     font-family: 'FontAwesome';
     padding-right: 10px;
     font-size: 10px;
     color: #051447;
}
.modal {
    display: none; 
    position: fixed;
    z-index: 10000000000000; 
    padding-top: 25px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 32%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.close {
    color: white;
    float: right;
    margin-right: 2%;
    font-size: 24px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    /*padding: 10px 16px;*/
    background-color: #3469A2;
    color: white;
    font-size:20px;
    text-align: center;
    padding-top: 5px;
    height: 50px;
}
.modal h2
{
    color: #fff;
    font-size: 15px;
    /*margin-top: 20px;*/
}
.modal-body { text-align: center;  }

.modal-footer {

    background-color: #fff;
    color: white;
    padding-bottom: 15px;
    border-bottom: 5px solid #045284;
}
.popup-input
{
    background-color:none;
    border:1px solid rgba(0,0,0,0.2);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
 .replacement-para
 {
     font-family: 'Myriad Set Pro';
     font-size: 20px;
    /*font-weight: bold;*/
    text-align: justify;
    color:#37393E;
  
  }
 .replacement-list li
{
    font-size: 18px;
    color:#37393E;
    padding-top: 7px;
}
 .replacement-list li:before
{
     content: "\f054";
     font-family: 'FontAwesome';
     padding-right: 10px;
     font-size: 10px;
     color: #051447;
}
.sub-heading {
    font-size: 24px;
    font-weight: 600;
    color: rgb(10, 53, 122);
}
.amc_contact
{
    overflow: hidden;
}
.amc_contact h3
{
     font-size:18px;
}
.amc_contact h3 i
{
    margin-bottom: 10px;
    display: inline-block;
}
.enquiry
{
    font-size:14px;
    font-weight:600; 
    width:49.5%;
    text-transform:uppercase;
   margin-right: 10px;
  
}
.enquiry input[type="checkbox"] {
    margin: 0px 5px 0 !important;
    margin-top: 0px;
    line-height: normal;
    vertical-align: sub;
}