/* FONTS */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
} 
 
 
.fl {float:left;}

 /* columns widths */
.full_width { width:100%; }
.one_half { width:50%; }
.one_third { width:33.33%; }
.one_fourth { width:25%; }
.one_fifth { width:20%; }
.one_sixth { width:16.67%; }
.one_sixth { width:16.67%; }
.two_third { width:66.67%; }
.three_fourth { width:75%; }
	
/* single element inside START */
#pego-pb-inside-element-box {
	display: block;
	position: relative;
	background-color: #F8F8F8;
	z-index: 999;
}
.pego-pb-inside-element-box-panel {
	background: -moz-linear-gradient(center top , #F1F1F1, #E8E8E8) repeat scroll 0 0 transparent;	
    border-color: #FFFFFF #E7E7E7 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 0 4px rgba(0, 0, 0, 0.1);
    height: 68px;
}



.pego-pb-inside-an-element{
	display: none;
	background-color: #fff;
}
div.pego-pb-default-elements{
	display: none;
}
.pego-pb-single-element{
	float: left;
	position: relative;
}
/* single element inside END */

/* frontend elements START */		
div.pego-pb-element-frontend{
	cursor: pointer;
	margin-left: 6px;
	margin-bottom: 6px;		
	background: linear-gradient(to bottom, #414141 0%, #1d1d1d 100%);		
	background: -moz-linear-gradient(center top , #414141 0%, #1d1d1d 100%) repeat;
	background: -o-linear-gradient( #414141 0%, #1d1d1d 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#414141), to(#1d1d1d));		
	background: -webkit-linear-gradient(center top, #414141 0%, #1d1d1d 100%);	
	background: -ms-linear-gradient(center top, #414141 0%, #1d1d1d 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#414141, endColorstr=#1d1d1d);
    border-radius: 4px 4px 4px 4px;
	margin-right: 10px;
}	
.procenti-box {
	background: #1380b2;
	float: left;
	padding: 12px 0 13px;
	width: 35px;
	text-shadow: 0 0 1px #000;
	border-radius: 4px 0px 0px 4px;
	text-align: center;
}
.arrows-box {
	float: left;
}
.name-box {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.edit1-box {
	float: right;
	
}
.delete-box {
	float: right;
	margin-top; -29px;
}


.pego-pb-element-frontend-text{
	line-height:39px;
	margin-left: 15px;
}

.pego-pb-component-name, .pego-pb-component-procent { display: inline-block;}
.pego-pb-component-name {
	color: #fff;
    font: 11px/16px 'OpenSansSemiBold',Arial,sans-serif;
	text-shadow: 0 0 1px #000;
	text-transform: uppercase;
	padding: 12px 0px;
}

.pego-pb-component-procent {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
}

.pego-pb-increase-element-size{
	width: 20px;
	height: 41px;
	background-image: url(../images/icon-resize-right-component.png);
	float: left;
	border-right: 1px solid #1D1D1D;
}

.pego-pb-decrease-element-size{
	width: 20px;
	height: 41px;
	background-image: url(../images/icon-resize-left-component.png);
	float: left;
	border-right: 1px solid #1D1D1D;
	border-left: 1px solid #1D1D1D;
}

.pego-pb-element-edit{
	width: 20px;
	height: 41px;
	background-image: url(../images/icon-add-component.png);	
	border-right: 1px solid #1D1D1D;
	border-left: 1px solid #1D1D1D;
	margin-top: -40px !important;
}


.pego-pb-delete-element{
	width: 20px;
	height: 41px;
	background-image: url(../images/icon-delete-component.png);
	margin-top: -40px !important;
}
.pego-pb-add-element {
	float:left; 
	width:auto;	
	background: linear-gradient(to bottom, #25A6E1 0%, #188BC0 100%);		
	background: -moz-linear-gradient(center top , #25A6E1 0%, #188BC0 100%) repeat;
	background: -o-linear-gradient( #25A6E1 0%, #188BC0 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#188BC0));		
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #188BC0 100%);	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #188BC0 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#188BC0);
    border: 1px solid #1176a4;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font: 11px/16px 'OpenSansSemiBold',Arial,sans-serif;
    padding: 5px 10px;
    text-shadow: 0 0 1px #000000;
	margin-right: 10px;
	margin-bottom:10px;	
}
.pego-pb-add-element:hover {
	text-decoration:none;
	cursor:pointer;		
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}

.pego-pb-head {	
	background: linear-gradient(to bottom, #F1F1F1 0%, #E8E8E8 100%);		
	background: -moz-linear-gradient(center top , #F1F1F1 0%, #E8E8E8 100%) repeat;
	background: -o-linear-gradient( #F1F1F1 0%, #E8E8E8 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#F1F1F1), to(#E8E8E8));		
	background: -webkit-linear-gradient(center top, #F1F1F1 0%, #E8E8E8 100%);	
	background: -ms-linear-gradient(center top, #F1F1F1 0%, #E8E8E8 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1F1F1, endColorstr=#E8E8E8);
    border-color: #FFFFFF #E7E7E7 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 0 4px rgba(0, 0, 0, 0.1);
    height: 68px;
	margin-bottom: 20px;
}
.pego-pb-title h2 {
    color: #353535;
    font: 18px/18px 'OpenSansSemiBold',Arial,sans-serif;
    letter-spacing: -1px;
    margin-top: 13px !important; 
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
	padding: 0;
	margin-bottom: 3px !important;
}
.pego-pb-logo {
    float: left;
    margin: 2px 0 0 10px;
}
.pego-pb-title {
    float: left;
    margin-left: 10px;
}
.pego-pb-title p {
    color: #6F6F6F;
    margin-top: 0;
    text-shadow: 0 1px 0 #FFFFFF;
	padding: 0;
}

div.pego-pb-element-on-board{
	margin: 10px 0px 20px 0px;
	border-radius: 4px 4px 4px 4px;
}
.bi_slo_lahko_bek{
	margin-left: 6px;
}


.pego-pb-element-on-board-wrapper{
	padding: 6px 6px 6px 0px;
}
.state-hightlight{
	background: #83CBF2;
	float: left;
	height: 39px;						
}

#pego-pb-main-div {
	min-width: 625px;
	position: relative;
	
}

#pego-pb-inside-main-div{
	width: 100%;
	position: relative;
}
#pego-pb-inside-element-box-save {	
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 16px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 40px;
}
#pego-pb-inside-element-box-save:hover {	
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;	
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}

.pego-pb-add-accordion-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-accordion-item:hover {			
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
	
			
}
.pego-pb-remove-accordion-item {	
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-accordion-item:hover {	
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}

.pego-pb-accordion-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
	letter-spacing: -1px;
}
.pego-pb-element-accordion-title {
	width: 235px !important;
	border: none;
}
.pego-pb-element-accordion-content {
	width: 240px !important;
	border: none;
	margin-bottom: 5px;
}

#pego-pb-inside-element-box-back {	
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #E83131 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	float: right;
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 100px;
	cursor: pointer;
	margin-top: 15px;
}
#pego-pb-inside-element-box-back:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;		
}		
.pego-pb-element-single-item{
	line-height: 135%;	
}
.w300 {
	/*float: left;*/
	margin-bottom: 40px;
	margin-right: 30px;
	margin-left: 20px;
	padding: 0 !important;
	width: 254px !important;
	float: left;
}
.w300 h1 {
	border-bottom: 4px solid #F2F2F2;
	color: #353535;
	font: 16px/18px 'OpenSansSemiBold',Arial,sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: none;
}
p.pego-pb-element-description-p {
	border-left: 1px solid #e9e9e9;
	padding: 10px 0px 20px 30px;
	color: #858484;
	font-family: sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.w300title {
	margin-bottom: 40px;
	padding: 5px !important;
	border-bottom: 1px solid #E8E8E8;
}
.w300title h1 {
	color: #353535;
	font: 18px/18px 'OpenSansSemiBold',Arial,sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 8px 0 0 17px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: none;
}

.pego-pb-add-posts-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;	
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
}
.pego-pb-add-posts-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}

.pego-pb-element-single-item-label-title{
	font-weight: bold;
	color: #797979;
	padding-top: 30px;
	margin-left: 20px;
	text-shadow: #fff 0px 1px;
	font-size: 13px;
}
.pego-pb-element-single-item-input{
	float: left;
	/*margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 27px;
	margin-top: 20px;*/
}
.pego-pb-element-single-item-input input, .pego-pb-element-single-item-input textarea{
	color: #444444;
	padding: 9px 3px;
	width: 245px;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	/*border-radius: 0px; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;*/
}
.pego-pb-element-single-item-input input[type="text"]{
	width: 252px;
	line-height: 1.8;
	padding: 10px;
	height: 39px;

	border-radius: 0px; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.pego-pb-element-single-item-input select {				
	background: #444444;
	color: #FFFFFF;
	height: 39px;
	line-height: 1.8;
	padding: 10px;
	position: relative;
	width: 252px;
	border: none;
	z-index: 10;
	font-size: 12px;
}
.pego-pb-element-single-item-input select option {
	padding: 5px 10px;
}	
.pego-pb-element-single-item-input-example-image{
	margin-bottom: 20px;
}
div.pego-pb-element-single-item.pego-pb-element-column-text-wrapper div.pego-pb-element-single-item-input{
	float: none;
}
.pego-pb-element-single-item .pego-pb-element-single-item-input textarea.pego-pb-element-column-text{
	width: 250px;
	min-height: 250px; 
}

input#upload_image_button {			
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
input#upload_image_button:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}


input.pego-pb-input-for-upload {
	border-radius: 0 0 0 0;
	height: 39px;
	line-height: 1.8;
	padding: 10px;
	width: 252px;
}
.pego-pb-add-list-item {	
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-list-item:hover {			
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
#pego-pb-list-elements {
	border: none !important;			
	color: #444444 !important;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif !important;
	letter-spacing: -1px !important;
}

.pego-pb-remove-list-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-list-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}


.pego-pb-add-portfolio-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-portfolio-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-portfolio-element,
#pego-pb-portfolio-element {
	border: none !important;
	background: #F2F2F2;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}	
.pego-pb-remove-portfolio-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-portfolio-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
#pego-pb-posts-element {
	border: none !important;
	background: #F2F2F2;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
.pego-pb-remove-posts-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-posts-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
.pego-pb-add-toggle-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-toggle-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-toggle-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-toggle-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
#pego-pb-toggle-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
textarea.pego-pb-element-toggle-content {
	width: 253px;
}
.pego-pb-element-toggle-title {
	border-radius: 0 0 0 0;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	padding: 9px 3px;
	width: 245px !important;
	border: 1px solid #dedede;
}
.pego-pb-add-testimonials-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-testimonials-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-testimonials-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-testimonials-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
.pego-pb-testimonials-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
.pego-pb-testimonials-element textarea {
	width: 253px;
}
.pego-pb-element-testimonials-title, .pego-pb-element-testimonials-subtitle {
	border-radius: 0 0 0 0;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	padding: 9px 3px;
	width: 245px !important;
	border: 1px solid #dedede;
}
.pego-pb-add-progressbar-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-progressbar-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-progressbar-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-progressbar-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
.pego-pb-progressbar-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
.pego-pb-element-progressbar-title,
.pego-pb-element-progressbar-id,
.pego-pb-element-progressbar-percent {
	border-radius: 0 0 0 0;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	padding: 9px 3px;
	width: 245px !important;
	border: 1px solid #dedede;
}
.pego-pb-add-flexslider-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-flexslider-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-flexslider-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-flexslider-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
.pego-pb-flexslider-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
.pego-pb-element-flexslider-caption,
.pego-pb-element-flexslider-url,
.pego-pb-element-flexslider-image {
	border-radius: 0 0 0 0;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	padding: 9px 3px;
	width: 245px !important;
	border: 1px solid #dedede;
}
.pego-pb-add-socials-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-socials-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-socials-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-socials-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
#pego-pb-socials-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
.pego-pb-element-socials-item-url {
	border-radius: 0 0 0 0;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	padding: 9px 3px;
	width: 245px !important;
	border: 1px solid #dedede;
}
.pego-pb-add-teammember-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-teammember-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-teammember-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-teammember-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
.pego-pb-teammember-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
.pego-pb-element-teammember-socials-item-url {
	border-radius: 0 0 0 0;
	color: #353535;
	font: 12px/18px 'OpenSansSemiBold',Arial,sans-serif;
	padding: 9px 3px;
	width: 245px !important;
	border: 1px solid #dedede;
}
.pego-pb-add-contactinfo-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-contactinfo-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-contactinfo-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-contactinfo-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
#pego-pb-contactinfo-element {
	border: none !important;			
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
#pego-pb-contactinfo-element textarea {
	width: 253px;
}

.pego-pb-add-tab-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-tab-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}

#pego-pb-tab-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
#pego-pb-tab-element textarea{
	width: 253px;
}
.pego-pb-remove-tab-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-tab-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}

.pego-pb-add-carousel-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-carousel-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-carousel-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-carousel-item:hover {
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
#pego-pb-carousel-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}

.pego-pb-add-coltable-item {
	background: linear-gradient(to bottom, #25A6E1 0%, #127EAF 100%) !important;			
	background: -moz-linear-gradient(center top , #25A6E1 0%, #127EAF 100%) repeat !important;	
	background: -o-linear-gradient( #25A6E1 0%, #127EAF 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#25A6E1), to(#127EAF)) !important;			
	background: -webkit-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	background: -ms-linear-gradient(center top, #25A6E1 0%, #127EAF 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25A6E1, endColorstr=#127EAF) !important;	
	border: 1px solid #1A87B9 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	font-family: 'Helvetica Neue',sans-serif !important;
	font-size: 12px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	cursor: pointer;
	text-align: center;
}
.pego-pb-add-coltable-item:hover {
	background: linear-gradient(to bottom, #127EAF 0%, #25A6E1 100%) !important;			
	background: -moz-linear-gradient(center top , #127EAF 0%, #25A6E1 100%) repeat !important;	
	background: -o-linear-gradient( #127EAF 0%, #25A6E1 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#127EAF), to(#25A6E1)) !important;			
	background: -webkit-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	background: -ms-linear-gradient(center top, #127EAF 0%, #25A6E1 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#127EAF, endColorstr=#25A6E1) !important;	
}
.pego-pb-remove-coltable-item {
	background: linear-gradient(to bottom, #E83131 0%, #B30808 100%) !important;	
	background: -moz-linear-gradient(center top , #E83131 0%, #B30808 100%) repeat !important;	
	background: -o-linear-gradient( #E83131 0%, #B30808 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#E83131), to(#B30808)) !important;			
	background: -webkit-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	background: -ms-linear-gradient(center top, #E83131 0%, #B30808 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E83131, endColorstr=#B30808) !important;	
	border: 1px solid #B30808 !important;
	border-radius: 4px 4px 4px 4px !important;
	color: #FFFFFF !important;
	cursor: pointer;			
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 13px !important;
	height: auto !important;
	padding: 8px 13px !important;
	position: relative;
	text-align: center;
	text-shadow: 0 0 1px #000000 !important;
	top: 1px;
	width: 80px;
}
.pego-pb-remove-coltable-item:hover {			
	background: linear-gradient(to bottom, #B30808 0%, #E83131 100%) !important;	
	background: -moz-linear-gradient(center top , #B30808 0%, #E83131 100%) repeat !important;	
	background: -o-linear-gradient( #B30808 0%, #E83131 100%) !important;	
	background: -webkit-gradient(linear, center top, center bottom, from(#B30808), to(#E83131)) !important;			
	background: -webkit-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	background: -ms-linear-gradient(center top, #B30808 0%, #E83131 100%) !important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30808, endColorstr=#E83131) !important;	
}
.pego-pb-coltable-element {
	border: none !important;
	color: #444444;
	font: 14px/18px 'OpenSansSemiBold',Arial,sans-serif;
}
	
br.clear{ 
	clear: both; 
	height: 0px; 
	display: block;
}
hr.separator{
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;
	width: 100%;
}
.mt10{
	margin-top: 10px !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.pt20{
	padding-bottom: 20px !important;
}
.pb10{
	padding-bottom: 10px !important;
}
.pb20{
	padding-bottom: 20px !important;
}
.ml0{
	margin-left: 0px !important;
}

#page-option .hndle {
	display: none;
}
.pego-pb-item-for-cloning{
	display: none;
}
.pego-pb-input-for-upload {
	float:left;
	width:300px;
}
/* reponsive */
@media only screen and (max-width: 767px) {
	.full_width,
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.one_sixth,
	.one_sixth,
	.two_third,
	.three_fourth { 
		width:100% !important; 
	}
}