/*
Theme Name:Rebuild 
Theme URI: http://themeforest.net/user/janxcode
Author:خدمات طراحی و میزبانی هاست مپ 
Author URI:http://www.hostmap.net/
Description:شرکت شریف صنعت ابهر یکی از بهترین و کامل ترین شرکت های ارائه شده خدمات تخصصی در تامین و راه اندازی تجهیزات است. با این شرکت میتوانید تمامی نیاز های خود را برای اجرای پروژه های شرکتی ، تجاری، صنعتی، فروشگاهی، خدماتی، ساختمانی عمرانی و … رفع کنید.
Version:1.0.2
Text Domain:rebuild
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags:خدمات تخصصی دوربین مدار بسته ,پیاده سازی فروشگاه زنجیره ای ,خدمات ارتینگ ,نقشه کشی و اجرای پروژه های برقی, تابلوهای برق صنعتی و ساختمانی ,سیستم های اتفاء حریق ,برق و قدرت
*/
/*------------------------------------------------------------------
[Table of contents]
1.0 Reset
2.0 General
3.0 Body
4.0 Header
5.0 Footer
6.0 Titles
7.0 Page Sidebar6217
8.0 Blog
9.0 Portfolio
10.0 Login / Register
11.0 Blog Sidebar
12.0 Search Page
12.0 Woocommerce
-------------------------------------------------------------------*/
/*---------------------------------------------------------------
[1.0 Reset ]
*/

* {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
/* #Reset & Basics (Inspired by E. Meyers)================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
iframe {
    width: 100%;
}
body {
    line-height: 1;
}
ol,
ol ol,
ul,
ul ul {
    font-size: 14px;
    line-height: 1.5;
}
ul.default li:before {
    content: '\f005';
    font-family: fontawesome;
    margin-right: 10px;
    color: #FFB300;
}
ul li span.fa {
    color: #ffb300;
    margin-right: 7px;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* #Misc */

.remove-bottom {
    margin-bottom: 0 !important;
}
.half-bottom {
    margin-bottom: 10px !important;
}
.add-bottom {
    margin-bottom: 20px !important;
}
.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
.wp-caption-text {} .sticky {} .gallery-caption {} .bypostauthor {}
/*---------------------------------------------------------------
[2.0 General ]
*/

/* headings */
.head-1 h1{
	font-size:35px !important;
	line-height: 1.2 !important;
	margin-bottom:10px !important;
	text-transform: uppercase
}

.head-1 h2{
	font-family:'Raleway' !important;
	font-size:30px !important;
	text-transform: uppercase;
	font-weight:400 !important;
	line-height:1.2 !important		
}


body {
    font: 14px/20px 'Raleway', Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    overflow-y: scroll;
}
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.center {
    width: 50%;
    margin: 0 auto;
}
::selection {
    color: #ffffff;
    background: #FFB300
}
::-moz-selection {
    color: #ffffff;
    background: #FFB300
}
/* Margin */

.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.p-t25 {
    padding-top: 25px !important;
}
/* #Typography================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'raleway', Arial, Helvetica, sans-serif;
    font-weight: 500 !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 36px !important;
    line-height: 50px !important;
    margin-bottom: 15px;
}
h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    margin-bottom: 15px;
}
h3 {
    font-size: 29px !important;
    line-height: 34px !important;
    margin-bottom: 15px;
}
h4 {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 15px;
}
h5 {
    font-size: 22px !important;
    line-height: 24px !important;
}
h6 {
    font-size: 18px !important;
    line-height: 21px !important;
}
.subheader {
    color: #777;
}
p {
    margin: 0 0 20px 0;
}
p img {
    margin: 0;
}
p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
address {
    font-style: italic;
    margin: 0 0 23px;
    margin: 0 0 2.3rem;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    display: inline;
    padding: 1px 4px 0px;
    margin: 0px 2px;
    background-color: #313538;
    border-radius: 2px;
    color: #EDEFF1;
    text-shadow: 0px 1px 1px #222528;
    box-shadow: 0px 1px 0px #515558 inset, 0px 1px 2px #DBDBDC;
}
mark.green {
    background-color: #73CA3F;
    color: #E8FFC1;
    text-shadow: 0px 1px 1px #4FA923;
    box-shadow: 0px 1px 2px #E4F5DA;
}
mark.yellow {
    background-color: #F7F962;
    color: #8F6A1C;
    text-shadow: 0px 1px 1px #FBFCAB;
    box-shadow: 0px 1px 2px #F9FBCC;
}
mark.orange {
    background-color: #FF9228;
    color: #FFFFE2;
    text-shadow: 0px 1px 1px #E86D12;
    box-shadow: 0px 1px 2px #FCDEC2;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 13px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background-color: rgba(0, 0, 0, 0.04);
    color: #333;
    font-family: monospace;
    font-size: 13px;
    margin: 23px 0;
    margin: 2.3rem 0;
    overflow: auto;
    padding: 20px;
    padding: 2rem;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
blockquote {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: normal;
    margin: 23px;
    margin: 2.3rem;
}
blockquote blockquote {
    margin-right: 0;
}
blockquote em,
blockquote i {
    font-style: normal;
    font-weight: normal;
}
blockquote strong,
blockquote b {
    font-weight: normal;
}
blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
}
blockquote {
    margin: 0px 0px 20px;
    padding: 0px 20px 0px 19px;
    border-left: 4px solid #FFB300;
}
blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.well {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
.hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    
    filter: alpha(opacity=0);
    /* IE 5-7 */
    
    -moz-opacity: 0;
    /* Netscape */
    
    -khtml-opacity: 0;
    /* Safari 1.x */
    
    ;
}
.visible {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    
    filter: alpha(opacity=100);
    /* IE 5-7 */
    
    -moz-opacity: 1;
    /* Netscape */
    
    -khtml-opacity: 1;
    /* Safari 1.x */
    
    ;
}
/* #Links================================================== */

a {
    text-decoration: none;
    outline: 0;
    color: #FFB300;
    transition: all 0.3s ease-out
}
a:hover {
    color: #000000;
}
a:focus {
    color: #bbb;;
}
p a,
p a:visited {
    line-height: inherit;
}
/* #Lists================================================== */

ul {
    padding: 0 0 0 20px;
}
ul {
    list-style-type: square;
}
li > ul,
li > ol {
    margin: 0;
}
ul li,
ol li {
    font-size: 14px;
}
ol {
    list-style-type: decimal;
    list-style-position: inside;
}
ol ol,
ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 20px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
}
ul.large li {
    line-height: 21px;
}
li p {
    line-height: 21px;
}
.clearfix {
    clear: both;
}
.widget ul,
.widget ol {
    list-style: none;
    margin: 0;
    padding: 0
}
ul.jx-rebuild-list {
    list-style: none;
    padding: 0
}

.jx-rebuild-list.x2.circle li{
  font-size:15px;
  line-height:1 !important;
  font-weight:400
}

.jx-rebuild-list.x2.circle li span{
 	font-size: 16px;
	background: #333;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

ul.jx-rebuild-list.jx-light {
  color:#fff;
}


ul.jx-rebuild-list.circle.jx-light span{
	background:#ffd200 !important;
	color:#333 !important;
}	

.jx-center{
	text-align:center;
	margin: 0 auto;
}	
/* Fontawesome Icon ========================================*/

.jx-rebuild-fontawesome-icon-list i {
    color: #000000;
    font-size: 14px;
    width: 30px;
    text-align: center;
}
/* Fontawesome Icon Listing Page */

.jx-rebuild-fontawesome-icon-list li {
    border: 1px solid #eee;
    padding: 10px;
}
.jx-rebuild-fontawesome-icon-list li:hover {
    background: #f9f9f9;
}
.jx-rebuild-fontawesome-icon-list li i {
    font-size: 20px;
    color: #333
}
.jx-rebuild-icon-listing-1 li {
    float: left
}
.jx-rebuild-icon-listing-1 .line-icon {
    color: #000 !important;
}
.jx-rebuild-dark .line-icon {
    color: #000;
}
.jx-rebuild-light .line-icon {
    color: #fff;
}
.jx-rebuild-icon-listing-1.jx-rebuild-light .line-icon {
    color: #fff !important;
}
/* default colors*/

.jx-rebuild-red {
    background: #F66277;
}
.jx-rebuild-orange {
    background: #F60
}
.jx-rebuild-blue {
    background: #58C5EA
}
.jx-rebuild-green {
    background: #2BB94A
}
.jx-rebuild-yellow {
    background: #FC3
}
/* Border*/

.jx-rebuild-border {
    border: 1px solid #ccc
}
.jx-rebuild-border-light {
    border: 1px solid #eee
}


/* Patterns */
.jx-black-lozenge{
	background-image:url('images/pattern/black_lozenge.png');
	background-repeat:repeat;	
}
.jx-criss-cross{
	background-image:url('images/pattern/crissXcross.png');
	background-repeat:repeat;
}
.jx-type{
	background-image:url('images/pattern/type.png');
	background-repeat:repeat;
}
.jx-use-your-illusion{
	background-image:url('images/pattern/use_your_illusion.png');
	background-repeat:repeat;
}


.jx-stardust{
	background-image:url('images/pattern/stardust.png');
	background-repeat:repeat;	
} 
.jx-moulin{
	background-image:url('images/pattern/moulin.png');
	background-repeat:repeat;	
}
.jx-escheresque-ste{
	background-image:url('images/pattern/escheresque_ste.png');
	background-repeat:repeat;	
} 
.jx-pw-maze-black{
	background-image:url('images/pattern/pw_maze_black.png');
	background-repeat:repeat;	
}
.jx-congruent{
	background-image:url('images/pattern/congruent_outline.png');
	background-repeat:repeat;	
}
.jx-black-lozenge{
	background-image:url('images/pattern/black_lozenge.png');
	background-repeat:repeat;
}
.jx-footer-lodyas{
	background-image:url('images/pattern/footer_lodyas.png');
	background-repeat:repeat;	
}  


/* Extra Boldy */
.rebuild-boldy h1{
	color:#000 !important;
	font-size:55px !important;
	font-weight:600 !important;
	line-height: 1 !important;
	text-transform: uppercase
}

.rebuild-boldy h2{
	font-size:40px !important;
	font-weight:600 !important;
}

.rebuild-boldy p{
	font-size:18px !important;
	font-weight:500 !important;
	line-height: 1.4 !important;
}

/* Container Overlayer*/

.jx-overlayer-slope{
	position: absolute !important;
	width:1000px;
	height:1000px;
	top:-250px;
	left:-550px;
	transform:rotate(65deg)
}

/* EOF Fontawesome Icon Listing Page */
/* $Streamline Fonts========================================*/

@font-face {
    font-family: "streamline-1";
    src: url("fonts/streamline-font-1.eot");
    src: url("fonts/streamline-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/streamline-font-1.woff") format("woff"), url("fonts/streamline-font-1.ttf") format("truetype"), url("fonts/streamline-font-1.svg#streamline-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "streamline-1" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="stream-icon-"]:before,
[class*=" stream-icon-"]:before {
    font-family: "streamline-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stream-icon-armchair-chair-streamline:before {
    content: "a";
}
.stream-icon-arrow-streamline-target:before {
    content: "b";
}
.stream-icon-backpack-streamline-trekking:before {
    content: "c";
}
.stream-icon-bag-shopping-streamline:before {
    content: "d";
}
.stream-icon-barista-coffee-espresso-streamline:before {
    content: "e";
}
.stream-icon-barbecue-eat-food-streamline:before {
    content: "f";
}
.stream-icon-bomb-bug:before {
    content: "g";
}
.stream-icon-book-dowload-streamline:before {
    content: "h";
}
.stream-icon-book-read-streamline:before {
    content: "i";
}
.stream-icon-browser-streamline-window:before {
    content: "j";
}
.stream-icon-brush-paint-streamline:before {
    content: "k";
}
.stream-icon-bubble-comment-streamline-talk:before {
    content: "l";
}
.stream-icon-bubble-love-streamline-talk:before {
    content: "m";
}
.stream-icon-computer-macintosh-vintage:before {
    content: "n";
}
.stream-icon-computer-imac-2:before {
    content: "o";
}
.stream-icon-computer-imac:before {
    content: "p";
}
.stream-icon-coffee-streamline:before {
    content: "q";
}
.stream-icon-cocktail-mojito-streamline:before {
    content: "r";
}
.stream-icon-clock-streamline-time:before {
    content: "s";
}
.stream-icon-chef-food-restaurant-streamline:before {
    content: "t";
}
.stream-icon-chaplin-hat-movie-streamline:before {
    content: "u";
}
.stream-icon-camera-streamline-video:before {
    content: "v";
}
.stream-icon-camera-photo-streamline:before {
    content: "w";
}
.stream-icon-camera-photo-polaroid-streamline:before {
    content: "x";
}
.stream-icon-caddie-shop-shopping-streamline:before {
    content: "y";
}
.stream-icon-computer-network-streamline:before {
    content: "z";
}
.stream-icon-computer-streamline:before {
    content: "A";
}
.stream-icon-caddie-shopping-streamline:before {
    content: "B";
}
.stream-icon-cook-pan-pot-streamline:before {
    content: "C";
}
.stream-icon-crop-streamline:before {
    content: "D";
}
.stream-icon-crown-king-streamline:before {
    content: "E";
}
.stream-icon-danger-death-delete-destroy-skull-stream:before {
    content: "F";
}
.stream-icon-dashboard-speed-streamline:before {
    content: "G";
}
.stream-icon-database-streamline:before {
    content: "H";
}
.stream-icon-delete-garbage-streamline:before {
    content: "I";
}
.stream-icon-design-graphic-tablet-streamline-tablet:before {
    content: "J";
}
.stream-icon-design-pencil-rule-streamline:before {
    content: "K";
}
.stream-icon-diving-leisure-sea-sport-streamline:before {
    content: "L";
}
.stream-icon-drug-medecine-streamline-syringue:before {
    content: "M";
}
.stream-icon-handle-streamline-vector:before {
    content: "N";
}
.stream-icon-grid-lines-streamline:before {
    content: "O";
}
.stream-icon-frame-picture-streamline:before {
    content: "P";
}
.stream-icon-food-ice-cream-streamline:before {
    content: "Q";
}
.stream-icon-first-aid-medecine-shield-streamline:before {
    content: "R";
}
.stream-icon-factory-lift-streamline-warehouse:before {
    content: "S";
}
.stream-icon-eye-dropper-streamline:before {
    content: "T";
}
.stream-icon-envellope-mail-streamline:before {
    content: "U";
}
.stream-icon-email-mail-streamline:before {
    content: "V";
}
.stream-icon-edit-modify-streamline:before {
    content: "W";
}
.stream-icon-eat-food-hotdog-streamline:before {
    content: "X";
}
.stream-icon-eat-food-fork-knife-streamline:before {
    content: "Y";
}
.stream-icon-earth-globe-streamline:before {
    content: "Z";
}
.stream-icon-happy-smiley-streamline:before {
    content: "0";
}
.stream-icon-headset-sound-streamline:before {
    content: "1";
}
.stream-icon-home-house-streamline:before {
    content: "2";
}
.stream-icon-ibook-laptop:before {
    content: "3";
}
.stream-icon-ink-pen-streamline:before {
    content: "4";
}
.stream-icon-ipad-streamline:before {
    content: "5";
}
.stream-icon-iphone-streamline:before {
    content: "6";
}
.stream-icon-ipod-mini-music-streamline:before {
    content: "7";
}
.stream-icon-ipod-music-streamline:before {
    content: "8";
}
.stream-icon-ipod-streamline:before {
    content: "9";
}
.stream-icon-japan-streamline-tea:before {
    content: "!";
}
.stream-icon-laptop-macbook-streamline:before {
    content: "\"";
}
.stream-icon-like-love-streamline:before {
    content: "#";
}
.stream-icon-music-speaker-streamline:before {
    content: "$";
}
.stream-icon-remote-control-streamline:before {
    content: "%";
}
.stream-icon-receipt-shopping-streamline:before {
    content: "&";
}
.stream-icon-music-note-streamline:before {
    content: "'";
}
.stream-icon-monocle-mustache-streamline:before {
    content: "(";
}
.stream-icon-picture-streamline-1:before {
    content: ")";
}
.stream-icon-picture-streamline:before {
    content: "*";
}
.stream-icon-micro-record-streamline:before {
    content: "+";
}
.stream-icon-map-streamline-user:before {
    content: ",";
}
.stream-icon-photo-pictures-streamline:before {
    content: "-";
}
.stream-icon-pen-streamline-3:before {
    content: ".";
}
.stream-icon-map-pin-streamline:before {
    content: "/";
}
.stream-icon-man-people-streamline-user:before {
    content: ":";
}
.stream-icon-pen-streamline-2:before {
    content: ";";
}
.stream-icon-pen-streamline-1:before {
    content: "<";
}
.stream-icon-magnet-streamline:before {
    content: "=";
}
.stream-icon-magic-magic-wand-streamline:before {
    content: ">";
}
.stream-icon-painting-roll-streamline:before {
    content: "?";
}
.stream-icon-macintosh:before {
    content: "@";
}
.stream-icon-locker-streamline-unlock:before {
    content: "[";
}
.stream-icon-painting-pallet-streamline:before {
    content: "]";
}
.stream-icon-paint-bucket-streamline:before {
    content: "^";
}
.stream-icon-lock-locker-streamline:before {
    content: "_";
}
.stream-icon-link-streamline:before {
    content: "`";
}
.stream-icon-notebook-streamline:before {
    content: "{";
}
.stream-icon-settings-streamline:before {
    content: "|";
}
.stream-icon-settings-streamline-1:before {
    content: "}";
}
.stream-icon-shoes-snickers-streamline:before {
    content: "~";
}
.stream-icon-speech-streamline-talk-user:before {
    content: "\\";
}
.stream-icon-stamp-streamline:before {
    content: "\e000";
}
.stream-icon-streamline-suitcase-travel:before {
    content: "\e001";
}
.stream-icon-streamline-sync:before {
    content: "\e002";
}
.stream-icon-streamline-umbrella-weather:before {
    content: "\e003";
}
.stream-icon-settings-streamline-2:before {
    content: "\e004";
}
/* #Linecons Font ==========================================*/

@font-face {
    font-family: linecons;
    src: url(fonts/linecons.eot?54101537);
    src: url(fonts/linecons.eot?54101537#iefix) format('embedded-opentype'), url(fonts/linecons.woff?54101537) format('woff'), url(fonts/linecons.ttf?54101537) format('truetype'), url(fonts/linecons.svg?54101537#vc_openiconic) format('svg');
    font-weight: 400;
    font-style: normal
}
[class*=" vc_li-"]:before,
[class^=vc_li-]:before {
    font-family: linecons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}
.vc_li-heart:before {
    content: "\e000"
}
.vc_li-cloud:before {
    content: "\e001"
}
.vc_li-star:before {
    content: "\e002"
}
.vc_li-tv:before {
    content: "\e003"
}
.vc_li-sound:before {
    content: "\e004"
}
.vc_li-video:before {
    content: "\e005"
}
.vc_li-trash:before {
    content: "\e006"
}
.vc_li-user:before {
    content: "\e007"
}
.vc_li-key:before {
    content: "\e008"
}
.vc_li-search:before {
    content: "\e009"
}
.vc_li-settings:before {
    content: "\e00a"
}
.vc_li-camera:before {
    content: "\e00b"
}
.vc_li-tag:before {
    content: "\e00c"
}
.vc_li-lock:before {
    content: "\e00d"
}
.vc_li-bulb:before {
    content: "\e00e"
}
.vc_li-pen:before {
    content: "\e00f"
}
.vc_li-diamond:before {
    content: "\e010"
}
.vc_li-display:before {
    content: "\e011"
}
.vc_li-location:before {
    content: "\e012"
}
.vc_li-eye:before {
    content: "\e013"
}
.vc_li-bubble:before {
    content: "\e014"
}
.vc_li-stack:before {
    content: "\e015"
}
.vc_li-cup:before {
    content: "\e016"
}
.vc_li-phone:before {
    content: "\e017"
}
.vc_li-news:before {
    content: "\e018"
}
.vc_li-mail:before {
    content: "\e019"

}
.vc_li-like:before {
    content: "\e01a"
}
.vc_li-photo:before {
    content: "\e01b"
}
.vc_li-note:before {
    content: "\e01c"
}
.vc_li-clock:before {
    content: "\e01d"
}
.vc_li-paperplane:before {
    content: "\e01e"
}
.vc_li-params:before {
    content: "\e01f"
}
.vc_li-banknote:before {
    content: "\e020"
}
.vc_li-data:before {
    content: "\e021"
}
.vc_li-music:before {
    content: "\e022"
}
.vc_li-megaphone:before {
    content: "\e023"
}
.vc_li-study:before {
    content: "\e024"
}
.vc_li-lab:before {
    content: "\e025"
}
.vc_li-food:before {
    content: "\e026"
}
.vc_li-t-shirt:before {
    content: "\e027"
}
.vc_li-fire:before {
    content: "\e028"
}
.vc_li-clip:before {
    content: "\e029"
}
.vc_li-shop:before {
    content: "\e02a"
}
.vc_li-calendar:before {
    content: "\e02b"
}
.vc_li-vallet:before {
    content: "\e02c"
}
.vc_li-vynil:before {
    content: "\e02d"
}
.vc_li-truck:before {
    content: "\e02e"
}
.vc_li-world:before {
    content: "\e02f"
}
.line-icon {
    color: #fff;
    /*font-size:40px;*/
    
    float: none;
    /*padding:10px;*/
}
/* #Images================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 0;
}
/* #Buttons================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee;
    /* Old browsers */
    
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: normal;
    padding: 8px 10px;
    font-family: 'raleway', Arial, Helvetica, sans-serif;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #222;
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    border: 1px solid #333;
    background: #ccc;
    /* Old browsers */
    
    background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* FF3.6+*/
    
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4)));
    /* Chrome,Safari4+*/
    
    background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* Chrome10+,Safari5.1+*/
    
    background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* Opera11.10+*/
    
    background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* IE10+*/
    
    background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
    /* W3C */
    
    ;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
.button a {
    color: #fff;
}
.full-widthvideo {
    position: relative;
    padding-bottom: 55.25%;
    height: 0px;
    overflow: hidden;
}
.small-blog .full-widthvideo {
    position: relative;
    padding-bottom: 67.5%;
    height: 0px;
    overflow: hidden;
}
/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* #Forms================================================== */

form {
    /*margin-bottom:20px;*/
    
    ;
}
fieldset {
    margin-bottom: 20px;
}
select {
    background: transparent;
    width: 400px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #eee;
    border-radius: 0;
    height: 32px;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    padding: 8px;
    color: #888;
    cursor: pointer;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea,
input[type="tel"] {
    border: 1px solid #ddd;
    padding: 13px 7px;
    outline: medium none;
    border-radius: 0;
    font: 14px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0px 0px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #FFF none repeat scroll 0% 0%;
}
select {
    padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
textarea {
    min-height: 60px;
}
label,
legend {
    display: block;
    font-size: 13px;
    padding: 10px 0;
}
input[type="checkbox"] {
    display: inline;
}
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}
/* #Tables================================================== */

table {
    width: 100%;
}
table th {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: #FFB300;
}
table th a {
    color: #333;
}
table td {
    text-align: center;
    border: 1px solid #eee;
}
table tr {
    height: 40px;
    line-height: 40px;
}
table tr.odd {
    background-color: #F2F2F2;
}
table tr.even {
    background-color: #ffffff;
}
table tr:nth-child(odd) {
    background: #f9f9f9
}
table tr:nth-child(even) {
    background: #fff
}
table.style_b tr:nth-child(odd) {
    background: transparent
}
table.style_b {
    width: 100%;
}
table.style_b th {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    background-color: #FFB300;
}
table.style_b td {
    text-align: center;
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.style_b tr.odd {
    background-color: #F2F2F2;
}
table.style_b tr.even {
    background-color: #ffffff;
}
/* #Definition List================================================== */

dt {
    margin: 0;
    padding: .5em 0;
    font-weight: bold;
}
dl {
    margin: .6em;
    margin-left: 0em;
    margin-right: 0em;
}
dl dd {
    padding: .3em;
    padding-right: 0em;
    padding-left: 0em;
}
dl dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.small-font {
    font-size: 19px !important;
}
.medium-font {
    font-size: 25px !important;
}
.large-font {
    font-size: 31px !important;
}
.bold {
    font-weight: 600 !important;
}
.black {
    color: #000 !important;
}
/* #Left - Right================================================== */

#left,
.left {
    float: left;
}
#right,
.right {
    float: right;
}
/* General Class ================================================*/

.jx-default-bg,.jx-defualt-bg{
    background:#ffb300;
}

.jx-default-bg-transparent {
	background: rgba(255, 179, 0, 0.90);
}

.jx-default-base-transparent {
	background: RGBA(51, 51, 51, 0.90);
}

.jx-rebuild-no-top-margin {
    margin-top: -40px !important;
}
.jx-rebuild-wrapper-content {
    position: relative
}
.jx-rebuild-uppercase {
    text-transform: uppercase;
}
.jx-rebuild-bold {
    font-weight: 800 !important;
}
.jx-rebuild-black {
    color: #000 !important
}
.jx-rebuild-white {
    color: #fff !important;
}
.jx-rebuild-halfscreen {
    height: 720px;
}
.jx-rebuild-center-text {
    text-align: center;
}
/* #Tint Color================================================== */




.jx-rebuild-tint {
    position: relative;
}
.jx-rebuild-tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    z-index: 1;
    background: rgba(255, 179, 0, 0.7);
}
/*--Tint Black--*/

.jx-rebuild-tint-black {
    position: relative;
}
.jx-rebuild-tint-black:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    z-index: 1;
}
/*--Tint Black Light--*/

.jx-rebuild-tint-black-light {
    position: relative;
}
.jx-rebuild-tint-black-light:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    z-index: 1;
}
/*--Tint Grey--*/

.jx-rebuild-tint-grey {
    position: relative;
}
.jx-rebuild-tint-grey:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(50, 50, 50, 0.94) none repeat scroll 0% 0%;
    transition: #000 0.3s linear 0s;
    z-index: 1;
}
.container.container-margin .jx-rebuild-tint-black:before,
.container.container-margin .jx-rebuild-tint-default:before,
.container.container-margin .jx-rebuild-tint-grey:before,
.container.container-margin .jx-rebuild-tint-black-light:before {
    z-index: 0;
}
.jx-rebuild-default-bg {
    background-color: #FFB300;
}
.jx-rebuild-grey-bg {
    background-color: #f9f9f9 !important;
}
.jx-rebuild-darkgrey-bg {
    background-color: #333 !important;
}
.jx-rebuild-black-bg {
    background-color: #000 !important;
}
.jx-rebuild-white-bg {
    background-color: #fff !important;
}
.jx-rebuild-white-bg-opacity {
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 60px 0;
}
.jx-rebuild-float {
    float: left;
}
/* Container Shape */

.jx-rebuild-row-badge {
    width: 132px;
    height: 47px;
    position: relative;
    margin: auto auto 25px;
    background-color: #FFB300;
    z-index: 100;
    text-align: center;
    color: #FFF;
}
.jx-rebuild-row-badge .jx-rebuild-badge-shape {
    position: absolute;
    height: 30px;
    width: 91px;
    padding: 0px;
    transform: skew(0deg);
    border-left: 66px solid rgb(255, 179, 0);
    border-right: 66px solid rgb(255, 179, 0);
    border-bottom: 17px solid transparent;
    margin-top: -10px;
}
.jx-rebuild-row-badge .jx-rebuild-badge-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 55px;
}
.jx-rebuild-container-badge .container.jx-rebuild-padding {
    padding-top: 70px;
    padding-bottom: 121px;
}
/* Shape */

.jx-rebuild-shape-left {
    position: absolute;
    top: 0;
    left: -250px;
    height: 100px;
    width: 500px;
    background-color: #eee;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}
.jx-rebuild-shape-right {
    position: absolute;
    top: 0;
    right: -50px;
    height: 100px;
    width: 700px;
    background-color: #eee;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}
.jx-rebuild-shape-left.jx-rebuild-shape-wide {
    height: 100%;
    width: 800px;
    left: -150px;
    overflow: hidden;
}
.jx-rebuild-shape-left.jx-rebuild-shape-small {
    height: 100%;
    width: 400px;
    left: -150px;
    overflow: hidden;
}
.jx-rebuild-shape-left.jx-rebuild-shape-wide .jx-rebuild-bg-img {
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
/* Background image postioin*/

.bg-pos-middle {
    background-position: center center
}
.bg-pos-top {
    background-position: left top
}
.bg-pos-bottom {
    background-position: left bottom
}
/* Alert */

.jx-rebuild-alert {
    position: fixed;
    width: 100%;
    height: 70px;
    top: -80px;
    left: 0;
    z-index: 9999;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.jx-rebuild-alert.show {
    top: 0px;
}
.jx-rebuild-alert.success {
    background: #7cc24e;
    -webkit-animation: alert_show 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 10s;
    animation: alert_show 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 10s;
}
.jx-rebuild-alert.error {
    background: #d45757;
}
.jx-rebuild-alert.hide {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 10s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 10s;
}
@-webkit-keyframes alert_show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100;
        top: 0px;
    }
}
@keyframes alert_show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100;
        top: 0px;
    }
}
@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: -80px;
    }
}
@keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: -80px;
    }
}
/*form-preloader*/

.jx-rebuild-preload {
    float: right;
    position: absolute;
    top: 50px;
    right: 35px;
    display: none;
}
.jx-rebuild-preload {
    top: 157px;
}
.jx-rebuild-preload.show {
    display: block;
}
.jx-rebuild-load-spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.jx-rebuild-load-spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.jx-rebuild-load-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.jx-rebuild-load-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.jx-rebuild-load-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.jx-rebuild-load-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
form {
    position: relative
}
.help-block.form-error {
    position: absolute;
    bottom: 25px;
    left: 220px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
select.error,
input.error {
    border-color: #B94A48;
    background-image: url("data:image/png;base64,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YWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTA1LTE1VDEwOjM4OjU1KzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMDozODo1NSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDUtMTVUMTA6Mzg6NTUrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjU4ZmM5Yzg4LWFiYWUtNGEzMC1iNGUxLTUyMTQyZWYzMzM4NDwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM4YmMxOTAwLTNiNmMtMTE3OC05ZDQ5LWY0MzVhZTM4NTFiMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmQ1ZjJhY2QyLTQ2ZDUtNGVlZS05NDllLThkMDI0MTljZjA3ODwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkNWYyYWNkMi00NmQ1LTRlZWUtOTQ5ZS04ZDAyNDE5Y2YwNzg8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDUtMTVUMTA6Mzg6NTUrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1OGZjOWM4OC1hYmFlLTRhMzAtYjRlMS01MjE0MmVmMzMzODQ8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDUtMTVUMTA6Mzg6NTUrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6VGV4dExheWVycz4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT7DlzwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+w5c8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+YTwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+YTwvcGhvdG9zaG9wOkxheWVyVGV4dD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6VGV4dExheWVycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkRpc3BsYXk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTk8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTc8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pmkb7KYAAAAgY0hSTQAAbZgAAHOOAAD6zAAAhPoAAHmBAAD9EwAAMG0AABIpDR4mTgAAAOZJREFUeNrMlL0NwyAQhZ+jLJAVkE4M4BVMR50RvIIzAivYI6S+zh4hHgAhZYWM4DTnCCFsoshFnkQBB9/9impZFhylEw5UFsaaatbUbj1iTR1ruhRhrKkGMALoWVOXsY8AHIAHa1KlyO4AVq+ONbkE1MhWAejjh+cMbBDPqzqJQAGoM3c/qnLdlPRcod7G+jAVYQJs0zT2QKXRmADMufMcaC9NJR1VW46sD6YI2wC9og7HkV+tD6/SaKQgIytWk9Y0B5tTkPVhljqZnbubNevFs7E+PBNbI9HfrA/DV6Pxn7/Gr3oPAAwLXEdIhTGuAAAAAElFTkSuQmCC");
    background-position: right 5px center;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
select.valid,
input.valid {
    border-color: #468847;
    background-image: url("data:image/png;base64,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YWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTA1LTE1VDEwOjM5OjExKzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMDozOToxMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDUtMTVUMTA6Mzk6MTErMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmU3ODMyNmIwLTQ5NmItNGMyMy05ZGI1LTI4OTRkMWQxZWZmYzwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQxZDQzYTcwLTNiNmMtMTE3OC05ZDQ5LWY0MzVhZTM4NTFiMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjVkM2FkZDhiLTljMmUtNDU0ZC1iMjFhLTk5ZTliZDY2ODg1MDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1ZDNhZGQ4Yi05YzJlLTQ1NGQtYjIxYS05OWU5YmQ2Njg4NTA8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDUtMTVUMTA6Mzk6MTErMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplNzgzMjZiMC00OTZiLTRjMjMtOWRiNS0yODk0ZDFkMWVmZmM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDUtMTVUMTA6Mzk6MTErMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6VGV4dExheWVycz4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8cGhvdG9zaG9wOkxheWVyTmFtZT7DlzwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+w5c8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllck5hbWU+YTwvcGhvdG9zaG9wOkxheWVyTmFtZT4KICAgICAgICAgICAgICAgICAgPHBob3Rvc2hvcDpMYXllclRleHQ+YTwvcGhvdG9zaG9wOkxheWVyVGV4dD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6VGV4dExheWVycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkRpc3BsYXk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTk8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTc8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pn/qNPoAAAAgY0hSTQAAbZgAAHOOAAD6zAAAhPoAAHmBAAD9EwAAMG0AABIpDR4mTgAAAMBJREFUeNrE1L0NwyAURtHrKAu4pPUKXsGs4AIGyGRQ2CM4K3gFt3TJCE5DgSL+7FgKEg0SB77HE82+71w1blw47mc3ais6YAGkUW47fbMA6n6Kqa1ogekbSmLaipe2ok9AC9AfeYAWmHycKqgUswOWAIxBbz8BaGJ9pq0IF1e/YYhA0ii3HmmNVKwxhHIxt8IB0ij3rK2ZDGtRAyUx39ExcExB2df09ZDB0sMoN+eyN6VfQ1sxAG0JqsL+9gV9BgBw6UeG/cRoQwAAAABJRU5ErkJggg==");
    background-position: right 5px center;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.jx-rebuild-contact-form .form-error {
    bottom: -60px;
    font-size: 19px;
    margin-left: 0px;
    left: 0;
    padding: 10px;
    color: #EE163A;
    border: 1px solid #EE163A;
    width: 100%;
    text-align: center
}
.jx-rebuild-form-wrapper {
    position: relative
}
.jx-rebuild-form-wrapper .form-error {
    text-align: center;
    left: 0;
    color: #fff;
    bottom: 10px;
}
/*---------------------------------------------------------------
[3.0 Body ]
*/

.main {
    background: #fff;
}
div.pp_overlay {
    z-index: 9999 !important;
}
.boxed {
    width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.jx-rebuild-padding-tiny {
    position: relative;
    padding-top: 21px !important;
    padding-bottom: 11px !important;
}
.jx-rebuild-padding-small {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.jx-rebuild-padding-medium {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.jx-rebuild-padding-big {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
}
.jx-rebuild-padding-top {
    padding-top: 155px;
}
.no-bottom-padding {
    padding-bottom: 0 !important
}
.no-top-padding {
    padding-top: 0px !important;
}
.jx-rebuild-body-content {
    min-height: 100px;
}
.jx-rebuild-container.jx-rebuild-padding-small {
    padding-bottom: 30px;
    position: relative;
}
.columns.jx-rebuild-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.jx-rebuild-container.jx-rebuild-padding {
    padding-top: 104px;
    padding-bottom: 104px;
    position: relative;
}
.jx-rebuild-container.jx-rebuild-padding-top {
    padding-top: 80px;
    position: relative;
}
.jx-rebuild-container.jx-rebuild-padding-bottom {
    padding-bottom: 80px;
    position: relative;
}
.jx-rebuild-container {
    min-height: 100px;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.jx-rebuild-padding {
    padding-top: 94px;
    padding-bottom: 94px;
    position: relative;
    margin-bottom: 0 !important;
}
.jx-rebuild-no-padding {
    padding: 0;
}
.jx-rebuild-no-padding .vc_column_container {
    padding: 0 !important;
}
.parallax {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    -webkit-background-size: 2000px 1175px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 0;
}
.parallax-no {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-background-size: 2000px 1175px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.container.container-margin .parallax {
    z-index: 0 !important;
}
.parallax-fixed {
    margin: 0;
    position: fixed;
    background-position: left center !important;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 600px;
    left: 0;
    top: 0;
    -webkit-background-size: 2000px 1175px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/* Container Slope ===================*/

.jx-rebuild-container-slope {
    left: 0px;
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 0;
}
/* slope color */

.jx-rebuild-container.jx-rebuild-darkgrey-bg .jx-rebuild-container-slope {
    background: #3A3A3B;
}
.jx-rebuild-container.jx-rebuild-default-bg .jx-rebuild-container-slope {
    background: #FFCC00;
}
.jx-rebuild-container.jx-rebuild-white-bg .jx-rebuild-container-slope {
    background: #fff;
}
/* Witout container */

.jx-rebuild-container-slope.jx-rebuild-darkgrey-bg {
    background: #3A3A3B;
}
.jx-rebuild-container-slope.jx-rebuild-default-bg {
    background: #FFCC00;
}
.jx-rebuild-container-slope.jx-rebuild-white-bg {
    background: #fff;
}
/* slope position */

.jx-rebuild-container-slope.jx-rebuild-top-slope {
    top: -24px;
}
.jx-rebuild-container-slope.jx-rebuild-bottom-slope {
    bottom: -24px;
}
/* slope side */

.jx-rebuild-container-slope.jx-rebuild-right-slope {
    transform: skewY(-1.2deg);
}
.jx-rebuild-container-slope.jx-rebuild-left-slope {
    transform: skewY(1.2deg);
}
/* SubHead Slope Side */

.jx-rebuild-subhead-slope {
    left: 0px;
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 0;
}
.jx-rebuild-container.jx-rebuild-grey-bg .jx-rebuild-subhead-slope {
    background: #FFB300;
}
.jx-rebuild-subhead-slope.jx-rebuild-top-slope {
    top: -35px;
}
.jx-rebuild-subhead-slope.jx-rebuild-left-slope {
    transform: skewY(0.8deg);
}
/* Tagline Slope Side */

.jx-rebuild-tagline-box-slope {
    left: 0px;
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 0;
}
.jx-rebuild-container.jx-rebuild-darkgrey-bg .jx-rebuild-tagline-box-slope {
    background: #FFB300;
}
.jx-rebuild-tagline-box-slope.jx-rebuild-bottom-slope {
    bottom: -35px;
}
.jx-rebuild-tagline-box-slope.jx-rebuild-right-slope {
    transform: skewY(-0.8deg);
}
/*---------------------------------------------------------------
[4.0 Header ]
----------------------------------------------------------------*/

.jx-rebuild-header {
    height: 195px;
    position: relative;
    z-index: 7;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}
.jx-rebuild-header.header-line {
    background: url(images/header_line.png) repeat-x 0px 0px;
    background-color: #333;
}
.jx-rebuild-header-6 .jx-rebuild-header.header-line {
    background: url(images/header_line.png) repeat-x 0px 0px;
    background-color: #ffffff;
}
.jx-rebuild-header .jx-rebuild-header-logo .logo_retina {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 1/2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .jx-rebuild-header .jx-rebuild-header-logo .logo_standard {
        display: none;
    }
    .jx-rebuild-header .jx-rebuild-header-logo .logo_retina {
        display: block;
    }
}
/*---------------- Header------------------*/

.jx-rebuild-light .jx-rebuild-topbar {
    background: #f9f9f9;
    border-bottom: 1px solid #444;
}
.jx-rebuild-light .jx-rebuild-header.header-line {
    background: url(images/header_line.png) repeat-x 0px 0px;
    background-color: #f2f2f2;
}
.jx-rebuild-light .jx-rebuild-right-topbar .email {
    color: #888;
}
.jx-rebuild-light .jx-rebuild-header .header-info .location,
.jx-rebuild-light .jx-rebuild-header .header-info .time {
    color: #888888;
}
.jx-rebuild-light .jx-rebuild-header .toll-free {
    color: #888888;
}
/*---------------- Light Header------------------*/

.jx-rebuild-header .jx-rebuild-header-logo {
    padding: 38px 0px 0px 0px;
}
/*---------------- Header Logo------------------*/

.jx-rebuild-header .header-info {
    padding-top: 30px;
}
.jx-rebuild-header .header-info ul {
    color: #ffb300;
}
.jx-rebuild-header-6 .jx-rebuild-header .header-info ul {
    color: #000000 !important;
}
.jx-rebuild-header .header-info ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: block;
    float: right;
}
.jx-rebuild-header .header-info ul li {
    padding: 0px;
    margin: 0px 16px;
    float: left;
    display: inline-block;
}
.jx-rebuild-header .header-info ul li:nth-last-child(2) {
    margin-right: 2px;
}
.jx-rebuild-header .header-info .top-space {
    padding-top: 30px;
}
.jx-rebuild-header .header-info .icon {
    font-size: 50px;
    font-weight: 400;
    font-family: oswald;
    float: left;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
}
.jx-rebuild-header .header-info .position {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 5px;
}
.jx-rebuild-header-6 .jx-rebuild-header .header-info .location, .jx-rebuild-header .header-info .time {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
}
.jx-rebuild-header .header-info .location,
.jx-rebuild-header .header-info .time {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
}
.jx-rebuild-header-6 .jx-rebuild-header .header-info .address, .jx-rebuild-header .header-info .date {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-family: open sans;
}

.jx-rebuild-header .header-info .address,
.jx-rebuild-header .header-info .date {
    color: #cccccc;
    font-weight: 600;
    font-size: 18px;
    font-family: open sans;
}
.jx-rebuild-header .toll-free {
    font-size: 22px;
    font-weight: 400;
    font-family: oswald;
    line-height: 22px;
    color: #FFFFFF;
    text-align: right;
    padding-bottom: 3px;
}
.jx-rebuild-header .toll-free i {
    font-size: 28px;
    padding-right: 2px;
}
.jx-rebuild-header .header-info .toll-free-number {
    font-size: 49px;
    font-weight: 400;
    font-family: oswald;
    line-height: 50px;
    padding-top: 5px;
    border-left: 1px solid #ccc;
    padding-left: 34px;
}
/*----------------Header Info------------------*/

.jx-rebuild-header-search-bg {} .jx-rebuild-header-search {
    padding: 14px 26px 0px 18px;
    height: 70px;
    background: #ffb300;
}
.jx-rebuild-header-search .jx-rebuild-form-wrapper input {
    padding: 0px 13px;
    float: left;
    font-size: 17px;
    border: 0px none;
    background: #FFF none repeat scroll 0% 0%;
    height: 42px;
    border-radius: 0px;
}
.jx-rebuild-header-search .jx-rebuild-form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0px none;
    padding: 0px;
    cursor: pointer;
    font: bold 26px/40px "Oswald", "trebuchet MS", "Tahoma";
    color: #FFF;
    background: #333;
}
.jx-rebuild-header-search .jx-rebuild-form-wrapper button {
    height: 42px;
    width: 42px;
    line-height: 20px;
}
.jx-rebuild-header-search .search-inline-block {
    display: block;
    margin-right: 42px;
}
/* ---------- Header Search ========= */

.header-menu-left {
    display: inline;
    float: left;
}
.header-search-right {
    display: inline;
    float: right;
    width: 302px;
}
/*---------------- Header Logo------------------*/
/* Page Subhead =================== */

.jx-rebuild-page-subhead {
    padding: 60px 0px;
}
.jx-rebuild-page-subhead .breadcrumb-left {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.jx-rebuild-page-subhead .breadcrumb-right {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    border-left: solid 1px #888888;
    padding: 3px 20px;
    margin-top: 8px;
}
.jx-rebuild-page-subhead .breadcrumb {
    color: #FFB300;
    font-weight: 600;
}
.jx-rebuild-page-subhead .breadcrumb a {
    color: #333;
}
.jx-rebuild-page-subhead .breadcrumb a:hover {
    color: #333;
}
.jx-rebuild-page-subhead .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    color: #333;
}
/*------------- Centered Header Logo ---------------*/

.jx-rebuild-header-logo.jx-rebuild-center-logo {
    width: 280px;
    margin: 0 auto;
}
/* Toolbar ========================= */

.jx-rebuild-topbar {
    background: #222222;
    height: 41px;
    overflow: hidden;
    z-index: 999;
    position: relative;
    border-bottom: solid 1px #444444;
}
.jx-rebuild-left-topbar {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar {
    padding: 0px;
    margin: 0px;
    float: right;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li {
    display: inline-block;
    font-family: open sans;
    border-left: 1px solid #444444;
    margin: 0px;
    line-height: 40px;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li:last-child {
    border-right: 1px solid #444444;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li i {
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    font-size: 17px;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li span {
    color: #FFB300;
    padding: 0px 24px;
    font-size: 16px;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li a i {
    color: #888888;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li a:hover i {
    color: #FFB300;
}
.jx-rebuild-topbar .jx-rebuild-right-topbar li .cart {
    padding: 0px 5px;
    background-color: #323232;
    border-radius: 50%;
    color: #ffffff;
    top: -10px;
    position: relative;
    left: -13px;
    font-size: 14px;
}
.jx-rebuild-right-topbar .email {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 20px;
}
/* Fixed Menu ================== */

.jx-rebuild-sticky {
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.jx-rebuild-sticky.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
.jx-rebuild-sticky.fixed .jx-rebuild-header .jx-rebuild-container-slope {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.jx-rebuild-header.jx-rebuild-sticky.fixed .jx-rebuild-container-slope {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.slicknav_menu {
    display: none;
}
/* #Main Menu ======================= */

.jx-rebuild-menu-holder.jx-rebuild-sticky.fixed {
    position: fixed;
    max-width: 100%;
    width: 100% !important;
    left: 0 !important;
    margin: 0;
    top: 0;
    background: #fff;
    z-index: 200;
}
.jx-rebuild-menu-holder {
    z-index: 7;
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: -40px auto 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 70px;
}
.jx-rebuild-top-menu {
    height: 70px;
    background: #ffffff;
    position: relative;
    top: -35px;
    z-index: 999999;
}
.nav_container ul {
    margin: 0px;
    padding: 0;
}
.menu-one-page-menu-container .jx-rebuild-mainmenu > li > a {
    padding: 24px 21px;
}
.jx-rebuild-mainmenu,
.submenu {
    z-index: 50;
    margin: 56px 0 0;
    padding: 0;
    list-style: none;
}
.jx-rebuild-mainmenu {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    height: auto;
}
.jx-rebuild-mainmenu li {
    position: relative;
    text-align: left;
}
.jx-rebuild-mainmenu li a {
    font-family: "Open Sans";
}
.jx-rebuild-mainmenu li.with-sub:hover:before {
    content: '';
    display: block;
    width: 235px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
    top: 46px;
}
.jx-rebuild-mainmenu li i.menu-icon {
    margin-right: 7px;
    text-shadow: none;
    font-size: 15px;
}
.jx-rebuild-mainmenu li a:hover i.menu-icon {
    color: #333 !important;
}
.jx-rebuild-mainmenu li i {
    margin-right: 7px;
    color: #ced3d5;
    text-shadow: 0 1px 0 white;
}
.jx-rebuild-mainmenu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #646060;
    font: 13px 'open sans';
    -webkit-transition: none;
    transition: none;
}
.jx-rebuild-mainmenu a.active {
    color: #fff;
    border-radius: 46px;
}
.jx-rebuild-mainmenu > li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border-top: 4px solid transparent;
}
.jx-rebuild-mainmenu > li:hover {
    border-top: 4px solid #FFB300;
}
.jx-rebuild-mainmenu li.with-sub:after {
    content: '\f107';
    font-family: fontawesome;
    display: block;
    height: 0;
    position: absolute;
    right: 8px;
    top: 23px;
    color: #000;
    z-index: 53;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
}
.jx-rebuild-mainmenu > li > a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 22px 23px;
    border-radius: 10px;
    font-weight: 400;
    padding-bottom: 27px;
}
.jx-rebuild-mainmenu .jx-rebuild-mega-menu-title {
    color: #000 !important;
    padding: 10px;
    font-size: 15px;
    font-weight: 600 !important;
}
.jx-rebuild-mainmenu .jx-rebuild-mega-menu-title:hover {
    background: none !important;
}
/* Mega Menu */

.jx-rebuild-mainmenu .menu-mega {
    position: initial;
    left: 0
}
.jx-rebuild-mainmenu .submenu.has-mega {
    position: absolute;
    left: 0;
}
.jx-rebuild-mainmenu li.menu-mega .submenu li.col {
    width: 25%;
    padding: 0px;
}
.jx-rebuild-mainmenu > li.menu-mega:hover > .submenu > li.col > ul {
    display: block;
    width: 100%;
}
.jx-rebuild-mainmenu li.menu-mega .submenu li.col ul li {
    width: 100%;
}
/* For Wordpress Version */
/*- Megamenu-------------*/

.jx-rebuild-mainmenu .submenu {
    min-width: 235px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.jx-rebuild-mainmenu li .submenu {
    position: absolute;
    padding: 0px;
    margin: 0px;
    background-color: #333;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.jx-rebuild-mainmenu li .submenu .col {
    display: inline-flex;
}
.jx-rebuild-mainmenu li .menu-title {
    padding: 1px 5px;
    margin-left: 7px;
    border-radius: 2px;
    font-size: 11px;
    color: #fff;
}
.jx-rebuild-mainmenu > li > .submenu {
    top: 68px;
    left: 0px;
    /*border-top: 20px solid;*/
}
.jx-rebuild-mainmenu > li.no-mega > .submenu {
    left: 0px;
    top: 60px;
}
.jx-rebuild-mainmenu > li > .submenu {
    visibility: hidden;
    opacity: 0;
    transform: translate(0px, 20px);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
}
.jx-rebuild-mainmenu > li:hover > .submenu {
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
}
.jx-rebuild-mainmenu > li:hover >.submenu > li.col > ul {
    display: block
}
.jx-rebuild-mainmenu li li {
    margin-bottom: 0;
}
.jx-rebuild-mainmenu li .submenu li.col {
    width: 235px;
    padding: 0;
}
.jx-rebuild-mainmenu li .submenu li.col ul {
    padding: 0;
    margin: 0;
}
.jx-rebuild-mainmenu li .submenu li.col ul li {
    list-style: none;
    width: 235px;
    font-weight: normal;
    position: relative;
}
.jx-rebuild-mainmenu .submenu li:hover > a {
    color: #333 !important;
    background: #ffb300;
}
.jx-rebuild-mainmenu li .submenu a {
    background: none;
    color: #ddd;
    padding: 9px 20px;
    display: block;
    float: none;
    font-weight: 500;
}
.jx-rebuild-mainmenu .submenu li:last-child {
    border-bottom: 0px solid #262829;
}
.submenu li.col ul li:hover {
    background: none;
}
/* Submenu 2nd level drop down */

.jx-rebuild-mainmenu .submenu li li ul {
    visibility: hidden;
    position: absolute;
    left: 235px;
    background: #333;
    top: 0px;
    border-top: 0px solid #333;
    opacity: 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    transform: translate(0px, 20px);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
}
.jx-rebuild-mainmenu .submenu li li:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
}
.jx-rebuild-mainmenu li.has-child > a:after {
    content: '\f105';
    font-size: 15px;
    font-family: fontawesome;
    text-align: right !important;
    position: absolute;
    width: 23px;
    height: 36px;
    text-align: center;
    top: 0;
    right: 0px;
    line-height: 37px;
    color: #ffb300;
    padding-right: 14px;
}
.jx-rebuild-mainmenu li.has-child > a:hover:after {
    color: #333;
}
/*-- submenu*/
/* Dark text */

.mega-menu.jx-rebuild-dark ul > li > a {
    color: #000;
}
.fixed .mega-menu.jx-rebuild-dark ul > li > a {
    color: #000;
}
.mega-menu.jx-rebuild-dark li li > a {
    color: #ccc !important;
    ;
}
/* Light Menu =========*/

.jx-rebuild-light .jx-rebuild-mainmenu li i {
    margin-right: 7px;
    color: #000;
    text-shadow: 0 1px 0 white;
}
.jx-rebuild-mainmenu li .submenu li.col ul li {
    border-bottom: 1px solid #3f3f3f;
}
.jx-rebuild-mainmenu li .submenu li.col ul li:last-child {
    border-bottom: none;
}
.jx-rebuild-dark .jx-rebuild-mainmenu li .submenu li.col {
    border-right: 1px solid #333;
}
.jx-rebuild-dark .jx-rebuild-mainmenu li .submenu li.col ul li {
    border-bottom: 1px solid #333;
}
.jx-rebuild-light .jx-rebuild-mainmenu li .submenu li.col {
    border-right: 1px solid #eee;
}
.jx-rebuild-light .jx-rebuild-mainmenu li .submenu li.col ul li {
    border-bottom: 1px solid rgb(238, 238, 238);
}
.jx-rebuild-light .jx-rebuild-mainmenu li .submenu li.col ul ul li a {
    color: #000 !important;
}
/* Light Menu Color ============================*/

.mega-menu.jx-rebuild-default-theme .submenu,
.mega-menu.jx-rebuild-default-theme .submenu ul ul {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
}
.mega-menu.jx-rebuild-default-theme .submenu ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    margin-top: -2px !important;
    ;
}
.mega-menu.jx-rebuild-default-theme .jx-rebuild-mainmenu li .submenu li.col ul ul {
    background: rgba(255, 255, 255, 0.98);
}
.mega-menu.jx-rebuild-default-theme .submenu a {
    color: #000
}



.mega-menu.jx-rebuild-default-theme .submenu i {
    color: #000
}
.mega-menu.jx-rebuild-default-theme .submenu .col li:hover {
    background: #eee;
}
.mega-menu.jx-rebuild-default-theme .submenu .col li.has-child a:after {
    color: #000 !important;
    border-color: #eee !important;
}
.mega-menu.jx-rebuild-default-theme .submenu .col li:hover a {
    color: #000;
}
.mega-menu.jx-rebuild-default-theme {
    border-color: #ccc
}
.mega-menu.jx-rebuild-default-theme li .submenu li.col ul li {
    border-bottom: 1px solid #eee;
}
.mega-menu.jx-rebuild-default-theme .menu li .submenu li.col {
    border-right: 1px solid #eee;
}
/* One-page menu */

.mPS2id-highlight {
    border-top: 6px solid #FFB300 !important;
    color: #FFB300 !important;
}
.jx-rebuild-mainmenu > li.menu-item-has-children.menu-mega::after {
    content: "";
    font-family: fontawesome;
    display: block;
    height: 0px;
    position: absolute;
    right: 8px;
    top: 23px;
    color: #000;
    z-index: 53;
    transition: height 0.2s ease 0s;
}
.jx-rebuild-mainmenu > li.menu-item-has-children.menu-mega > a::after {
    content: "\f107";
    font-family: fontawesome;
    display: block;
    height: 0px;
    position: absolute;
    right: 8px;
    top: 24px;
    color: #000;
    z-index: 53;
    transition: height 0.2s ease 0s;
}
.jx-rebuild-mainmenu > li.menu-item-has-children::after {
    content: "\f107";
    font-family: fontawesome;
    display: block;
    height: 0px;
    position: absolute;
    right: 8px;
    top: 23px;
    color: #000;
    z-index: 53;
    transition: height 0.2s ease 0s;
}
.jx-rebuild-mainmenu .submenu li.menu-item-has-children > a::after {
    content: "\f105";
    font-size: 15px;
    font-family: fontawesome;
    text-align: right !important;
    position: absolute;
    width: 23px;
    height: 36px;
    top: 0px;
    right: 0px;
    line-height: 37px;
    color: #FFB300;
    padding-right: 14px;
}
.jx-rebuild-mainmenu .submenu li.menu-item-has-children > a:hover:after {
    color: #000000 !important;
}
.jx-rebuild-header-5 .jx-rebuild-mainmenu > li > a {
    color: #fff;
}
.jx-rebuild-header-5 .jx-rebuild-mainmenu > li.menu-item-has-children::after,
.jx-rebuild-mainmenu > li.menu-item-has-children.menu-mega::after {
    color: #fff !important;
}
/* #Mobile Menu================================================== */

.slicknav_menu {
    display: none;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 5px;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 6px 4px 3px 4px;
    ;
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 4px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_nav {
    clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
    display: block;
    margin: 0;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    display: none;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_brand {
    float: left;
}
.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both;
}
/* IE6/7 support */

.slicknav_menu {
    *zoom: 1;
}
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
}
.slicknav_menu * {
    box-sizing: border-box;
}
/* Button */

.slicknav_btn {
    margin: 26px;
    border: 1px solid #eee;
    position: absolute;
    right: 0px;
    background: #333 none repeat scroll 0% 0%;
    z-index: 999999;
    margin-top: 26px;
}
.slicknav_nav .with-sub .slicknav_row:before {
    content: '\f054';
    font-family: fontawesome;
    font-size: 12px;
}
/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #999;
}
.slicknav_menu {
    background: #f1f1f1;
    padding: 0px;
}
.slicknav_nav {
    background: #333;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    padding-top: 27px;
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_nav li {
    border-bottom: 1px solid #444;
}
.slicknav_nav .slicknav_row {
    padding: 10px 10px;
    margin: 0;
}
.slicknav_nav a {
    padding: 10px 10px;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-weight: 300;
    font-size: 13px;
    padding-left: 20px;
}
.slicknav_nav > a {
    border-bottom: 1px solid #444;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-left: 10px;
}
.slicknav_nav .slicknav_row:hover {
    background: #222;
    color: #fff;
}
.slicknav_nav a:hover {
    background: none repeat scroll 0% 0% #222;
    color: #fff;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.slicknav_nav .jx-rebuild-mainmenu > li > a {
    color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 15px 23px;
	font-weight: 400;
	padding-bottom: 14px;
}

.slicknav_nav .jx-rebuild-mainmenu li .submenu li.col {
    width: 100%;
    padding: 0;
}

.slicknav_nav .jx-rebuild-mainmenu li .submenu {
    position: relative;
    padding: 0px;
    margin: 0px;
    background-color: #333;
    box-shadow: none;
}

.slicknav_nav .jx-rebuild-mainmenu > li > .submenu {
    visibility: visible;
    opacity: 1;
    transform:none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transition:none;
}

.slicknav_nav .jx-rebuild-mainmenu li .submenu .col {
    display: block !important;
}

.slicknav_nav .jx-rebuild-mainmenu > li.no-mega > .submenu {
    left: 0px;
    top: 0 !important;
}

.slicknav_nav .jx-rebuild-mainmenu .submenu li li ul {
    visibility: visible;
    position: absolute;
    left: 100%;
    background: #333;
    top: 0px;
    border-top: none;
    opacity: 1;
    box-shadow: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transition: none;
}

.slicknav_nav ul{
	padding:0 !important;
	margin:0 !important;
}
.slicknav_nav .jx-rebuild-mainmenu > li {
    border-top: none;
}
.slicknav_nav .jx-rebuild-mainmenu > li:hover {
    border-top: none;
}

.slicknav_nav .slicknav_row:hover {
    background: #222;
    color: #fff;
	border-radius:0
}

.slicknav_nav .submenu li:hover {
    background: #222;
    color: #fff;
	border-radius:0
}

.slicknav_nav  .jx-rebuild-mainmenu .submenu li > a{
    background: #333 !important;
}

.slicknav_nav  .jx-rebuild-mainmenu .submenu li:hover > a{
    background: #222 !important;
}

.slicknav_nav .jx-rebuild-mainmenu li .submenu a {
    background: none;
    color: #ddd;
    padding: 5px 20px;
    display: block;
    float: none;
    font-weight: 500;
	text-transform: uppercase
}

.slicknav_nav .jx-rebuild-mainmenu li .submenu .submenu a {
    background: none;
    color: #ddd;
    padding: 10px 60px;
    display: block;
    float: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.slicknav_nav .jx-rebuild-mainmenu li .submenu .submenu a:hover {
    color: #fff !important;
}


.nav_container div {
    float: left;
}
/*---------------- Header #4 Style-----------------*/

.jx-rebuild-header-4.jx-rebuild-header {
    height: 80px;
    position: absolute;
    z-index: 7;
    color: #FFF;
    width: 100%;
}
.jx-rebuild-header-4 .jx-rebuild-menu-holder {
    z-index: 7;
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0px;
    left: 0;
    background: transparent;
    box-shadow: none;
    height: 80px;
    z-index: 9999
}
.jx-rebuild-header-4 .jx-rebuild-menu-holder.jx-rebuild-sticky.fixed {
    background: #333;
}
.jx-rebuild-header-4 .header-menu-right {
    display: inline;
    float: right;
    padding-right: 25px;
}
.jx-rebuild-header-4.jx-rebuild-header .jx-rebuild-header-logo {
    padding: 5px 0px 0px;
    width: 200px;
}
.jx-rebuild-header-4.jx-rebuild-header a {
    color: #fff;
    font-size: 15px;
}
.jx-rebuild-header-4.jx-rebuild-header li:after {
    color: #fff;
}
.jx-rebuild-header-4.jx-rebuild-header .fixed a {
    color: #fff;
    font-size: 15px;
}
.jx-rebuild-header-4 .menu > li.menu-item-has-children.menu-mega > a::after {
    color: #fff;
}
.jx-rebuild-header-4.jx-rebuild-header .fixed li:after {
    color: #fff;
}
jx-rebuild-header-4.jx-rebuild-header.fixed {
    background: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
/*---------------- Header #5 Style-----------------*/

.jx-rebuild-header-5 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}
.jx-rebuild-header-5 .jx-rebuild-header.header-line {
    background-color: rgba(255, 255, 255, 0.1);
}
.jx-rebuild-header-5 .jx-rebuild-menu-holder {
    z-index: 7;
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0px auto 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    height: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.jx-rebuild-header-5 .jx-rebuild-header {
    height: 145px;
    position: relative;
    z-index: 7;
    border-bottom: 0;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}
.jx-rebuild-header-5 .jx-rebuild-menu-holder.jx-rebuild-sticky.fixed {
    position: fixed;
    max-width: 100%;
    width: 100% !important;
    left: 0 !important;
    margin: 0;
    top: 0;
    background: #333;
    z-index: 9999;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.jx-rebuild-header-5 .menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 24px 23px;
    border-radius: 10px;
    font-weight: 400;
}
.jx-rebuild-header-5 .menu > li > a:after i {
    color: #fff;
}
.jx-rebuild-header-5 .jx-rebuild-header-search {
    padding: 14px 26px 0px 18px;
    height: 69px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.jx-rebuild-header-5 .menu > li.menu-item-has-children::after {
    color: #fff;
}
.jx-rebuild-header-5 .menu > li.menu-item-has-children.menu-mega > a::after {
    color: #fff;
}
/*---------------------------------------------------------------
[10.0 Slider ]
----------------------------------------------------------------*/

.jx-rebuild-slider {
    position: relative;
    z-index: 0;
}
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden !important;
}
/* Revolution Slider */

.jx-caption-big-1 {
    background: rgba(51, 51, 51, 0.95);
    padding: 0px 30px !important;
    height: 78px;
    font-family: oswald;
    color: #fff;
    line-height: 78px !important;
    font-size: 55px !important;
    ;
}
.jx-caption-big-icon i {
    background: rgba(255, 179, 51, 0.95);
    color: #333;
    width: 78px;
    height: 78px;
    line-height: 78px !important;
    text-align: center;
    font-size: 30px !important;
}
.jx-caption-big-icon i:hover {
    background: rgba(51, 51, 51, 0.95);
    color: #fff;
    cursor: pointer;
}
.jx-caption-big-2 {
    color: #FFF !important;
    width: 576px !important;
    background: rgba(51, 51, 51, 0.95) none repeat scroll 0% 0% !important;
    padding: 20px !important;
    line-height: 1.2 !important;
    font-size: 15px !important;
    font-family: raleway !important;
    letter-spacing: 0 !important;
    font-weight: 300 !important;
}
/* custom arrows */

.tp-rightarrow.custom.tparrows {
    cursor: pointer;
    background: rgba(255, 179, 0, 0.9);
    width: 70px;
    height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
}
.tp-rightarrow.custom.tparrows:hover {
    cursor: pointer;
    background: rgba(50, 50, 50, 0.9) !important;
    width: 70px;
    height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
}
.tp-leftarrow.custom.tparrows {
    cursor: pointer;
    background: rgba(50, 50, 50, 0.9) !important;
    width: 50px;
    height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    transition: all 0.3s ease-out
}
.tp-leftarrow.custom.tparrows:hover {
    background: rgba(255, 179, 0, 0.9);
}
.custom.tparrows::before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 70px !important;
    text-align: center;
}

.rev_slider li.tp-revslider-slidesli {
    z-index: 999 !important;
}
/*---------------------------------------------------------------
[10.0 Page ]
----------------------------------------------------------------*/

.jx-rebuild-titlebar {
    height: 215px;
    background: #f9f9f9;
    padding-top: 26px;
    position: relative;
    overflow: hidden;
}
.jx-rebuild-titlebar .jx-rebuild-shape-left {
    position: absolute;
    top: 0px;
    height: 237px;
    transform: skew(20deg);
    width: 549px;
    left: -130px;
    background-color: rgba(255, 179, 0, 0.9);
}
.jx-rebuild-titlebar .jx-rebuild-shape-right {
    position: absolute;
    top: 0px;
    right: -187px;
    height: 222px;
    width: 700px;
    background-color: rgba(255, 179, 0, 0.9);
    transform: skew(-20deg);
}
/* Page Title */

.jx-rebuild-page-title {
    margin-top: 6px;
}
.jx-rebuild-breadcrumb {
    margin-top: 39px;
    font-size: 13px;
}
.jx-rebuild-page-title span:first-child {
    background: transparent;
    font-weight: 500
}
.jx-rebuild-page-title {
    background: #333;
    color: #ffb300;
    display: inline-block;
    padding: 5px;
    font-size: 30px;
    min-height: 70px;
    text-transform: uppercase
}
.jx-rebuild-page-title a {
    padding: 20px 20px;
}
.jx-rebuild-page-title a:hover {
    color: #fff;
}
.jx-rebuild-page-title span {
    *background: #ffb300;
    display: inline-block;
    padding: 15px 20px;
    font-size: 30px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}
/* Breadcrumb */

.jx-rebuild-breadcrumb a:after {
    content: '\f105';
    font-family: fontawesome;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 0;
}
.jx-rebuild-breadcrumb .pre-breadcrumb a:after {
    content: '\f105';
    font-family: fontawesome;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 0;
}
.jx-rebuild-breadcrumb span.current {
    display: inline-block;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
}
.jx-rebuild-titlebar.jx-rebuild-double-height {
    height: 350px;
}
.jx-rebuild-titlebar.jx-rebuild-double-height .jx-rebuild-page-title {
    margin-top: 6px;
}
.jx-rebuild-titlebar.jx-rebuild-double-height .jx-rebuild-breadcrumb {
    margin-top: 109px;
}
/* Header-5 Page Titlebar */

.jx-rebuild-titlebar.header-5-titlebar {
    height: 360px;
    background: #f9f9f9;
    padding-top: 185px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
/* Image Placholder Video Icon */

.jx-rebuild-image-over {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.jx-rebuild-image-over i {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 83px;
    font-size: 28px;
    color: #fff;
    z-index: 999;
    text-indent: 7px;
    cursor: pointer;
    transition: all .3s ease-out;
}
.jx-rebuild-image-over:hover i:after {
    background: rgba(0, 0, 0, 0.5);
}
.jx-rebuild-image-over i:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    left: -9px;
    top: -8px;
    border: 4px solid #fff;
    z-index: 0;
    background: rgba(255, 255, 255, 0.5);
}
/* 404 Eror Page */

.jx-rebuild-error-page {
    text-align: center;
    line-height: 1;
    min-height: 500px;
    margin-top: 0px
}
.jx-rebuild-error-page .jx-rebuild-error-msg h1 {
    font-size: 60px;
}
.jx-rebuild-error-page .jx-rebuild-error-code {
    font-size: 320px;
    font-family: oswald;
    margin-top: 60px;
    color: #000;
}
/* Service Page */

.jx-rebuild-service-content h4 {
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
}
.jx-rebuild-service-flexslider {
    margin-bottom: 30px;
}
/* Why Choose Us */

.jx-rebuild-list-normal li::before {
    content: '\f00c';
    font-family: fontawesome;
    margin-right: 10px;
    color: #ffb300;
}
.jx-rebuild-service-footer-box .jx-rebuild-title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}
.jx-rebuild-service-footer-box > i {
    font-size: 19px;
    margin-top: 10px;
    color: #333;
}
.jx-rebuild-sercvice-list ul {
    margin: 0;
}
.jx-rebuild-sercvice-list li {
    margin-bottom: 10px;
}
.jx-rebuild-sercvice-list li:last-child {
    margin-bottom: 24px;
}
.jx-rebuild-sercvice-list li:before {
    content: '\f00c';
    font-family: fontawesome;
    margin-right: 10px;
    color: #ffb300
}
.jx-rebuild-btn.jx-rebuild-colored span {} .jx-rebuild-service-flexslider .flexslider {
    background: transparent !important;
    margin: 0 !important;
    box-shadow: none;
    border: 0;
}
.jx-rebuild-service-flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.jx-rebuild-service-flexslider .flex-control-nav li a {
    line-height: 2;
    width: 30px;
    text-shadow: none;
    box-shadow: none;
    width: 15px;
    height: 15px;
    background: #ffb300 !important;
    ;
}
.jx-rebuild-service-flexslider .flex-control-nav li a.flex-active {
    border: 2px solid #ffb300;
    line-height: 1.7;
    text-shadow: none;
    box-shadow: none;
    background: transparent !important;
    ;
}
/*---------------------------------------------------------------
[5.0 Footer ]
----------------------------------------------------------------*/


/*Intro Footer */
.jx-rebuild-footer-1.jx-footer-intro .jx-rebuild-footer{
  padding:90px 0;
}
.jx-rebuild-footer-1.jx-footer-intro .jx-rebuild-footer-logo {
    width: 300px;
    margin-bottom: 20px;
}

.jx-rebuild-footer-1.jx-footer-intro .jx-rebuild-copy-right {
    color: #a8a8a8;
    text-align: center;
    padding-top: 0px;
    font-size: 14px;
}

.jx-rebuild-footer-section .jx-footer-intro  .jx-rebuild-widget-social-icon ul {
    margin: 0px auto;
    padding: 25px 0px 0px 0px;
    float: none;
	max-width:480px;
}

.jx-rebuild-footer-section .jx-footer-intro  .jx-rebuild-widget-social-icon ul li {
    border:1px solid #333
}

	

/*Footer*/
.jx-rebuild-footer-section {
    position: relative;
    z-index: 0;
}
.jx-rebuild-footer-1 .jx-rebuild-footer-logo {
    width: 220px;
    margin-bottom: 20px;
}
.jx-rebuild-footer-1 .jx-rebuild-footer {
    background: #222222;
    color: #cccccc;
    padding-top: 60px;
    padding-bottom: 40px;
}
.jx-rebuild-footer-1 .jx-rebuild-sub-footer {
    background: #111111;
    min-height: 147px;
}
.jx-rebuild-footer-1 .jx-rebuild-copy-right {
    color: #a8a8a8;
    text-align: left;
    padding-top: 60px;
    font-size: 14px;
}
.jx-rebuild-footer-1 .jx-rebuild-footer h3 {
    color: #FFB300;
    padding: 4px 0px 11px;
    font-weight: 600;
    font-size: 40px;
    font-family: oswald;
}
.jx-rebuild-footer-1 .jx-rebuild-footer h3 span {
    color: #ffffff;
}
.jx-rebuild-footer-1 .jx-rebuild-footer-title {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 14px 0px;
    line-height: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
}
/*================ Footer #2 ================ */

.jx-rebuild-footer-section .jx-rebuild-footer-2 .widget {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #444;
    height: 256px;
    padding: 35px 0px 0px 0px;
    margin-bottom: 0;
}
.jx-rebuild-footer-2 .jx-rebuild-footer-logo {
    width: 220px;
    margin-bottom: 20px;
}
.jx-rebuild-footer-2 .jx-rebuild-footer {
    background: #262626;
    color: #cccccc;
    padding-top: 0px;
    padding-bottom: 0px;
}
.jx-rebuild-footer-2 .jx-rebuild-sub-footer {
    background: #262626;
    height: 75px;
    min-height: 75px;
    border-top: solid 1px #444444;
}
.jx-rebuild-footer-2 .jx-rebuild-copy-right {
    color: #a8a8a8;
    text-align: left;
    padding-top: 27px;
    font-size: 14px;
}
.jx-rebuild-footer-2 .jx-rebuild-footer h3 {
    color: #FFB300;
    padding: 4px 0px 11px;
    font-weight: 600;
    font-size: 40px;
    font-family: oswald;
}
.jx-rebuild-footer-2 .jx-rebuild-footer h3 span {
    color: #ffffff;
}
.jx-rebuild-footer-2 .jx-rebuild-footer-title {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 14px 0px;
    line-height: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
}
.jx-rebuild-footer-section .jx-rebuild-footer-2 .jx-rebuild-about .widget {
    display: inline-block;
    width: 100%;
    border-right: 0;
    height: auto;
    padding: 5px 10px 5px;
    margin-bottom: 0px;
}
.jx-rebuild-footer-section .jx-rebuild-footer-2 .jx-rebuild-about .widget .textwidget {
    border: none;
}
.jx-rebuild-footer-section .jx-rebuild-footer-2 .jx-rebuild-widget-social-icon ul {
    margin: 0px;
    padding: 15px 0px 0px;
    float: right;
}
.jx-rebuild-footer-section .jx-rebuild-footer-2 .jx-rebuild-widget-social-icon ul {
    margin: 0px;
    padding: 15px 0px 0px;
    float: right;
}
.jx-rebuild-footer-section .jx-rebuild-footer-2 .jx-rebuild-widget-social-icon ul li {
    border: solid 1px #444;
}
/* Footer Basic ================ */

.jx-rebuild-footer-section .widget {
    margin-bottom: 23px;
}
/* Footer Wedgets ============= */

.jx-rebuild-tags-footer ul {
    padding: 0px;
    margin: 0px;
}
.jx-rebuild-tags-footer ul li {
    padding: 9px 17px;
    margin: 0px 6px 6px 0px;
    color: #999999;
    background: #000000;
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.jx-rebuild-tags-footer ul li:hover {
    background: #ffb300;
    color: #000;
    cursor: pointer;
}
.jx-rebuild-footer-section .jx-rebuild-border {
    border-bottom: solid 1px #323232;
    padding-top: 34px;
}
/* Footer Wedget About ========= */

.jx-rebuild-footer-section .jx-rebuild-about .jx-rebuild-btn-default {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid transparent;
    text-align: center;
    font-weight: 400;
    margin-top: -5px;
}
.jx-rebuild-footer-section .jx-rebuild-about .jx-rebuild-btn-default:hover {
    color: #FFB300;
    background: #333;
}
/* Footer Wedget Tags ========= */

.jx-rebuild-footer-section .jx-rebuild-widget-newsletter .jx-rebuild-form-wrapper input {
    padding: 10px 13px;
    float: left;
    font-size: 17px;
    border: 0px none;
    background: #FFF none repeat scroll 0% 0%;
    height: 40px;
    border-radius: 0px;
    width: 85.72%;
}
.jx-rebuild-footer-section .jx-rebuild-widget-newsletter .jx-rebuild-form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0px none;
    padding: 0px;
    cursor: pointer;
    font: bold 26px/40px "Oswald", "trebuchet MS", "Tahoma";
    color: #FFF;
    background: #FFB300;
}
.jx-rebuild-footer-section .jx-rebuild-widget-newsletter .jx-rebuild-form-wrapper button {
    height: 40px;
    width: 40px;
    line-height: 20px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-newsletter button:hover {
    background: #000 !important;
}
.jx-rebuild-footer-section .jx-rebuild-widget-newsletter button:hover i {
    color: #ffb300;
}
.jx-rebuild-footer-section .jx-rebuild-widget-newsletter .search-inline-block {
    display: block;
    margin-right: 40px;
}
/* Footer Wedget Newsletter subscribe ====== */

.jx-rebuild-footer-section .widget_pages ul li {
    color: #FFB300;
    font-size: 14px !important;
}
.jx-rebuild-footer-section .widget_pages ul li a {
    color: #ffffff;
}
.jx-rebuild-footer-section .widget_pages ul li a:hover {
    color: #FFB300;
}
.jx-rebuild-footer-section .widget_rebuild_subscribe #mailchimp-sign-up p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}
/* Footer widget Recent Post ====== */

.jx-rebuild-widget-request-quote {
    margin-left: 16px;
}
.jx-rebuild-widget-request-quote .title {
    font-size: 21px;
    font-family: oswald;
    color: #C7C7C7;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 3px;
    font-weight: 200;
}
.jx-rebuild-widget-request-quote .number {
    font-size: 45px;
    font-family: oswald;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 10px;
}
.jx-rebuild-widget-request-quote .or {
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 5px;
    line-height: 1.2em;
    float: left;
}
.jx-rebuild-widget-request-quote .jx-rebuild-big-iconed-button {
    background-color: #FFB300;
    border-radius: 50px;
    width: 234px;
}
.jx-rebuild-widget-request-quote .jx-rebuild-quote-button {
    padding-top: 40px;
    text-align: center;
    left: -18px;
    position: relative;
}
.jx-rebuild-widget-request-quote .jx-rebuild-quote-button a {
    background-color: #FFB300;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    padding: 17px 0px;
    border-radius: 50px;
    font-family: oswald;
    border: 1px solid #FFB300;
}
.jx-rebuild-widget-request-quote .jx-rebuild-quote-button a:hover {
    background-color: #333 !important;
    color: #ffffff;
    border: 1px solid #ffffff !important;
}
.jx-rebuild-widget-request-quote .jx-rebuild-left-border {
    float: left;
    width: 122px;
    margin-top: 4px;
    height: 7px;
    border-bottom: 1px solid #444444;
}
.jx-rebuild-widget-request-quote .jx-rebuild-right-border {
    float: left;
    width: 122px;
    margin-top: 4px;
    height: 7px;
    border-bottom: 1px solid #444444;
}
/* Smaller */

.jx-rebuild-widget-request-quote.jx-rebuild-smaller .number {
    font-size: 38px;
    font-family: oswald;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 10px;
}
.jx-rebuild-widget-request-quote.jx-rebuild-smaller .jx-rebuild-left-border {
    float: left;
    width: 100px;
    margin-top: 4px;
    height: 7px;
    border-bottom: 1px solid #444444;
}
.jx-rebuild-widget-request-quote.jx-rebuild-smaller .jx-rebuild-right-border {
    float: left;
    width: 100px;
    margin-top: 4px;
    height: 7px;
    border-bottom: 1px solid #444444;
}
/* Footer widget Request Quota ====== */
/* Sidebar Pages Wedget  ====== */
/* Search Widget */

.jx-rebuild-footer-section .search-input input {
    float: left;
    width: 80%;
    height: 40px;
    border-radius: 0;
}
.jx-rebuild-footer-section .search-input button {
    height: 40px;
    width: 40px;
    background: #ffb300;
    border: none
}
.jx-rebuild-footer-section .search-input button i {
    font-size: 20px;
}
.jx-rebuild-footer-section .search-input button:hover {
    background: #333;
}
.jx-rebuild-footer-section .search-input button:hover i {
    color: #ffb300
}
/* Footer Widget Serach ====== */

.jx-rebuild-footer-section .jx-rebuild-flickr-widget ul {
    margin: 0px;
    padding: 0px;
}
.jx-rebuild-footer-section .jx-rebuild-flickr-widget ul li {
    margin: 0px 8px 8px 0px;
    float: left;
    display: block;
    padding: 0px;
    height: 85px;
    width: 85px;
    background: #9f9f9f;
}
.jx-rebuild-footer-section .jx-rebuild-flickr-widget ul li img {
    width: 100%;
    height: 100%
}
.jx-rebuild-flickr-widget li {
    position: relative;
    cursor: pointer;
}
.jx-rebuild-flickr-widget li:after {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.jx-rebuild-flickr-widget li:before {
    font-family: fontawesome;
    font-size: 0px;
    z-index: 2;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
}
.jx-rebuild-flickr-widget li:hover:before {
    content: '\f065';
    font-family: fontawesome;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    z-index: 2;
    opacity: 1;
    transform: rotate(0deg);
}
.jx-rebuild-flickr-widget li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #FFB300;
    width: 85px;
    height: 85px;
    z-index: 1;
    opacity: 0.8;
}
/* Footer Wedget Flickr ====== */

.jx-rebuild-footer-section .jx-rebuild-address-widget ul {
    margin: 0px;
    padding: 7px 0px 0px;
}
.jx-rebuild-footer-section .jx-rebuild-address-widget ul li {
    margin: 0px;
    padding: 0px 0px 24px;
    font-family: open sans;
}
.jx-rebuild-footer-section .jx-rebuild-address-widget li i {
    float: left;
    font-size: 25px;
    color: #444444;
    margin-right: 14px;
    text-align: center;
    width: 25px;
}
.jx-rebuild-footer-section .jx-rebuild-address-widget li div {
    padding-top: 2px;
}
/* Footer Wedget Address ====== */

.jx-rebuild-footer-section .jx-rebuild-widget-recent-post ul {
    margin: 0px;
    padding: 0px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post ul li {
    margin: 0px;
    padding: 0px 0px 20px;
    margin-bottom: 8px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post ul li:last-child {
    margin: 0px 0px 8px;
    padding: 0px 0px 4px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post ul li a {
    color: #FFFFFF;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post ul li a:hover {
    color: #FFB300;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .image {
    background: #999999;
    width: 96px;
    height: 62px;
    float: left;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .post-content {
    padding-left: 105px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .title {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 5px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .date {
    color: #999999;
    font-size: 14px;
    padding-bottom: 4px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .category-name {
    color: #999999;
    font-size: 14px;
    padding-bottom: 9px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .jx-rebuild-btn-default {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
    font-weight: 400;
    background: #000;
}
.jx-rebuild-footer-section .jx-rebuild-widget-recent-post .jx-rebuild-btn-default:hover {
    color: #FFB300;
}
/* Footer Wedget Recent Post ====== */

.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul {
    margin: 0px;
    padding: 43px 0px 0px 0px;
    float: right;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 5px;
    text-align: center;
    border: solid 1px #212121;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li a {
    color: #9e9e9e;
    width: 47px;
    height: 47px;
    display: block;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li a:hover {} .jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li i {
    padding-top: 14px;
    font-size: 22px;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.facebook:hover {
    background: #3b5998;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.twitter:hover {
    background: #4099FF;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.linkedin:hover {
    background: #007bb6;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.dribbble:hover {
    background: #F26798;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.youtube:hover {
    background: #C3181E;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.googleplus:hover {
    background: #DD4B39;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.instagram:hover {
    background: #125688;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.flickr:hover {
    background: #ff0084;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li.pinterest:hover {
    background: #cb2027;
}
.jx-rebuild-footer-section .jx-rebuild-widget-social-icon ul li:hover i {
    color: #ffffff;
}
/* Footer widget Social ================================= */
/*---------------------------------------------------------------
[6.0 TITLES ]
----------------------------------------------------------------*/

.jx-rebuild-section-title-1 {
    text-align: center;
    margin-bottom: 31px;
    position: relative;
}
.jx-rebuild-section-title-1 .jx-rebuild-title {
   	font-size: 48px;
	font-weight: 500;
	padding: 0px 27px;
	line-height: 1.2em;
	float: left;
	color: #333;
	font-family: 'Oswald';
}
.jx-rebuild-section-title-1.light .jx-rebuild-title {
    color: #fff !important;
}
.jx-rebuild-section-title-1.dark .jx-rebuild-title {
    color: #333;
}
.jx-rebuild-section-title-1 .jx-rebuild-title-position {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}
.jx-rebuild-section-title-1 .jx-rebuild-left-border {
    float: left;
    width: 71px;
    margin-top: 22px;
    height: 10px;
    border-bottom: solid 3px #FFB300;
}
.jx-rebuild-section-title-1 .jx-rebuild-right-border {
    float: left;
    width: 70px;
    margin-top: 22px;
    height: 10px;
    border-bottom: solid 3px #FFB300;
}
.jx-rebuild-section-title-1 .jx-rebuild-seperator-icon i {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    color: #FFB300;
}
.jx-rebuild-section-title-1 .jx-rebuild-subtitle {
    color: #333;
    font-size: 16px;
    max-width: 532px;
    margin: 0px auto;
    line-height: 1.3;
    margin-bottom: 61px;
}
.jx-rebuild-section-title-1.light .jx-rebuild-subtitle {
    color: #fff !important;
}
/*========= Section Title Type Style # 2 ============*/

.jx-rebuild-section-title-2 .jx-rebuild-brucket-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 8px;
}
.jx-rebuild-section-title-2 .jx-rebuild-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 35px;
    font-family: raleway;
}
.jx-rebuild-section-title-2 .jx-rebuild-title.small-text {
    font-size: 18px;
    margin-bottom: 3px;
}
.jx-rebuild-section-title-2 .jx-rebuild-seperator-hr {
    border-radius: 25px;
    height: 4px;
    width: 85px;
    margin-bottom: 20px;
    margin-left: 0;
    border: none;
    background-color: #FFB300;
}
.jx-rebuild-section-title-2.jx-rebuild-light .jx-rebuild-title {
    color: #fff;
}
/* Light */

.jx-rebuild-section-title-2.light .jx-rebuild-title {
    color: #fff;
}
/*========= Section Title Type Style # 3 ============*/

.jx-rebuild-section-title-3 {
    position: relative;
}
.jx-rebuild-section-title-3 .jx-rebuild-brucket-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 8px;
}
.jx-rebuild-section-title-3 .jx-rebuild-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
    line-height: 35px;
    margin-left: 0px;
}
.jx-rebuild-section-title-3 .jx-rebuild-title.small-text {
    font-size: 18px;
    margin-bottom: 3px;
}
.jx-rebuild-section-title-3 .jx-rebuild-seperator-hr {
    border-radius: 25px;
    height: 20px;
    width: 2px;
    margin-bottom: 20px;
    border: medium none;
    background-color: #FFB300;
    position: absolute;
    top: 7px;
    left: 0px;
    margin-left: 0px;
    margin-right: 40px;
    right: 20px;
}
.jx-rebuild-section-title-3.jx-rebuild-light .jx-rebuild-title {
    color: #fff;
}
/*========= Section Title Type Style # 3 ============*/

.jx-rebuild-section-title-4 {
    position: relative;
}
.jx-rebuild-section-title-4 .jx-rebuild-brucket-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 8px;
}
.jx-rebuild-section-title-4 .jx-rebuild-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 35px;
    font-family: raleway;
    margin-left: 10px;
}
.jx-rebuild-section-title-4 .jx-rebuild-title.small-text {
    font-size: 18px;
    margin-bottom: 3px;
}
.jx-rebuild-section-title-4 .jx-rebuild-seperator-hr {
    border-radius: 25px;
    height: 20px;
    width: 2px;
    margin-bottom: 20px;
    border: medium none;
    background-color: #FFB300;
    position: absolute;
    top: 7px;
    left: 0px;
    margin-left: 0px;
    margin-right: 40px;
    right: 20px;
}
.jx-rebuild-section-title-4.jx-rebuild-light .jx-rebuild-title {
    color: #fff;
}
/*========= Section Title Type Style # 4 ============*/

.jx-rebuild-section-title-5 {
    text-align: center;
    margin-bottom: 31px;
    position: relative;
}
.jx-rebuild-section-title-5 .jx-rebuild-title {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    font-family: 'Montserrat';
    padding: 15px 5px;
}
.jx-rebuild-section-title-5.light .jx-rebuild-title {
    color: #fff !important;
}
.jx-rebuild-section-title-5.dark .jx-rebuild-title {
    color: #333;
}
.jx-rebuild-section-title-5 .jx-rebuild-title-position {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}
.jx-rebuild-section-title-5 .jx-rebuild-left-border {
    border-bottom: solid 3px #FFB300;
}
.jx-rebuild-section-title-5 .jx-rebuild-right-border {
    border-bottom: solid 3px #FFB300;
}
.jx-rebuild-section-title-5 .jx-rebuild-seperator-icon i {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    color: #FFB300;
}
.jx-rebuild-section-title-5 .jx-rebuild-subtitle {
    color: #333;
    font-size: 16px;
    max-width: 900px;
    margin: 0px auto;
    line-height: 1.5;
}
/*========= Section Title Type Style # 5 ============*/

.jx-rebuild-section-title-6 {
    text-align: center;
    margin-bottom: 31px;
    position: relative;
}
.jx-rebuild-section-title-6 .jx-rebuild-title {
    font-size: 30px;
    font-weight: 400;
    padding: 0px 15px;
    line-height: 1.2em;
    float: left;
    color: #333;
    font-family: 'Montserrat';
    border-left: solid 4px #FFB300;
    border-right: solid 4px #FFB300;
}
.jx-rebuild-section-title-6.light .jx-rebuild-title {
    color: #fff;
}
.jx-rebuild-section-title-6.dark .jx-rebuild-title {
    color: #333;
}
.jx-rebuild-section-title-6 .jx-rebuild-title-position {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}
.jx-rebuild-section-title-6 .jx-rebuild-seperator-icon i {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    color: #FFB300;
}
.jx-rebuild-section-title-6 .jx-rebuild-subtitle {
    color: #333;
    font-size: 16px;
    max-width: 900px;
    margin: 0px auto;
    line-height: 1.5;
}

.jx-rebuild-section-title-6.light .jx-rebuild-subtitle{
	color:#fff;
}

/*========= Section Title Type Style # 6 ============*/

.jx-rebuild-section-title-7 {
    text-align: center;
    margin-bottom: 31px;
    position: relative;
}
.jx-rebuild-section-title-7 .jx-rebuild-title {
    font-size: 30px;
    font-weight: 400;
    padding: 5px 15px;
    line-height: 1.2em;
    float: left;
    color: #333;
    font-family: 'Montserrat';
    border-left: 60px solid #FFB300;
    border-right: 60px solid #FFB300;
    border-top: solid 1px #ffb300;
    border-bottom: solid 1px #FFB300;
}
.jx-rebuild-section-title-7.light .jx-rebuild-title {
    color: #fff;
}
.jx-rebuild-section-title-7.dark .jx-rebuild-title {
    color: #333;
}
.jx-rebuild-section-title-7 .jx-rebuild-title-position {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}
.jx-rebuild-section-title-7 .jx-rebuild-seperator-icon i {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    color: #FFB300;
}
.jx-rebuild-section-title-7 .jx-rebuild-subtitle {
    color: #333;
    font-size: 16px;
    max-width: 900px;
    margin: 0px auto;
    line-height: 1.5;
}
/*========= Section Title Type Style # 7 ============*/

.jx-rebuild-service-content table {
    margin-bottom: 40px;
}
table.style_b tr {
    height: 40px;
    line-height: 40px;
}
table.style_b tr:nth-child(even) {
    background: #f9f9f9;
}
.style_b tr {
    transition: all 0.3s ease-out
}
.style_b tr:hover {
    transform: scale(1.02);
    background: #ffb300 !important;
}
/* Service Completed Projects */

.jx-rebuild-service-completed-prjcts .jx-rebuild-completed-prjcts-item {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.jx-rebuild-service-completed-prjcts .jx-rebuild-completed-prjcts-item:last-child {
    margin-right: 0px;
}
.jx-rebuild-completed-prjcts-item {
    width: 32.5%;
}
.jx-rebuild-completed-prjcts-info {
    background: #ffb300;
    padding: 10px;
    color: #fff;
    font-size: 18px;

}
.jx-rebuild-completed-prjcts-item:hover .jx-rebuild-completed-prjcts-info {
    background: #333;
    cursor: pointer
}
.jx-rebuild-completed-prjcts-info a {
    color: #fff;
    transition: all 0.3s ease-out;
}
.jx-rebuild-completed-prjcts-info a:hover {
    color: #ffb300;
}
/*---------------------------------------------------------------
[7.0 PAGE SIDEBAR ]
----------------------------------------------------------------*/

#sidebar {} .page-template-template-quote #sidebar .mb40:first-child {
    margin: 0 !important;
}
/*------- Sidebar --------*/

.jx-rebuild-sidebar-block h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
/*------- Sidebar Title --------*/

.jx-rebuild-sidebar-menu ul {
    padding: 0px;
    margin: 0px;
}
.jx-rebuild-sidebar-menu ul li {
    margin: 0 0 6px;
    color: #000;
    border: 1px solid #eee;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}
.jx-rebuild-sidebar-menu ul li.current_page_item a {
    background: #ffb300;
}
.jx-rebuild-sidebar-menu ul li a {
    color: #000;
    padding: 13px 24px;
    width: 100%;
    display: block;
    background-color: #F9F9F9;
}
.jx-rebuild-sidebar-menu ul li:hover a {
    color: #fff;
    background: #ffb300;
}
.jx-rebuild-sidebar-menu ul li.active:hover {
    color: #fff;
    background: #333;
}
.jx-rebuild-sidebar-menu ul li:hover {
    color: #fff;
    background: #333;
}
.jx-rebuild-sidebar-menu ul li.current_page_item {
    background-color: #FFB300;
}
.jx-rebuild-sidebar-menu ul li.current_page_item a::before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FAB702;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 17px;
}
.jx-rebuild-sidebar-menu ul li.current_page_item a::after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 17px;
}
/*------- Sidebar menu --------*/
/*-------- Request A Quote -----*/

.jx-rebuild-quote-rquest h2 {
    font-size: 22px;
    text-transform: uppercase
}
.jx-rebuild-quote-rquest {
    border: 1px solid #eee;
    padding: 20px 10px;
    text-align: center;
}
.jx-rebuild-quote-rquest .jx-rebuild-big-iconed-button {
    background-color: #ffb300;
    border-radius: 50px;
    width: 180px;
}
.jx-rebuild-quote-rquest .jx-rebuild-quote-button a {
    background-color: #ffb300;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 50px;
}
.jx-rebuild-quote-rquest .jx-rebuild-quote-button a:hover {
    background-color: #333 !important;
    color: #fff;
}
.jx-rebuild-quote-rquest i {
    font-size: 35px;
    vertical-align: middle;
    color: #000;
}
.jx-rebuild-quote-rquest .jx-rebuild-title {
    font-size: 25px;
    vertical-align: middle;
    color: #000;
    margin-bottom: 15px;
}
/*-------- Download Button -----*/

.jx-rebuild-big-iconed-button {
    background: #f9f9f9;
    display: inline-block;
    width: 100%;
}
.widget_rebuild_download .jx-rebuild-button {
    display: block;
    text-align: left
}
.jx-rebuild-big-iconed-button a {
    background: #aaa none repeat scroll 0% 0%;
    display: inline-block;
    padding: 13px 20px;
    font-size: 17px;
    color: #fff;
    width: 100%;
    font-weight: 300;
}
.jx-rebuild-big-iconed-button i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: bottom;
}
.jx-rebuild-big-iconed-button a:hover {
    *background: #ffb300;
    color: #333;
}
/*-------- Office Contact ------*/

.jx-rebuild-sidebar-address ul {
    margin: 0px;
    padding: 7px 0px 0px;
}
.jx-rebuild-sidebar-address ul li {
    margin: 0px;
    padding: 0px 0px 26px;
    font-family: open sans;
}
.jx-rebuild-sidebar-address li i {
    float: left;
    font-size: 33px;
    color: #444;
    margin-right: 14px;
    text-align: center;
    width: 25px;
    height: 32px;
    line-height: 1;
}
.jx-rebuild-sidebar-address li div {
    padding-top: 2px;
}
/*---------------------------------------------------------------
[8.0 Blog ]
----------------------------------------------------------------*/
/* Sticky */

.jx-rebuild-blog.sticky .jx-rebuild-blog-item {
    background: #f9f9f9;
    padding: 20px;
    padding-bottom: 30px;
}
.sticky {
    position: relative
}
.sticky::after {
    content: "FEATURED";
    background-color: #fac42b;
    font-family: 'Oswald';
    position: absolute;
    top: 20px;
    font-weight: 500;
    right: 0px;
    height: 20px;
    margin-bottom: 60px;
    font-size: 18px;
    padding: 10px;
    color: #000;
}
.single-post .jx-rebuild-description {
    margin-bottom: 20px;
}
/* ---------------Sidebar-------------------*/
/*No Sidebar */

.no-sidebar {
    display: none !important;
}
/*left Sidebar*/

.content-right {
    float: right !important;
}
.sidebar-left {
    float: right;
}
/*right Sidebar*/

.content-left {} .sidebar-right {
    float: right !important;
    ;
}
/* ---------------Pagination----------------*/

.jx-rebuild-pagination .screen-reader-text,
.jx-rebuild-pagination .next,
.jx-rebuild-pagination .prev {
    display: none;
}
.jx-rebuild-pagination span.page-numbers.current {
    background: #ffb300;
    color: #333;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
}
.jx-rebuild-pagination span.page-numbers.current {
    color: #333;
    font-size: 20px;
}
.jx-rebuild-pagination .page-numbers {
    width: 40px;
    height: 40px;
    float: left;
    background: #333;
    font-size: 15px;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    font-family: open sans;
    border-radius: 50%;
    transition: all 0.3s ease-out
}
.jx-rebuild-pagination .page-numbers.dots {
    color: #ffb300
}
.jx-rebuild-pagination .page-numbers:hover {
    background: #ffb300;
}
.jx-rebuild-pagination .page-number:hover {
    transition: all 0.3s ease-out
}
.jx-rebuild-pagination .page-numberss:hover a {
    color: #333;
}
/* ------------ Blog Single Page ------*/

.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-date {
    Font-size: 33px;
    color: #ffb300;
    margin-right: 20px;
    height: 60px;
    font-family: 'Montserrat';
    font-weight: 500;
    float: left;
    line-height: 0.8;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-date .day {
    Font-size: 45px;
    color: #ffb300;
    line-height: 0.8;
    text-transform: uppercase;
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-date .month {
    Font-size: 20px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-title {
    Font-size: 33px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-title a {
    color: #333;
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-title a:hover {
    color: #333;
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-blog-meta {
    margin-top: 5px;
    line-height: 35px;
    margin-bottom: 0px;
}
.jx-rebuild-blog-1.jx-blog-large .jx-rebuild-image-holder {
    margin-bottom: 20px;
}
.jx-rebuild-blog-1.jx-blog-large .jx-rebuild-description {
    margin-bottom: 40px;
}
.jx-rebuild-blog-meta ul {
    margin-left: 0
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-blog-meta li {
    display: inline-block;
    Font-size: 13px;
    color: #999;
    font-family: open sans;
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    border-right: 1px solid;
    padding-right: 15px;
    margin-bottom: 0
}
.jx-rebuild-blog-1 .jx-rebuild-blog-title-metabox .jx-rebuild-blog-meta li:last-child {
    border-right: none;
}
/* Image Slider */

.jx-rebuild-blog-1 .jx-rebuild-blog-image iframe {
    width: 100%;
    height: 495px;
}
/* Fleslider nav */

.jx-rebuild-blog-item .flexslider .flex-control-paging {
    bottom: 10px
}
.jx-rebuild-blog-item .flexslider .flex-control-paging li > a {
    background: #333;
    margin-left: -5px;
}
.jx-rebuild-blog-item .flexslider .flex-control-paging li > a.flex-active {
    background: transparent;
}
.jx-rebuild-blog-item .flexslider {
    margin-bottom: 20px;
}
/* Image Hover */

.jx-rebuild-blog-image img {
    position: relative;
}
.jx-rebuild-blog-image .jx-rebuild-image-hoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255, 179, 0, 0.8);
    transition: all 0.3s ease-out
}
.jx-rebuild-blog-image:hover .jx-rebuild-image-hoverlay {
    opacity: 1;
}
.jx-rebuild-blog-image .jx-rebuild-blog-btns-hover {
    position: absolute;
    z-index: 999;
    color: #333;
    top: 120%;
    left: 50%;
    margin-left: -70px;
    margin-top: -30px;
    transition: all 0.3s ease-out
}
.jx-rebuild-blog-image:hover .jx-rebuild-blog-btns-hover {
    top: 50%;
}
.jx-rebuild-blog-image .jx-rebuild-blog-btns-hover i {
    background: #333;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 23px;
    border-radius: 50%;
    margin-right: 5px;
}
.jx-rebuild-blog-image .jx-rebuild-blog-btns-hover i:hover {
    color: #fff;
}
.jx-rebuild-blog-1 .flexslider {
    margin-bottom: 20px
}
/* Read More --*/

.jx-rebuild-blog-more a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    *background: #ffb300;
    transition: all 0.3s ease-out
}
.jx-rebuild-blog-more a i {
    margin-right: 10px;
}
.jx-rebuild-blog-more a:hover {
    color: #ffb300;
    background: #333
}
.jx-rebuild-blog-item {
    margin-bottom: 80px;
}
.jx-rebuild-blog-1 .jx-rebuild-image-holder {
    margin-bottom: 15px;
}
.single-post .jx-rebuild-blog-item {
    margin-bottom: 20px;
}
.jx-rebuild-blog-item .jx-rebuild-blog-more {
    margin-top: 30px
}
/* Tags */

.jx-rebuild-blog-tag i {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-right: 10px;
    color: #333
}
.jx-rebuild-blog-tag li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eee;
    padding: 0 15px;
    font-size: 14px;
    background: #f9f9f9;
    height: 40px;
    line-height: 40px;
}
.jx-rebuild-blog-tag li a {
    color: #333;
}
.jx-rebuild-blog-tag li:hover {
    background: #333;
}
.jx-rebuild-blog-tag li:hover a {
    color: #ffb300;
}
.single-post .navigation.post-navigation .nav-links div {
    display: none
}
/* Comments */
/* Comment Block ==================================================*/

.comment-reply-title {
    display: none;
}
.comment-form #comment-submit {
    font-weight: 600;
    color: #fff;
    background: #333
}
.comment-form input[type="submit"] {
    background: #333;
    color: #fff;
    font-size: 14px;
    border: 0;
    font-weight: 500
}
ul.comments .comment-block p {
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
}
.comments .comment-reply-link {
    font-weight: 600;
}
.comments span a {
    color: #333 !important;
}
.comments span a:hover {
    color: #ffb300 !important;
}
.comment-form input[type="submit"]:hover {
    background: #ffb300;
    color: #333;
    border: 0;
    font-weight: 500
}
.screen-reader-text {
    display: none;
}
.block-heading {
    overflow: hidden
}
.heading-hr h5::after {
    background: transparent url("framework/images/stripe.png") repeat scroll 0% 0%;
    width: 100%;
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    height: 0.75em;
    margin: 0px -200% 0px 0px;
    overflow: hidden;
}
ul.comments {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
ul.comments li {
    clear: both;
    padding: 10px 0px 0px 115px;
}
ul.comments li .comment {
    margin-bottom: 10px;
}
ul.comments li .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}
.img-thumbnail {
    border-radius: 4px;
    position: relative;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    transition: all 0.2s ease-in-out 0s;
}
ul.comments li img.avatar {
    height: 80px;
    width: 80px;
}
.comments-container li {
    list-style: none
}
.img-thumbnail img {
    border: 5px solid #ddd
}
ul.comments .comment-block {
    background: #f9f9f9 none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}
ul.comments .comment-arrow {
    border-bottom: 10px solid transparent;
    border-right: 15px solid #f9f9f9;
    border-top: 10px solid transparent;
    height: 0px;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0px;
}
ul.comments .comment-block .comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px 0px 5px;
}
ul.comments .comment-block p {
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
}
ul.comments .comment-block .date {
    color: #000;
    font-size: 0.9em;
}
/*--- Tool Tips ----*/

.tooltip {
    display: inline;
    position: relative;
    z-index: 999;
}
/* Tooltip */

.tooltip-content {
    position: absolute;
    z-index: 9999;
    height: 33px;
    padding: 7px 15px;
    left: 50%;
    margin-left: -38px;
    bottom: 100%;
    border-radius: 9px;
    text-align: center;
    background: none repeat scroll 0% 0% #000;
    color: #FFF;
    opacity: 0;
    margin-bottom: 32px;
    cursor: default;
    pointer-events: none;
    font-size: 13px;
    font-family: raleway;
    width: 83px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    
    filter: alpha(opacity=0);
    /* IE 5-7 */
    
    -moz-opacity: 0;
    /* Netscape */
    
    -khtml-opacity: 0;
    /* Safari 1.x */
    
    margin-bottom: 32px;
    cursor: default;
    pointer-events: none;
}
.tooltip-content i {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    
    filter: alpha(opacity=0);
    /* IE 5-7 */
    
    -moz-opacity: 0;
    /* Netscape */
    
    -khtml-opacity: 0;
    /* Safari 1.x */
    
    ;
}
.tooltip-effect-4 .tooltip-content {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-4 .tooltip-content i {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.sharebox li:hover .tooltip-content,
.sharebox li:hover .tooltip-content i {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.tooltip-effect-1:hover .tooltip-content i {
    -webkit-transform: rotate3d(1, 1, 1, 0);
    transform: rotate3d(1, 1, 1, 0);
}
/* Arrow */

.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -7px 0 0 -15px;
    width: 30px;
    height: 20px;
    background: url(../images/down_arrow.png) no-repeat center center;
    background-size: 100%;
}
/*--- Author Box ----*/

.jx-rebuild-author-box {
    height: 150px;
    padding: 20px
}
.jx-rebuild-author-image {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px
}
.jx-rebuild-author-name {
    font-size: 18px
}
.jx-rebuild-radius-full {
    border-radius: 50%;
}
.jx-rebuild-border-thick {
    border: 5px solid #DDD;
}
.jx-rebuild-black {
    color: #000;
}
.jx-rebuild-bold {
    font-weight: 800 !important;
}
.jx-rebuild-blog-1 .hr {
    background: transparent url("../images/divider-1.png") repeat scroll 0% 0%;
    height: 18px;
    margin: 22px 0px 34px;
}
/*--- Related Posts ----*/

.jx-rebuild-related-image {
    margin-bottom: 10px;
}
.jx-rebuild-image-holder .flexslider {
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    border: 0;
}
.jx-rebuild-image-holder .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.jx-rebuild-image-holder ul.slides {
    margin: 0;
    padding: 0
}
.jx-rebuild-image-holder ul.slides li {
    margin: 0;
    padding: 0
}
.jx-rebuild-related-image .full-widthvideo {
    position: relative;
    padding: 0;
    width: 100%;
    height: 189px;
    overflow: hidden;
}
.jx-rebuild-related-image .full-widthvideo iframe {
    position: relative;
    padding: 0;
    width: 100%;
    height: 189px;
    overflow: hidden;
}
.jx-rebuild-related-title {
    font-size: 16px;
    color: #000;
    padding-bottom: 2px;
}
.jx-rebuild-related-title a {
    color: #000000;
}
.jx-rebuild-related-title a:hover {
    color: #FFB300;
}
.jx-rebuild-related-date {
    font-size: 14px;
    color: #999;
}
.jx-rebuild-related-blog.top-nav-carousel .block-heading {
    margin-bottom: 40px
}
.jx-rebuild-blog-image.jx-rebuild-image-wrapper {
    overflow: hidden
}
/*--- Share Box -----*/

.jx-rebuild-share-box-icon .sharebox ul li {
    float: left;
    border: 3px solid #DDD;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    margin-right: 5px;
    list-style: none;
}
.jx-rebuild-share-box-icon .sharebox ul li i {
    font-size: 18px
}
.jx-rebuild-share-box-icon .share-title {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    float: left;
    padding: 10px 20px 0px 0px;
}
.sharebox li:hover .tooltip-content,
.sharebox li:hover .tooltip-content i {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    
    filter: alpha(opacity=100);
    /* IE 5-7 */
    
    -moz-opacity: 1;
    /* Netscape */
    
    -khtml-opacity: 1;
    /* Safari 1.x */
    
    ;
}
.sharebox .fa-twitter.social {
    color: #00aced !important;
}
.sharebox .fa-facebook.social {
    color: #3b5998 !important;
}
.sharebox .fa-google-plus.social {
    color: #dd4b39 !important;
}
.sharebox .fa-linkedin.social {
    color: #007bb6 !important;
}
.sharebox .fa-delicious.social {
    color: #3b5998 !important;
}
.sharebox .fa-digg.social {
    color: #0093cc !important;
}
.sharebox .fa-reddit.social {
    color: #ff4500 !important;
}
.sharebox .fa-envelope.social {
    color: #999 !important;
}
.sharebox li:hover {
    border-color: #3223;
    background: transparent !important;
    ;
}
.jx-rebuild-share-box-icon .sharebox ul li:hover {
    border: 3px solid #666;
}
.nav-previous {
    float: left
}
.nav-next {
    float: left
}
/*---------------------------------------------------------------
[9.0 Portfolio ]
----------------------------------------------------------------*/
/* Single Project Page */

.jx-rebuild-portfolio-short-details p {
    margin-bottom: 30px;
}
.project-description-list {
    padding: 0;
    list-style: none;
}
.jx-rebuild-portfolio-details-box li {
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding-bottom: 6px;
}
.jx-rebuild-portfolio-details-box li span {
    margin-left: 5px;
    font-weight: 400;
}
/* Nav Menu */

.jx-rebuild-project-nav {
    background: #f9f9f9;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.jx-rebuild-project-nav .jx-rebuild-project-title {
    line-height: 50px;
    padding-left: 20px;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600
}
.jx-rebuild-project-nav .jx-rebuild-project-nav-icons li:last-child {
    margin-left: -5px
}
.jx-rebuild-project-nav .jx-rebuild-project-nav-icons li {
    display: inline-block;
    margin-bottom: 0;
    border-left: 2px solid #fff;
}
.jx-rebuild-project-nav .jx-rebuild-project-nav-icons li i {
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #333;
}
.jx-rebuild-project-nav .jx-rebuild-project-nav-icons li i:hover {
    color: #ffb300;
    background: #333
}
/*---------------------------------------------------------------
[10.0 Login / Register ]
----------------------------------------------------------------*/

form.jx-rebuild-auth {
    display: none;
    z-index: 999;
    position: fixed;
    top: 150px;
    left: 50%;
    width: 370px;
    margin-left: -200px;
    padding: 40px 25px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    color: #878787;
    font-size: 13px;
}
.jx-rebuild-auth h1,
.jx-rebuild-auth h3 {
    font-family: 'Raleway', 'Times New Roman', Times, serif;
    font-weight: 100;
    color: #333;
    line-height: 1;
}
.jx-rebuild-auth h1 {
    font-size: 26px !important;
    ;
    text-align: center;
    margin: 0
}
.jx-rebuild-auth h3 {
    font-size: 20px !important;
    ;
    text-align: left;
    margin: 0 !important;
    ;
}
.jx-rebuild-auth h3 a {
    color: #ffb300;
}
.jx-rebuild-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 10px 0;
}
.jx-rebuild-auth input#username,
.jx-rebuild-auth input#password,
.jx-rebuild-auth input#signonname,
.jx-rebuild-auth input#email,
.jx-rebuild-auth input#signonpassword,
.jx-rebuild-auth input#password2 {} .jx-rebuild-auth input#username:focus,
.jx-rebuild-auth input#password:focus,
.jx-rebuild-auth input#signonname:focus,
.jx-rebuild-auth input#email:focus,
.jx-rebuild-auth input#signonpassword:focus,
.jx-rebuild-auth input#password2:focus {
    background-color: #FFF;
}
.jx-rebuild-auth label.error {
    display: none !important;
}
.jx-rebuild-auth label {
    padding: 0
}
.jx-rebuild-auth input.error {
    border: 1px solid #FF0000 !important;
}
.jx-rebuild-auth input.submit_button {
    font-size: 13px;
    color: #FFF;
    background-color: #ffb300;
    text-shadow: none;
    ;
    padding: 9px 31px 9px 31px;
    float: right;
    border: 0;
}
.jx-rebuild-auth a {
    text-decoration: none;
}
.jx-rebuild-auth a.close {
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
}
.jx-rebuild-auth a.text-link {
    color: #B4B2B2;
    float: left;
    margin: 10px 0 0 0;
}
.jx-rebuild-auth p.status {
    text-align: center;
    margin: -15px 0 20px 0;
    font-weight: 600;
    display: none;
}
a.login_button {
    padding: 5px 7px;
    text-decoration: none;
    font-size: 13px;
}
.login_overlay {
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
.jx-rebuild-auth h3 a#show_signup,
.jx-rebuild-auth h3 a#show_login {
    color: #FFB300;
    font-size: 19px;
}
/*---------------------------------------------------------------
[11.0 Blog Sidebar ]
----------------------------------------------------------------*/
/* Search Widget */

#sidebar .widget_search .screen-reader-text,
#sidebar .widget_search .screen-reader-text {
    display: none;
}
#sidebar .widget_search label {
    padding: 0;
}
#sidebar .widget_search input.search-field {
    margin-right: -1px;
    width: 203px;
    float: left;
    border-radius: 0;
    height: 40px;
}
#sidebar .widget_search input.search-submit {
    width: 70px;
    height: 40px;
    background: #FFB300;
    border: 0;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
/* Sidebar Search Widgets */

#sidebar .widget_meta li {
    padding: 0px 9px;
    margin-right: 2px;
    height: 35px;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    line-height: 35px;
    font-size: 13px !important;
    color: #ccc !important;
    font-weight: 500;
}
#sidebar .widget_meta li:hover {
    background: #ffb300;
    color: #000 !important;
}
#sidebar .widget_meta a {
    color: #fff;
}
#sidebar .widget_meta a:hover {
    color: #333;
}
/* Sidebar Tags Widgets */

#sidebar .widget_tag_cloud a {
    padding: 0px 9px;
    margin-right: 2px;
    height: 35px;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    line-height: 35px;
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 600;
}
#sidebar .widget_tag_cloud a:hover {
    background: #ffb300;
    color: #000 !important;
}
#sidebar .widget_tag_cloud a {
    color: #fff;
}
#sidebar .widget_tag_cloud a:hover {
    color: #333;
}
/* Sidebar Tags Cloud Widgets */

#sidebar .widget_categories li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 600;
}
#sidebar .widget_categories a:hover {
    color: #ffb300;
}
#sidebar .widget_categories li a {
    color: #333;
}
/* Sidebar Category Widgets */

#sidebar .widget_archive li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#sidebar .widget_archive a:hover {
    color: #ffb300;
}
#sidebar .widget_archive li a {
    color: #333;
}
/* Sidebar Archive Widgets */

#sidebar .widget_recent_entries li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#sidebar .widget_recent_entries a:hover {
    color: #ffb300;
}
#sidebar .widget_recent_entries li a {
    color: #333;
}
/* Sidebar Recent Post Widgets */

#sidebar .jx-rebuild-widget-recent-post ul {
    margin: 0px;
    padding: 0px;
}
#sidebar .jx-rebuild-widget-recent-post ul li {
    margin: 0px;
    padding: 0px 0px 14px;
    margin-bottom: 12px;
}
#sidebar .jx-rebuild-widget-recent-post ul li a {
    color: #333;
}
#sidebar .jx-rebuild-widget-recent-post ul li a:hover {
    color: #FFB300;
}
#sidebar .jx-rebuild-widget-recent-post .image {
    background: #999999;
    width: 96px;
    height: 62px;
    float: left;
}
#sidebar .jx-rebuild-widget-recent-post .post-content {
    padding-left: 105px;
}
#sidebar .jx-rebuild-widget-recent-post .title {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}
#sidebar .jx-rebuild-widget-recent-post .date {
    color: #999999;
    font-size: 14px;
    padding-bottom: 4px;
}
#sidebar .jx-rebuild-widget-recent-post .category-name {
    color: #999999;
    font-size: 14px;
    padding-bottom: 9px;
}
#sidebar .jx-rebuild-widget-recent-post .jx-rebuild-btn-default {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
#sidebar .jx-rebuild-widget-recent-post .jx-rebuild-btn-default:hover {
    color: #FFB300;
}
/* Sidebar Wedget Recent Post ====== */

#sidebar .widget_pages ul li {
    color: #333;
    font-size: 14px !important;
}
#sidebar .widget_pages ul li a {
    color: #333;
}
#sidebar .widget_pages ul li a:hover {
    color: #FFB300;
}
/* Sidebar Pages Wedget  ====== */

.jx-rebuild-footer-section .widget_meta li {
    padding: 0px 10px;
    margin-right: 2px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    margin-bottom: 6px;
}
.jx-rebuild-footer-section .widget_meta li:hover {
    background: #ffb300;
}
.jx-rebuild-footer-section .widget_meta li a {
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.jx-rebuild-footer-section .widget_meta li:hover a {
    color: #333;
}
/* Tags Widgets */

.jx-rebuild-footer-section .widget_tag_cloud {
    border-bottom: 1px solid #323232;
    padding-bottom: 34px
}
.jx-rebuild-footer-section .widget_tag_cloud a {
    padding: 0px 9px;
    margin-right: 2px;
    height: 35px;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    line-height: 35px;
    font-size: 13px !important;
    color: #ccc !important;
    font-weight: 500;
}
.jx-rebuild-footer-section .widget_tag_cloud a:hover {
    background: #ffb300;
    color: #000 !important;
}
.jx-rebuild-footer-section .widget_tag_cloud a {
    color: #fff;
}
.jx-rebuild-footer-section .widget_tag_cloud a:hover {
    color: #333;
}
/* Sidebar Tags Cloud Widgets */

.jx-rebuild-footer-section .widget_categories li {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.jx-rebuild-footer-section .widget_categories a:hover {
    color: #ffb300;
}
.jx-rebuild-footer-section .widget_categories li a {
    color: #ffffff;
}
/*Sidebar Nav Widget*/

.widget_nav_menu ul {
    padding: 0px;
    margin: 0px;
}
.widget_nav_menu ul li {
    margin: 0 0 6px;
    color: #000;
    border: 1px solid #eee;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}
/*2nd drop down */

.widget_nav_menu ul li ul {
    top: 0;
    display: none;
    margin: 0 0 6px;
    color: #000;
    border: 1px solid #eee;
    position: absolute;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    width: 271px;
}
.widget_nav_menu ul li ul li {
    margin: 0;
    border: 0;
    padding: 0
}
.widget_nav_menu ul li ul li a {
    margin: 0;
    border: 0;
    padding: 10px 20px;
}
.sidebar-right .widget_nav_menu ul li ul {
    right: 271px
}
.sidebar-left .widget_nav_menu ul li ul {
    right: 271px
}
.widget_nav_menu ul > li:hover > ul {
    display: block;
}
/*3rd level*/
/*2nd drop down */

.widget_nav_menu ul ul ul {
    top: 0;
    display: none;
    margin: 0 0 6px;
    color: #000;
    border: 1px solid #eee;
    position: absolute;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    width: 271px;
}
.widget_nav_menu ul li ul li li {
    margin: 0;
    border: 0;
    padding: 0
}
.widget_nav_menu ul li ul li li a {
    margin: 0;
    border: 0;
    padding: 10px 20px;
}
.sidebar-right .widget_nav_menu ul li ul ul {
    right: 271px
}
.sidebar-left .widget_nav_menu ul li ul ul {
    right: 271px
}
.widget_nav_menu ul > li > ul > li:hover ul {} .widget_nav_menu ul li.current_page_item a {
    background: #ffb300;
}
.widget_nav_menu ul > li > a {
    color: #000;
    padding: 13px 24px;
    width: 100%;
    display: block;
    background-color: #F9F9F9;
}
.widget_nav_menu ul > li:hover > a {
    color: #fff;
    background: #ffb300;
}
.widget_nav_menu ul > li:hover > li a {
    color: #fff;
    background: transparent;
}
.widget_nav_menu ul > li.active:hover {
    color: #fff;
    background: #333;
}
.widget_nav_menu ul > li:hover {
    color: #fff;
    background: #333;
}
.widget_nav_menu ul li.current_page_item {
    background-color: #FFB300;
}
.widget_nav_menu ul li.current_page_item a::before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FAB702;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 17px;
}
.widget_nav_menu ul li.current_page_item a::after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 17px;
}
/* Footer Category Widgets */

.jx-rebuild-footer-section .widget_recent_entries li {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.jx-rebuild-footer-section .widget_recent_entries a:hover {
    color: #ffb300;
}
.jx-rebuild-footer-section .widget_recent_entries li a {
    color: #ffffff;
}
/* Footer Recent Post Widgets */

.jx-rebuild-footer-section .widget_archive li {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.jx-rebuild-footer-section .widget_archive a:hover {
    color: #ffb300;
}
.jx-rebuild-footer-section .widget_archive li a {
    color: #ffffff;
}
/* Sidebar Archive Widgets */

.jx-rebuild-footer-section table td {
    text-align: center;
    border: 1px solid #333 !important;
}
/* Footer Calander Widgets */
/* Recent Posts */

.jx-rebuild-sidebar-recent-post ul {
    margin: 0px;
    padding: 0px;
}
.jx-rebuild-sidebar-recent-post ul li {
    margin: 0px;
    padding: 0px 0px 14px;
    margin-bottom: 26px;
}
.jx-rebuild-sidebar-recent-post ul li a {
    color: #333;
}
.jx-rebuild-sidebar-recent-post ul li a:hover {
    color: #FFB300;
}
.jx-rebuild-sidebar-recent-post .image {
    background: #999999;
    width: 96px;
    height: 62px;
    float: left;
}
.jx-rebuild-sidebar-recent-post .post-content {
    padding-left: 105px;
}
.jx-rebuild-sidebar-recent-post .title {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
}
.jx-rebuild-sidebar-recent-post .date {
    color: #999999;
    font-size: 14px;
    padding-bottom: 4px;
    font-family: open sans
}
.jx-rebuild-sidebar-recent-post .jx-rebuild-btn-default:hover {
    color: #FFB300;
}
table#wp-calendar {
    border: 1px solid #eee;
}
table#wp-calendar td {
    border: 1px solid #eee;
    background: #fff;
}
/*---------------------------------------------------------------
[12.0 SEARCH PAGE ]
----------------------------------------------------------------*/

.jx-rebuild-page-search {
    padding-bottom: 40px;
}
.jx-rebuild-page-search.wide.bg-grey {
    background: #F1F1F1;
    padding: 20px;
    min-height: 100px;
    margin-bottom: 55px;
}
.jx-rebuild-page-search.wide {
    height: 60px;
    max-width: 100%;
    margin: 0px auto;
}
.jx-rebuild-form-wrapper {
    position: relative;
}
.jx-rebuild-page-search.wide .search-inline-block {
    display: block;
    margin-right: 60px;
}
.jx-rebuild-page-search.wide .jx-rebuild-form-wrapper input {
    padding: 10px 13px;
    float: left;
    font-size: 17px;
    border: 0px none;
    background: #FFF none repeat scroll 0% 0%;
    height: 60px;
}
.jx-rebuild-page-search.wide .jx-rebuild-form-wrapper button {
    overflow: visible;
    float: right;
    border: 0px none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    font: bold 26px/40px "Oswald", "trebuchet MS", "Tahoma";
    color: #FFF;
    text-transform: uppercase;
    background: #FFB300;
    border-radius: 0px 3px 3px 0px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.jx-rebuild-page-search .jx-rebuild-form-wrapper button {
    height: 60px;
    width: 60px;
}
.jx-rebuild-page-search.wide .jx-rebuild-form-wrapper button:hover {
    background: #000000;
}
/*------------- Search Form----------------*/

.jx-rebuild-search-page-header .page-title {
    margin-bottom: 30px;
}
.jx-rebuild-search-page-header .page-title span {
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    background-color: #FFB300;
    border-radius: 0px 3px 3px 0px;
    margin-top: 50px;
}
.jx-rebuild-search-page-header .page-title span::before {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #FFB300;
    border-top: 22px solid transparent;
    content: "";
    height: 0px;
    position: absolute;
    top: 0px;
    width: 0px;
    right: -21px;
}
/*---------------------------------------------------------------
[13.0 Woocommerce ]
----------------------------------------------------------------*/
/*------------Woocommerce----------------*/

.woocommerce .content-area{
	background:#fcfcfc;
}
.woocommerce-page.woocommerce ul.products li.product h3 {
    padding: 6px 10px;
    margin: 0;
    font-size: 20px !important;
}

.woocommerce-page.woocommerce ul.products li.product .star-rating {
    margin: 3px 10px !important;
	  font-size:14px;
}

.woocommerce-page.woocommerce ul.products li.product .price {
    margin: 20px 10px 5px !important;
	color: #ffb300;
	position: absolute;
	bottom: 133px;
	background: rgba(0,0,0,.8);
	padding: 5px 10px;
	left: -13px;
	border-radius: 0 5px 5px 0;
}

/* Shortcode */
.woocommerce ul.products li.product h3 {
    padding: 6px 10px !important;
    margin: 0 !important;
    font-size: 20px !important;
}

.woocommerce ul.products li.product .star-rating {
    margin: 3px 10px !important;
	  font-size:14px;
}

.woocommerce ul.products li.product .price {
  margin: 20px 10px 5px !important;
	color: #ffb300;
	position: absolute;
	bottom: 133px;
	background: rgba(0,0,0,.8);
	padding: 5px 10px;
	left: -13px;
	border-radius: 0 5px 5px 0;
}
		
		
		

.woocommerce-page .woocommerce #respond input#submit,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce input.button {
    font-size: 100%;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 17px 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: rgb(81, 81, 81);
    *background-color: #EBE9EB;
    border: 0px none;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #333;
    background: #ffb300;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
}
.woocommerce-page .flexslider {
    margin: 0px;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #eee;
}
/*product Image Hover*/

.zoom_images {
    z-index: 9999;
}
.product-change-images {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-backface-visibility: hidden;
}
.product-hover:hover .product-change-images,
.product-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-hover:hover {
    cursor: pointer;
}
.product-hover a.link_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-hover .flip-wrapper .thumb.flip {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -ms-transition: -moz-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.product-hover:hover .flip-wrapper .thumb.flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.product-hover .flip-wrapper .thumb.flip .face {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
.product-hover .flip-wrapper .thumb.flip .face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}
.flip-wrapper,
.flip-wrapper:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent;
}
/* Product List */

.products li.product {
    border: 1px solid #eee
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 3.8% 2.992em 0px;
    padding: 0px;
    position: relative;
    width: 22.05%;
}
.woocommerce ul.products .item-product .product-content-wrapper {
    padding: 10px;
}
.woocommerce ul.products .item-product .product-content-wrapper h3 {
    font-size: 19px !important;
    font-weight: 500;
    line-height: 20px !important;
}
.woocommerce ul.products .item-product .price {
    margin-top: 10px;
}
.woocommerce ul.products .item-product .price del {
    float: left;
    margin-right: 10px;
    font-size: 16px;
}
.woocommerce ul.products .item-product .price ins {
    display: inline-block;
    font-size: 25px;
}
.woocommerce ul.products .item-product .price .amount {
    font-size: 17px;
    font-weight: 500;
}
.woocommerce ul.products .item-product .add_to_cart_button {
    width: 100%;
    text-align: center;
    border-radius: 0;
    background: #ddd;
    color: #333;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    line-height: 22px;
}
/*Pagination */

.pagination ul {
    list-style: none;
    padding: 0
}
.woocommerce .jx-rebuild-pagination .screen-reader-text,
.jx-rebuild-pagination .next,
.jx-rebuild-pagination .prev {
    display: none;
}
.woocommerce .pagination .page-numbers li span.current {
    background: #ffb300;
    color: #333;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin-top: -5px;
    display: block;
}
.woocommerce .pagination .page-numbers li .page-numbers.current {
    color: #333;
    font-size: 20px;
}
.woocommerce .pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
    float: left;
    background: #333;
    font-size: 15px;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    font-family: open sans;
    border-radius: 50%;
    transition: all 0.3s ease-out
}
.woocommerce .pagination .page-numbers li a:hover {
    background: #ffb300;
}
.woocommerce .pagination .page-number li:hover {
    transition: all 0.3s ease-out
}
.woocommerce .pagination .page-numbers li:hover a {
    color: #333;
}
/*sale tag*/

.woocommerce ul.products li.product {
    overflow: hidden;
    background: #f9f9f9;
    box-shadow: 0 0 4px rgba(200,200,200,0.2);
    border-radius: 6px;
    border: 1px solid #eee;
}

.item-product .added_to_cart{
  text-align: center;
  display: block;
  padding:5px ;
  background:#ffb300;
  color:#000;
  font-weight:600 !important;
}

.item-product .added_to_cart:hover{
  background:#333;
  color:#ffb300;
}
.woocommerce ul.products li.product .onsale {
    top: 6px;
    right: 6px;
    left: auto;
    margin: -0.5em -0.5em 0px 0px;
    z-index: 4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    background: none;
    transform: rotate(45deg);
}
.woocommerce ul.products li.product .onsale:after {
    content: '';
    background: #ffb300;
    position: absolute;
    top: -70px;
    right: -30px;
    left: auto;
    margin: -0.5em -0.5em 0px 0px;
    z-index: -1;
    width: 120px;
    height: 120px;
    line-height: 50px;
    background: #ffb300;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    transform: rotate(-90deg)
}
.woocommerce-page .product {
    overflow: hidden
}
.woocommerce-page .product .onsale {
    top: 5px;
    left: 0px;
    margin: -0.5em -0.5em 0px 0px;
    z-index: 4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    background: none;
    transform: rotate(-45deg);
}
.woocommerce-page .product .onsale:after {
    content: '';
    background: #ffb300;
    position: absolute;
    top: -65px;
    left: -35px;
    margin: -0.5em -0.5em 0px 0px;
    z-index: -1;
    width: 120px;
    height: 120px;
    line-height: 50px;
    background: #ffb300;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    transform: rotate(90deg)
}
/* Image Hover */

.woocommerce-page .flexslider li {
    position: relative;
}
.woocommerce-page .flexslider li .glass-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    width: 70px;
    height: 70px;
    margin-left: -25px;
    margin-top: -25px;
    background: rgba(50, 50, 50, 0.8);
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #333;
    transform: scale(0);
    transition: all 0.3s ease-out;
    color: #ffb300;
}
.woocommerce-page .flexslider li.flex-active-slide:hover .glass-wrapper {
    transform: scale(1);
}
/*Fleximage*/

.woocommerce .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
}
.woocommerce .flex-control-paging li a.flex-active {
    width: 14px;
    height: 14px;
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid;
    cursor: default;
}
.woocommerce .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 9px;
    text-align: center;
}
.woocommerce .flex-control-nav li {
    margin: 0px 3px;
    display: inline-block;
}
/*Quantity Button */

.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
    margin-top: -9px;
}
.woocommerce .quantity .product_quantity_minus,
.woocommerce .quantity .product_quantity_plus {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 1px solid #EEE;
    border-radius: 0px;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    color: #FFB300;
    font-size: 40px;
    vertical-align: middle;
    margin-top: -2px;
}
.woocommerce .quantity .product_quantity_plus {
    margin-left: -5px
}
.woocommerce .quantity .qty {
    width: 60px;
    height: 36px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-appearance: textfield;
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    box-sizing: content-box;
    padding: 5px;
    line-height: normal;
    margin-left: -5px;
}

.single-product.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #333;
    font-size: 25px;
}

.single-product .quantity{
	background:#fff;
}

.single-product.woocommerce-page div.product form.cart .variations td, .single-product div.product form.cart .variations th {
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 15px;
}

.single-product.woocommerce div.product form.cart .variations td.label {
    padding-right: 14px !important;
    line-height: 1;
    padding: 0;
}

.single-product.woocommerce-page div.product form.cart .variations td, .single-product div.product form.cart .variations th {
    vertical-align: top; 
    padding-right: 15px;
	padding-top:10px !important;
	padding-bottom: 0;
}

.single-product .woocommerce div.product form.cart .variations td.label {
    padding-right: 14px !important;
    line-height: 1;
    padding: 0;
}

.single-product div.product form.cart .variations label {
    font-size:17px !important;
    font-weight:400 !important; 
	padding-top: 5px;       
}


.single-product .woocommerce-variation-price .price .amount{
    color:#333 !important;    
}
	

.single-product .woocommerce-variation-price{
    margin-bottom:10px;
}

.single-product.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 15px;
}

.single-product.woocommerce .woocommerce-variation-price {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 16px 10px;
    text-align: center;
}

.shop_attributes th{
  color:#333;
  font-size:14px;
  padding-top:15px !important;
}

.single-product.woocommerce .variations tr {
    height: 54px;
}

.woocommerce-page.woocommerce div.product form.cart .variations select {
    margin-bottom: 5px;
}
		
		
	
		
/* Smartphone - portrait (max 479px) */

@media screen and (max-width: 479px) {
    .woocommerce .shop_table.cart .quantity .product_quantity_minus,
    .woocommerce .shop_table.cart .quantity .product_quantity_plus {
        width: 29px;
        height: 18px;
        display: block;
        padding: 3px 5px 3px 20px;
    }
}
.woocommerce-page.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 17px;
    margin-left: 10px;
    background: #ffb300;
	color: #333;
}
/* Review */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0px 0px 100px !important;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    display: none !important;
}
.woocommerce p.stars a.star-1::after,
.woocommerce p.stars a.star-2::after,
.woocommerce p.stars a.star-3::after,
.woocommerce p.stars a.star-4::after,
.woocommerce p.stars a.star-5::after {
    font-family: fontawesome !important;
}
.woocommerce p.stars a.star-1::after {
    content: "ï€…" !important;
}
.woocommerce p.stars a.star-2::after {
    content: "ï€… ï€…" !important;
}
.woocommerce p.stars a.star-3::after {
    content: "ï€… ï€… ï€…" !important;
}
.woocommerce p.stars a.star-4::after {
    content: "ï€… ï€… ï€… ï€…" !important;
}
.woocommerce p.stars a.star-5::after {
    content: "ï€… ï€… ï€… ï€… ï€…" !important;
}
/* add To Cart */

.woocommerce .woocommerce-message {
    border-top-color: #ffb300 !important;
}
.woocommerce .woocommerce-message::before {
    content: "î€•";
    color: #ffb300 !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #333 !important;
    text-decoration: none;
    background-image: none;
    color: #ffb300;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #000;
    color: #FFF;
}
/* related*/

.woocommerce-page.product-columns-3.has-right-sidebar .related.products ul.products li,
.woocommerce-page.product-columns-3.has-left-sidebar .related.products ul.products li {
    width: 22.1%;
}
/*Sidebar */

.woocommerce-page.product-columns-3.has-right-sidebar ul.products li,
.woocommerce-page.product-columns-3.has-left-sidebar ul.products li {
    width: 30.8%
}
.woocommerce-page.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #ffb300;
}
.woocommerce-page.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ffb300;
}
.woocommerce-page.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eee;
}
.woocommerce-page.woocommerce ul.cart_list li img,
.woocommerce-page.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0px;
    width: 97px;
    height: auto;
    box-shadow: none;
    margin-right: 16px;
    border: 1px solid #dedede;
}
.woocommerce-page ul.product_list_widget li a {
    color: #000 !important;
    font-weight: 500 !important;
    ;
    font-size: 16px;
    margin-bottom: 5px;
}
.woocommerce-page ul.product_list_widget li a:hover {
    color: #ffb300 !important;
}
.woocommerce-page .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin-top: 9px;
    margin-bottom: 9px;
}
.woocommerce-page ul.product-categories li a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500
}
.woocommerce.widget_price_filter .price_label {
    font-size: 16px;
}
/*Cart Page */

.woocommerce-cart.woocommerce-page .woocommerce table.shop_table th {
    color: #333;
    font-size: 17px;
    text-align: center;
    background-color: #f9f9f9;
    font-weight: 400;
}
.woocommerce-cart.woocommerce-page .woocommerce table.shop_table {
    border-radius: 0px;
}
.woocommerce-cart.woocommerce-page table.cart .product-thumbnail {
    width: 57px;
}
.woocommerce-cart.woocommerce-page table.cart img {
    width: 99px;
    box-shadow: none;
}
.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: medium none;
    padding: 12px 8px;
    margin: 0px 4px 0px 0px;
    outline: 0px none;
    line-height: 1.6;
    width: 160px;
    background: #eee;
    border-radius: 0px;
    font-size: 15px;
}
.woocommerce-cart.woocommerce-page .woocommerce .quantity .qty {
    margin-left: -4px;
    margin-top: -1px;
}
.woocommerce-cart.woocommerce-page .woocommerce .quantity .product_quantity_plus {
    margin-left: -5px;
}
.woocommerce-cart.woocommerce-page .cart_totals table th {
    font-weight: 400;
    color: #333;
    font-size: 15px;
    text-align: center;
    background-color: #f9f9f9;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals table {
    border: 1px solid #eee;
}
.woocommerce-cart.woocommerce-page .woocommerce #respond input#submit.alt,
.woocommerce-cart.woocommerce-page .woocommerce a.button.alt,
.woocommerce-cart.woocommerce-page .woocommerce button.button.alt,
.woocommerce-checkout.woocommerce-page .woocommerce input.button.alt {
    *background-color: #ffb300;
    color: #333;
}
/*Checkout */

.woocommerce-checkout.woocommerce-page .woocommerce table.shop_table th {
    font-weight: 400 !important;
    color: #333;
    font-size: 14px;
    text-align: center;
    background-color: #f9f9f9;
}
.woocommerce-checkout.woocommerce-page #payment {
    background: #f9f9f9 none repeat scroll 0% 0%;
    border-radius: 5px;
}

.woocommerce-page .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #f9f9f9;
}

/*Widgets*/

.woocommerce-page #sidebar .woocommerce ul.product-categories li {
    padding: 0px 9px;
    margin-right: 2px;
    height: 35px;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    line-height: 35px;
    font-size: 13px !important;
    color: #ccc;
    font-weight: 500;
}
.woocommerce-page #sidebar .product-categories li:hover {
    background: #ffb300 !important;
    ;
}
.woocommerce.woocommerce-page #sidebar .product-categories li a {
    color: #fff !important;
    font-size: 13px;
}
.woocommerce-page #sidebar .product-categories li a:hover {
    color: #333 !important;
    ;
}
/*Search Widget*/

#sidebar .widget_product_search .screen-reader-text,
#sidebar .widget_product_search .screen-reader-text {
    display: none;
}
#sidebar .widget_product_search label {
    padding: 0;
}
#sidebar .widget_product_search input.search-field {
    margin-right: -1px;
    width: 203px;
    float: left;
    border-radius: 0;
    height: 40px;
}
#sidebar .widget_product_search input[type='submit'] {
    width: 70px;
    height: 40px;
    *background: #FFB300;
    border: 0;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#sidebar .widget_product_search input[type="submit"]:hover {
    background: #333;
	  color:#ffb300;
}

/*Cart */
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 2.5em;
}

.woocommerce-page.woocommerce-checkout .woocommerce #respond input#submit:hover, .woocommerce-page.woocommerce-checkout .woocommerce a.button:hover, .woocommerce-page.woocommerce-checkout .woocommerce button.button:hover, .woocommerce-page.woocommerce-checkout .woocommerce input.button:hover {
    color: #ffb300 !important;;
    background: #333 !important;;
}
/* Intro page */

.jx-rebuild-grid li {
    display: inline-block;
    width: 28%;
    margin-right: 80px;
}
.jx-rebuild-grid li img {
    transition: all 0.3s ease-out;
    border: 3px solid transparent;
}
.jx-rebuild-grid li img:hover {
    border: 3px solid #ccc;
}
.jx-rebuild-grid li .title {
    text-align: center;
	padding: 9px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	background: #ffb300;
	width: 120px;
	margin: 0 auto;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 2px solid transparent;
	transition: all 0.3s ease-out;
	font-family: 'Montserrat';
}
.jx-rebuild-grid li .title:hover {
    background: #333;
	border: 2px solid transparent;
}
.jx-rebuild-grid li:nth-child(3n) {
    margin-right: 0px;
}





/*---------------------------------------------------------------
[13.0 Row Seperator ]
----------------------------------------------------------------*/
.jx-seperator-botom-top::after {
 position: absolute;
 content: '';
 pointer-events: none;
}

.jx-seperator-top::before{
 position: absolute;
 content: '';
 pointer-events: none;
}

.jx-seperator-bottom::after {
 position: absolute;
 content: '';
 pointer-events: none;
}

/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

/*.ss-style-triangles::before {
	top: -50px;
	background: #ffb300;
}*/

.ss-style-triangles::after {
	bottom: -50px;
	z-index: 10;
	background: inherit;
}

/* Double Diagonal line */

.ss-style-doublediagonal {
	z-index: 1;
	padding-top: 6em;
	background: #ffb300;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
	height: 50%;
	background: #ffb300;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}

/* Half Circle */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
	left: 50%;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ss-style-halfcircle::before {
	top: -50px;
}

.ss-style-halfcircle::after {
	bottom: -50px;
}

/* Big Triangle */
svg#bigTriangleColor {
	pointer-events: none;
	bottom: -100px;
	position: absolute;
	z-index: 11;
}

#bigTriangleColor path {
	fill: #ffb300;
	stroke: #ffb300;
	stroke-width: 2;
}

/* Curves */
#curveUpColor path,
#curveDownColor path {
	fill: #ffb300;
	stroke: #ffb300;
}

/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-multitriangles::before {
	top: -25px;
	background: inherit;
	box-shadow: -50px 50px 0 #ffb300, 50px -50px 0 #ffb300;
}

.ss-style-multitriangles::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
	box-shadow: -50px 50px 0 #ffb300, 50px -50px 0 #ffb300;
}

/* Rounded corners */
.ss-style-roundedcorners::before {
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	border-radius: 0 0 60px 60px;
	background: inherit;
}

/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
	padding-top: 7em;
	border-radius: 0 0 80px 80px;
}

.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
	top: -70px;
	left: 0;
	z-index: 10;
	width: 50%;
	height: 70px;
	background: inherit;
}

.ss-style-roundedsplit::before {
	border-radius: 0 80px 0 0;
}

.ss-style-roundedsplit::after {
	left: 50%;
	border-radius: 80px 0 0 0;
}

/* Inverted rounded corners */
.ss-style-invertedrounded {
	margin-bottom: 90px;
	padding: 13em 10% 10em;
	border-radius: 0 0 0 90px;
}

.ss-style-invertedrounded::before,
.ss-style-invertedrounded::after {
	left: 0;
	z-index: -1;
	height: 90px;
	background: #ffb300;
}

.ss-style-invertedrounded::before {
	top: 100%;
	width: 100%;
	border-radius: 0 90px 0 0;
} 

.ss-style-invertedrounded::after {
	bottom: 0;
	z-index: -1;
	width: 50%;
}


/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before,
.ss-style-zigzag::after {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%;
  }

.ss-style-zigzag::before {
	top: -90px;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #ffb300));
	background-image:
		linear-gradient(315deg, #ffb300 25%, transparent 25%),
		linear-gradient( 45deg, #ffb300 25%, transparent 25%);
	background-position: 50%;
}

.ss-style-zigzag::after {
	top: 100%;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #ffb300), color-stop(0.25, #ffb300));
	background-image: 
		linear-gradient(135deg, #ffb300 25%, transparent 25%),
		linear-gradient(225deg, #ffb300 25%, transparent 25%);
	background-position: 50%;
}

/* Edges */
.ss-style-roundedges {
	padding-bottom: 16em;
}

.ss-style-roundedges::before,
.ss-style-roundedges::after {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: $color1;
	top: -100px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ss-style-roundedges::before {
	left: -100px;
}

.ss-style-roundedges::after {
	right: -100px;
}

/* Slit */
.ss-style-slit {
	padding-top: 5em;
}

.ss-style-slit::before, 
.ss-style-slit::after {
	width: 50.5%;
	width: -webkit-calc(50% + 10px);
	width: -moz-calc(50% + 10px);
	width: calc(50% + 10px);
	height: 160px;
	background: $color1;
	top: -160px;
}

.ss-style-slit::before {
	left: -20px;
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
	box-shadow: -10px -20px #ffb300;
}

.ss-style-slit::after {
	right: -20px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	box-shadow: 10px -20px #ffb300;
}

/* Big half circle */
#bigHalfCircle path {
	fill: #ffb300;
	stroke: #ffb300;
}

/* Big triangle with shadow */

#trianglePath1 {
	fill: #ffb300;
	stroke: #ffb300;
} 

#trianglePath2 {
	fill: #ffb300;
	stroke: #ffb300;
}

/* Inclined Zig Zag */
.ss-style-inczigzag::before,
.ss-style-inczigzag::after {
	left: 0;
	width: 100%;
	height: 50px;
	background-size: 100px 100%;
}

.ss-style-inczigzag::before {
	top: 0;
	background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #ffb300), color-stop(0.5, #ffb300));
	background-image: linear-gradient(15deg, #ffb300 50%, #ffb300 50%);
}

.ss-style-inczigzag::after {
	bottom: 0;
	background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #ffb300), color-stop(0.5, #ffb300));
	background-image: linear-gradient(15deg, #ffb300 50%, #ffb300 50%);
}



/* Clouds */

#clouds{
 bottom: 0;
 position: absolute;
}
#clouds path {
	fill: #ecf0f1;
	stroke: #ecf0f1;
}
.clouds {
  background: $cloudColor;
  p {
    color:#333;
  }
  a {
    color:#ffb300;
    text-decoration:none;
    &:hover{
      color:#ffb300;
    }
  }
}


/* Ultimate VC */
.ult-vc-seperator {
    z-index: 7 !important;
}

