/*----------------------------------------------------------- WRAP BOX -----------------------------------------------------------*/
.idz-wrapbox {
    margin:0 -35.5% 0 -35.4%;
    position:relative;
    width: auto;
    background:#ecf0f1;
    overflow:hidden;
    padding: 70px 0 70px 0;
    clear:both
}
.idz-wrapbox .row {
    margin: 0 auto !important;
    max-width: 1118px;
    position: relative;
}
.idz-wrapbox .row .row {
    margin:0 -19px !important;
}
/*----------------------------------------------------------- SPACER -----------------------------------------------------------*/
.spacer{
	clear:both; display:block; 
	margin:0 15px 20px 15px; padding:0;
}

.spacer.full{margin:0 0 20px 0;}
.bordertop{border-top:solid 1px #dedede;}
pre,code {
    border-color: #e1e1e1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*----------------------------------------------------------- BUTTON -----------------------------------------------------------*/
.idz-button {
	font-family:"Open Sans", "Helvetica", Arial, sans-serif;
	display:inline-block;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:9px 16px 11px 16px;
	font-size:14px;
	color:#fff;
	line-height:1.42857;
	margin-bottom:10px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.idz-button.button-icon-right,.idz-button.button-icon-left{
	position:relative;
	padding-right:55px
}
.idz-button.button-icon-left{
	padding-left:55px
}
.idz-button.button-icon-right .button-icon,.idz-button.button-icon-left .button-icon {
	position:absolute;
	bottom:-1px;
	right:-1px;
	height:41px;
	width:40px;
	line-height:40px;
	background:silver;
	transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out
}
.idz-button.button-icon-left .button-icon {
	height:40px;
}
.idz-button.small.button-icon-right .button-icon,.idz-button.small.button-icon-left .button-icon {
	height:34px;
	width:34px;
	line-height:34px;
}
.idz-button.large.button-icon-right .button-icon,.idz-button.large.button-icon-left .button-icon {
	height:54px;
	width:54px;
	line-height:54px;
}
.idz-button.button-icon-right .button-icon i,.idz-button.button-icon-left .button-icon i {
	margin:0
}
.idz-button.button-icon-right:hover .button-icon,.idz-button.button-icon-left:hover .button-icon{
	background:#e1e1e1
}
.idz-button.button-icon-left {
	padding-left:55px;
	padding-right:16px
}
.idz-button.small.button-icon-right {
	padding-right:45px;
	padding-left:16px
}
.idz-button.large.button-icon-right {
	padding-right:70px;
	padding-left:16px
}
.idz-button.small.button-icon-left {
	padding-left:45px;
	padding-right:16px
}
.idz-button.large.button-icon-left {
	padding-left:70px;
	padding-right:16px
}
.idz-button.button-icon-left .button-icon {
	left:-1px
}
.idz-button:hover,.idz-button:focus {
	color:#fff;
	text-decoration:none
}
.idz-button:active,.idz-button.active {
	outline:0;
	background-image:none;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.idz-button.disabled,.idz-button[disabled],fieldset[disabled] .idz-button {
	cursor:not-allowed;
	pointer-events:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}
.idz-button {
	background:#d4d4d4
}
.idz-button:hover,.idz-button:focus,.idz-button:active,.idz-button.active {
	background:#e1e1e1
}
.idz-button.small {
	padding:6px 14px 8px 14px;
	font-size:12px;
	line-height:1.5
}
.idz-button.large {
	padding:14px 20px 15px 20px;
	font-size:18px;
	line-height:1.33
}
.button-block {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0
}
button.radius,.idz-button.radius {
	-webkit-border-radius:5px;
	border-radius:5px
}
button.round,.idz-button.round {
	-webkit-border-radius:1000px;
	border-radius:1000px
}
button.button-border,.idz-button.button-border {
	border:2px solid #e1e1e1;
	color:#e1e1e1;
	background:transparent
}
button.button-border:hover,button.button-border:focus,button.button-border:active,button.button-border.active,.idz-button.button-border:hover,.idz-button.button-border:focus,.idz-button.button-border:active,.idz-button.button-border.active {
	color:#fff;
	background:#e1e1e1;
	border:2px solid #e1e1e1
}
button.button-border.blue,.idz-button.button-border.blue {
	border-color:#169fe6;
	color:#169fe6;
	background:transparent
}
button.button-border.blue:hover,button.button-border.blue:focus,button.button-border.blue:active,button.button-border.blue.active,.idz-button.button-border.blue:hover,.idz-button.button-border.blue:focus,.idz-button.button-border.blue:active,.idz-button.button-border.blue.active {
	background:#42b3ed;
	border-color:#42b3ed;
	color:#fff
}
button.button-border.green,.idz-button.button-border.green {
	border-color:#87B822;
	color:#87B822;
	background:transparent
}
button.button-border.green:hover,button.button-border.green:focus,button.button-border.green:active,button.button-border.green.active,.idz-button.button-border.green:hover,.idz-button.button-border.green:focus,.idz-button.button-border.green:active,.idz-button.button-border.green.active {
	background:#a3d934;
	border-color:#a3d934;
	color:#fff
}
button.button-border.yellow,.idz-button.button-border.yellow {
	border-color:#F0C42C;
	color:#F0C42C;
	background:transparent
}
button.button-border.yellow:hover,button.button-border.yellow:focus,button.button-border.yellow:active,button.button-border.yellow.active,.idz-button.button-border.yellow:hover,.idz-button.button-border.yellow:focus,.idz-button.button-border.yellow:active,.idz-button.button-border.yellow.active {
	background:#f3d15c;
	border-color:#f3d15c;
	color:#fff
}
button.button-border.red,.idz-button.button-border.red {
	border-color:#E75B4C;
	color:#E75B4C;
	background:transparent
}
button.button-border.red:hover,button.button-border.red:focus,button.button-border.red:active,button.button-border.red.active,.idz-button.button-border.red:hover,.idz-button.button-border.red:focus,.idz-button.button-border.red:active,.idz-button.button-border.red.active {
	background:#ed8479;
	border-color:#ed8479;
	color:#fff;
}
button.button-border.grey,.idz-button.button-border.grey {
	border-color:#7f8c8d;
	color:#7f8c8d;
	background:transparent
}
button.button-border.grey:hover,button.button-border.grey:focus,button.button-border.grey:active,button.button-border.grey.active,.idz-button.button-border.grey:hover,.idz-button.button-border.grey:focus,.idz-button.button-border.grey:active,.idz-button.button-border.grey.active {
	background:#a7b0b1;
	border-color:#a7b0b1;
	color:#fff
}
button.button-border.black,.idz-button.button-border.black {
	border-color:#3b3b3b;
	color:#3b3b3b;
	background:transparent
}
button.button-border.black:hover,button.button-border.black:focus,button.button-border.black:active,button.button-border.black.active,.idz-button.button-border.black:hover,.idz-button.button-border.black:focus,.idz-button.button-border.black:active,.idz-button.button-border.black.active {
	background:#616161;
	border-color:#616161;
	color:#fff
}
button.button-border.white,.idz-button.button-border.white {
	border-color:#fff;
	color:#fff;
	background:transparent
}
.idz-button.button-link {
	background:transparent;
	color:inherit
}
.idz-button.button-link:hover,.idz-button.button-link:focus,.idz-button.button-link:active,.idz-button.button-link.active {
	background:transparent;
	color:#e1e1e1
}
.idz-button i {
	position:relative;
	margin-left:5px
}
.idz-button.blue {
	background:#169fe6
}
.idz-button.blue:hover,.idz-button.blue:focus,.idz-button.blue:active,.idz-button.blue.active {
	background:#42b3ed
}
.idz-button.green {
	background:#87B822
}
.idz-button.green:hover,.idz-button.green:focus,.idz-button.green:active,.idz-button.green.active,
.idz-button.button-icon-right.green:hover .button-icon, .idz-button.button-icon-left.green:hover .button-icon {
	background:#a3d934
}
.idz-button.yellow {
	background:#F0C42C
}
.idz-button.yellow:hover,.idz-button.yellow:focus,.idz-button.yellow:active,.idz-button.yellow.active,
.idz-button.button-icon-right.yellow:hover .button-icon, .idz-button.button-icon-left.yellow:hover .button-icon {
	background:#f3d15c
}
.idz-button.red {
	background:#E75B4C
}
.idz-button.red:hover,.idz-button.red:focus,.idz-button.red:active,.idz-button.red.active,
.idz-button.button-icon-right.red:hover .button-icon, .idz-button.button-icon-left.red:hover .button-icon {
	background:#ed8479
}
.idz-button.grey {
	background:#7f8c8d
}
.idz-button.grey:hover,.idz-button.grey:focus,.idz-button.grey:active,.idz-button.grey.active,
.idz-button.button-icon-right.grey:hover .button-icon, .idz-button.button-icon-left.grey:hover .button-icon {
	background:#a7b0b1
}
.idz-button.black {
	background:#3b3b3b
}
.idz-button.black:hover,.idz-button.black:focus,.idz-button.black:active,.idz-button.black.active,
.idz-button.button-icon-right.black:hover .button-icon, .idz-button.button-icon-left.black:hover .button-icon {
	background:#616161
}
.idz-button.white {
	color:#7b7b7b;
	background:#fafafa
}
.idz-button.white:hover,.idz-button.white:focus,.idz-button.white:active,.idz-button.white.active,
.idz-button.button-icon-right.white:hover .button-icon, .idz-button.button-icon-left.white:hover .button-icon {
	background:#eee
}

/* [ button overwrite ] */
.idz-button {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  background: #169fe6;
}
.idz-button:hover, .idz-button:focus {
  background: #42b3ed;
}
.idz-button.half-block {
  padding: 12px 47px 13px;
}
.idz-button i {
  font-weight: bold;
}
.idz-button.button-border {
  color: #169fe6;
  border-color: #169fe6;
}
.idz-button.button-border:hover {
  background: #42b3ed;
  border-color: #42b3ed;
}
.idz-button.button-link {
  color: #169fe6;
}
.idz-button.button-link:hover {
  color: #42b3ed;
}
.idz-button.button-icon-right .button-icon, .idz-button.button-icon-left .button-icon {
  background: #1285c1;
}
.idz-button.button-icon-right.green .button-icon, .idz-button.button-icon-left.green .button-icon {
  background: #76A811;
}
.idz-button.button-icon-right.yellow .button-icon, .idz-button.button-icon-left.yellow .button-icon {
  background: #D6A800;
}
.idz-button.button-icon-right.red .button-icon, .idz-button.button-icon-left.red .button-icon {
  background: #CC4031;
}
.idz-button.button-icon-right.grey .button-icon, .idz-button.button-icon-left.grey .button-icon {
  background: #6C7575;
}
.idz-button.button-icon-right.white .button-icon, .idz-button.button-icon-left.white .button-icon {
  background: #EBEBEB;
}
.idz-button.button-icon-right.black .button-icon, .idz-button.button-icon-left.black .button-icon {
  background: #262626;
}
.idz-button.button-icon-right:hover .button-icon, .idz-button.button-icon-left:hover .button-icon {
  background: #42b3ed;
}
.idz-button.large.half-block {
  padding: 21px 103px 22px;
}
/*----------------------------------------------------------- TAB -----------------------------------------------------------*/
.resp-tabs-list {
	margin-bottom:0;
	padding-left:0;
	list-style:none
}
.resp-tabs-left .resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-tabs-list:before,.resp-tabs-list:after {
	content:" ";
	display:table
}
.resp-tabs-list:after {
	clear:both
}
h4.resp-accordion:hover,h4.resp-accordion:focus,.resp-tabs-list li:hover,.resp-tabs-list li:focus {
	text-decoration:none;
	background-color:#eee;
	border-color:#eee #eee #ddd;
	cursor:pointer;
	color:#3498db
}
h4.resp-accordion,.resp-tabs-list li {
	position:relative;
	font-size:16px;
	background:#fafafa;
	line-height:1.42857;
	padding:10px 15px;
	border:1px solid #ddd;
	margin-bottom:10px;
	transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-webkit-transition:all 0.4s ease-in-out 0s
}
h4.resp-accordion.resp-tab-active,h4.resp-accordion.resp-tab-active:hover,h4.resp-accordion.resp-tab-active:active,.resp-tabs-list li.resp-tab-active,.resp-tabs-list li.resp-tab-active:hover,.resp-tabs-list li.resp-tab-active:active {
	color:#fff;
	background:#3498db;
	border:1px solid #3498db
}
.resp-tab-content,
.idz-accordion-inner .ui-accordion-content{
	display:none;
	padding:28px;
	border:1px solid #ddd;
	margin-bottom:10px
}
.resp-arrow {
	float:right
}
.resp-arrow:before {
	font-family:"FontAwesome";
	content:"\f107";
	background:none;
	width:auto;
	height:auto;
	font-style:normal;
	font-size:16px;
	position:relative
}
.resp-tab-active .resp-arrow {
	float:right
}
.resp-tab-active .resp-arrow:before {
	font-family:"FontAwesome";
	content:"\f106";
	top:-1px
}
h4.resp-accordion {
	cursor:pointer;
	display:none
}
.resp-content-active,.resp-accordion-active {
	display:block
}
.resp-tabs-top .resp-tabs-list li {
	display:block;
	float:left;
	margin-bottom:-1px;
	margin-right:2px
}
.resp-tabs-top .resp-tabs-list li.resp-tab-active,.resp-tabs-top .resp-tabs-list li.resp-tab-active:hover,.resp-tabs-top .resp-tabs-list li.resp-tab-active:active {
	border-bottom-color:transparent;
	cursor:default
}
.resp-tabs-bottom .resp-tabs-list li {
	display:block;
	float:left;
	margin-top:-1px;
	margin-right:2px
}
.resp-tabs-bottom .resp-tabs-list li.resp-tab-active,.resp-tabs-bottom .resp-tabs-list li.resp-tab-active:hover,.resp-tabs-bottom .resp-tabs-list li.resp-tab-active:active {
	border-top-color:transparent;
	cursor:default
}
.resp-tabs-bottom .resp-tab-content {
	margin-bottom:0px
}
.resp-tabs-left .resp-tabs-list li {
	margin-right:-1px;
	margin-bottom:2px
}
.resp-tabs-left .resp-tabs-list li.resp-tab-active,.resp-tabs-left .resp-tabs-list li.resp-tab-active:hover,.resp-tabs-left .resp-tabs-list li.resp-tab-active:active {
	border-right:none;
	cursor:default
}
.resp-tabs-left .resp-tabs-container {
	float:left;
	width:70%
}
.resp-tabs-right .resp-tabs-list {
	float:right;
	width:30%
}
.resp-tabs-right .resp-tabs-list li {
	margin-left:-1px;
	margin-bottom:2px
}
.resp-tabs-right .resp-tabs-list li.resp-tab-active,.resp-tabs-right .resp-tabs-list li.resp-tab-active:hover,.resp-tabs-right .resp-tabs-list li.resp-tab-active:active {
	border-left:none;
	cursor:default
}
.resp-tabs-right .resp-tabs-container {
	float:left;
	width:70%
}
.resp-accordion h4.resp-accordion {
	display:block
}
@media only screen and (max-width: 768px) {
	ul.resp-tabs-list {
    	display:none
    }
	h4.resp-accordion {
    	display:block
    }
    .resp-tabs-container { 
    	width:100% !important
    }
    .resp-tabs-bottom .resp-tab-content {
    	margin-bottom:10px
    }
}
/* [ tab and accordion overwrite ] */
.accordion {
  margin-bottom: 28px !important;
}

h4.resp-accordion, .resp-tabs-list li {
  border-color: #e1e1e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
h4.resp-accordion i, .resp-tabs-list li i {
  margin-right: 5px;
}

.resp-tabs-left .resp-tabs-list li {
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.resp-tabs-left .resp-tab-content {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.resp-tabs-right .resp-tabs-list li {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.resp-tabs-right .resp-tab-content {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.resp-tabs-top .resp-tabs-list li {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.resp-tabs-top .resp-tab-content {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.resp-tabs-bottom .resp-tabs-list li {
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.resp-tabs-bottom .resp-tab-content {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.resp-tab-content {
  border-color: #e1e1e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.resp-tab-content img {
  margin-bottom: 28px;
}

/*----------------------------------------------------------- ACCORDION, TOGGLE -----------------------------------------------------------*/
.idz-toggle, .idz-accordion { margin: 0 0 5px 0; }

.idz-toggle .idz-toggle-title, .idz-accordion .idz-accordion-title {
	display: block;
	cursor:pointer;
	font-size:16px;
    color: #353535;    
	background-color: #fbfbfb;
	border:1px solid #dedede;
	padding:10px 15px;
	clear:both;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	position:relative;
	outline:0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    font-family: "Roboto",sans-serif;    
}
.idz-toggle .idz-toggle-title:hover, .idz-accordion .idz-accordion-title:hover {
	text-decoration:none;
	background-color:#eee;
	border-color:#eee #eee #ddd;
	cursor:pointer;
	color:#3498db
}
.idz-toggle .ui-accordion-header-active, .idz-accordion .ui-accordion-header-active {
	background: #169fe6;
    border: 1px solid #169fe6;
    color: #ffffff;
}
	
.idz-toggle .idz-toggle-title:hover, .idz-accordion .idz-accordion-title:hover {}
.idz-toggle .idz-toggle-title i, .idz-accordion .idz-accordion-title i{
     margin-right:10px;
     top:2px;
}

.idz-toggle-inner, .idz-accordion-inner {
	display:none;
	padding:28px;
	border:1px solid #ddd;
    margin-top:10px;
	margin-bottom:10px;
    height: auto !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.idz-toggle span.ui-icon, .idz-accordion span.ui-icon{display: block;}

.idz-toggle span.ui-icon:before, .idz-accordion span.ui-icon:before {
	font-family: "FontAwesome";
	content: "\f107";
	background: none;
	width: 20px;
	height: 20px;
	line-height:20px;
	font-style: normal;
	float:right;
	color: #909090;
	font-size: 16px;
	position: relative;
	top: 4px;
	text-align:center;
}

.idz-toggle .ui-state-active .ui-icon:before, .idz-accordion .ui-state-active .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f106";
  color:#fff;
}

/*----------------------------------------------------------- ICON -----------------------------------------------------------*/
.idz-icon.small{font-size:14px;}
.idz-icon.default{font-size:18px;}
.idz-icon.medium{font-size:24px;}
.idz-icon.large{font-size:30px;}
.icon-left {
    margin:2px 20px 0 0 !important;
    float:left !important;
}

.icon-nonposition{display:block; float:none; margin-bottom:10px}

.icon-right {
margin:2px 0 0 20px !important;
float:right !important;
}
.icon-center {
margin:0 auto 10px auto !important;
float:none !important;
display:block;
text-align:center
}

.icon-shape{
 background:#fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align:center;
}

.icon-shape.stroke{background:#d7d7d7;}

.icon-shape i{
  line-height: 58px;
  font-size: 30px;
  color: #ffffff;
  margin:0 auto;
}

.icon-shape.circle{
 -webkit-border-radius: 50%;
  border-radius: 50%;  
}
.icon-shape.square,
.text-shape.square {
  -webkit-border-radius: 0;
  border-radius: 0;  
}
.icon-shape.radius,
.text-shape.radius {
  -webkit-border-radius: 20px;
  border-radius: 20px;  
}
.icon-shape.stroke{border:0px;}

.text-overflow{overflow:hidden;}
.text-nonposition{overflow:auto;}
.icon-shape.noborder{border:0;}

.icon-shape.stroke i, .icon-shape.stroke span,
.text-shape.stroke i,
.text-shape.stroke span {
  color: #169fe6;
  line-height: 60px;
}

/* Icon Boxed */
.idz-box-icon {
	text-align:center;
	margin-bottom:1.5em
}
.idz-box-icon .icon-container {
	margin-bottom:20px
}
.idz-box-icon .title-box {
	margin-top:0;
	margin-bottom:15px
}
.idz-box-icon.left {
	text-align:left
}
.idz-box-icon.left .icon-container {
	float:left;
	margin:6px 0 0 2px
}
.idz-box-icon.left .text-container {
	margin-left:115px
}
.idz-box-icon.right {
	text-align:left
}
.idz-box-icon.right .icon-container {
	float:right;
	margin:6px 2px 0 0
}
.idz-box-icon.right .text-container {
	margin-right:115px
}
/* Icon Shape */
.icon-shape,.text-shape {
	width:90px;
	height:90px;
	text-align:center;
	margin:0 auto
}
.icon-shape i,.icon-shape span,.text-shape i,.text-shape span {
	color:#d4d4d4;
	line-height:90px;
	font-size:68px
}
.icon-shape span,.text-shape span {
	font-weight:bold
}
.icon-shape.circle,.icon-shape.square,.icon-shape.radius,.text-shape.circle,.text-shape.square,.text-shape.radius {
	background:#d4d4d4
}
.icon-shape.circle i,.icon-shape.circle span,.icon-shape.square i,.icon-shape.square span,.icon-shape.radius i,.icon-shape.radius span,.text-shape.circle i,.text-shape.circle span,.text-shape.square i,.text-shape.square span,.text-shape.radius i,.text-shape.radius span {
	font-size:42px;
	color:#fff
}
.icon-shape.stroke,.text-shape.stroke {
	border:3px solid #d4d4d4;
	background:#fff
}
.icon-shape.stroke i,.icon-shape.stroke span,.text-shape.stroke i,.text-shape.stroke span {
	color:#d4d4d4;
	line-height:84px
}
.icon-shape.circle,.text-shape.circle {
	-webkit-border-radius:50%;
	border-radius:50%
}
.icon-shape.square,.text-shape.square {
	-webkit-border-radius:0;
	border-radius:0
}
.icon-shape.radius,.text-shape.radius {
	-webkit-border-radius:20px;
	border-radius:20px
}
/* [ box icon ] */
.idz-box-icon .icon-container {
  margin-bottom: 35px;
}
.idz-box-icon.left .icon-container {
  margin-top: 0;
}
.idz-box-icon.left .text-container {
  margin-left: 54px;
}
.idz-box-icon.left .title-box {
  margin-bottom: 10px;
}
.idz-box-icon.right .text-container {
  margin-right: 54px;
}
.idz-box-icon.left-block {
  text-align: left;
}
.idz-box-icon.left-block .icon-shape, .idz-box-icon.left-block .text-shape {
  margin: 0;
}
.idz-box-icon p:last-child {
  margin-bottom: 0;
}

.idz-box-icon.left .text-container {
  margin-left: 86px;
}
.idz-box-icon.right .text-container {
  margin-right: 86px;
}

.icon-shape,
.text-shape {
  width: 64px;
  height: 64px;
  text-align: left;
}
.icon-shape i, .icon-shape span,
.text-shape i,
.text-shape span {
  color: #169fe6;
  line-height: 64px;
  font-size: 64px;
}
.icon-shape span,
.text-shape span {
  font-family: "Open Sans", sans-serif;
}
.icon-shape.circle, .icon-shape.square, .icon-shape.radius,
.text-shape.circle,
.text-shape.square,
.text-shape.radius {
  background: #169fe6;
  text-align: center;
}
.icon-shape.circle i, .icon-shape.circle span, .icon-shape.square i, .icon-shape.square span, .icon-shape.radius i, .icon-shape.radius span,
.text-shape.circle i,
.text-shape.circle span,
.text-shape.square i,
.text-shape.square span,
.text-shape.radius i,
.text-shape.radius span {
  font-size: 36px;
  line-height: 64px;
}
.icon-shape.stroke,
.text-shape.stroke {
  border: 2px solid #169fe6;
  background: transparent;
}
.icon-shape.stroke i, .icon-shape.stroke span,
.text-shape.stroke i,
.text-shape.stroke span {
  color: #169fe6;
  line-height: 60px;
}
.icon-shape.radius,
.text-shape.radius {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.text-shape {
  text-align: center;
}

.idz-box-icon.small .icon-shape.circle, .idz-box-icon.small .icon-shape.square, .idz-box-icon.small .icon-shape.radius,
.idz-box-icon.small .text-shape.circle,
.idz-box-icon.small .text-shape.square,
.idz-box-icon.small .text-shape.radius {
  height: 42px;
  width: 42px;
  line-height: 46px;
}
.idz-box-icon.small .icon-shape.circle i, .idz-box-icon.small .icon-shape.circle span, .idz-box-icon.small .icon-shape.square i, .idz-box-icon.small .icon-shape.square span, .idz-box-icon.small .icon-shape.radius i, .idz-box-icon.small .icon-shape.radius span,
.idz-box-icon.small .text-shape.circle i,
.idz-box-icon.small .text-shape.circle span,
.idz-box-icon.small .text-shape.square i,
.idz-box-icon.small .text-shape.square span,
.idz-box-icon.small .text-shape.radius i,
.idz-box-icon.small .text-shape.radius span {
  font-size: 22px;
}
.idz-box-icon.small i, .idz-box-icon.small span {
  line-height: 37px;
  font-size: 37px;
}
.idz-box-icon.small.left .text-container {
  margin-left: 60px;
}
.idz-box-icon.small.right .text-container {
  margin-right: 60px;
}
.idz-box-icon.small.radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.idz-box-icon.large .icon-shape,
.idz-box-icon.large .text-shape {
  height: 84px;
  width: 84px;
}
.idz-box-icon.large .icon-shape.circle i, .idz-box-icon.large .icon-shape.circle span, .idz-box-icon.large .icon-shape.square i, .idz-box-icon.large .icon-shape.square span, .idz-box-icon.large .icon-shape.radius i, .idz-box-icon.large .icon-shape.radius span,
.idz-box-icon.large .text-shape.circle i,
.idz-box-icon.large .text-shape.circle span,
.idz-box-icon.large .text-shape.square i,
.idz-box-icon.large .text-shape.square span,
.idz-box-icon.large .text-shape.radius i,
.idz-box-icon.large .text-shape.radius span {
  font-size: 42px;
}
.idz-box-icon.large i, .idz-box-icon.large span {
  font-size: 84px;
  line-height: 84px;
}
.idz-box-icon.large.left .text-container {
  margin-left: 112px;
}
.idz-box-icon.large.right .text-container {
  margin-right: 112px;
}

.idz-box-icon.offset-box {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 72px 27px 40px;
}

.idz-box-icon.offset-box .icon-shape,
.idz-box-icon.offset-box .text-shape {
  border: 10px solid #fff;
}

.idz-box-icon.large.offset-box {
  margin-top: 44px;
}
.idz-box-icon.large.offset-box .icon-shape,
.idz-box-icon.large.offset-box .text-shape {
  height: 104px;
  width: 104px;
  margin-top: -126px;
}
/*----------------------------------------------------------- TABLES -----------------------------------------------------------*/
table {
	width:100%;
	margin:0 0 20px
}
table th {
	color:inherit;
	font-size:16px;
	text-align:left;
	padding:9px 13px
}
table td {
	border-bottom:1px solid #e6e6e6;
	background-color:#f0f0f0;
	color:#8c8c8c;
	text-align:left;
	padding:9px 13px
}
table td.highlight {
	color:#fff;
	font-weight:300
}
.idz-table.table-green th {
	color:#fff;
	background:#87B822
}
.idz-table.table-blue th {
	color:#fff;
	background:#169fe6
}
.idz-table.table-red th {
	color:#fff;
	background:#E75B4C
}
.idz-table.table-yellow th {
	color:#fff;
	background:#F0C42C
}
.idz-table.table-grey th {
	color:#fff;
	background:#7f8c8d
}
.idz-table.table-white th {
	background:#fff;
	color:inherit;
	text-shadow:none;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6
}
table tr.even td,table tr.odd td {
	background-color:#fff
}
table tr td.highlight,.idz-table.table-black table tr th {
	background-color:#f9f9f9
}

/*----------------------------------------------------------- PROGRESS BAR -----------------------------------------------------------*/
.ui-progress {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 46px;
}

.ui-progress-bar{background:#f0f0f0; }
.ui-progress.green {background:#87B822}
.ui-progress, .ui-progress.blue {background:#169fe6;}
.ui-progress.orange {background:#ff8d2c}
.ui-progress.yellow {background:#F0C42C}
.ui-progress.red {background:#E75B4C}
.ui-progress.grey {background:#7f8c8d}

.progress-bar-wrapper{
    width: 100%;
    font-size: 13px;
    height: 46px;
    margin-bottom: 12px;
    background-color: #f1f1f1;
    position: relative;
  }
.progress-title {
    color:#fff;
    font-size:13px; 
    top:10px;
    left:15px;  
    position:absolute; 
    z-index:100;
    padding-bottom:0px;
}
 
.progress-meter {
    font-size:13px;  
    position:absolute; 
    z-index:100;
    top:10px;
    right: 15px;
    width: 40px;
    color: #b2b2b2;
    text-align: center;
    background-color: #fff;
}


.chart-title{
    margin:14px 0;
}

.chart-grid li {
  border-right: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding: 8px 28px 0px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.chart-grid li:nth-child(2), .chart-grid li:last-child {
  border-right: none;
}
.chart-grid li:nth-child(3), .chart-grid li:last-child {
  border-top: 1px solid #e1e1e1;
}
.chart-grid li:hover {
  background: #f8f8f8;
}
.chart-grid .chart-container {
  margin-bottom: 0;
  margin: 28px 28px 0px 28px;
}

.chart-container {
  position: relative;
  text-align: center;
  margin-bottom: 28px;
}
.chart-container p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: -30px;
  position: absolute;
  height: auto;
  width: 100%;
  top: -moz-calc(50%);
  top: -webkit-calc(50%);
  top: -o-calc(50%);
  top: calc(50%);
}
.chart-container .percent {
  margin-top: 16px;
}

/*----------------------------------------------------------- ALERT -----------------------------------------------------------*/
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 14px 16px 15px 16px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.alert-box .close {
  font-size: 20px;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  opacity: 0.8;
}

.alert-box i {
  margin-right: 5px;
  position: relative;
}

.alert-box.radius {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.alert-box {
  font-size: 13px;
  background: #f8f8f8;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
  padding: 12px 15px 14px 15px;
}
.alert-box .close {
  color: #929292;
}
.alert-box.blue {
  background-color: #cce9f2;
  border: 1px solid #86cde3;
  color: #3194b1;
}
.alert-box.blue .close {
  color: #3194b1;
}
.alert-box.green {
  background-color: #d8f1c6;
  border: 1px solid #b3cda1;
  color: #749958;
}
.alert-box.green .close {
  color: #749958;
}
.alert-box.yellow {
  background-color: #fbf4dd;
  border: 1px solid #d1c9ae;
  color: #978c68;
}
.alert-box.yellow .close {
  color: #978c68;
}
.alert-box.red {
  background-color: #f9d9d9;
  border: 1px solid #e1a1a1;
  color: #b55454;
}
.alert-box.red .close {
  color: #b55454;
}

/*----------------------------------------------------------- LIST -----------------------------------------------------------*/
ul.square li ul, ul.circle li ul, ul.disc li ul {list-style-type: none;}
ul.square {list-style-type: square;margin-left: 15px;padding-left:0;}
ul.circle {list-style-type: circle; margin-left: 15px;}
ul.disc {list-style-type: disc;margin-left: 1em; padding-left:0;}
ul.nobullet {list-style-type: none; padding-left:0;}
ul.inlineblock{list-style:none; padding-left:0;}
ul.inlineblock li{display:inline-block}
ul.children{list-style-type:none; margin:0 0 0 20px}

ul.arrow, ul.check, ul.plus, ul.star, ul.pin, ul.flag, ul.nobullet {list-style-type: none; padding-left:0; line-height:26px; margin-bottom:20px; margin-left:0}

ul.arrow li:before,
ul.check li:before,
ul.plus li:before,
ul.star li:before,
ul.pin li:before,
ul.flag li:before {font-family: 'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal;  font-size:11px; margin-right:9px; position:relative; top:0px;}

ul.arrow li:before {content: "\f488";}
ul.arrow ul.children{list-style-type:none; margin-left:0}
ul.check li:before {content: "\f471";}
ul.plus li:before {content: "\002b";}
ul.star li:before {content: "\f13a";}
ul.pin li:before {content: "\f20a";}
ul.flag li:before {content: "\f487";}


ul.arrow li a, ul.arrow li a:visited,
ul.check li a, ul.check li a:visited,
ul.plus li a, ul.plus li a:visited,
ul.star li a, ul.star li a:visited,
ul.pin li a, ul.pin li a:visited,
ul.flag li a, ul.flag li a:visited  {color:#848383; text-decoration:none;}

ul.arrow li a:hover,
ul.check li a:hover,
ul.plus li a:hover,
ul.star li a:hover, 
ul.pin li a:hover,
ul.flag li a:hover{color:#848383; text-decoration:none;}

.borderbottom li{
border-bottom:solid 1px #dedede;
padding:0 0 10px 0;
margin:0 0 10px 0;
}

.marginright{padding-right:10px;}

/*----------------------------------------------------------- PANEL BOX -----------------------------------------------------------*/
.idz-panel.fold h1, .idz-panel.fold h2, .idz-panel.fold h3, .idz-panel.fold h4, .idz-panel.fold h5 {
  color: #fff;
}

.idz-panel {
	margin-bottom:28px;
	border:1px solid #e0e0e0;
	position:relative;
	padding:28px 30px 5px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 3px 0px 0px #f7f7f7;
	-moz-box-shadow:0px 3px 0px 0px #f7f7f7;
	box-shadow:0px 3px 0px 0px #f7f7f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.idz-panel * {
  z-index: 2;
  position: relative;
}
.idz-panel a.button {
	margin:15px 0 10px 0
}
.idz-panel .panel-icon {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}
.idz-panel .panel-icon i {
  color: #e4e4e4;
  font-size: 171px;
}
.idz-panel.blue .panel-icon i {
  color: #0E87C4;
}
.idz-panel.yellow .panel-icon i {
  color: #DEB214;
}
.idz-panel.green .panel-icon i {
  color: #79A326;
}
.idz-panel.grey .panel-icon i {
  color: #737F80;
}
.idz-panel.red .panel-icon i {
  color: #CF5244;
}
.idz-panel.fold:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width: 0 30px 30px 0;
	border-style:solid;
	border-color:#fff #aeaeae #fff #fff;
	display:block;
	width:0
}
.idz-panel.fold {
	color:#fff;
	background:#d4d4d4;
	border:none
}
.idz-panel.fold * {
	color:#fff
}
.idz-panel.fold .button {
	margin-bottom:0
}
.idz-panel.fold {
  background: #169fe6;
}
.idz-panel.fold:before {
  border-color: #fff #fff #1178ae #1178ae;
}
.idz-panel.fold.blue {
  background: #169fe6;
}
.idz-panel.fold.blue:before {
  border-color: #fff #fff #1178ae #1178ae;
}
.idz-panel.fold.green {
  background: #87B822;
}
.idz-panel.fold.green:before {
  border-color: #fff #fff #618418 #618418;
}
.idz-panel.fold.yellow {
  background: #F0C42C;
}
.idz-panel.fold.yellow:before {
  border-color: #fff #fff #d0a50f #d0a50f;
}
.idz-panel.fold.red {
  background: #E75B4C;
}
.idz-panel.fold.red:before {
  border-color: #fff #fff #d92f1d #d92f1d;
}
.idz-panel.fold.grey {
  background: #7f8c8d;
}
.idz-panel.fold.grey:before {
  border-color: #fff #fff #616d6d #616d6d;
}
.idz-panel.fold.green .idz-button.button-border:hover {
    background: #9AC742;
    border-color: #9AC742;
}
.idz-panel.fold.yellow .idz-button.button-border:hover {
    background: #F0D36C;
    border-color: #F0D36C;
}
.idz-panel.fold.green .idz-button.button-border:hover {
    background: #A8C965;
    border-color: #A8C965;
}
.idz-panel.fold.grey .idz-button.button-border:hover {
    background: #95A5A6;
    border-color: #95A5A6;
}
.idz-panel.fold.red .idz-button.button-border:hover {
    background: #F07769;
    border-color: #F07769;
}

/*----------------------------------------------------------- HIGHLIGHT BOX -----------------------------------------------------------*/
.promo-box {
	float:left;
	display:table-row;
	width:100%;
    margin-bottom: 20px;
}
.promo-text,.promo-action {
	width:100%;
	float:none;
	display:table-cell;
	vertical-align:middle
}
.promo-action {
	text-align:right
}
.promo-text {
	padding-right:19px
}
.promo-box {
	padding:30px 30px;
	border:1px solid #d4d4d4;
	position:relative;
	border-left:none
}
.promo-box p,.promo-box h4,.promo-box .button {
	margin:0
}
.promo-box:before {
	content:"";
	height:-moz-calc(100% + 2px);
	height:-webkit-calc(100% + 2px);
	height:-o-calc(100% + 2px);
	height:calc(100% + 2px);
	width:4px;
	top:-1px;
	left:0;
	background:#d4d4d4;
	position:absolute
}
.promo-box.blue:before {
	background:#169fe6
}
.promo-box.green:before {
	background:#87B822
}
.promo-box.red:before {
	background:#E75B4C
}
.promo-box.yellow:before {
	background:#F0C42C
}
.promo-box.gray:before {
	background:#7f8c8d
}

@media only screen and (max-width: 959px) {
    .promo-text,.promo-action {
    	display:block
    }
    .promo-text {
    	padding:0
    }
    .promo-action {
    	text-align:center;
    	padding:19px 0 0
    }
    .promo-action .button {
    	display:block
    }
}

/*----------------------------------------------------------- DROPCAP -----------------------------------------------------------*/
.dropcap, .dropcap1, .dropcap2, .dropcap3 {
 font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 46px;
  color: #434343;
  float: left;
  margin: 14px 17px 12px 0;
  padding: 0;
}

.dropcap2, .dropcap3, .dropcap.square, .dropcap.round{
width: 48px;
  height: 48px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  margin: 8px 12px 0 0;
  background: #ff8d2c;
}

.dropcap3, .dropcap.round {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/*----------------------------------------------------------- HIGHLIGHT STYLING  -----------------------------------------------------------*/
.highlight {padding:0px 6px 4px 6px; background:#0e7ac3; color:#fff; vertical-align:baseline; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.highlight.purple {background-color:#770477;}	
.highlight.brown{background-color:#753b02;}
.highlight.pink{background-color:#da6371;}	
.highlight.green{background-color:#84ac0a;}
.highlight.blue{background-color:#029dd8;}
.highlight.yellow{background-color:#e7a515;}
.highlight.red{background-color:#d12525;}	
.highlight.orange{background-color:#ff8d2c;}	

/*----------------------------------------------------------- PULLQUOTE -----------------------------------------------------------*/
.pullquote_right,.pullquote_left {
float:right;
font-family:"Goudy Bookletter 1911", serif;
font-size:18px;
line-height:28px;
letter-spacing:0;
margin-bottom:0;
margin-top:9px;
margin-left:15px;
padding-left:15px;
width:50%;
font-style:italic;
line-height:26px;
border-left:2px solid #ccc;
}

.pullquote_left {
border-right:2px solid #ccc;
border-left:none;
float:left;
margin-left:0;
margin-right:25px;
padding-left:0;
padding-right:8px;
}


/*----------------------------------------------------------- PRICING TABLE -----------------------------------------------------------*/
.idz-pricing {
    text-align: center;
    margin-left: 0
}
.idz-pricing .pricing-title {
    font-weight: normal;
    background: #d4d4d4;
    padding: 10px 0 8px;
    color: #fff;
    margin: 0
}
.idz-pricing .pricing-price {
    background: #e1e1e1;
    padding: 15px 0 20px;
    color: #fff;
    font-size: 44px;
    line-height: 1
}
.idz-pricing .pricing-price p {
    font-size: 14px;
    margin: 15px 0 0
}
.idz-pricing .pricing-price small {
    font-size: 13px
}
.idz-pricing .price {
    font-size: 20px;
    position: relative;
    top: -16px
}
.idz-pricing .pricing-content {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    margin: 0 auto;
    padding: 0 22px
}
.idz-pricing .pricing-content ul {
    margin-left: 0;
    padding-left: 0; 
}
.idz-pricing .pricing-content li {
    list-style-type: none;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px
}
.idz-pricing .pricing-content li:last-child {
    border-bottom: none
}
.idz-pricing .pricing-button {
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 20px 0 10px
}
/* [ pricing table ] */
.idz-pricing {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 28px;
  margin-bottom: 28px;
}
.idz-pricing.featured-pricing {
  margin-top: 0;
}
.idz-pricing.featured-pricing .pricing-price {
  padding: 30px 0;
}
.idz-pricing.featured-pricing .pricing-button {
  padding: 30px 0 20px;
}
.idz-pricing:hover {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}
.idz-pricing .pricing-title {
  background: #169fe6;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.idz-pricing .pricing-price {
  background: #42b3ed;
}
.idz-pricing .pricing-button {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* [pricing table] */
.idz-pricing.green .pricing-title {
  background: #87B822; }
.idz-pricing.green .pricing-price {
  background: #a3d934; }
.idz-pricing.blue .pricing-title {
  background: #169fe6; }
.idz-pricing.blue .pricing-price {
  background: #42b3ed; }
.idz-pricing.red .pricing-title {
  background: #E75B4C; }
.idz-pricing.red .pricing-price {
  background: #ed8479; }
.idz-pricing.yellow .pricing-title {
  background: #F0C42C; }
.idz-pricing.yellow .pricing-price {
  background: #f3d15c; }
.idz-pricing.gray .pricing-title {
  background: #7f8c8d; }
.idz-pricing.gray .pricing-price {
  background: #a7b0b1; }
.idz-pricing.black .pricing-title {
  background: #3a3a3a; }
.idz-pricing.black .pricing-price {
  background: #606060; }

/*----------------------------------------------------------- VIDEO -----------------------------------------------------------*/
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
margin-bottom:20px;
}

.video-container iframe,.video-container object,.video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.video-container-post {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
margin-bottom:20px;
}
.video-container-post iframe, .video-container-post object, .video-container-post embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-container-shortcode {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
margin-bottom:20px;
}

.video-container-shortcode iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.videobg-container{
position: relative;
height: 0;
overflow:hidden
}

.videobg-container video{
position:absolute;
top:0;
left:0;
width:100%;
}


.videobg-container .panel {
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding: 38px 0 47px 0;
}
.videobg-container p {
  color: #434343;
}

/*----------------------------------------------------------- TWITTER -----------------------------------------------------------*/
.twitter-contact-container .socicon-twitter {
  font-size: 128px;
  position: relative;
  color: #4da7de;
}
.twitter-contact-container .heading-title {
  margin-bottom: 20px;
}
.twitter-contact-container li {
  list-style: none;
}
.twitter-contact-container .tweet_list {
  margin-bottom: 0;
}

.tweet_list li {
  font-family: Georgia, serif;
  color: #afafaf;
  font-style: italic;
  font-size: 16px;
}

.twitter-title.bottom-line{margin-bottom:28px;}
.twitter-title.bottom-line h3{margin:0;}
.twitter-title.bottom-line:after {
  content: "";
  width: 96px;
  height: 4px;
  position: relative;
  display: inline-block;
  background: #ff8d2c;
}

/*----------------------------------------------------------- TESTIMONIAL -----------------------------------------------------------*/
.idz-testimonial {
    position: relative;
    margin-bottom: 30px;
    *zoom: 1
}
.idz-testimonial:before,
.idz-testimonial:after {
    content: " ";
    display: table
}
.idz-testimonial:after {
    clear: both
}
.idz-testimonial img {
    width: 64px;
    height: 64px;
    float: left
}
.testimonial-text {
    font-family: "Goudy Bookletter 1911", serif;
    font-size: 22px;
    font-style: italic;
    color: #a5a5a5;
    padding: 18px 28px 24px 30px;
    line-height: 30px;
    border: 1px solid #dedede;
    background: #fbfbfb;
    position: relative;
    margin-bottom: 24px;
    z-index: 2
}
.testimonial-text:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50px;
    bottom: -16px;
    border: 8px solid transparent;
    border-left: 8px solid #dedede;
    border-top: 8px solid #dedede
}
.testimonial-text:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 51px;
    bottom: -14px;
    border: 8px solid transparent;
    border-left: 8px solid #fbfbfb;
    border-top: 8px solid #fbfbfb
}
.testimonial-text p {
    margin-bottom: 0;
    position: relative;
    z-index: 3
}
.testimonial-text p:before {
    font-family: "Goudy Bookletter 1911", serif;
    content: "\201D";
    font-size: 90px;
    font-weight: bold;
    color: #e4e4e4;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: -1
}
.testimonial-description {
    margin-left: 80px;
    padding-top: 5px;
    line-height: 1
}
.testimonial-description h5 {
    font-size: 18px;
    margin-bottom: 0
}
.testimonial-description span {
    font-family: "Open sans", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background: #d4d4d4;
    padding: 3px 8px
}


/*----------------------------------------------------------- TESTIMONIAL SLIDER -----------------------------------------------------------*/
.testimonial-slider-container {
  background: #f7f7f7;
  margin-left: 0rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 40px;
  min-height: 400px;
  border-bottom: 1px solid #dedede;
}

.border-bottom{
border-bottom: 1px solid #dedede;
}

/* testimonial item */
.testimonial-item {
  position: relative;
}
.testimonial-item .testi-image{
  width: 96px;
  height: 96px;
  border: 3px solid #fff;
  float: left;
  position: relative;
  z-index: 3;
   -webkit-border-radius:500px;
  border-radius: 500px;
  overflow:hidden
}
.testimonial-item .testimonial-container {
  border-top: 1px solid #ff8d2c;
  margin-left: 140px;
  padding-top: 5px;
  margin-top: 4px;
}
.testimonial-item .testimonial-container h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial-item .testimonial-container span.testi-info {
  font-size: 11px;
}
.testimonial-item .testimonial-container:before {
  font-family: Georgia, serif;
  content: "\201D";
  font-size: 90px;
  font-weight: bold;
  color: #434343;
  position: absolute;
  top: 24px;
  left: 74px;
  z-index: 2;
}
.testimonial-item .testimonial-text {
  clear: both;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  padding: 28px 38px 0;
  line-height: 34px;
  color: #6d6d6d;
}
.testimonial-item .testimonial-text p {
  margin-bottom: 0;
}

.idz-slider-testimonial  {
  padding: 0 30px;
  margin-bottom: 16px;
}
.idz-slider-testimonial  .owl-controls {
  margin-top: 20px;
}
.idz-slider-testimonial  .owl-controls .owl-page span{
  background: #a7a7a7;
  width:12px;
  height:12px;
}
.idz-slider-testimonial  .owl-controls .owl-page.active span, .idz-slider-testimonial  .owl-controls .owl-page:hover span {
  background: #ff8d2c;
}
.idz-slider-testimonial .testimonial-item span.testi-info{
  background: #fff;
  padding: 3px 10px 4px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color:#ff8d2c;
}


.idz-carousel-testimonial{
margin:0 -15px;
width: -moz-calc(100% + 30px);
width: -webkit-calc(100% + 30px);
width: -o-calc(100% + 30px);
width: calc(100% + 30px);
}

.idz-carousel-testimonial-nav{
display: inline-block;
float: right;
margin-top: -104px;
position: relative;
z-index: 3;
}


.idz-carousel-testimonial-nav .left-nav, .idz-carousel-testimonial-nav .right-nav{
display: inline-block;
  border: 4px solid #636363;
  height: 32px;
  width: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.idz-carousel-testimonial-nav .left-nav:hover, .idz-carousel-testimonial-nav .right-nav:hover{
  cursor: pointer;
}

.idz-carousel-testimonial-nav .left-nav:hover i,  .idz-carousel-testimonial-nav .right-nav:hover i{
}


.idz-carousel-testimonial-nav .left-nav {
  margin-right: 11px;
}
.idz-carousel-testimonial-nav i{
  color: #636363;
  top: -1px;
  position: relative;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.idz-carousel-testimonial-container{margin:0px; width:100%; overflow:hidden; }
.idz-carousel-testimonial-item{padding:0 17px;}

/*----------------------------------------------------------- CLIENT LIST -----------------------------------------------------------*/
.client-list {
  text-align: center;
  list-style-type: none;
}
/*----------------------------------------------------------- CLIENT INLINE LIST -----------------------------------------------------------*/
.idz-client-inline-container{
  padding: 30px 30px 40px 30px;
  border: 1px solid #dedede;
  border-left:0;
  position: relative;
  -webkit-box-shadow: inset 4px 0px 0px 0px #ff8d2c;
-moz-box-shadow: inset 4px 0px 0px 0px #ff8d2c;
box-shadow: inset 4px 0px 0px 0px #ff8d2c;
}

.idz-client-inline-container h3{
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
}

.idz-client-inline li{list-style-type:none; display:inline-block; border-right: 2px solid #dedede; margin:0 0 10px 0; padding-bottom:0px !important}
.idz-client-inline li:last-child{border:0;}
.idz-client-inline li img {
  text-align: center;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.idz-client-inline li:hover img {
  opacity: 0.5;
}

/*----------------------------------------------------------- TEAM LIST -----------------------------------------------------------*/
.team-title-section{text-align:center; margin-bottom:30px}
.team-title-section h2{
font-size:30px;
margin:0
}

.team-title-section .team-subtitle{
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  display: block;
  color: #afafaf;
}

.team-title-section:after{
content: "";
width: 96px;
height: 4px;
position: relative;
display: inline-block;
background: #ff8d2c;
}

.team-wrap img{
  -webkit-box-shadow: 3px 3px 0px 0px #f2f2f2;
  -moz-box-shadow: 3px 3px 0px 0px #f2f2f2;
  box-shadow: 3px 3px 0px 0px #f2f2f2;
}
.team-info{text-align:center; padding:15px 0 0 0}
.team-name {
font-family: "Raleway", sans-serif;
font-weight: 400;
color: #434343;
letter-spacing: -0.5px;
-webkit-font-smoothing: antialiased;
font-size:21px;
line-height:25px;
display:block;
margin-bottom:5px;
}
.team-name a, .team-name a:visited, .team-name a:hover{color:#434343;}
.subheader{
  text-transform: uppercase;
  font-size: 11px;
  color: #c6c6c6;
  margin-bottom: 13px;
}
.team-desc, .team-social{text-align:center;}
.team-social{padding:15px 0 0 0;}
.team-social ul{list-style-type:none; padding:0; margin:0;}
.team-social ul li{
display:inline-block;
padding: 4px 9px;
background: #ff8d2c;
margin-right: 2px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
 }
.team-social li:hover {
  background: #fff;
}
.team-social li:hover a {
  color: #ffa95f;
}
.team-social a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-social li:last-child {
  margin-right: 0;
}

.team-container-carousel{margin:0 15px; overflow:hidden}
.team-container-carousel .team-title-section{text-align:left;}
.team-container-carousel .team-desc, .team-container-carousel .team-social, .team-container-carousel .team-info{text-align:left;}
.team-slider-container{
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
}
.team-container-carousel .team-desc{padding-right:20px;}

.team-slider-nav{
display: inline-block;
float: right;
margin-top: -104px;
position: relative;
z-index: 5;
}


.team-slider-nav .left-nav, .team-slider-nav .right-nav{
display: inline-block;
  border: 4px solid #636363;
  height: 32px;
  width: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.team-slider-nav .left-nav:hover, .team-slider-nav .right-nav:hover{
border-color: #ffa95f;
  cursor: pointer;
}

.team-slider-nav .left-nav:hover i,  .team-slider-nav .right-nav:hover i{
  color: #ffa95f;
}


.team-slider-nav .left-nav {
  margin-right: 11px;
}
.team-slider-nav i{
  color: #636363;
  top: -1px;
  position: relative;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.team-slider-nav.white .left-nav, .team-slider-nav.white .right-nav {
  border-color: #ffffff;
}
.team-slider-nav.white i{
  color: #ffffff;
}

/*----------------------------------------------------------- PORTFOLIO -----------------------------------------------------------*/
/* [ portfolio ] */
.portfolio-filter {
  margin-bottom: 54px;
}
.portfolio-filter .button {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  background: transparent;
  color: #888888;
  padding: 3px 9px 4px 9px;
  height: auto;
  margin: 0;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.portfolio-filter .button.selected {
  color: #fff;
  background: #169fe6;
}
.portfolio-filter .button:hover {
  color: #fff;
  background: #42b3ed;
}
.portfolio-filter ul {
  margin: 0;
}
.portfolio-filter li:after {
  content: "/\00a0";
  padding: 0 7px 0 16px;
  top: 2px;
  position: relative;
  font-weight: bold;
}
.portfolio-filter li:last-child:after {
  display: none;
}

.portfolio-container {
  position: relative;
  margin: 0 -20px !important;
  *zoom: 1;
}
.portfolio-container:before, .portfolio-container:after {
  content: " ";
  display: table;
}
.portfolio-container:after {
  clear: both;
}

.idz-image {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}
.idz-image span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #353535;
  font-weight: bold;
}
.idz-image p {
  font-size: 14px;
  margin-bottom: 0;
}
.idz-image .image-caption:after {
  content: "";
  height: 4px;
  width: 100%;
  background: #169fe6;
  position: relative;
  display: inline-block;
}

.image-content {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.image-content .img-overlay {
  background: #169fe6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.image-content .preview,
.image-content .permalink {
  font-size: 16px;
  width: 38px;
  height: 38px;
  background: #353535;
  color: #fff;
  line-height: 38px;
  top: 100%;
  position: absolute;
  left: -moz-calc(50% - 43px);
  left: -webkit-calc(50% - 43px);
  left: -o-calc(50% - 43px);
  left: calc(50% - 43px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.image-content .preview:hover,
.image-content .permalink:hover {
  background: #fff;
  color: #353535;
}
.image-content .permalink {
  margin-left: 48px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.image-content:hover .img-overlay {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.image-content:hover .preview,
.image-content:hover .permalink {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: -moz-calc(50% - 17px);
  top: -webkit-calc(50% - 17px);
  top: -o-calc(50% - 17px);
  top: calc(50% - 17px);
}

.portfolio-single-carousel img {
    width: 100%;
    height: auto;
}

/* [ isotope ] */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*----------------------------------------------------------- INTRO TEXT -----------------------------------------------------------*/
.idz-intro-text-container {padding:50px 0; background-repeat:no-repeat; text-align:center}

/*----------------------------------------------------------- CUSTOM HEADING -----------------------------------------------------------*/
.idz-custom-heading-section{margin:0;}
.idz-custom-heading-section:after{
	content: "";
	height: 4px;
	position: relative;
	display: inline-block;
}
.custom-heading-title{margin:0; font-size: 1.999em;}
.custom-heading-subtitle{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 16px;
	display: block;
	color: #afafaf;
}

.idz-custom-heading-section strong{font-weight:800;}

.idz-column-box-container {
  float:left;
  margin:0 15px;
  border-top: 4px solid #ff8d2c;
  margin-bottom: 40px;
  position:relative;
  width:auto;
}
.idz-column-box-container  .column {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 45px 30px 45px 30px;
}
.idz-column-box-container  .column:last-child {
  border-right: none;
}
.idz-column-box-container i.icon-c{
 background:#ff9900;
   font-size: 14px;
  line-height: 32px;
   width: 32px;
  height: 32px;
  background: #ff8d2c;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  display:inline-block;
  vertical-align:middle;
  color:#fff;
  text-align:center;
  margin:0 5px 0 0
}
.idz-column-box-container  p {
 
}
.idz-column-box-container  .idz-button {
  margin: 0;
  position: absolute;
  bottom:-15px
}
.idz-column-box-container  .idz-button.small {
  bottom:-15px
}


.inline-heading-line {
  font-size: 24px;
  position: relative;
  margin: 0 0 20px;
}
.inline-heading-line:before {
  content: "";
  background: #dedede;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -moz-calc(50% - 1px);
  top: -webkit-calc(50% - 1px);
  top: -o-calc(50% - 1px);
  top: calc(50% - 1px);
  z-index: 2;
}
.inline-heading-line span {
  background: #fff;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}

/*----------------------------------------------------------- RECENT POST SLIDER -----------------------------------------------------------*/
.blog-slider-container{position:relative;}
.blog-slider-container .post-image{
 background: #f7f7f7 url(images/pattern-img-box.png) repeat repeat;
  padding: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  margin-bottom:20px;
}
.blog-post-item h4, .blog-post-item h4 a, .blog-post-item h4 a:visited{color:#444; margin-bottom:0}
.blog-post-info li{color:#ff8d2c;}

.blog-slider-nav{
display: inline-block;
float: right;
margin-top: -104px;
position: relative;
z-index: 3;
}


.blog-slider-nav .left-nav, .blog-slider-nav .right-nav{
display: inline-block;
  border: 4px solid #636363;
  height: 32px;
  width: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.blog-slider-nav .left-nav:hover, .blog-slider-nav .right-nav:hover{
border-color: #ffa95f;
  cursor: pointer;
}

.blog-slider-nav .left-nav:hover i,  .blog-slider-nav .right-nav:hover i{
  color: #ffa95f;
}


.blog-slider-nav .left-nav {
  margin-right: 11px;
}
.blog-slider-nav i{
  color: #636363;
  top: -1px;
  position: relative;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.blog-slider-nav.white .left-nav, .blog-slider-nav.white .right-nav {
  border-color: #ffffff;
}
.blog-slider-nav.white i{
  color: #ffffff;
}

/*----------------------------------------------------------- RECENT POST -----------------------------------------------------------*/
.idz-recent-posts {
  border: 1px solid #dedede;
  margin-bottom: 20px;
  position: relative;
}
.idz-recent-posts .post-desc {
  padding: 30px;
}
.idz-recent-posts .post-desc h4 {
  font-size: 18px;
  margin-top: 0;
}
.idz-recent-posts .post-desc h4 a, .idz-recent-posts .post-desc h4 a:visited{color:#444;}
.idz-recent-posts .post-image {
  margin: -1px -1px 0 -1px;
  text-align: center;
}
.idz-recent-posts .post-image:after {
  content: "";
  background: url(images/pattern-img-box2.png) repeat-x;
  height: 30px;
  width: 100%;
  position: relative;
  display: block;
  margin-top:1px;
}
.idz-recent-posts li {
  border-right: 1px solid #ff8d2c;
  padding-right: 10px;
  margin-right: 10px !important;
  line-height: 1;
  display: inline-block;
}
.idz-recent-posts li a {
  color: #ff8d2c;
  text-transform: uppercase;
  font-size: 11px;
}
.idz-recent-posts li a:hover {
  color: #ffa95f;
}
.idz-recent-posts li:last-child {
  border-right: none;
}
.idz-recent-posts:after {
  content: "";
  background: #ff8d2c;
  height: 4px;
  left: -1px;
  bottom: -1px;
  width: -moz-calc(100% + 2px);
  width: -webkit-calc(100% + 2px);
  width: -o-calc(100% + 2px);
  width: calc(100% + 2px);
  position: absolute;
}

/*----------------------------------------------------------- ANIMATED NUMBER -----------------------------------------------------------*/
.counter-trigger {
  margin-top: 0;
  border-top: 4px solid #ff8d2c;
  clear:both;
}
.counter-trigger ul{padding:0; margin:0;}
.counter-trigger li:before {
  content: "";
  width: 1px;
  background: #dedede;
  position: relative;
  display: inline-block;
  left: 50%;
  margin-bottom: -8px;
}
.counter-trigger li:nth-child(1):before {
 height: 50px;
}
.counter-trigger li:nth-child(2):before {
   height: 90px;
}
.counter-trigger li:nth-child(3):before {
  height: 30px;
}
.counter-trigger li:nth-child(4):before {
  height: 76px;
}
.counter-trigger .icon-shape {
  width: 128px;
  height: 128px;
  line-height: 128px;
  background: #f7f7f7;
   margin:0 auto;
}
.counter-trigger .icon-shape i {
  color: #636363;
  font-size: 44px;
  line-height: 120px;
}
.counter-trigger .icon-shape.circle.stroke {
  border: 1px solid #dedede;
}
.counter-trigger .icon-container {
  margin:0 auto 14px auto;
}
.counter-trigger .title-box {
  font-size: 32px;
  margin-bottom: 0;
}
.counter-trigger .text-container p {
  font-size: 11px;
  color: #ff8d2c;
  text-transform: uppercase;
  font-weight: bold;
}

.counter-trigger .box-icon {text-align:center;}