/*
    HUUTHINHHOUSE CSS TEMPLATE :: style.css
    a tweaked version to suit our projects
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:

    HTML5 Doctor	            :: http://html5doctor.com
    Normalise.css               :: http://necolas.github.com/normalize.css/
    HTML5 reset                 :: http://html5reset.org/
    & esp. HTML5 Boilerplate    :: http://html5boilerplate.com
    ------------------------------------------------------------
    # Version 1.5 - Last Updated: October, 2012
    # Author: Huu Thinh (Rex Hoang) - Website: huuthinhhouse.com

    ================================================
    Website theme: Color glossary
    ================================================
    # Dark grey (text): #333333
    # Dark Blue (headings, links) #000066
    # Mid Blue (header) #333399
    # Light blue (top navigation) #CCCCFF
    # Mid grey: #666666
    Please copy this into the head of new css files!
*/


/* RESET */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* HTML5 & OTHER ELEMENTS */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* EMBEDDED CONTENT + FIGURES */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}


/* FORM */

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

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-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}


/** TABLES **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/** Chrome Frame Prompt **/

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}


/** BASE **/

html {
    font-size: 100%;
}


/* min-width: 1024px; */


/* IPHONE & IPAD SCROLLBAR */


/*-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; - min width to fix ipad */

html,
button,
input,
select,
textarea {
    font-family: arial, sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    min-width: 800px;
}

::-moz-selection {
    background: #7AAD21;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #7AAD21;
    color: #fff;
    text-shadow: none;
}


/* LINKS */

a,
a:visited {
    color: #fff;
}

nav a {
    text-decoration: none;
}


/*a:hover { color: #06e; }*/

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/** LISTS **/

dl,
menu {
    margin: 0.2em 0;
    padding: 0 0 0 10px;
}


/*, ul, ol*/

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* Control space btw bullets and text  + list-style-pos inside */


/*li { padding: 0 0 0 10px; }*/


/*ul { list-style: disc inside; }*/


/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h1 {
    font-size: 30px;
    margin: 0 0 12px;
}

h1 span {
    font-size: 24px;
    display: block;
}

h2 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 23px;
}


/* 
===============================================================================
   Site Layout
   ========================================================================== */


/** Container **/

html {
    min-height: 100%;
}

body {
    min-width: 100%;
    min-height: 100%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    background: url(../img/background-01.png) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: lightblue;
}

.main,
.centre {
    width: 930px;
    margin: 0 auto;
}


/** Header **/

.branding {
    display: block;
    max-width: 1920 !important;
    width: 100%;
    background-color: #ffffff;
}

.branding-wrapper {
    width: 930px;
    margin: 0 auto;
}

.title-wrapper {
    position: relative;
    padding: 20px 0 15px;
}

.logo a {
    /* background: url("../img/Logo.png") no-repeat; */
    background: url("../img/sanrex-logo2.png") no-repeat;
    display: block;
    width: 234px;
    height: 52px;
}

.tagline {
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.content-wrapper-noti {
    width: 930px;
    margin: 45px auto 0;
    text-align: justify;
}

.whatsnew-wrapper{
    padding-bottom: 20px;
}

.notification {
    display: table;
    border-radius: 3px;
    width: 100%;
    background-color: #b02625;
}

.notification .wrapper {
    display: table-cell;
    vertical-align: middle;
}

.wrapper.icon {
    width: 30px;
    padding: 15px 0 15px 25px;
}

.wrapper.title {
    width: 92px;
    font-weight: bold;
    padding: 15px 15px 15px 25px;
}

.wrapper.title-content {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 15px 15px;
}

.wrapper.button {
    width: 145px;
}

.wrapper.divider div {
    width: 1px;
    height: 40px;
    background-color: #ffffff;
}

#home .content-wrapper {
    margin: 20px auto 45px;
}

.wrapper.icon .noti-icon:after {
    content: "";
    display: block;
    position: relative;
    width: 16px;
    height: 20px;
    top: 11px;
    left: 14px;
    background-image: url("../img/bell.png");
    background-repeat: no-repeat;
}

.noti-icon {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background-color: #a21d1c;
}


/** Button **/

.readmore,
.readmore.red {
    display: inline-block;
    padding: 7px 25px 7px 15px;
    border-radius: 3px;
    text-decoration: none;
    border: 0;
    background-color: #ffffff;
    vertical-align: middle;
}

.readmore {
    color: #000000 !important;
}

.readmore:after,
.readmore.red:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 8px;
    background-image: url("../img/Arrow.png");
    background-repeat: no-repeat;
}

.readmore.red {
    color: #ffffff !important;
    background-color: #b02625;
}

.readmore.red:after {
    background-image: url("../img/Arrow%20White.png");
}

.btn-back {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 20px;
}

.btn-back a {
    text-decoration: none !important;
}


/** Navigation **/

.primary li {
    /*float: left;*/
    display: table-cell;
    height: 35px;
    vertical-align: bottom;
    margin: 0 5px 0 0;
}

.primary a {
    display: inline-block;
    padding: 8px 15px 10px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    font-size: 16px;
}

.primary a:hover,
.primary a.current,
#products2 .prod-nav,
#home .home-nav,
#about .about-nav,
#distributors .dist-nav,
#contact .contact-nav,
#services .srv-nav,
#home .home-nav,
#whatsnew .whatsnew-nav {
    border-bottom: 5px solid #B1231F;
}

.content-wrapper {
    width: 930px;
    margin: 40px auto;
    border: 1px solid #802025;
    text-align: justify;
}

#distributors .content-wrapper {
    background: url(../img/Map.png) no-repeat;
    width: 907px;
    height: 602px;
    padding: 20px 0 0 20px;
    position: relative;
}

#services .content-wrapper ul {
    margin: 15px 0 15px 0;
}

.main-content {
    background: url(../img/grey-background-01.png);
    width: 350px;
    padding: 40px 19px;
    padding: 26px 19px;
    float: left;
}

#contact .main-content,
#about .main-content {
    height: 665px;
}

#services .main-content {
    height: 600px;
}

#products .main-content {
    width: 350px;
    padding-bottom: 68px;
}

#contact .main-content {
    width: 450px;
}

#products .images {
    width: 538px;
}

.entry-content p {
    margin: 0 0 12px;
}

.entry-content .entry-bulletpoint {
    margin-left: 12px !important;
}

.images {
    float: left;
    width: 540px;
    /*    background: #3A5C6C;*/
}

.images li {
    float: left;
    display: block;
}

.blog-post {
    display: block;
    position: relative;
    padding: 0 20px;
    width: 100%;
}

.blog-content,
.blog-thumbnail {
    display: inline-block;
    float: left;
}

.blog-content {
    width: 636px;
    height: 185px;
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
}

.blog-indiv {
    margin-bottom: 20px;
    color: #000000;
    width: 890px;
    height: auto;
}

.header-back {
    float: right;
}

.leftmargin-content {
    padding-left: 18px;
}

.table-blog {
    table-layout: fixed;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.table-blog,
.table-blog th,
.table-blog td {
    border: 1px solid #000000;
}

.blog-indiv .content a {
    color: #802025;
    text-decoration: underline;
}

.blog-indiv .content .blog-img {
    display: block;
    margin: 20px auto 0;
    border: 1px solid #ccc;
}

.click {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.blog-content.coming-soon {
    width: 890px;
    margin-bottom: 20px;
    padding: 0;
    height: 225px;
    background-color: #f5f5f5;
}

.blog-content.coming-soon .title {
    position: relative;
    top: 80px;
    font-size: 36px;
    color: #cccccc;
    text-align: center;
}

.blog-content .title {
    font-size: 20px;
    color: #b02625;
    font-weight: bold;
}

.blog-content .date {
    font-size: 14px;
    color: #000000;
}

.blog-content .content {
    margin: 15px 0 20px;
    font-size: 16px;
    color: #000000;
}

.blog-thumbnail {
    margin-top: 20px;
    width: 214px;
    height: 225px;
    background-color: lightgrey;
}

#products .slider-wrapper {
    width: 266px;
    margin: 0 auto;
}

#products2 .slider-wrapper {
    /*        width: 396px;*/
    width: 266px;
    margin: 0 auto;
    text-align: center;
}

#products2 .lpower {
    width: 392px;
}

#services .images,
#about .images {
    margin: 20px 0 0;
}

#about .images li,
#services .images li {
    margin: 0 0 15px 19px;
}

#contact .images {
    width: 440px;
    padding: 70px 0 80px;
}

#contact .images li {
    margin: 0 0 20px 20px;
}


/** Footer **/

.colophon {
    background: #212121;
    width: 100%;
    /*    position: absolute;*/
    position: fixed;
    bottom: 0;
    left: 0;
    /*    margin: 40px 0 0;*/
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
    z-index: 1000000;
}

.colophon .centre {
    padding: 10px;
}

.sitemap {
    float: left;
}

.copyright {
    float: right;
    color: #fff;
}


/* Products */

.product-header-wrapper {
    position: relative;
    background: #802025;
    padding: 30px 0;
}

.product-header {
    width: 350px;
    padding: 0 20px;
}

.product-header h1 {
    margin: 0;
}

.power-module {
    margin: 0 0 103px;
}

.discretes {
    margin: 0 0 71px;
}

.product-type {
    background: #2E3180;
    padding: 0 20px;
}


/*.product-type li {
    display: block;
    float: left;
    width: 50%;
    padding: 8px 0;
}*/


/*.product-type li:first-child {
    width: 55%;
}*/

.product-type {
    display: table;
    width: 100%;
    background: #2E3180;
    padding: 0;
}

.product-type li {
    display: table-cell;
    /*float: left;*/
    /*    width: 50%;*/
    padding: 8px 20px;
}

.product-type a {
    text-transform: uppercase;
    font-size: 15px;
    background: url(../img/Arrow.png) no-repeat left center;
    padding: 0 0 0 14px;
    text-decoration: none;
    color: #bdbccf;
}

.product-type a.selected,
.product-type a:hover {
    color: #fff;
}

.learn-more {
    background: url(../img/arrowwhite.png) no-repeat center left;
    padding: 0 0 0 20px;
}

.learn-more a {
    color: white;
    /*    color: #C9323A;*/
}

#products2 .learn-more {
    margin: 0 0 38px;
}

.mod1 {
    margin: 0 0 80px;
}

.mod {
    margin: 0 0 100px;
}

#slider4.nivoSlider {
    margin: 360px 0 0;
    /*        height: 162px;*/
    /*        width: 200px;*/
}

#slider2.nivoSlider {
    margin: 85px 0 130px;
    /*        height: 162px;*/
}

#products2 .large-power-sup {
    margin: 125px auto 98px;
}

#form label,
#contact .entry-content p span {
    display: inline-block;
    width: 75px;
    padding: 0 10px 0 0;
    text-align: right;
}

input,
textarea {
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
    width: 320px;
    height: 23px;
    border: 1px solid #fff;
}

textarea {
    width: 320px;
    height: auto;
}

#contact .entry-content p,
.input {
    margin: 0 0 5px;
}

.input .red {
    display: none;
}

.submit {
    margin: 10px 0 0 75px;
}

input[type="submit"] {
    margin: 0 0 0 15px;
    text-align: left;
    width: 110px;
    background: #6D6E70;
    border: none;
    color: #fff;
    padding: 4px 10px;
}

#contact .entry-content p {
    /*    margin: 0 0 10px;*/
}

#contact .entry-content p span {
    text-align: left;
}

.add {
    margin: 0 0 0 10px;
    display: inline-block;
}

.mail span {
    vertical-align: top;
    width: 75px;
    display: inline-block;
}

.nof {
    margin: 0 0 10px;
}


/* distributor */

.country {
    position: absolute;
    display: block;
}

#singapore {
    left: 353px;
    top: 230px;
}

#thailand {
    left: 295px;
    top: 140px;
}

#vietnam {
    left: 375px;
    top: 170px;
}

#india {
    left: 190px;
    top: 160px;
}

#indonesia {
    left: 390px;
    top: 285px;
}

#australia {
    left: 540px;
    top: 400px;
}

#newzealand {
    bottom: 50px;
    left: 750px;
}

#malaysia {
    left: 235px;
    top: 210px;
}

#phillipines {
    left: 478px;
    top: 200px;
}

.distributor {
    width: 400px;
    overflow: auto;
    color: #fff;
    padding: 20px;
    background: #BF1E2E;
}

#fancybox-content {
    border: 0 solid #BF1E2E;
}

.distributor h2 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px;
}

.distributor span {
    display: inline-block;
    width: 70px;
}

.distributor a {
    color: #fff;
}

ol {
    margin: 0 0 0 20px;
}

ol li {
    margin: 0 0 8px;
}


/* Harsha - Styles Start */
.tagline {
	font-size: 18px;
	color: #e60012;
	line-height: 18px;
	text-align: right;
}
.tagline span {
	font-size: 14px;
	color: #000;
	text-transform: unset;
}
.single-slide {
	float: left;
	display: flex;
	width: 100%;
}
.single-slide .slide-text {
    float: left;
    display:block;
    width: 35%;
    background-color: #434E54;
    padding: 80px 30px;
}
.single-slide .slide-img {
    float: left;
    display:block;
    width: 65%;
}
.single-slide .slide-img img {
    width: 100%;
}
.single-slide .slide-text h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.single-slide .slide-text p {
	font-size: 18px;
	text-align: left;
}
.single-slide .slide-text a.learn-more-btn {
	background-color: #B02625;
	color: #FFF;
	font-size: 14px;
	padding: 5px 20px 10px 10px;
	text-decoration: none;
	float: left;
	display: block;
	margin: 20px 0 0 0;
}
.single-slide .slide-text a.learn-more-btn::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	top: 1px;
	left: 8px;
	background-image: url("../img/Arrow-white.png");
	background-repeat: no-repeat;
}
#home .content-wrapper {
	margin: 20px auto 25px;
}
#home .content-wrapper.two {
	margin-bottom: 40px;
}
#home .main {
	margin-bottom: 40px;
	float: left;
	display: block;
	width: 100%;
}
.copyright {
	float: none;
	text-align: center;
	padding: 5px 0;
}
footer.colophon {
	text-transform: unset;
}
#services .main-content {
	height: auto;
	width: 100%;
	padding: 0;
}
#services .main-content-inner h2 {
	font-size: 30px;
	margin: 0 0 20px;
}
.main-content-inner {
    padding: 30px 45px;
}
.box-content {
	border: 1px solid #FFF;
	padding: 15px 25px 25px 25px;
	float: left;
	display: block;
	margin: 0 0 25px 0;
}
.box-content ul li {
	float: left;
    width: 50%;
}
#services .nivo-slice {
    width: 33.33%;
    float: left;
}

#photo-slider{
    margin: 40px 0 90px 0;
}
.post-slide {
	padding: 15px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    margin-left: -10px;
}

.post-slide .post-img img{
    width: 100%;
    height: auto;
}

.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 40%;
	left: 0;
}
.owl-controls .owl-buttons .owl-next{
    position: absolute;
    top:40%;
    right: 0;
}
.owl-controls .owl-buttons .owl-prev {
	background: url(default/Home_Arrow-left-01.png) no-repeat;
	z-index: 9;
	cursor: pointer;
	width: 32px;
height: 56px;
}

.owl-controls .owl-buttons .owl-next {
    background: url(default/Home_Arrow-right-01.png) no-repeat;
z-index: 9;
cursor: pointer;
width: 32px;
height: 56px;
}

.owl-carousel .owl-wrapper-outer {
	width: 89%;
	margin: 0 auto;
}
.owl-carousel .owl-item {
	float: left;
	width: 280px !important;
}
#contact .main-content {
	height: auto;
	width: 90%;
	padding: 3% 5%;
}
#contact .main-content-inner h2 {
	font-size: 30px;
	margin: 0 0 20px;
    text-align: center;
}
.text-center {
    text-align: center;
}
.contact-details-box {
	margin: 0 auto;
	float: left;
	display: flex;
	width: 100%;
}
.contact-details-box-inner {
	border: 1px solid #FFF;
	width: 70%;
	padding: 30px 60px;
	margin: 0 auto;
}
.contact-details-box .box-left {
	float: left;
    display: block;
}
.contact-details-box .box-right {
	float: right;
    display: block;
}
.contact-details-box .mail span {
	width: 50px;
}
.contact-details-box p span {
	width: 60px !important;
}
.contact-form-box {
    float: left;
    display: block;
    width: 100%;
    margin: 60px 0 0 0;
}
.contact-form-box .input {
	float: left;
	width: 46%;
	display: block;
	padding: 0 2%;
	margin: 0 0 15px 0;
}
.contact-form-box #form label {
	width: inherit;
	text-align: left;
}
.contact-form-box .input.width-100 {
	width: 96%;
}
.contact-form-box input {
	padding: 0 5px;
	border-radius: 0;
	width: 100%;
	height: 26px;
	background: transparent;
}
.contact-form-box textarea {
	padding: 0 5px;
	border-radius: 0;
	width: 100%;
	height: 75px;
	background: transparent;
}
.contact-form-box #form {
	display: block;
	width: 88%;
	margin: 0 auto;
}
.contact-form-box #submit {
	background: #B02625;
	width: auto;
	padding: 8px 18px;
	height: auto;
}
.contact-form-box .input.submit {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: block;
}
.main-content-wrapper {
    float: left;
    display:block;
    width: 100%;
    margin: 0 0 45px 0;
}
.semiconductors .product-header {
	width: 94%;
	padding: 0 3%;
}
.semiconductors .product-header h1 {
	margin: 0 0 15px 0;
}
.semiconductors .product-header-wrapper {
	background: #B02625;
}
.semiconductors .main-content {
	width: 90%;
	padding: 5%;
}
.semiconductors .power-module h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.semiconductors .power-module {
	margin: 0 0 50px 0;
}
.semiconductors .owl-carousel {
	margin: 25px auto 25px auto;
	width: 100%;
    max-width: 820px;
}
.product-slider {
    float: left;
    display: block;
    width: 100%;
}
.semiconductors .owl-carousel .owl-item {
	width: auto !important;
}
.learn-more-btn-wrapper-outer {
	margin: 0 auto;
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #FFF;
	padding: 45px 0 30px 0;
	margin: 20px 0 0 0;
}
.learn-more-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-more-btn-content {
	width: auto;
	height: auto;
	display: flex;
}
.learn-more-btn-content .learn-more-text {
	margin: 0 0 0 20px;
	font-size: 16px;
	font-weight: 400;
}
.learn-more-btn-wrapper a.learn-more-btn {
	background-color: #B02625;
	color: #FFF;
	font-size: 14px;
	padding: 5px 20px 10px 10px;
	text-decoration: none;
	float: left;
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
}
.learn-more-btn-wrapper a.learn-more-btn::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	top: 1px;
	left: 8px;
	background-image: url("../img/Arrow-white.png");
	background-repeat: no-repeat;
}
.semiconductors-wrapper {
	margin: 0 0 90px 0;
}
.power-supplies-main .power-supplies-text {
	border-bottom: 2px solid #FFF;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
}
.power-supplies-main .learn-more-btn-wrapper-outer {
	border-top: 0;
	padding: 0 0 30px 0;
	margin: 15px 0 0 0;
}
.power-supplies-main .power-border-top {
	border-top: 1px solid #FFF;
	float: left;
	width: 100%;
	padding: 35px 0 0 0;
	margin: 20px 0 0 0;
}
.power-border {
    display: flex;
}
.power-border .power-border-left {
	padding: 0px 65px 0 0;
}
.power-supplies-main .power-border-top .learn-more-btn-wrapper-outer {
	margin: 30px 0 0 0;
}
.primary a {
	padding: 10px;
	font-size: 15px;
}
nav.primary ul {
	text-align: center;
}
#products2 .prod-2-nav, #products1 .prod-1-nav {
	border-bottom: 5px solid #B1231F;
}
/* .semiconductors .owl-carousel .owl-wrapper-outer {
	width: 100%;
	margin: 0;
}
.semiconductors .owl-wrapper {
	width: 100% !important;
}
.semiconductors .owl-carousel .owl-item {
	float: left;
	width: auto !important;
} */


/* Harsha - Styles End */



@media only screen and (min-width: 35em) {}


/* Useful classes */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
    display: table;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    /*  a[href]:after { content: " (" attr(href) ")"; }*/
    /*  abbr[title]:after { content: " (" attr(title) ")"; }*/
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}




/*Styles by Harsha*/



.mobile-menu-section {
    display: none;
}
.mobile-view {
    display: none;
}




@media screen and (max-width: 999px) {
.icon {
	cursor: pointer;
	padding: 10px;
}
    
.icon .hamburger {
	width: 40px;
	height: 5px;
	background-color: #121212;
	margin: 5px auto;
}

  ul.menu {
    list-style:none;
    width:100%;
    padding:0;
    border-bottom:1px solid #999;
    display: block;
    float: left;
  } 
  ul.menu a {
	color: #121212;
	text-decoration: none;
	width: 100%;
	float: left;
	padding: 5px 0 15px 0;
}
ul.menu li {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #999;
	width: 100%;
	float: left;
}
  ul.menu li:hover {
    color:white;
  }
  ul.menu a br {
	display: none;
} 


.branding-wrapper {
    width: 100%;
}
.branding {
    float: left;
    display: block;
    width: 100%;
}
.desktop-menu {
display: none;
}
.mobile-menu-section {
display: block;
}
.title-wrapper {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.logo {
	text-align: center;
	width: 100%;
	display: block;
}
.logo a {
	margin: 0 auto;
}
.tagline {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	margin: 0;
}
.primary {
	float: left;
	display: block;
	width: 100%;
}

.mobile-menu-section {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	float: left;
}
.content-wrapper-noti {
	width: 100%;
}
.notification {
	padding: 0 0 20px 0;
    display: block;
} 
.wrapper.icon {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.noti-icon {
	margin: 0 auto;
}
.wrapper.title {
	width: 100%;
	padding: 15px 0;
}
.wrapper.divider div {
	display: none;
}
.wrapper.button {
	width: auto;
}
.notification .wrapper {
	display: block;
	text-align: center;
}
.single-slide {
	display: block;
}
.content-wrapper {
	width: 100%;
	display: block;
    border: 0;
}
.content-wrapper .group {
	display: block;
}
.main, .centre {
	width: 100%;
	float: left;
	display: block;
}
.slider-wrapper.theme-default {
	float: left;
	display: block;
	width: 100%;
}
.single-slide .slide-text {
	width: 90%;
	padding: 80px 5%;
}
.single-slide .slide-img {
	width: 100%;
}
footer.colophon .centre {
	padding: 10px 0;
}
#contact .main-content, #about .main-content {
	height: auto;
}
.main-content {
	width: 92%;
	padding: 26px 4%;
}
.images {
	width: 100%;
}
#about .images li, #services .images li {
	width: 100%;
	text-align: center;
	margin: 0 auto 15px auto;
}
#about .images li iframe {
	width: 80%;
}
.product-header-wrapper {
	float: left;
	display: block;
	width: 100%;
}
.product-header {
	width: 92%;
	padding: 0 4%;
}
.blog-content {
	width: 92%;
	height: auto;
	padding: 4%;
}
.blog-post {
	padding: 0;
}
.blog-thumbnail {
	margin-top: 0;
	width: 100%;
	height: auto;
}
.blog-thumbnail img {
	width: 45%;
	height: auto;
	margin: 0 0 15px 15px;
}
.content-wrapper {
	text-align: left;
}
.power-border {
	display: block;
}
.power-border .power-border-left {
	padding: 0 0 30px 0;
}
.box-content ul li {
	width: 100%;
}
#distributors .content-wrapper {
	width: 92%;
	float: left;
	display: block;
	background-size: cover;
    padding: 4%;
}
.desktop-view {
    display: none !important;
}
.mobile-view {
    display: block;
}
#distributors .content-wrapper.mobile-view img  {
	width: 100%;
}
.contact-details-box-inner {
	width: 100%;
	padding: 30px;
}
.content-wrapper h2 {
	text-align: center;
}
.contact-details-box .box-left {
	width: 100%;
}
.contact-details-box .box-right {
	float: left;
	width: 100%;
}
.single-slide .slide-text p {
	text-align: center;
}
.single-slide .slide-text a.learn-more-btn {
	width: 92%;
	text-align: center;
}
.blog-thumbnail {
	background-color: #FFF;
}
.blog-content .content .leftmargin-content {
	overflow-x: auto;
}
.table-blog {
	table-layout: auto;
	width: auto;
	text-align: left;
}
.table-blog th, .table-blog td {
	padding: 2px;
}


.mobile-map {
	width: 100%;
	height: 900px;
	overflow-x: scroll;
    overflow-y: scroll;
}
#distributors .content-wrapper {
	width: 927px;
}

}
