@font-face
{
    font-family: open-sans-light;
    src: url('fonts/OpenSans-Light.ttf');
}

@font-face
{
    font-family: open-sans-regular;
    src: url('fonts/OpenSans-Regular.ttf');
}

a
{
    text-decoration: none !important;
}

p
{
    font-size: 14px;
    line-height: 24px;
    font-family: open-sans-regular;
}

body
{
    font-family: 'open-sans-regular' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
}

header
{
    width: 100%;
    height: auto;
    background: #fff;
    font-family: open-sans-regular;
    padding: 3px 0 5px;
}

header
{
    text-align:right;
}
header i
{
    margin-right: 5px;
}

header .btn-outlineblue
{
    margin: 20px 0px 0px 0px;
    color: #01BAFD;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #01BAFD;
}
header p
{
    font-size: 17px;
    margin: 12px 0 0;
}
header h4
{
    color: #01BAFD;
    line-height: 20px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size:29px;
}

.nav > li > a
{
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
} 

.navbar-toggle
{
    margin-bottom: 0px;
}
.navbar-default
{
    background: #01BAFD;
    width: 100%;
}

.navbar-default .navbar-nav > li > a
{
    color: #FFF;
    font-family: open-sans-regular;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #FFF;
    background-color: #d72a0f;
    padding: 10px 20px;
    margin-top: 0px;
    border-radius: 4px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #003366;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #FFF;
}

.navbar-default .navbar-toggle
{
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
    background-color: #2B59AE;
}

.navbar
{
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar
{
    border-radius: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #FFF;
    background-color: #ffa800;
    padding: 10px 20px;
    margin-top: 0px;
    border-radius: 0px;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #ffa800;
}

.dropdown-menu > li > a
{
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}


.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: px solid #eee; }
.nav-list > li { padding: 20px 15px 15px;
 
}


.nav-list > li:last-child { border-right: 0px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-list > li .thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: border 0.2s ease-in-out 0s;
    margin-bottom:0px;
}
.nav-list > li img{ 
 width:150px; height:150px; 
}
.nav-list > li .thumbnail .caption h3 {
    font-size: 16px;
    font-weight:bold;
    margin:0;
    height: 19px;
}
.nav-list > li .thumbnail .caption {
    padding:5px 0px;
}

.nav-list > li > a:hover .thumbnail{border: 1px solid #01BAFD; }
.nav-list > li > a:hover .thumbnail .caption h3{color:#01BAFD; }

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: left;
  width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left; 
    min-width: 160px;
    padding: 5px 4px;
    margin: 2px 0px 0px;
    font-size: 14px;
    list-style: none;
    background-color:rgba(255,255,255,1.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
}
.nav-list > li {
    padding: 20px 15px 15px;
    border-left:0px;}
.nav-list {
    border-bottom: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    background-color: #428bca;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    cursor: default;
    background-color: rgb(255, 255, 255);
    border: solid black 1px;
}



.mega-dropdown-menu {
    /*! padding: 20px 0px; */
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0;}
.mega-dropdown-menu > li > ul > li {
  list-style:none ;
  /*! margin-left: 10px; */
  border: 1px solid #bfe4f2;
  margin-top: -1px;
}
.mega-dropdown-menu .col-sm-3 {
    padding: 0px 1px;
} 
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 6px 25px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666;
  white-space: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}   
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #01bafd;
  background-color: #ebf8fd;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca !important;
  font-size: 18px;
  font-weight:bold;
  background: #ebf8fd;
  border: 1px solid #bfe4f2;
  padding-left: 0;
  padding-right: 0px;
} 
.mega-dropdown-menu .dropdown-header a{color:#1e7fdd;font-size: 14px;font-weight: 600;padding-left: 18px !important;padding-right: 18px !important;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;}
}
.hide-logo
{
    position: absolute;
    display: none;
    width: auto;
    float: left;
    left:20px;
    margin-top: 0px;
    color:#fff;
}
.bg-banner
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272727+81,6d6e70+81 */
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002c48+60,ffffff+60 */
background: #002c48; /* Old browsers */
background: -moz-linear-gradient(top, #002c48 60%, #ffffff 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #002c48 60%,#ffffff 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #002c48 60%,#ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c48', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bg-banner .item p
{
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
.bg-banner .item:hover p
{
    color: #fff;
}
.bg-banner h2 small{ color:#fff; font-size:40%;}
.carousel-caption h2
{
    font-size:36px;
    color: #fff;
    margin-top: 0px;
    text-align: left;
}
.carousel-caption
{
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 13%;
    top:6%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
    text-shadow: none;
    width: 32%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    line-height: 1;
    width: 100%;
}
.wlcome
{
    font-family: open-sans-regular;
    text-align: center;
    padding: 00px 0 30px;
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    color: #313131;
}
.wlcome h1
{
    color: #01BAFD;
    padding-bottom: 10px;
    margin-top:10px;
    font-size: 38px;
    font-weight: bold;
}
.wlcome img
{
    padding-bottom: 20px;
}
.wlcome h2 span
{
    font-style: italic;
    color: #01BAFD;
}
.wlcome p
{
    font-size: 18px;
    color: #313131;
    text-align: center;
}
.wlcome p span
{
    font-size: 16px;
    color: #313131;
}
.product-pattern h2
{
    color: #fff;
    padding-bottom: 0px;
    margin-top: 0;
    font-size: 28px;
}

.product-pattern img
{
    padding-bottom: 20px;
}
.product-pattern p
{
    font-size: 18px;
    color: #fff;
}
.product-pattern
{
    background: url(../images/bg.jpg) center fixed;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 30px 0;
    float: left;
}
.item p
{
    font-family: open-sans-regular;
    padding: 8px 0px 5px 5px;
    font-size: 18px;
    margin: 0;
    color: #333333;
    text-align: center;
}

.item h6
{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}
.item h3
{
    font-family: open-sans-regular;
    padding: 5px 0px 5px 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #4d4d4d;
    text-align: center;
}
.item:hover p
{
    color: #01bafd;
}
.item.item:hover h3
{
    color: #01bafd;
}
.item .btn-outlineblue
{
    color: #01bafd;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin: 0px 5px 10px 5px;
    border: 1px solid #01bafd;
    font-family: open-sans-regular;
}
.item:hover .btn-outlineblue
{
    color: #fff;
    background: #01bafd;
    border: solid 1px #01bafd;
}
#owl-demo .item
{
    background: #ffffff;
    padding: 0px 0px;
    margin: 15px 10px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: open-sans-regular;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.175);
    box-shadow: 0 6px 6px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 6px rgba(0,0,0,.175);
}

#owl-demo .item:hover
{
    -webkit-box-shadow: 0 6px 6px rgba(0,140,211,.475);
    box-shadow: 0 6px 6px rgba(0,140,211,.475);
    -moz-box-shadow: 0 6px 6px rgba(0,140,211,.475);
}

.item
{
    position: relative;
}


.item .four_arrow_hover_box
{
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
}

.item:hover .four_arrow_hover_box, .item:focus .four_arrow_hover_box
{
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.four_arrow_hover_box
{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    border: 7px solid rgba(1, 186, 253, 0.4);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.four_arrow_hover_box .arrows
{
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.four_arrow_hover_box .arrows span
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 137, 158, 0.7);
}

.four_arrow_hover_box .arrows:before, .four_arrow_hover_box .arrows:after
{
    content: '';
    display: block;
    position: absolute;
}

.four_arrow_hover_box .arrows:before
{
    border-top: 1px solid rgba(3, 137, 158, 0.6);
    border-bottom: 1px solid rgba(3, 137, 158, 0.6);
    top: -1px;
    bottom: -1px;
    left: 16px;
    right: 16px;
}

.four_arrow_hover_box .arrows:after
{
    border-left: 1px solid rgba(3, 137, 158, 0.6);
    border-right: 1px solid rgba(3, 137, 158, 0.6);
    left: -1px;
    right: -1px;
    top: 16px;
    bottom: 16px;
}
.post-image
{
    position: relative;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
}
.post-image img
{
    max-width: 100% !important;
}

.index-ftr-tp
{
    background:url(../images/pattern-bg.jpg) repeat;
    height: auto;
    min-height: 100px;
    float: left;
    width: 100%;
    padding:50px 0 30px;
}
.index-ftr-tp h3
{
    margin: 14px 0 5px;
    font-size: 22px;
    color: #01BAFD;
    text-align: center;
}
.box1 > .icon
{
    text-align: center;
    position: relative;
    font-family: open-sans-regular;
}
.box1 > .icon > .image
{
    position: relative;
    z-index: 2;
    outline-offset: 20px;
    outline: 0px solid #fff;
    border: 1px solid #ddd;
    margin: auto;
    width: 88px;
    height: 88px;
    padding: 22px 0 0 0;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
}
.box1 > .icon > .image > h3
{
    font-size: 18px;
    color: #111;
    font-weight: bold;
    width: 100%;
}
.box1 > .icon > .image > h3 span
{
    font-size: 16px;
    color: #666;
    float: left;
    font-weight: bold;
    width: 100%;
}
.box1 > .icon > .info
{
    margin-top: -30px;
    background: #fff;
    min-height: 200px;
    border: 1px solid #ddd;
    padding: 35px 25px 10px;
}
.box1 > .icon > .info > h4
{
    font-size: 13px;
    color: #222;
    font-weight: 700;
}
.box1 > .icon > .info > p
{
    font-size: 13px;
    color: #666;
    line-height: 18px;
}
.box1 > .icon:hover > .info > h4, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a
{
    color: #222;
}
.box1 .space
{
    height: 15px;
}



.footer
{
    background: #01BAFD;
    width: 100%;
    float: left;
    padding: 30px 0 15px;
    height: auto;
}

.footer h4
{
    color: #fff;
    border-bottom: 1px solid #01a7e1;
    padding-bottom: 10px;
    font-size:18px;
    text-align:left;
}
.footer h4::before {
    content: "";
    display: block;
    background:none;
    width:100%;
    height:auto;
    float: left;

}
.footer h4 span
{
    color: #2957a4;
}

.footer ul
{
    margin: 0px;
    padding: 0px;
    font-family: open-sans-regular;
}

.footer ul li
{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
}

.footer ul li a
{
    color: #eee;
}

.footer ul li a:hover
{
    color: #fff;
    text-decoration: none;
}

.footer-social ul
{
    margin: 6px 0 0 0;
    padding: 5px;
    float: left;
    width:200px;
}

.footer-social ul li
{
    margin: 6px 1px 5px;
    list-style: none outside none;
    display: inline-block;
}

.footer-social i
{
    width: 28px;
    height: 28px;
    color: #01BAFD;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px !important;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.footer-social i:hover
{
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.footer-social .fa-facebook:hover
{
    background: #4060A5;
}

.footer-social .fa-twitter:hover
{
    background: #00ABE3;
}

.footer-social .fa-google-plus:hover
{
    background: #e64522;
}

.footer-social .fa-github:hover
{
    background: #343434;
}

.footer-social .fa-pinterest:hover
{
    background: #cb2027;
}

.footer-social .fa-linkedin:hover
{
    background: #0094BC;
}

.ftrright
{
    border-left: 1px solid #01a7e1;
}

.ftrright h4
{
    color: #fff;
    border-bottom: 1px solid #01a7e1;
    padding-bottom: 10px;
}

.ftrright p
{
    color: #eee;
    font-weight: bold;
}

.ftrright ul
{
    margin: 0px;
    padding: 0px;
    font-family: open-sans-regular;
}

.ftrright ul li
{
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
}

.ftrright ul li a
{
    color: #eee;
}

.ftrright ul li a:hover
{
    color: #fff;
    text-decoration: none;
}

.footer-btm
{
    background-color: #1E7FDD;
    width: 100%;
    padding: 10px 0px;
    display: table;
}
.footer-btm p
{
    color: #01BAFD;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 16px;
}

.footer-btm a
{
    color: #eee;
}

.footer-btm a:hover
{
    color: #fff;
}
.footer-btm ul
{
    margin: 0px;
    padding: 0px;
    font-family: open-sans-regular;
}

.footer-btm ul li
{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    display: inline;
}
.footer-btm ul > li + li::before
{
    padding: 0 6px;
    color: #ade9ff;
    content: "/";
}

.footer-btm ul li a
{
    color: #ade9ff;
    display: inline;
    font-size: 13px;
}

.footer-btm ul li a:hover
{
    color: #fff;
    text-decoration: none;
}

.fixed
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999999999999;
}

.scroll-top-wrapper
{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #1e7fdd;
    color: #FFF;
    width: 50px;
    height: 48px;
    line-height: 45px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover
{
    background-color: #1e7fdd;
}

.scroll-top-wrapper.show
{
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa
{
    line-height: inherit;
}

.modal-header span
{
    color: #FFF;
    font-size: 24px;
}


.media-left, .media-right, .media-body
{
    display: table-cell;
    vertical-align: middle;
}

.form-control
{
    height: 50px;
    border: 1px solid #333;
    font-style: italic;
    border-radius: 2px;
}

.btn-primary
{
    color: #fff;
    background-color: #1955ba;
    border-color: #1955ba;
}

.btn-danger
{
    color: #fff;
    background-color: #f8343a;
    border-color: #f8343a;
}


.btn-default
{
    color: #333;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline
{
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active
{
    color: #18BC9C;
    background: white;
    border: solid 2px white;
}

.btn-outlinegray
{
    color: #ccc;
    font-size: 16px;
    border: solid 2px #ccc;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outlinegray:hover, .btn-outlinegray:focus, .btn-outlinegray:active, .btn-outlinegray.active
{
    color: #fff;
    background-color: #01BAFD;
    border: solid 2px #01BAFD;
}
.btn-outwhite
{
    color: #fff;
    font-size: 14px;
    border: solid 1px #fff;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top:2px;
}

.btn-outwhite:hover, .btn-outwhite:focus, .btn-outwhite:active, .btn-outwhite.active
{
    color: #fff;
    background-color: #2B59AE;
    border: solid 1px #2B59AE;
}
.btn-outlineblue:hover, .btn-outlineblue:focus, .btn-outlineblue:active, .btn-outlineblue.active
{
    color: #fff;
    background-color: #01BAFD;
    border: solid 1px #01BAFD;
}

.btn-outlineblue
{
    color: #01BAFD;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin: 0px 5px 10px 5px;
    border: 1px solid #01BAFD;
    font-family: open-sans-regular;
    margin: 0px 0px 25px 0px;
}
/*.......about us...........*/
.inner-banner
{
    background: #fff url(../images/pattern.jpg) center;
    background-repeat: repeat;
    float: left;
    width: 100%;
    height:auto;
    font-family: open-sans-regular;
    border-bottom:1px solid #ddd;
    padding:10px 0;
}
.inner-banner h1
{
    color: #01bafd;
    padding-bottom: 4px;
    font-size: 34px;
    font-weight: bold;
    margin:5px 0 0 0;
    text-align:center;
}

.inner-banner p
{
    color: #01bafd;
    font-style: italic;
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: open-sans-regular;
}
.breadcrumb
{
    padding:0px 0px 0px;
    margin-bottom:0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #01bafd;
    font-family: open-sans-regular;
    text-align:center;
}

.breadcrumb > li
{
    display: inline-block;
    color: #313131;
    font-weight: bold;
}

.breadcrumb > li > a
{
    color: #01bafd;
}

.breadcrumb > li + li::before
{
    padding: 0 5px;
    color: #313131;
    content: "/";
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td
{
    border-top: 0;
    padding: 5px 0;
    background: rgb(25, 166, 219);
    background: -moz-linear-gradient(top, rgba(25, 166, 219, 1) 0%, rgba(16, 109, 144, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(25, 166, 219, 1) 0%, rgba(16, 109, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(25, 166, 219, 1) 0%, rgba(16, 109, 144, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#19a6db', endColorstr='#106d90', GradientType=0);
    font-size: 18px;
}

table
{
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: open-sans-regular;
}

tr:nth-child(even)
{
    background: #e1e7e9;
    padding: 3px 0;
}

tr:nth-child(odd)
{
    background: #FFF;
    padding: 3px 0;
}

td, th
{
    padding: 8px;
    border: 1px solid #1693C2;
}

table p
{
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.contener-main
{
    min-height: 290px;
    background-color: #FFF;
    width: 100%;
    padding: 30px 0 30px;
    float: left;
    height: auto;
    font-family: 'open-sans-regular' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
}

.contener-main h2
{
    color: #01BAFD;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 0px 0 10px;
}
.contener-main h3
{
    color: #01BAFD;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 20px 0 8px;
}


.contener-main img
{
    float: left;
    padding: 0 10px 0;
}
.contener-main .mrgn-t30
{
    margin-top: 30px;
}
.margin-tb-15
{
    margin: 0px 0px 20px;
    border-bottom: 1px solid #ddd;
    padding: 14px 0px;
    width: 100%;
    float: left;
}
.contener-main h2 span
{
    font-size: 28px;
    font-weight: bold;
    color: #2957a4;
    margin: 0px 0 10px;
}

.contener-main p
{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.contener-main ul
{
    margin: 10px 0px;
    padding: 0px 0 0 20px;
}

.contener-main ul li
{
    font-size: 16px;
    line-height: 24px;
    list-style-type: square;
}
.carousel-inner
{
    position: relative;
    width: 100%;
    min-height: 300px;
}

.carousel-control.right
{
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}
.carousel-control.left
{
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}
#carousel-example-generic
{
    margin: 0px auto;
    width: 100%;
}

#carousel-custom
{
    margin: 0px auto;
    width: 100%;
    border: 2px solid #ddd;
}
#carousel-custom .carousel-indicators
{
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
#carousel-custom .carousel-indicators li
{
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 85px;
}
#carousel-custom .carousel-indicators li img
{
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img
{
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img
{
    opacity: 0.75;
}
#carousel-custom .carousel-outer
{
    position: relative;
}
.carousel-indicators li img
{
    height: auto;
    width: 85px;
}


.full-width
{
    width: 100%;
    float: left;
    height: auto;
    clear: both;
}

.contener-main .product-details
{
}
.product-details h2
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.product-details h4
{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.thumbnail
{
    line-height: 20px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.175);
    box-shadow: 0 6px 6px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 6px rgba(0,0,0,.175);
    color: #333;
    padding:0;
}
.thumbnail img
{
    float: none;
    padding: 0 0px 0;
}
.thumbnail .caption {
    color: #333;
    padding: 10px;
    background: #f8f8f8;}
    
    .thumbnail .caption p{ margin:0; font-size:14px; color:#4d4d4d;}
 .thumbnail .caption h5{font-size:16px; color: #313131;}
    
.thumbnail h3
{
    font-size: 16px;
    margin: 0 0 0px;
    text-align: center;
    color: #313131;
    height: 42px;
    overflow: hidden;
}

.thumbnail:hover
{
    color: #01BAFD;
    border: 1px solid #01BAFD;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 6px rgba(0,140,211,.475);
    box-shadow: 0 6px 6px rgba(0,140,211,.475);
    -moz-box-shadow: 0 6px 6px rgba(0,140,211,.475);
}

.thumbnail:hover a
{
    text-decoration: none;
}
.thumbnail:hover h5
{
    color: #01BAFD;
}

.thumbnail:hover h3
{
    color: #01BAFD;
}

.owl-carousel .owl-wrapper:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel
{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper
{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer
{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight
{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item
{
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div
{
    cursor: pointer;
}

.owl-controls
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing
{
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls
{
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div
{
    color: #FFF;
    display: inline-block;
    zoom: 1; *display:inline;
margin:5px;
padding:3px10px;
font-size:12px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
background:#869791;
filter:Alpha(Opacity=50);
opacity:0.5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover
{
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page
{
    display: inline-block;
    zoom: 1; *display:inline
}

.owl-theme .owl-controls .owl-page span
{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    border: 2px solid #FFF;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ff6500;
    border: 2px solid #FFF;
}

.owl-theme .owl-controls .owl-page span.owl-numbers
{
    height: auto;
    width: auto;
    color: #ff6500;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading
{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.card
{
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.26);
    border-radius: 4px;
}

.card-wrapper
{
    border-radius: 4px;
}

.card-image
{
    width: 100%;
}

.card-image img
{
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.card-info
{
    padding: 10px 16px;
    color: rgb(33, 25, 34);
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.cards
{
}
.card
{
    width: 240px;
    overflow: hidden;
    opacity: 0; /* hide card while loading */
    transform-property: opacity;
    transition: opacity .3s ease;
}
.card--loaded
{
    opacity: 1;
}

@media (max-width: 1024px)
{
    .dropdown-menu{position: static; float: none;height: 240px;overflow-y: auto;}
    .no-space
    {
        display: inline-block !important;
        width: 48%;
        float: none !important;
    } 
    .navbar-header
    {
        float: none;
    }
    .navbar-toggle
    {
        display: block;
    }
    .navbar-collapse
    {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse
    {
        display: none !important;
    }
    .navbar-nav
    {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li
    {
        float: none;
    }
    .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text
    {
        float: none;
        margin: 15px 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #eee;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #FFA800;
        background-color: transparent;
    }
    .navbar-collapse.collapse.in
    {
        display: block !important;
    }
    .collapsing
    {
        overflow: hidden !important;
    }
    .item p span
    {
        font-family: open-sans-regular;
        font-size: 20px;
        margin: 0;
        color: #01BAFD;
        font-weight: bold;
    }
    .searcharrow
    {
        padding: 90px;
        font-size: 50px;
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 1024px)
{
    .navbar-toggle
    {
        margin-top: 2px;
        margin-right: 15px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px)
{
    header h4 {margin-top: 8px; font-size: 24px;}
    header .btn-outlineblue {margin: 5px 0px 0px;}
    .nav-list > li .thumbnail .caption h3 {
    font-size: 14px;
    font-weight:bold;
    margin:0;
}

.mega-dropdown-menu .dropdown-header a {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
    .no-space
    {
        display: inline-block !important;
        width: 100%;
        float: none !important;
    }

    .wlcome h2
    {
        font-style: italic;
        color: #818181;
        padding-bottom: 10px;
        font-size: 22px;
    }
    .wlcome h2 span
    {
        font-style: italic;
        font-size: 24px;
        font-weight: bold;
        color: #2957a4;
    }

    .form-control
    {
        height: 36px;
    }

}

@media (max-width:480px)
{
    h1
    {
        font-size: 24px !important;
    }
    h2, h2 span
    {
        font-size: 20px !important;
    }
    .footer .col-xs-6
    {
        width: 100%;
    }

}

@media (max-width:360px)
{

}

@media (max-width:320px)
{
    header ul
    {
        margin: 0px;
        float: right;
        padding: 0px;
    }
    header ul li
    {
        margin: 0px 1px 2px;
    }
}

@media only screen and (max-width: 800px)
{
    table, thead, tbody, th, td, tr
    {
        display: block;
    }
    thead tr
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr
    {
        border: 1px solid #158BB7;
    }
    td
    {
        border: none;
        position: relative;
        white-space: normal;
        text-align: left;
    }
    td:before
    {
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    td:before
    {
        content: attr(data-title);
    }
}

@media (min-width: 768px)
{
    .sidebar-nav .navbar .navbar-collapse
    {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul
    {
        float: none;
        display: block;
        padding: 0px;
        margin: 0px;
    }
    .sidebar-nav .navbar li
    {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a
    {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}



/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.index-ftr-tp .carousel-inner {
    position: relative;
    width: 100%;
    min-height:100px;
}
.index-ftr-tp blockquote {
    padding: 10px 20px;
    margin: 0px 0px 0px;
    font-size: 16px;
    border-left: 5px solid #EEE;
}

.index-ftr-tp blockquote p{

    font-size: 16px;

}
/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top:0px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background:#01BAFD;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

 .adinox-pro .code-link
    {
        background-color: #f5f5f5;
        border-radius: 2px;
        color: #313131;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0;
        padding: 10px 10px 0px;
        height: 40px !important;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        width: 100%;
        float: left;
        font-family: 'open-sans-regular' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
        overflow: hidden;
    }
    .adinox-pro
    {
        width: 100%;
        margin:15px 0;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.175);
        box-shadow: 0 6px 6px rgba(0,0,0,.175);
        -moz-box-shadow: 0 6px 6px rgba(0,0,0,.175);
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-family: 'open-sans-regular' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    }
    .adinox-pro img
    {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .adinox-pro .ovrly
    {
        background: rgba(0,140,211,.65);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        border-radius: 2px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .adinox-pro .buttons-top
    {
        position: absolute;
        top: 4%;
        left: 4%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .adinox-pro .buttons
    {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .adinox-pro .buttons .fa
    {
        background: rgb(256, 256, 256);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-block;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        width: 120px;
        height: 40px;
        opacity: 0;
        border: 1px solid rgba(0,140,211,.95);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        position: relative;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        color: transparent;
    }
    .adinox-pro .buttons-top .fa
    {
        background: rgb(256, 256, 256);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        line-height: 64px;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        width: 60px;
        height: 60px;
        opacity: 0;
        padding-left: 4px;
        border: 1px solid rgba(0,140,211,.95);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        position: relative;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        color: transparent;
    }
    .adinox-pro:hover .buttons .fa
    {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        color: rgba(50, 50, 50, 0.9);
    }
    .adinox-pro:hover .buttons-top .fa
    {
        opacity: 1;
        color: #2ECB72;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .wishlist{ cursor:pointer;}
#wish_list{
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 30px;
	width:100px;
	background: white;
	border:1px solid #e1e1e1;
}
#wish_list .wish_list_heading
{
    margin: 0px 0px;
    color: black;
    height: 30px;
    background-color: #607D8B;
    verflow: hidden;
    padding: 6px 3px;
    font-weight: bold;
    cursor: pointer;
}
#wish_list_item{
width:100%;
text-align:center;
  border-spacing: 0px;
    border-collapse: separate;
}
#msg{
position: fixed;
    display: none;
    padding: 10px 25px;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 15px;
	width:30%;
	text-align:center;
	z-index:9999999999999;
}
.wishlist-item{
padding:10px 5px;
background:#111;
color:#f1f1f1;
}
.w-premove{
font-size:23px;	
cursor:pointer;
}
.w-pname,.w-price{
font-size:13px;	
}



    .adinox-pro .buttons-top:hover .fa
    {
        opacity: 1;
        color:#EE1714;

    }
    .adinox-pro:hover .ovrly
    {
        opacity: 1;
    }
    .adinox-pro:hover
    {
        border: 1px solid rgba(0,140,211,.95);
        -webkit-box-shadow: 0 6px 6px rgba(0,140,211,.475);
        box-shadow: 0 6px 6px rgba(0,140,211,.475);
        -moz-box-shadow: 0 6px 6px rgba(0,140,211,.475);
    }

    ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 52px;
}
.carousel-control {
  position: absolute;
	top: 48%!important;}
textarea.form-control {
  height: auto;
  max-height: 90px;
  min-height: 70px;
}