/**
 * Plugin Name: Ultimate Addons for Visual Composer
 * Plugin URI: http://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199
 * Description: All in one plugin for your Visual Composer needs!
 * Version: 2.7.0
 * Author: BrainstormForce
 * Author URI: http://codecanyon.net/user/BrainstormForce
 */
/* ======== Just Icon CSS =========== */
.aio-icon {
	display: inline-block;
	font-size: 32px;
	height: 2em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	/*overflow: hidden;*/
}
/*Icon without background*/
.aio-icon.none {
	display: inline-block;
	font-size: 32px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1em;
	/*overflow: visible;*/
}
/*Circle Icon*/
.aio-icon.circle {
	border-radius: 50%;
}
/*Image Icon*/
.aio-icon-img  {
	display: block;
	font-size: 48px;
	width: 1em;
	max-width: 100%;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	/*overflow: hidden;*/
}
/*Circle Image Icon*/
.aio-icon-img.uavc-circle  {
	width: 1em;
	min-height: 1em;
	background: rgba(214, 214, 214, 0.44);
	border-radius: 50%;
	padding: 0.5em;
}
/*Square Image Icon*/
.aio-icon-img.uavc-square  {
	width: 1em;
	min-height: 1em;
	background: rgba(214, 214, 214, 0.44);
	border-radius: 0;
	padding: 0.5em;
}
.aio-icon-img .img-icon
 {
	width: 1em;	
	max-width: 100% !important;
	border-radius: 0 !important;
	box-shadow:none !important;
	display: block;
}
/*Icon Tooltip*/
.aio-tooltip {
	display: inline-block;
	text-align: center;
	width: auto;
	max-width: 100%;
}
/* ======== Icon List CSS =========== */
/*Common*/
.smile_icon_list_wrap,
.wpb_row .wpb_column .wpb_wrapper .smile_icon_list_wrap  {
	margin-bottom: 30px;
}
.smile_icon_list {
	list-style: none !important;
	padding: 0 !important;
}
.smile_icon_list li.icon_list_item {
	padding: 0 !important;
	list-style: none !important;
	clear: both !important;
	position: relative !important;
	min-height: 1em !important;
	margin: 0 0 30px !important;
	line-height: 100%;
	overflow: visible;
}
.smile_icon_list li.icon_list_item:last-child {
	margin: 0 !important;
}
.smile_icon_list li .icon_list_icon {
	font-size: 24px;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	float: left;
	background: #FFF;
	z-index: 9;
	position: relative;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	/*overflow: hidden;*/
}
.smile_icon_list .list-img-icon {
	display: block;
	margin: 0 auto;
	max-height: 100% !important;
	max-width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.smile_icon_list li .icon_description h3  {
	font-size: 17px;
	line-height: 1.846153846;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0em;
	clear: none !important;
}
.smile_icon_list li .icon_description p {
	font-size: 14px;
	line-height: 1.714285714;
}
.smile_icon_list li .icon_description span.icon_description_text
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 14px;
	line-height: 1.714285714;
	display: block;
}
.smile_icon_list li .icon_list_connector {
	height: 100%;	
	position: absolute;
	top: 1em;
	z-index: 1;
}
.smile_icon_list li:last-child .icon_list_connector {
	display: none;
}
.smile_icon_list.no_bg .icon_list_icon {
    background: white !important;
	border: 2px solid #0183CC;
	color: #0183CC;
}
.smile_icon_list.square .icon_list_icon {
	/*border-radius: 5px;*/
	border-color: inherit;
}
.smile_icon_list.circle .icon_list_icon {
	border-radius: 50%;
	border-color: inherit;
	overflow: hidden;
}
.smile_icon_list.with_bg .icon_list_icon {
	background: #0183CC;
	color: #fff;
}
/*left*/
.smile_icon_list.left li .icon_list_connector {
	left: 0.5em;
	border-right-width: 1px;
	border-right-style: dashed;
}
.smile_icon_list.left li .icon_description {
	margin-left: 1em;
	padding-left: 25px;
}
/*right*/
.smile_icon_list.right {
	text-align: right;
}
.smile_icon_list.right li .icon_list_icon {
	float: right;
	position: relative;
}
.smile_icon_list.right li .icon_list_connector {
	right: 0.5em;
	border-left-width: 1px;
	border-left-style: dashed;
}
.smile_icon_list.right li .icon_description {
	margin-right: 1em;
	padding-right: 25px;
}
/*top*/
.smile_icon_list.top {
	display: flex;
}
.smile_icon_list.top li.icon_list_item {
	display: table-cell;
	display:-moz-box;
}
.smile_icon_list.top li .icon_list_icon {
	margin: 0 auto;
	float: none;
}
.smile_icon_list.top li .icon_description {
	text-align: center;
	margin: 15px;
	padding-bottom:0;
}
.smile_icon_list.top li .icon_list_connector {
	position: absolute;
	top: 0.5em;
	left: 50%;
	width: 100%;
	height: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-left: 0.5em;
}
@media only screen and (max-width : 768px) {
	.smile_icon_list_wrap .smile_icon_list.top {
		display: block;
	}
	.smile_icon_list.top li.icon_list_item {
		display: block;
		width: 100%;
		float: left;
	}
	.smile_icon_list.top li .icon_list_connector {
		display: none;
	}
}
/*Hexagonal*/
.hexagon li .icon_list_icon:before {
	content: "";
	position: absolute;
	top: -1em;
	left: 0;
	border-left: 1.5em solid rgba(0, 0, 0, 0);
	border-right: 1.5em solid rgba(0, 0, 0, 0);
	border-bottom: 1em solid;
	border-bottom-color: inherit !important;
}
.hexagon li .icon_list_icon {
	width: 3em !important;
	height: 1.5em !important;
	line-height: 1.5em !important;
	background: #0183CC;
	border-color: #0183CC;
	color: #FFF;
	position: absolute;
	top: 1em;
	overflow:inherit;
}
.hexagon li .icon_list_icon:after {
	content: "";
	position: absolute;
	bottom: -1em;
	left: 0;
	border-left: 1.5em solid rgba(0, 0, 0, 0);
	border-right: 1.5em solid rgba(0, 0, 0, 0);
	border-top: 1em solid;
	border-top-color: inherit !important;
}
.smile_icon_list.top.hexagon .icon_list_icon {
	position: relative;
	margin-bottom: 2em;
}
.smile_icon_list.top.hexagon .icon_list_connector {
	top: 0.55em;
}
/*Genesis Compatibility*/
.full-width-content.wpb-js-composer .site-inner {
	overflow: visible !important;
}

/*VC button round and rounded*/
.vc_btn_round {
	border-radius: 25px !important;
}

/********End style********/

/*Admin CSS for Icon Manager*/
/*Admin Menu Icons*/
.menu-icon-services .wp-menu-image:before {
	content: "\f322";
}
.menu-icon-testimonials .wp-menu-image:before {
	content: "\f205";
}
/*Icon Manager*/
.fi_icon li {
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
	box-shadow: 0px 0px 0px 1px #DDD;
	margin: 0;
}
.fi_icon li > i {
	font-size: 18px;
	vertical-align: text-bottom;
	display: inline-block;
	line-height: 36px;
}
.fi_icon li label {
	display: none;
}
.preview-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	margin-right: 15px;
}
.preview-icon > i {
	font-size: 32px;
	vertical-align: text-top;
	line-height: 48px;
}
.icon_search {
	border: 1px solid #C7C7C7;
	width: 99%;
	max-height: 106px;
	height: auto;
	overflow: scroll;
	overflow-x: hidden;
	margin-bottom: -10px;
}
.icon_search > ul {
	margin: 0;
}
[class^="icon_set-"], [class*=" icon_set-"] {
	max-width: 50%;
	width: 48%;
	float: left;
	margin-right: 2%;
}
/*[class^="icon_set-"] > .postbox, [class*=" icon_set-"] > .postbox {
	min-height: 180px;
}*/
[class^="icon_set-"]:nth-child(odd), [class*=" icon_set-"]:nth-child(odd) {
	float: right;
}
[class^="icon_set-"]:nth-child(even), [class*=" icon_set-"]:nth-child(even) {
	float: left;
}
.fonts-count {
	display: inline-block;
	font-size: 1em;
	line-height: 17px;
	font-weight: 600;
	margin: 1px 0 0 2px;
	vertical-align: top;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 26;
	background-color: #D54E21;
	color: #FFF;
	padding: 0 6px;
	margin-left: 10px;
}
.icon_font_name button {
	margin-top: -2px !important;
	float: right;
}
.icon_font_name {
	padding-bottom: 12px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}
.appearance_page_smile_icon_manager .wrap h2 {
	margin-bottom: 15px;
}
.appearance_page_smile_icon_manager .postbox {
	margin-bottom: 10px;
}
.metabox-holder.meta-search {
	max-width: 98%;
}
.search-icon {
	padding: 5px;
	vertical-align: middle;
	margin-right: 15px;
	width: 320px;
}
.postbox .search-icon {
	width: 25%;
}
.media-sidebar .setting {
	display: none;
}

/********End Admin Menu Icons********/


/********List Icon********/

.ult-list-icon{
	display: table;
}
.ult-list-icon .list-icon-li-class{
	display: table-row;
	list-style: none;
}
.ult-list-icon .list_icon_content {
	display: table-cell;
	vertical-align: middle;
}
.ult-list-icon .aio-icon-img{
	display: inline-block;
}

/********End List Icon********/

/********Icon Tabs********/

.icon-solution-tabs .tabs-pin{
	background-color: #eee;
}
.tabs-icon{
	font-size: 32px;
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
}

.smile_icon_tabs_wrap a {
	text-decoration: none;
}
.smile_icon_tabs_wrap li.icon-solution-tabs{
	margin-left:  0;
}
.tabs-containter-wrapper .tabs-container {
	font-size: 14px;
}
.smile_icon_tabs .icon-solution-tabs {
    display: inline-table;
    max-width: 100%;
	width: 25%;
    list-style-type: none;
}
.smile_icon_tabs .icon-solution-tabs .tabs-icon {
    margin: 0 auto;
}
.smile_icon_tabs .icon-solution-tabs .tabs-title {
    text-align: center;
}
.smile_icon_tabs_wrap {
    display: block;
}
.smile_icon_tabs {
    display: block;
}
.smile_icon_tabs .icon-solution-tabs .tabs-content {
	display:none;
}
.tabs-box {
    position: relative;
    display: block;
}
.tabs-pin {
	content: "";
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #DADADA;
	display: block;
	z-index: 200;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out
}
.smile_icon_tabs .icon-solution-tabs .tabs-box:hover .tabs-pin {
    background-color:#81D742;
}
.tabs-containter-wrapper {
	display: block;
}
.tabs-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	vertical-align: middle;
	font-size: 21px;
	padding: 25px 0;
}
.tabs-root:before {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #DADADA;
	width: 50%;
	height: 1px;
	position: absolute;
	top: 4px;
	left: 0;
}
.tabs-root:after {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #DADADA;
	width: 50%;
	height: 0px;
	position: absolute;
	top: 4px;
	right: 0;
}
.smile_icon_tabs .icon-solution-tabs:first-child .tabs-root:before {
	display:none;
}
.smile_icon_tabs .icon-solution-tabs:last-child .tabs-root:after {
	display:none;
}
.smile_icon_tabs.circle .tabs-icon {
    border-radius: 50%;
}
.smile_icon_tabs.square.no_bg .tabs-icon,
.smile_icon_tabs.circle.no_bg .tabs-icon {
    border: 1px solid;
}

/********End Icon Tabs********/



/********Background-style********/

/*overlay*/
.upb_bg_overlay{
	color: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
}
/*Common*/
.wpb_row,
.wpb_column,
.upb_video_class {
	position: relative;
}
.upb_video_class {
	overflow: hidden;
}
.upb_row_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}
.upb_bg_img {
	display: none !important;
}
/*Default Background*/
.vcpb-default {
	background-attachment: initial;
	background-size: cover;
	background-repeat: no-repeat;
}
/*Fix Background*/
.vcpb-fix {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
/*jQuery Vertical Parallax*/
.vertical_layer_parallax{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.vcpb-vz-jquery {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}
/*jQuery Horizontal Parallax*/
.vcpb-hz-jquery {
	background-repeat: no-repeat;
	background-position: 0 50%;
}
/*jQuery Mouse Parallax*/
.vcpb-fs-jquery {
	overflow: hidden;
}
/*Video Background*/
.upb_video-wrapper {
	display: block;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.upb_video-text {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.upb_video-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}

/*Embedded Video*/
.upb_video-src {
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	position: absolute;
}
/*YouTube & Vimeo Video*/
.upb_utube_iframe,
.upb_vimeo_iframe {
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

/********End Background-style********/



/**
 *
 * Color picker
 * Author: Stefan Petre www.eyecon.ro
 * 
 * Dual licensed under the MIT and GPL licenses
 * 
 */

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    background: url(../images/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(../images/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../images/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}
.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../images/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}
.colorpicker_hex input {
    right: 6px;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    background-image: url(../images/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}
.colorpicker_rgb_g {
    background-image: url(../images/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}
.colorpicker_rgb_b {
    background-image: url(../images/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}
.colorpicker_hsb_h {
    background-image: url(../images/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}
.colorpicker_hsb_s {
    background-image: url(../images/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}
.colorpicker_hsb_b {
    background-image: url(../images/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}

/********End Colorpicker jquery)********/

/*!
 * jQuery ClassyGradient
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.1.0
 *
 */.ClassyGradient{margin-bottom:18px}.ClassyGradient .canvas{border:1px solid #333}.ClassyGradient .info{display:none;margin-right:20px;margin-top:20px;position:absolute;z-index:80}.ClassyGradient .info .arrow{top:-17px;border-style:solid;border-width:10px;height:0;width:0;margin-left:20px;border-color:transparent transparent #000 transparent}.ClassyGradient .info .content{color:#fff;background-color:#000;padding:8px;padding-top:5px;padding-bottom:4px;font-size:12px;font-family:Verdana,Arial;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.ClassyGradient .points{position:absolute;z-index:99;max-height:20px;margin-top:2px}.ClassyGradient .point{position:absolute;width:8px;margin-left:-4px;height:8px;top:0;border:1px solid #333;cursor:pointer}.ClassyGradient .point-position{position:relative;top:-12px;margin-left:6px}.ClassyGradient .delete{display:inline-block;width:16px;height:16px;background-image:url(../images/close.png);position:relative;top:-9px;margin-left:8px}.ClassyGradient .point-color{display:inline-block;width:36px;height:36px;background:url(../images/select.png)}.ClassyGradient .point-color div{position:relative;top:4px;left:4px;width:28px;height:28px;background:url(../images/select.png) center}

/*Sid Custom*/

.grad_hold{
	width: 302px;
	height: 40px;
	margin-top: 5px;
}
.grad_trgt{
	width: 302px;
	height: 100px;
}
.vc_ug_control{
	margin-left: 20px;
}

/********End ClassyGradient(jquery)********/
