/* Default Section Part */
.uk-section {position: relative;margin-bottom: 12px;border: 1px solid #e6e5e5;border-radius: 4px;background-color: #fff;}
.uk-section .spacer {padding: 12px;border-radius: 4px;}
.uk-section .uk-content {border-radius: 4px;background: #fff;background-color: #fff;}

/* Section Title */
.uk-section h1.vm-title,
.uk-section h4.vm-title,
.uk-section #ui-tabs ul#tabs {margin: 0px;padding: 10px 11px 10px 11px;border-bottom: solid #e1e0e0 1px;border-top-right-radius: 6px;border-top-left-radius: 6px;background: #fbfbfb;background-image: linear-gradient(bottom, #edebeb -3.44%, #fbfbfb 96.56%); /* gradient overlay */text-shadow: 0px 1px 0px #fff;letter-spacing: normal;font-weight: normal;font-size: 14px;}

/* Horizontal And Vertical Separator */
.uk-section .vertical-separator, 
.uk-section .horizontal-separator {background: url(../../images/section-separator.png) repeat-y;}
.uk-section .vertical-separator {background-position: right;background-repeat: repeat-y;}
.uk-section .horizontal-separator {margin: 0px;height: 1px;background-repeat: repeat-x;}


/*////////////////////////////////////
////////////// Buttons ///////////////
////////////////////////////////////*/

/*  Default Button */
.uk-section .btn {display: inline-block;margin-bottom: 0;padding: 4px 12px;border: 1px solid #bbbbbb;border-color: #e6e6e6 #e6e6e6 #bfbfbf;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-bottom-color: #a2a2a2;border-radius: 4px;background-color: #f5f5f5;background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat: repeat-x;box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);color: #333333;vertical-align: middle;text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);font-size: 14px;line-height: 20px;cursor: pointer;}
.uk-section .btn:hover,
.uk-section .btn:active,
.uk-section .btn.active,
.uk-section .btn.disabled,
.uk-section .btn[disabled] {background-color: #e6e6e6;color: #333333;}
.uk-section .btn:active,
.uk-section .btn.active {background-color: #cccccc \9;}
.uk-section .btn:hover {background-color: #e6e6e6;background-position: 0 -15px;color: #333333;text-decoration: none;transition: background-position 0.1s linear;}
.uk-section .btn:focus {outline: thin dotted #333;outline-offset: -2px;}
.uk-section .btn.active,
.uk-section .btn:active {outline: 0;background-color: #e6e6e6;background-color: #d9d9d9 \9;background-image: none;box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.uk-section .btn.disabled,
.uk-section .btn[disabled] {background-color: #e6e6e6;background-image: none;box-shadow: none;opacity: 0.65;cursor: default;}

/*  Button Sizes Handling */
.uk-section .btn-large {padding: 11px 19px;border-radius: 6px;font-size: 17.5px;}
.uk-section .btn-large [class^="icon-"],
.uk-section .btn-large [class*=" icon-"] {margin-top: 2px;}
.uk-section .btn-small {padding: 2px 10px;border-radius: 3px;font-size: 11.9px;}
.uk-section .btn-small [class^="icon-"],
.uk-section .btn-small [class*=" icon-"] {margin-top: 0;}
.uk-section .btn-mini {padding: 1px 6px;border-radius: 3px;font-size: 10.5px;}
.uk-section .btn-block {display: block;box-sizing: border-box;padding-right: 0;padding-left: 0;width: 100%;}
.uk-section .btn-block + .btn-block {margin-top: 5px;}

/*  Button Input Handling */
.uk-section input[type="submit"].btn-block,
.uk-section input[type="reset"].btn-block,
.uk-section input[type="button"].btn-block {width: 100%;}

/*  Button Mutuality */
.uk-section .btn-primary.active,
.uk-section .btn-warning.active,
.uk-section .btn-danger.active,
.uk-section .btn-success.active,
.uk-section .btn-info.active,
.uk-section .btn-inverse.active {color: rgba(255, 255, 255, 0.75);}
.uk-section .btn {border-color: #c5c5c5;border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);}

/*  Button Style: Primary */
.uk-section .btn-primary {border-color: #0044cc #0044cc #002a80;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);background-image: linear-gradient(to bottom, #0088cc, #0044cc);background-repeat: repeat-x;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.uk-section .btn-primary:hover,
.uk-section .btn-primary:active,
.uk-section .btn-primary.active,
.uk-section .btn-primary.disabled,
.uk-section .btn-primary[disabled] {background-color: #0044cc;color: #ffffff;}
.uk-section .btn-primary:active,
.uk-section .btn-primary.active {background-color: #003399 \9;}

/*  Button Style: Warning */
.uk-section .btn-warning {border-color: #f89406 #f89406 #ad6704;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);background-color: #faa732;background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.uk-section .btn-warning:hover,
.uk-section .btn-warning:active,
.uk-section .btn-warning.active,
.uk-section .btn-warning.disabled,
.uk-section .btn-warning[disabled] {background-color: #f89406;color: #ffffff;}
.uk-section .btn-warning:active,
.uk-section .btn-warning.active {background-color: #c67605 \9;}

/*  Button Style: Danger */
.uk-section .btn-danger {border-color: #bd362f #bd362f #802420;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);background-color: #da4f49;background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat: repeat-x;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.uk-section .btn-danger:hover,
.uk-section .btn-danger:active,
.uk-section .btn-danger.active,
.uk-section .btn-danger.disabled,
.uk-section .btn-danger[disabled] {background-color: #bd362f;color: #ffffff;}
.uk-section .btn-danger:active,
.uk-section .btn-danger.active {background-color: #942a25 \9;}

/*  Button Style: Success */
.uk-section .btn-success {border-color: #51a351 #51a351 #387038;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);background-color: #5bb75b;background-image: linear-gradient(to bottom, #62c462, #51a351);background-repeat: repeat-x;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.uk-section .btn-success:hover,
.uk-section .btn-success:active,
.uk-section .btn-success.active,
.uk-section .btn-success.disabled,
.uk-section .btn-success[disabled] {background-color: #51a351;color: #ffffff;}
.uk-section .btn-success:active,
.uk-section .btn-success.active {background-color: #408140 \9;}

/*  Button Style: Info */
.uk-section .btn-info {border-color: #2f96b4 #2f96b4 #1f6377;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);background-color: #49afcd;background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat: repeat-x;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.uk-section .btn-info:hover,
.uk-section .btn-info:active,
.uk-section .btn-info.active,
.uk-section .btn-info.disabled,
.uk-section .btn-info[disabled] {background-color: #2f96b4;color: #ffffff;}
.uk-section .btn-info:active,
.uk-section .btn-info.active {background-color: #24748c \9;}

/*  Button Style: Inverse */
.uk-section .btn-inverse {border-color: #222222 #222222 #000000;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);background-color: #363636;background-image: linear-gradient(to bottom, #444444, #222222);background-repeat: repeat-x;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.uk-section .btn-inverse:hover,
.uk-section .btn-inverse:active,
.uk-section .btn-inverse.active,
.uk-section .btn-inverse.disabled,
.uk-section .btn-inverse[disabled] {background-color: #222222;color: #ffffff;}
.uk-section .btn-inverse:active,
.uk-section .btn-inverse.active {background-color: #080808 \9;}

/*  Button Style: Link */
.uk-section .btn-link,
.uk-section .btn-link:active,
.uk-section .btn-link[disabled] {background-color: transparent;background-image: none;box-shadow: none;}
.uk-section .btn-link {border-color: transparent;border-radius: 0;color: #0088cc;cursor: pointer;}
.uk-section .btn-link:hover {background-color: transparent;color: #005580;text-decoration: underline;}
.uk-section .btn-link[disabled]:hover {color: #333333;text-decoration: none;}


/*////////////////////////////////////
/////////// VirtueMart ///////////////
////////////////////////////////////*/

/*  Facebox For Add To Cart */
#facebox .floatright {float: right;}

/*////////////////////////////////////
////////////// Basics ////////////////
////////////////////////////////////*/

.clear, br.clear {clear: both;}
.mws-float-left, span.mws-float-left {float: left;margin: 0px;}
.mws-float-right, span.mws-float-right {float: right;margin: 0px;}
.hidden {display: none;visibility: hidden;}

/*////////////////////////////////////
///////////// All Width`s ////////////
////////////////////////////////////*/

/*/////// Fluid Grid With No Space ////////*/
.row-fluid-ns {display:inline-block;display:block;width:100%;}
.row-fluid-ns:before, .row-fluid-ns:after{display:table;content:"";}
.row-fluid-ns:after{clear:both;}
.row-fluid-ns [class*="span"]{display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0px;min-height:28px;width:100%;-ms-box-sizing:border-box;}
.row-fluid-ns [class*="span"]:first-child{margin-left:0;}

.row-fluid-ns .span100{width:100%;}.row-fluid-ns .span99{width:99%;}.row-fluid-ns .span98{width:98%;}.row-fluid-ns .span97{width:97%;}.row-fluid-ns .span96{width:96%;}.row-fluid-ns .span95{width:95%;}.row-fluid-ns .span94{width:94%;}.row-fluid-ns .span93{width:93%;}.row-fluid-ns .span92{width:92%;}.row-fluid-ns .span91{width:91%;}.row-fluid-ns .span90{width:90%;}.row-fluid-ns .span89{width:89%;}.row-fluid-ns .span88{width:88%;}.row-fluid-ns .span87{width:87%;}.row-fluid-ns .span86{width:86%;}.row-fluid-ns .span85{width:85%;}.row-fluid-ns .span84{width:84%;}.row-fluid-ns .span83{width:83%;}.row-fluid-ns .span82{width:82%;}.row-fluid-ns .span81{width:81%;}.row-fluid-ns .span80{width:80%;}.row-fluid-ns .span79{width:79%;}.row-fluid-ns .span78{width:78%;}.row-fluid-ns .span77{width:77%;}.row-fluid-ns .span76{width:76%;}.row-fluid-ns .span75{width:75%;}.row-fluid-ns .span74{width:74%;}.row-fluid-ns .span73{width:73%;}.row-fluid-ns .span72{width:72%;}.row-fluid-ns .span71{width:71%;}.row-fluid-ns .span70{width:70%;}.row-fluid-ns .span69{width:69%;}.row-fluid-ns .span68{width:68%;}.row-fluid-ns .span67{width:67%;}.row-fluid-ns .span66{width:66%;}.row-fluid-ns .span65{width:65%;}.row-fluid-ns .span64{width:64%;}.row-fluid-ns .span63{width:63%;}.row-fluid-ns .span62{width:62%;}.row-fluid-ns .span61{width:61%;}.row-fluid-ns .span60{width:60%;}.row-fluid-ns .span59{width:59%;}.row-fluid-ns .span58{width:58%;}.row-fluid-ns .span57{width:57%;}.row-fluid-ns .span56{width:56%;}.row-fluid-ns .span55{width:55%;}.row-fluid-ns .span54{width:54%;}.row-fluid-ns .span53{width:53%;}.row-fluid-ns .span52{width:52%;}.row-fluid-ns .span51{width:51%;}.row-fluid-ns .span50{width:50%;}.row-fluid-ns .span49{width:49%;}.row-fluid-ns .span48{width:48%;}.row-fluid-ns .span47{width:47%;}.row-fluid-ns .span46{width:46%;}.row-fluid-ns .span45{width:45%;}.row-fluid-ns .span44{width:44%;}.row-fluid-ns .span43{width:43%;}.row-fluid-ns .span42{width:42%;}.row-fluid-ns .span41{width:41%;}.row-fluid-ns .span40{width:40%;}.row-fluid-ns .span39{width:39%;}.row-fluid-ns .span38{width:38%;}.row-fluid-ns .span37{width:37%;}.row-fluid-ns .span36{width:36%;}.row-fluid-ns .span35{width:35%;}.row-fluid-ns .span34{width:34%;}.row-fluid-ns .span33{width:33%;}.row-fluid-ns .span32{width:32%;}.row-fluid-ns .span31{width:31%;}.row-fluid-ns .span30{width:30%;}.row-fluid-ns .span29{width:29%;}.row-fluid-ns .span28{width:28%;}.row-fluid-ns .span27{width:27%;}.row-fluid-ns .span26{width:26%;}.row-fluid-ns .span25{width:25%;}.row-fluid-ns .span24{width:24%;}.row-fluid-ns .span23{width:23%;}.row-fluid-ns .span22{width:22%;}.row-fluid-ns .span21{width:21%;}.row-fluid-ns .span20{width:20%;}.row-fluid-ns .span19{width:19%;}.row-fluid-ns .span18{width:18%;}.row-fluid-ns .span17{width:17%;}.row-fluid-ns .span16{width:16%;}.row-fluid-ns .span15{width:15%;}.row-fluid-ns .span14{width:14%;}.row-fluid-ns .span13{width:13%;}.row-fluid-ns .span12{width:12%;}.row-fluid-ns .span11{width:11%;}.row-fluid-ns .span10{width:10%;}.row-fluid-ns .span9{width:9%;}.row-fluid-ns .span8{width:8%;}.row-fluid-ns .span7{width:7%;}.row-fluid-ns .span6{width:6%;}.row-fluid-ns .span5{width:5%;}.row-fluid-ns .span4{width:4%;}.row-fluid-ns .span3{width:3%;}.row-fluid-ns .span2{width:2%;}.row-fluid-ns .span1{width:1%;}


