/*-- MASTER CSS FILE (combine app.css then add style.css then add custom.css)

/*Reset Styles
------------------------------------*/
* {
border-radius: 0 !important;
}

body {
color: #333;
font-size: 13px;
line-height: 1.6;
}

p,
li,
li a {
color: #555;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
outline: 0 !important;
}

a {
color: #72c02c;
text-decoration: none;
}
a:focus {
text-decoration: none;
}
a:hover {
color: #72c02c;
text-decoration: underline;
}
hr {
margin: 30px 0;
}

hr.hr-md {
margin: 20px 0;
}

.wrapper {
background: #fff;
}

.boxed-layout {
padding: 0;
box-shadow: 0 0 5px #ccc;
margin-left: auto !important;
margin-right: auto !important;
background: url("/Dinamico/Themes/Default/lib/unify/img/patterns/15.png") repeat;
}


/*Headings*/
h1 {
font-size: 28px;
line-height: 35px;
}
h2 {
font-size: 24px;
line-height: 33px;
}
h3 {
font-size: 20px;
line-height: 27px;
}
h4 {
line-height: 25px;
}
h5 {
line-height: 20px;
}
h6 {
line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
color: #585f69;
margin-top: 5px;
text-shadow: none;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
margin-right: 5px;
}

/*Block Headline*/
.headline {
display: block;
margin: 10px 0 25px 0;
border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
margin: 0 0 -2px 0;
padding-bottom: 5px;
display: inline-block;
border-bottom: 2px solid #72c02c;
}

.headline-md {
margin-bottom: 15px;
}

.headline-md h2 {
font-size: 21px;
}

/*Heading Options*/
.heading {
text-align: center;
}

.heading h2 {
padding: 0 12px;
position: relative;
display: inline-block;
line-height: 34px !important; /*For Tagline Boxes*/
}

.heading h2:before,
.heading h2:after {
content: ' ';
width: 70%;
position: absolute;
border-width: 1px;
border-color: #bbb;
}

.heading h2:before {
right: 100%;
}

.heading h2:after {
left: 100%;
}

@media (max-width: 768px) {
.heading h2:before,
.heading h2:after {
width: 20%;
}
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
top: 15px;
height: 6px;
border-top-style: solid;
border-bottom-style: solid;
}


/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
top: 17px;
border-bottom-style: solid;
}


/*Heading Sizes*/
h2.heading-md {
font-size: 20px;
line-height: 24px;
}

h2.heading-sm,
h3.heading-md {
font-size: 18px;
line-height: 24px;
}

h3.heading-md {
line-height: 22px;
}

h3.heading-sm {
font-size: 16px;
line-height: 20px;
}

h2.heading-xs {
font-size: 16px;
line-height: 22px;
}

h3.heading-xs {
font-size: 14px;
margin-bottom: 0;
}

/*remove padding from "Col-"*/
.no-space {
padding: 0;
}

.no-space-left {
padding-left: 0;
padding-right: 15px !important;
}

.no-space-right {
padding-right: 0;
padding-left: 15px !important;
}

/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
border-bottom: none;
}

@media (max-width: 768px) {
.table th.hidden-sm,
.table td.hidden-sm {
display: none !important;
}
}

/*Forms
------------------------------------*/
.form-control {
box-shadow: none;
}

.form-control:focus {
border-color: #bbb;
box-shadow: 0 0 2px #c9c9c9;
}

/*Form Spacing*/
.form-spacing .form-control {
margin-bottom: 15px;
}

/*Form Icons*/
.input-group-addon {
color: #b3b3b3;
font-size: 14px;
background: #fff;
}

.form-page input,
.form-page select {
margin-bottom: 10px;
}

/*Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
left: 0;
right: 0;
bottom: 0;
padding: 7px 15px;
background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
color: #fff;
margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
opacity: 1;
font-size:30px;
height:inherit;
width: inherit;
background: none;
text-shadow: none;
position: inherit;
}

.carousel-v1 .carousel-arrow a i {
top: 50%;
opacity: 0.6;
background: #000;
margin-top: -18px;
padding: 2px 12px;
position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
right: 0;
}

/*Carousel v2
------------------------------------*/
.carousel-v2 .carousel-control,
.carousel-v2 .carousel-control:hover {
opacity: 1;
text-shadow: none;
}

.carousel-v2 .carousel-control.left,
.carousel-v2 .carousel-control.right {
top: 50%;
z-index: 5;
color: #eee;
width: 45px;
height: 45px;
font-size: 30px;
margin-top: -22px;
position: absolute;
text-align: center;
display: inline-block;
border: 2px solid #eee;
background: rgba(0,0,0,0.1);
}

.carousel-v2 .carousel-control:hover {
background: rgba(0,0,0,0.3);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.carousel-v2 .carousel-control.left {
left: 20px;
}

.carousel-v2 .carousel-control.right {
right: 20px;
}

.carousel-v2 .carousel-control .arrow-prev,
.carousel-v2 .carousel-control .arrow-next {
top: -5px;
position: relative;
}

.carousel-v2 .carousel-control .arrow-next {
right: -2px;
}


@media (min-width: 768px) {
.carousel-indicators {
bottom: 10px;
}
}

/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
border: none;
background: none;
border-bottom: solid 2px #72c02c;
}

.tab-v1 .nav-tabs a {
font-size: 14px;
padding: 5px 15px;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
color: #fff;
border: none;
background: #72c02c;
}

.tab-v1 .nav-tabs > li > a {
border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
color: #fff;
background: #72c02c;
}

.tab-v1 .tab-content {
padding: 10px 0;
}

.tab-v1 .tab-content img {
margin-top: 4px;
margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
margin-top: 7px;
}

/*Tabs v2*/
.tab-v2 .nav-tabs {
border-bottom: none;
}

.tab-v2 .nav-tabs li a {
padding: 9px 16px;
background: none;
border: none;
}

.tab-v2 .nav-tabs li.active a {
background: #fff;
padding: 7px 15px 9px;
border: solid 1px #eee;
border-top: solid 2px #72c02c;
border-bottom: none !important;
}

.tab-v2 .tab-content {
padding: 10px 16px;
border: solid 1px #eee;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a {
color: #777;
font-size: 17px;
padding: 4px 8px;
margin-bottom: 3px;
background: #fafafa;
border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
color: #fff;
background: #72c02c;
border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
width: 1.25em;
margin-right: 5px;
text-align: center;
display: inline-block;
}

.tab-v3 .tab-content {
padding: 15px;
background: #fafafa;
border: solid 1px #eee;
}

/*Accordions
------------------------------------*/
/*Accordion v1*/
.acc-v1 .panel-heading {
padding: 0;
box-shadow: none;
}

.acc-v1 .panel-heading a {
display: block;
font-size: 14px;
padding: 5px 15px;
background: #fefefe;
}

.acc-icon a.accordion-toggle i {
color: #585f69;
margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
color: #39414c;
}

/*Navigation
------------------------------------*/
/*Pegination*/
.pagination li a {
color: #777;
padding: 5px 15px;
}

.pagination li a:hover {
color: #fff;
background: #5fb611;
border-color: #5fb611;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
border-color: #72c02c;
background-color: #72c02c;
}

/*Pagination Without Space*/
.pagination-no-space .pagination {
margin: 0;
}

/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
color: #fff;
background: #5fb611;
border-color: #5fb611;
}

/*Sidebar Menu
------------------------------------*/
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
padding: 0;
}

.sidebar-nav-v1 li a {
display: block;
padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
text-decoration: none;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
background: #717984;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
border-color: #ddd;
}

.sidebar-nav-v1 > li.active > a {
color: #fff;
}

/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
padding: 0;
list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
color: #585f69;
font-size: 12px;
border-top: solid 1px #ddd;
padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
color: #72c02c;
}

/*Sidebar Badges*/
.list-group-item li > .badge {
float: right;
}

.sidebar-nav-v1 span.badge {
margin-top: 8px;
margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
margin-top: 8px;
font-size: 11px;
padding: 3px 5px;
margin-right: 10px;
}

/*Sidebar List Toggle*/
.list-toggle:after {
top: 7px;
right: 10px;
color: #777;
font-size: 14px;
content: "\f105";
position: absolute;
font-weight: normal;
display: inline-block;
font-family: FontAwesome;
}

.list-toggle.active:after {
color: #fff;
content: "\f107";
}

/*Button Styles
------------------------------------*/
.btn {
box-shadow: none;
}

.btn-u {
border: 0;
color: #fff;
font-size: 14px;
cursor: pointer;
font-weight: 400;
padding: 6px 13px;
position: relative;
background: #72c02c;
white-space: nowrap;
display: inline-block;
text-decoration: none;
}
.btn-u:hover {
color: #fff;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
text-align: center;
}

a.btn-u {
/*padding: 4px 13px;*/
/*vertical-align: middle;*/
}

.btn-u-sm,
a.btn-u-sm {
padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
font-size: 18px;
padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
font-size: 12px;
padding: 2px 12px;
line-height: 18px;
}

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
padding: 3px 13px;
}

.btn-group > .btn-u,
.btn-group-vertical > .btn-u {
float: left;
position: relative;
}

.btn-group > .btn-u:first-child {
margin-left: 0;
}


/*Buttons Color*/
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
background: #5fb611;
}
.btn-u-split.dropdown-toggle {
border-left: solid 1px #5fb611;
}

.btn-u.btn-u-blue {
background: #3498db;
}
.btn-u.btn-u-blue:hover,
.btn-u.btn-u-blue:focus,
.btn-u.btn-u-blue:active,
.btn-u.btn-u-blue.active,
.open .dropdown-toggle.btn-u.btn-u-blue {
background: #2980b9;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
border-left: solid 1px #2980b9;
}


.btn-u.btn-u-green {
background: #2ecc71;
}
.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active,
.btn-u.btn-u-green.active,
.open .dropdown-toggle.btn-u.btn-u-green {
background: #27ae60;
}
.btn-u.btn-u-split-green.dropdown-toggle {
border-left: solid 1px #27ae60;
}

.btn-u.btn-u-default {
background: #95a5a6;
}
.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
background: #7f8c8d;
}
.btn-u.btn-u-split-default.dropdown-toggle {
border-left: solid 1px #7f8c8d;
}

.btn-u.btn-u-light-grey {
background: #585f69;
}
.btn-u.btn-u-light-grey:hover,
.btn-u.btn-u-light-grey:focus,
.btn-u.btn-u-light-grey:active,
.btn-u.btn-u-light-grey.active,
.open .dropdown-toggle.btn-u.btn-u-light-grey {
background: #484f58;
}
.btn-u.btn-u-split-light-grey.dropdown-toggle {
border-left: solid 1px #484f58;
}


/*Badges and Labels
------------------------------------*/
/*Labels*/
span.label {
font-size: 11px;
font-weight: 400;
padding: 4px 7px;
}

/*Badges*/
span.badge {
font-weight: 400;
padding: 4px 7px;
}

span.label-u,
span.badge-u {
background: #72c02c;
}

span.label-blue,
span.badge-blue {
background: #3498db;
}

span.label-red,
span.badge-red {
background: #e74c3c;
}

span.label-green,
span.badge-green {
background: #2ecc71;
}

span.label-sea,
span.badge-sea {
background: #1abc9c;
}

span.label-orange,
span.badge-orange {
background: #e67e22;
}

span.label-yellow,
span.badge-yellow {
background: #f1c40f;
}

span.label-purple,
span.badge-purple {
background: #9b6bcc;
}

span.label-aqua,
span.badge-aqua {
background: #27d7e7;
}

span.label-brown,
span.badge-brown {
background: #9c8061;
}

span.label-dark-blue,
span.badge-dark-blue {
background: #4765a0;
}

span.label-light-green,
span.badge-light-green {
background: #79d5b3;
}

span.label-light,
span.badge-light {
color: #777;
background: #ecf0f1;
}

span.label-dark,
span.badge-dark {
background: #555;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
margin: 5px 0;
}

ul.labels-demo li {
list-style: none;
display: inline-block;
margin: 0 5px 2px 0;
}

.badge-sidebar {
border-left: solid 1px #eee;
}

@media (max-width: 991px) {
.badge-sidebar {
border-left: none;
}
}
/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
margin-top: 5px 0 0 0;
padding: 0;
}

.social-icons li {
list-style: none;
margin: 0;
text-indent: -9999px;
display: inline-block;
}

.social-icons li a, a.social-icon {
width: 28px;
height: 28px;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
margin: 0 3px;
}

.social-icons li:hover a {
background-position: 0 -38px;
}

.social-icons-color li a {
opacity: 0.7;
background-position: 0 -38px !important;
-webkit-backface-visibility: hidden; /*For Chrome*/
}

.social-icons-color li a:hover {
opacity: 1;
}

.social_facebook {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/facebook.png") no-repeat;}
.social_linkedin {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/linkedin.png") no-repeat;}
.social_pintrest {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/pintrest.png") no-repeat;}
.social_rss {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/rss.png") no-repeat;}
.social_twitter {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/twitter.png") no-repeat;}
.social_vimeo {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/vimeo.png") no-repeat;}
.social_youtube {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/youtube.png") no-repeat;}
.social_instagram {background: url("/Dinamico/Themes/Default/lib/unify/img/icons/social/instagram.png") no-repeat;}

/*Font Awesome Icon Styles*/
i.icon-custom {
color: #555;
width: 40px;
height: 40px;
font-size: 20px;
line-height: 40px;
margin-bottom: 5px;
text-align: center;
display: inline-block;
border: solid 1px #555;
}

i.icon-sm {
width: 35px;
height: 35px;
font-size: 16px;
line-height: 35px;
}

i.icon-md {
width: 55px;
height: 55px;
font-size: 22px;
line-height: 55px;
}

i.icon-lg {
width: 60px;
height: 60px;
font-size: 31px;
line-height: 60px;
margin-bottom: 10px;
}

i.icon-2x {
font-size: 30px;
}
i.icon-3x {
font-size: 40px;
}
i.icon-4x {
font-size: 50px;
}

/*Line Icons*/
i.icon-line {
font-size: 17px;
}
i.icon-sm.icon-line {
font-size: 14px;
}
i.icon-md.icon-line {
font-size: 22px;
}
i.icon-lg.icon-line {
font-size: 28px;
}

i.icon-2x.icon-line {
font-size: 27px;
}
i.icon-3x.icon-line {
font-size: 36px;
}
i.icon-4x.icon-line {
font-size: 47px;
}

/*Icon Styles For Links*/
.link-icon,
.link-bg-icon {
color: #555;
}

.link-icon:hover,
.link-bg-icon:hover {
border: none;
text-decoration: none;
}

.link-icon:hover i {
color: #72c02c;
background: none;
border: solid 1px #72c02c;
}

.link-bg-icon:hover i {
background: #72c02c;
border-color: #72c02c;
color: #fff !important;
}

/*Icons Color*/
i.icon-color-u,
i.icon-color-red,
i.icon-color-sea,
i.icon-color-dark,
i.icon-color-grey,
i.icon-color-blue,
i.icon-color-green,
i.icon-color-yellow,
i.icon-color-orange,
i.icon-color-purple,
i.icon-color-aqua,
i.icon-color-brown,
i.icon-color-dark-blue,
i.icon-color-light-grey,
i.icon-color-light-green {
background: none;
}

i.icon-color-u {
color: #72c02c;
border: solid 1px #72c02c;
}
i.icon-color-blue {
color: #3498db;
border: solid 1px #3498db;
}
i.icon-color-red {
color: #e74c3c;
border: solid 1px #e74c3c;
}
i.icon-color-sea {
color: #1abc9c;
border: solid 1px #1abc9c;
}
i.icon-color-green {
color: #2ecc71;
border: solid 1px #2ecc71;
}
i.icon-color-yellow {
color: #f1c40f;
border: solid 1px #f1c40f;
}
i.icon-color-orange {
color: #e67e22;
border: solid 1px #e67e22;
}
i.icon-color-grey {
color: #95a5a6;
border: solid 1px #95a5a6;
}
i.icon-color-purple {
color: #9b6bcc;
border: solid 1px #9b6bcc;
}
i.icon-color-aqua {
color: #27d7e7;
border: solid 1px #27d7e7;
}
i.icon-color-brown {
color: #9c8061;
border: solid 1px #9c8061;
}
i.icon-color-dark-blue {
color: #4765a0;
border: solid 1px #4765a0;
}
i.icon-color-light-green {
color: #79d5b3;
border: solid 1px #79d5b3;
}
i.icon-color-light {
color: #fff;
border: solid 1px #fff;
}
i.icon-color-light-grey {
color: #585f69;
border: solid 1px #585f69;
}

/*Icons Backgroun Color*/
i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-sea,
i.icon-bg-dark,
i.icon-bg-darker,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-purple,
i.icon-bg-aqua,
i.icon-bg-brown,
i.icon-bg-dark-blue,
i.icon-bg-light-grey,
i.icon-bg-light-green {
color: #fff;
border-color: transparent;
}

i.icon-bg-u {
background: #72c02c;
}
i.icon-bg-blue {
background: #3498db;
}
i.icon-bg-red {
background: #e74c3c;
}
i.icon-bg-sea {
background: #1abc9c;
}
i.icon-bg-green {
background: #2ecc71;
}
i.icon-bg-yellow {
background: #f1c40f;
}
i.icon-bg-orange {
background: #e67e22;
}
i.icon-bg-grey {
background: #95a5a6;
}
i.icon-bg-dark {
background: #555;
}
i.icon-bg-darker {
background: #333;
}
i.icon-bg-purple {
background: #9b6bcc;
}
i.icon-bg-aqua {
background: #27d7e7;
}
i.icon-bg-brown {
background: #9c8061;
}
i.icon-bg-dark-blue {
background: #4765a0;
}
i.icon-bg-light-green {
background: #79d5b3;
}
i.icon-bg-light {
background: #fff;
border-color: transparent;
}
i.icon-bg-light-grey {
background: #585f69;
border-color: transparent;
}

/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
width: 1.25em;
text-align: center;
display: inline-block;
}
.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
/* increased font size for fa-lg */
width: 1.5625em;
}

/*Content Boxes
------------------------------------*/
/*Content Boxes v1*/
.content-boxes-v1 {
text-align: center;
}

.content-boxes-v1 span {
display: block;
margin-top: 5px;
}

/*Content Boxes v2*/
@media (max-width: 992px) {
.content-boxes-v2,
.content-boxes-v2 .text-justify {
text-align: center;
}

.content-boxes-v2 span {
display: block;
margin-top: 5px;
}
}

/*Content Boxes v3*/
.content-boxes-v3 i.icon-custom {
top: 8px;
float: left;
position: relative;
}

.content-boxes-v3 .content-boxes-in-v3 {
padding: 0 10px;
overflow: hidden;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
font-size: 18px;
line-height: 22px;
margin-bottom: 3px;
text-transform: capitalize;
}

.content-boxes-v3 .content-boxes-in-v3 h3 a {
color: #555;
}

/*Content Boxes Right v3*/
.content-boxes-v3.content-boxes-v3-right {
text-align: right;
}

.content-boxes-v3.content-boxes-v3-right i.icon-custom {
float: right;
margin-left: 10px;
}

@media (max-width: 768px){
.content-boxes-v3.content-boxes-v3-right {
text-align: inherit;
}

.content-boxes-v3.content-boxes-v3-right i.icon-custom {
float: left;
margin-left: 0;
}
}

/*Content Boxes v4*/
.content-boxes-v4 h2 {
color: #555;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}

.content-boxes-v4 a {
color: #777;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

.content-boxes-v4 i {
width: 25px;
color: #72c02c;
font-size: 35px;
margin-top: 10px;
}

.content-boxes-in-v4 {
padding: 0 10px;
overflow: hidden;
}

/*Content Boxes v5*/
.content-boxes-v5 i {
float: left;
color: #999;
width: 50px;
height: 50px;
padding: 11px;
font-size: 22px;
background: #eee;
line-height: 28px;
text-align: center;
margin-right: 15px;
display: inline-block;
}

.content-boxes-v5:hover i {
color: #fff;
background: #72c02c;
}

/*Content Boxes v6*/
.content-boxes-v6 {
padding-top: 25px;
text-align: center;
}

.content-boxes-v6 i {
color: #fff;
width: 90px;
height: 90px;
padding: 30px;
font-size: 30px;
line-height: 30px;
position: relative;
text-align: center;
background: #dedede;
margin-bottom: 25px;
display: inline-block;
}

.content-boxes-v6 i:after {
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
content: " ";
position: absolute;
border: 1px solid #dedede;
border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
background: #72c02c;
}

.content-boxes-v6:hover i:after {
border-color: #72c02c;
}

/*Colored Content Boxes
------------------------------------*/
.service-block {
padding: 20px 30px;
text-align: center;
margin-bottom: 20px;
}

.service-block p,
.service-block h2 {
color: #fff;
}

.service-block h2 a:hover{
text-decoration: none;
}

.service-block-light,
.service-block-default {
background: #fafafa;
border: solid 1px #eee;
}

.service-block-default:hover {
box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
color: #555;
}

.service-block-u {
background: #72c02c;
}
/*Service Block v3
------------------------------------*/
.service-block-v3 {
padding: 20px;
}

.service-block-v3 i {
color: #fff;
float: left;
font-size: 50px;
margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
color: #fff;
opacity: 0.8;
line-height: 1;
}

.service-block-v3 .service-in h4,
.service-block-v3 .counter {
color: #fff;
}

.service-block-v3 .service-heading {
font-size: 16px;
text-transform: uppercase;
}

.service-block-v3 .counter {
display: block;
line-height: 1;
font-size: 30px;
}

.service-block-v3 .progress {
margin-bottom: 7px;
}

/*Service Innner*/
.service-block-v3 .service-in small {
font-size: 16px;
text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
font-size: 16px;
line-height: 0.8;
margin-bottom: 0;
}
/*Statistics*/
.service-block-v3 .statistics .heading-xs {
color: #fff;
opacity: 0.8;
}

.service-block-v3 .statistics small {
color: #fff;
}

.service-block-v3 .statistics .progress {
background: #bbb;
}

.service-block-v3 .statistics .progress-bar-light {
background: #fff;
}

/*Typography
------------------------------------*/
/*Text Dropcap*/
.dropcap {
float: left;
color: #72c02c;
padding: 5px 0;
font-size: 45px;
font-weight: 200;
line-height: 30px;
margin: 0px 5px 0 0;
}

.dropcap-bg {
float: left;
color: #fff;
padding: 7px 0;
min-width: 50px;
font-size: 35px;
font-weight: 200;
line-height: 35px;
text-align: center;
background: #72c02c;
margin: 4px 10px 0 0;
}

/*Text Highlights*/
.text-highlights {
color: #fff;
font-weight: 200;
padding: 0px 5px;
background: #555;
}

.text-highlights-green {
background: #72c02c;
}
.text-highlights-blue {
background: #3498db;
}
.text-highlights-red {
background: #e74c3c;
}
.text-highlights-sea {
background: #1abc9c;
}
.text-highlights-orange {
background: #e67e22;
}
.text-highlights-yellow {
background: #f1c40f;
}
.text-highlights-purple {
background: #9b6bcc;
}
.text-highlights-aqua {
background: #27d7e7;
}
.text-highlights-brown {
background: #9c8061;
}
.text-highlights-dark-blue {
background: #4765a0;
}
.text-highlights-light-green {
background: #79d5b3;
}

/*Text Borders*/
.text-border {
border-bottom: dashed 1px #555;
}

.text-border-default {
border-color: #95a5a6;
}
.text-border-green {
border-color: #72c02c;
}
.text-border-blue {
border-color: #3498db;
}
.text-border-red {
border-color: #e74c3c;
}
.text-border-yellow {
border-color: #f1c40f;
}
.text-border-purple {
border-color: #9b6bcc;
}

/*List Styles*/
.list-styles li {
margin-bottom: 8px;
}

/*List Style v1*/
.list-style-v1 li {
margin-bottom: 7px;
}

.list-style-v1 i {
margin-right: 5px;
}

/*Contextual Backgrounds*/
.contex-bg p {
opacity: 0.8;
padding: 8px 10px;
}
.contex-bg p:hover {
opacity: 1;
}

/*Blockquote*/
blockquote {
padding: 5px 15px;
border-left-width: 2px;
}

blockquote p {
font-size: 14px;
font-weight: 400;
}

blockquote h1,
blockquote h2,
blockquote span {
font-size: 18px;
margin: 0 0 8px;
line-height: 24px;
}

/*Blockquote Styles*/
blockquote.bq-text-lg p,
blockquote.bq-text-lg small {
text-transform: uppercase;
}

blockquote.bq-text-lg p {
font-size: 22px;
font-weight: 300;
line-height: 32px;
}

blockquote.text-right,
blockquote.hero.text-right {
border-left: none;
border-right: 2px solid #eee;
}

blockquote.hero.text-right,
blockquote.hero.text-right:hover {
border-color: #555;
}

blockquote:hover,
blockquote.text-right:hover {
border-color: #72c02c;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

blockquote.bq-dark,
blockquote.bq-dark:hover {
border-color: #585f69;
}

blockquote.bq-green {
border-color: #72c02c;
}

/*Blockquote Hero Styles*/
blockquote.hero {
border: none;
padding: 18px;
font-size: 16px;
background: #f3f3f3;
border-left: solid 2px #666;
}

blockquote.hero:hover {
background: #eee;
border-left-color: #666;
}

blockquote.hero.hero-dark,
blockquote.hero.hero-default {
border: none;
}

blockquote.hero.hero-dark {
background: #444;
}

blockquote.hero.hero-dark:hover {
background: #555;
}

blockquote.hero.hero-default {
background: #72c02c;
}

blockquote.hero.hero-default:hover {
background: #5fb611;
}

blockquote.hero.hero-dark p,
blockquote.hero.hero-dark h2,
blockquote.hero.hero-dark small,
blockquote.hero.hero-default p,
blockquote.hero.hero-default h2,
blockquote.hero.hero-default small {
color: #fff;
font-weight: 200;
}

/*Tag Boxes
------------------------------------*/
.tag-box  {
padding: 20px;
background: #fff;
margin-bottom: 30px;
}

.tag-box h2 {
font-size: 20px;
line-height: 25px;
}

.tag-box p {
margin-bottom: 0;
}

.tag-box.tag-text-space p {
margin-bottom: 10px;
}

/*Tag Boxes v1*/
.tag-box-v1 {
border: solid 1px #eee;
border-top: solid 2px #72c02c;
}

/*Tag Boxes v2*/
.tag-box-v2 {
background: #fafafa;
border: solid 1px #eee;
border-left: solid 2px #72c02c;
}

/*Tag Boxes v3*/
.tag-box-v3 {
border: solid 2px #eee;
}

/*Tag Boxes v4*/
.tag-box-v4 {
border: dashed 1px #bbb;
}

/*Tag Boxes v5*/
.tag-box-v5 {
margin: 20px 0;
text-align: center;
border: dashed 1px #ccc;
}

.tag-box-v5 span {
color: #555;
font-size: 28px;
margin-bottom: 0;
}

/*Tag Boxes v6*/
.tag-box-v6 {
background: #fafafa;
border: solid 1px #eee;
}

/*Tag Boxes v7*/
.tag-box-v7 {
border: solid 1px #eee;
border-bottom: solid 2px #72c02c;
}

/*Testimonials
------------------------------------*/
/*Testimonials*/
.testimonials {
margin-bottom: 10px;
}

.testimonials .testimonial-info {
color: #72c02c;
font-size: 16px;
padding: 0 15px;
margin-top: 18px;
}

.testimonials .testimonial-info span {
top: 3px;
position: relative;
}

.testimonials .testimonial-info em {
color: #777;
display: block;
font-size: 13px;
}

.testimonials .testimonial-info img {
width: 60px;
float: left;
height: 60px;
padding: 2px;
margin-right: 15px;
border: solid 1px #ccc;
}

.testimonials .testimonial-author {
overflow: hidden;
}

.testimonials .carousel-arrow {
top: -65px;
position: relative;
}

.testimonials .carousel-arrow i {
color: #777;
padding: 2px;
min-width: 25px;
font-size: 20px;
text-align: center;
background: #f5f5f5;
}

.testimonials .carousel-arrow i:hover {
color: #fff;
background: #72c02c;
}

.testimonials .carousel-control {
opacity: 1;
width: 100%;
text-align: right;
text-shadow: none;
position: absolute;
filter: Alpha(opacity = 100); /*For IE*/
}

.testimonials .carousel-control.left {
right: 27px;
left: auto;
}
.testimonials .carousel-control.right {
right: 0px;
}

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
left: 80px;
bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
border-top: 22px solid;
border-left: 0 solid transparent;
border-right: 22px solid transparent;
}

/*Testimonials v2 | Used on Program pages*/
.testimonials.testimonials-v2 .testimonial-info {
padding: 0 20px;
}

.testimonials.testimonials-v2 p {
padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
left: 8%;
bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
border-top: 20px solid;
border-left: 25px solid transparent;
border-right: 0px solid transparent;
}

/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
padding: 15px;
font-size: 14px;
font-style: italic;
background: #f5f5f5;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
width: 0;
height: 0;
content: " ";
display: block;
position: absolute;
border-top-color: #f5f5f5;
border-left-style: inset; /*FF fixes*/
border-right-style: inset; /*FF fixes*/
}

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
color: #fff;
font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
color: #fff;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
background: #72c02c;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
border-top-color: #72c02c;
}

.testimonials-bg-default .carousel-arrow i {
background: #72c02c;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
color: #fff;
background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
color: #555;
}

/*Panels (Portlets) | used in myaccount pages
------------------------------------*/
.panel-heading {
color: #fff;
padding: 5px 15px;
}

/*Panel Table*/
.panel .table {
margin-bottom: 0;
}

/*Panel Unify*/
.panel-u {
border-color: #72c02c;
}

.panel-u > .panel-heading {
background: #72c02c;
}

/*Panel Blue*/
.panel-blue {
border-color: #3498db;
}

.panel-blue > .panel-heading {
background: #3498db;
}

/*Panel Red*/
.panel-red {
border-color: #e74c3c;
}

.panel-red > .panel-heading {
background: #e74c3c;
}

/*Panel Green*/
.panel-green {
border-color: #2ecc71;
}

.panel-green > .panel-heading {
background: #2ecc71;
}

/*Panel Sea*/
.panel-sea {
border-color: #1abc9c;
}

.panel-sea > .panel-heading {
background: #1abc9c;
}

/*Panel Orange*/
.panel-orange {
border-color: #e67e22;
}

.panel-orange > .panel-heading {
background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow {
border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
border-color: #95a5a6;
}

.panel-grey > .panel-heading {
background: #95a5a6;
}

/*Panel Dark*/
.panel-dark {
border-color: #555;
}

.panel-dark > .panel-heading {
background: #555;
}

/*Panel Purple*/
.panel-purple {
border-color: #9b6bcc;
}

.panel-purple > .panel-heading {
background: #9b6bcc;
}

/*Panel Aqua*/
.panel-aqua {
border-color: #27d7e7;
}

.panel-aqua > .panel-heading {
background: #27d7e7;
}

/*Panel Brown*/
.panel-brown {
border-color: #9c8061;
}

.panel-brown > .panel-heading {
background: #9c8061;
}

/*Panel Dark Blue*/
.panel-dark-blue {
border-color: #4765a0;
}

.panel-dark-blue > .panel-heading {
background: #4765a0;
}

/*Panel Light Green*/
.panel-light-green {
border-color: #79d5b3;
}

.panel-light-green > .panel-heading {
background: #79d5b3;
}

/*Panel Default Dark*/
.panel-default-dark {
border-color: #585f69;
}

.panel-default-dark > .panel-heading {
background: #585f69;
}

/*Progress Bar
------------------------------------*/
.progress-u {
box-shadow: none;
}

.progress-u .progress-bar {
box-shadow: none;
}

/*progress-bar (sizes)*/
.progress-lg {
height: 25px;
}
.progress-lg p {
padding-top: 3px;
}

.progress-sm {
height: 12px;
}

.progress-xs {
height: 7px;
}

.progress-xxs {
height: 3px;
}

/*progress-bar (colors)*/
.progress {
background: #e5e5e5;
}

.progress-bar-u {
background: #72c02c;
}

.progress-bar-blue {
background: #3498db;
}

.progress-bar-orange {
background: #e67e22;
}

.progress-bar-red {
background: #e74c3c;
}

.progress-bar-purple {
background: #9b6bcc;
}

.progress-bar-aqua {
background: #27d7e7;
}

.progress-bar-brown {
background: #9c8061;
}

.progress-bar-dark-blue {
background: #4765a0;
}

.progress-bar-light-green {
background: #79d5b3;
}

.progress-bar-dark {
background: #555;
}

/*Count Stars
------------------------------------*/
.stars-existing {
color: #72c02c;
cursor: pointer;
}

.star-lg {
font-size: 30px;
}

.star-sm {
font-size: 25px;
}

.star-xs {
font-size: 20px;
}

.star-default {
font-size: 16px;
}

/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
padding: 3px;
border: solid 1px #eee;
}

img.img-circle {
border-radius: 50% !important;
}

img.image-sm {
width: 50px;
height: 50px;
}

img.image-md {
width: 100px;
height: 100px;
}

/*Responsive Video*/
.responsive-video {
height: 0;
padding-top: 1px;
position: relative;
padding-bottom: 56.25%; /*16:9*/
}

.responsive-video iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}

/*Tags
------------------------------------*/
/*Tags v1*/
.tags-v1 li {
margin: 0;
padding: 0;
}

.tags-v1 li a {
font-size: 13px;
padding: 4px 8px;
line-height: 32px;
border: solid 2px #eee;
border-radius: 20px !important;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.tags-v1 li a:hover {
text-decoration: none;
border-color: #e0e0e0;
}

/*Lists
------------------------------------*/
.list-row {
padding: 0;
margin-bottom: 0;
list-style: none;
}

/*Heights
------------------------------------*/
.height-100 {
min-height: 100px;
}

.height-150 {
min-height: 150px;
}

.height-200 {
min-height: 200px;
}

.height-250 {
min-height: 250px;
}

.height-300 {
min-height: 300px;
}

.height-350 {
min-height: 350px;
}

.height-400 {
min-height: 400px;
}

.height-450 {
min-height: 450px;
}

.height-500 {
min-height: 500px !important;
}

/*Spaces
------------------------------------*/
.no-padding {
padding: 0;
}

.no-margin {
margin: 0;
}

.no-top-space {
margin-top: 0 !important;
padding-top: 0 !important;
}

.no-bottom-space {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.content {
padding-top: 40px;
padding-bottom: 40px;
}

.content-sm {
padding-top: 60px;
padding-bottom: 60px;
}

.content-md {
padding-top: 80px;
padding-bottom: 80px;
}

.content-lg {
padding-top: 100px;
padding-bottom: 100px;
}

.space-lg-hor {
padding-left: 60px;
padding-right: 60px;
}

.space-xlg-hor {
padding-left: 100px;
padding-right: 100px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}

@media (max-width: 768px) {
.sm-margin-bottom-10 {
margin-bottom: 10px;
}
.sm-margin-bottom-20 {
margin-bottom: 20px;
}
.sm-margin-bottom-30 {
margin-bottom: 30px;
}
.sm-margin-bottom-40 {
margin-bottom: 40px;
}
.sm-margin-bottom-50 {
margin-bottom: 50px;
}
.sm-margin-bottom-60 {
margin-bottom: 60px;
}
}

@media (max-width: 992px) {
.md-margin-bottom-10 {
margin-bottom: 10px;
}
.md-margin-bottom-20 {
margin-bottom: 20px;
}
.md-margin-bottom-30 {
margin-bottom: 30px;
}
.md-margin-bottom-40 {
margin-bottom: 40px;
}
.md-margin-bottom-50 {
margin-bottom: 50px;
}
.md-margin-bottom-60 {
margin-bottom: 60px;
}
}

/*Other Spaces*/
.margin-top-20 { margin-top: 20px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}

.padding-left-5 { padding-left: 5px;}

/*Text Colors
------------------------------------*/
.color-red { color: #e74c3c;}
.color-blue { color: #3498db;}
.color-grey { color: #95a5a6;}
.color-dark { color: #555555;}
.color-green { color: #72c02c;}
.color-light { color: #ffffff;}
.color-orange { color: #e67e22;}
.color-yellow { color: #f1c40f;}
.color-green1 { color: #2ecc71;}
.color-dark-blue { color: #4765a0;}
.color-light-grey { color: #585f69;}
.color-light-green { color: #79d5b3;}

/*Background Colors
------------------------------------*/
.bg-color-dark,
.bg-color-red,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
color: #fff;
}
.bg-color-white {
color: #555;
}
.bg-color-dark { background-color: #555 !important;}
.bg-color-white { background-color: #fff !important;}
.bg-color-red { background-color: #e74c3c !important;}
.bg-color-blue { background-color: #3498db !important;}
.bg-color-grey { background-color: #95a5a6 !important;}
.bg-color-light { background-color: #f7f7f7 !important;}
.bg-color-green { background-color: #72c02c !important;}
.bg-color-orange { background-color: #e67e22 !important;}
.bg-color-green1 { background-color: #2ecc71 !important;}
.bg-color-purple { background-color: #9b6bcc !important;}
.bg-color-dark-blue { background-color: #4765a0 !important;}
.bg-color-light-grey { background-color: #585f69 !important;}
.bg-color-light-green { background-color: #79d5b3 !important;}

.rgba-red { background-color: rgba(231,76,60,0.8);}
.rgba-blue{ background-color: rgba(52,152,219,0.8);}
.rgba-yellow { background-color: rgba(241,196,15,0.8);}
.rgba-default { background-color: rgba(114,192,44,0.8);}
.rgba-purple { background-color: rgba(155,107,204,0.8);}

/*Grey Backroud*/
.bg-grey {
background: #f7f7f7;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/*Others
------------------------------------*/
.overflow-h { overflow: hidden;}
.overflow-a { overflow: auto;}
.overflow-hidden { overflow: hidden;}

.clear-both { clear: both;}

.text-justify p { text-align: justify;}

/*Full Width*/
.full-width {
width: 100%;
}

/*Image Classes*/
.img-width-200 { width:200px;}
.img-center img { margin: 0 auto;}
.lft-img-margin { margin:0 20px 5px 0;}
.rgt-img-margin { margin:0 0 5px 10px;}

/*Background Light*/
.bg-light {
padding: 10px 15px;
margin-bottom: 10px;
background: #fcfcfc;
border: solid 1px #e5e5e5;
}
.bg-light:hover {
border: solid 1px #bbb;
}

/*CSS3 Hover Effects*/
.hover-effect {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hover-effect-kenburn {
left:10px;
margin-left:-10px;
position:relative;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
-webkit-transform: scale(2) rotate(5deg);
-moz-transform: scale(2) rotate(5deg);
-o-transform: scale(2) rotate(5deg);
-ms-transform: scale(2) rotate(5deg);
transform: scale(2) rotate(5deg);
}
/*===============ie8.css file ==================*/
/*Header Fixed
------------------------------------*/
.ie8 .header-fixed .header.header-fixed-shrink {
background: #fff;
}

/*Blog Latest Tweets
------------------------------------*/
.ie8 .blog-twitter .blog-twitter-inner:after,
.ie8 .blog-twitter .blog-twitter-inner:before {
border: none;
}

.ie8 .our-clients img {
width: 100%;
height: 100px;
vertical-align: inherit;
}

.ie8 .our-clients .img-hover {
display: none;
}

/*Pricing Stickers*/
.ie8 .sticker-left {
width: 90px;
text-align: right;
background: #72c02c;
}

.ie8 .sticker-right {
width: 100px;
text-align: left;
background: #e74c3c;
}

/*Easy Block*/
.ie8 .easy-bg-v2 {
width: 75px;
text-align: left;
}

.ie8 .rgba-red {background: #e74c3c;}
.ie8 .rgba-blue {background: #3498db;}
.ie8 .rgba-default {background: #72c02c;}
.ie8 .rgba-purple {background: #9b6bcc;}
.ie8 .rgba-aqua {background: #27d7e7;}
.ie8 .rgba-yellow {background: #f1c40f;}

/*Sky-Forms*/
.ie8 .sky-form .icon-append {
right: 5px !important;
padding-left: 0;
}

/*Background Opacity*/
.ie8 .service-block-v2 .service-block-in {
background: url("/Dinamico/Themes/Default/lib/unify/img/transparent/white.png") repeat;
}

.ie8 .job-img .job-banner,
.ie8 .job-img .job-img-inputs,
.ie8 .parallax-team:before,
.ie8 .image-block .company-description,
.ie8 .search-block:before,
.ie8 .parallax-counter .counters,
.ie8 .carousel-v1 .carousel-caption {
background: url("/Dinamico/Themes/Default/lib/unify/img/transparent/black.png") repeat;
}


/*===============blocks.css file ==================*/


/*Block Grid v1
------------------------------------*/
.block-grid-v1 {
background: #fff;
padding: 15px 15px 5px;
border-bottom: solid 2px #eee;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.block-grid-v1:hover {
border-color: #72c02c;
}

.block-grid-v1 img {
margin-bottom: 10px;
}

.block-grid-v1 img.block-grid-v1-img {
width: 35px;
height: 35px;
margin-top: 8px;
}

.block-grid-v1.content-boxes-v1 img.pull-left {
float: inherit !important;
}

.block-grid-v1 h3 a {
font-size: 22px;
font-weight: 200;
margin-right: 10px;
}

.block-grid-v1.content-boxes-v1 h3 {
margin-bottom: 0;
}

.block-grid-v1.content-boxes-v1 h3 a {
color: #555;
}

/*Star Vote*/
.block-grid-v1 .star-vote {
padding: 0;
margin-bottom: 10px;
vertical-align: middle;
}

.block-grid-v1 .star-vote li {
padding: 0;
font-size: 11px;
display: inline-block;
}

/*Additional Info*/
.block-grid-v1-add-info {
margin: 0;
padding-top: 15px;
border-top: solid 1px #eee;
}

.block-grid-v1-add-info li {
padding: 0;
margin-right: 3px;
margin-bottom: 10px;
}

.block-grid-v1-add-info li a {
font-size: 11px;
padding: 4px 7px;
text-decoration: none;
border: solid 2px #eee;
border-radius: 3px !important;
}

/*Block Grid v2
------------------------------------*/
.grid-block-v2 {
padding: 0;
}

.grid-block-v2 li {
list-style: none;
position: relative;
-webkit-backface-visibility: hidden; /*For Chrome*/
}

.grid-block-v2-info {
padding: 15px;
text-align: center;
background: #f9f9f9;
border-bottom: solid 3px #eee;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.grid-block-v2 li:hover .grid-block-v2-info {
border-color: #72c02c;
}

.grid-block-v2-info h3 {
font-size: 22px;
font-weight: 200;
margin-bottom: 10px;
}

.grid-block-v2-info .star-vote li {
padding: 2px;
font-size: 16px;
}

/*News Section | are we using this?
------------------------------------*/
.news-section {
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
background: #fafafa;
}

.news-v1 h3 {
margin-bottom: 0;
font-weight: 200;
line-height: 28px;
padding: 10px 15px 15px;
}

.news-v1 h3 a {
color: #555;
}

.news-v1 h3 a:hover {
color: #72c02c;
}

.news-v1 p {
color: #555;
padding: 0 15px;
margin-bottom: 20px;
}

.news-v1 .news-v1-info {
overflow: hidden;
margin-top: 30px;
padding: 8px 15px;
border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
color: #72c02c;
text-decoration: none;
}

/*Services Box v1
------------------------------------*/
.service-box-v1 .service-block {
background: #fff;
padding-top: 30px;
padding-bottom: 20px;
}

.service-box-v1 p {
position: relative;
margin-bottom: 50px;
}

.service-box-v1 p:after {
content: " ";
left: 50%;
height: 1px;
width: 50px;
bottom: -15px;
position: absolute;
margin-left: -25px;
background: #72c02c;
}

.service-box-v1 ul {
padding: 0 40px;
}

.service-box-v1 li {
margin: 8px 0;
font-size: 15px;
padding-top: 8px;
border-top: dotted 1px #72c02c;
}

.service-box-v1 li:hover {
color: #72c02c;
}

.service-box-v1 li:first-child {
padding-top: 0;
border-top: none;
}

/*Service Block v1
------------------------------------*/
.service-block-v1 {
margin-top: 20px;
text-align: center;
position: relative;
padding: 45px 20px 20px;
border: 1px solid #f2f2f2;
}

.service-block-v1 i {
left: 50%;
top: -30px;
color: #fff;
width: 60px;
height: 60px;
padding: 16px;
font-size: 30px;
margin-left: -30px;
text-align: center;
position: absolute;
background: #72c02c;
display: inline-block;
}

.service-block-v1 h3,
.service-block-v1 p {
margin-bottom: 20px;
}


/*Service*/
.service {
overflow: hidden;
margin-bottom: 10px;
padding: 15px 15px 10px;
}
.service:hover {
background: #fcfcfc;
box-shadow: 0 0 5px #ddd;
-webkit-transition: box-shadow 0.2s ease-in-out;
-moz-transition: box-shadow 0.2s ease-in-out;
-o-transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
color: #656565;
}

.service .desc {
padding: 0 15px;
overflow: hidden;
}
.service .desc h4 {
font-size: 22px;
line-height: 25px;
}

.service .service-icon {
float: left;
padding: 10px;
color: #72c02c;
font-size: 35px;
text-align: center;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
font-size: 37px;
}
.service .service-icon.icon-plane {
font-size: 43px;
}

/*Service Alternative Block*/
.service-alternative .service:hover {
background: #76ca2c;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
margin: 15px 0 10px;
font-size: 20px;
line-height: 28px;
}

.service-v1 p {
text-align: justify;
}









/*===============plugins.css file ==================*/
/*Parallax Slider (Main)
------------------------------------*/
.slider-inner .da-slider {
box-shadow: none;
border-bottom: 2px solid #ddd;
}

.slider-inner .da-dots {
z-index: 10;
}

@media (max-width: 450px) {
.da-slide p {
display:none;
}
}

@media (max-width: 900px) {
/*Slider Parallax*/
.da-slide .da-img {
display:none;
}
}

/*Revolution Slider
------------------------------------*/
.tp-dottedoverlay {
z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
border-radius: 10px !important;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
color: #fff;
border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
background: none;
border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
color: #555;
background: #fff;
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
font-weight: 400;
}

.tp-banner-container {
position: relative;
}

/*Fullscreen*/
.fullscreen-container {
padding:0;
width:100%;
position:relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: ' ';
position: absolute;
background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
color: #fff;
font-size: 40px;
font-weight: 400;
line-height: 60px;


}

.revolution-ch2 {
color: #fff;
font-size: 20px;
max-width: 470px;
line-height: 32px;
position: relative;
text-align: center;
font-weight: normal;

}

.revolution-ch2:after {
left: 50%;
width: 70px;
height: 2px;
content: ' ';
bottom: -20px;
background: #fff;
margin-left: -35px;
position: absolute;
}

/*Slider Contents v2*/
.re-title-v1 {
color: #fff;
font-size: 75px;
font-weight: 600;
line-height: 60px;


}

.re-title-v2 {
color: #fff;
font-size: 40px;
font-weight: 600;
line-height: 45px;
text-align: center;


}

.re-text-v1 {
color: #fff;
font-size: 24px;
text-align: center;

}

.re-text-v2 {
color: #fff;
font-size: 24px;

}

/*Slides*/
.rs-caption-1 {
color: #fff;
font-size: 32px;
font-weight: 200;
padding: 6px 75px;
position: relative;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
font-size: 16px;
content: "\f005";
position: absolute;
font-family: FontAwesome;
}

@media (max-width: 768px) {
.rs-caption-1:after,
.rs-caption-1:before {
content: "";
}
}

.rs-caption-1:after {
right: 4%;
}

.rs-caption-1:before {
left: 4%;
}

.rs-caption-2 {
color: #fff;
position: relative;
font-size: 26px;
font-weight: 200;
line-height: 40px;
padding: 10px 50px;
text-align: center;
}

.rs-caption-2:after {
left: 50%;
content: "";
height: 1px;
width: 100px;
bottom: -10px;
background: #fff;
margin-left: -50px;
position: absolute;
}

.rs-caption-3 a {
margin: 0 5px;
padding: 7px 20px;
text-transform: uppercase;
}

@media (max-width: 768px) {
.rs-caption-1,
.rs-caption-2,
.rs-caption-3 {
font-weight: normal;
}
}

/*Layer Slider
------------------------------------*/
.layer_slider {
overflow: hidden;
}

.ls-ct-half, .ls-ct-center {
border-radius: 100px !important;
}

/*Sequence Slider (Home Page)
------------------------------------*/
@media (max-width: 900px) {
#sequence-theme .info {
top:80px !important;
width:60% !important;
margin-right:50px;
}
}

@media (max-width: 450px) {
#sequence-theme .info {
top:70px !important;
width:70% !important;
margin-right:25px;
}
#sequence-theme h2 {
font-size:30px !important;
}
#sequence-theme .info p {
font-size:18px !important;
}
}



/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
z-index:9999;
}

/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon{
opacity:0.4;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
filter: alpha(opacity = 50);
}

.overlay-zoom {
z-index: 90;
width: 100%;
height: 100%;
display: block;
cursor: pointer;
position: relative;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.overlay-zoom .zoom-icon {
top:0;
opacity: 0;
z-index: 100;
width: inherit;
height: inherit;
position: absolute;
background-color: #000;
background-position: 50%;
background-repeat: no-repeat;
background-image:url("/Dinamico/Themes/Default/lib/unify/img/overlay-icon.png");
filter: alpha(opacity = 0);
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

@media (max-width: 768px) {
.fancybox-overlay {
background: none !important;
}
}

/*Pie Chart
------------------------------------*/
.pie-progress-charts .inner-pchart {
text-align: center;
}

.pie-progress-charts .circle {
color: #555;
font-weight: 200;
margin-bottom: 20px;
}

.pie-progress-charts .circle-title {
font-size: 22px;
}

@media (max-width: 767px) {
.pie-progress-charts .inner-pchart {
margin-bottom: 40px;
}
}

/*Counter
------------------------------------*/
.counters {
color: #555;
text-align: center;
}

@media (max-width: 767px) {
.counters {
margin-bottom: 30px;
}
.counters:last-child {
margin-bottom: inherit;
}
}

.counters span {
font-size: 35px;
}

.counters span.counter-icon {
display: block;
margin-bottom: 10px;
}

.counters span.counter-icon i {
color: #fff;
padding: 16px;
min-width: 65px;
font-size: 30px;
position: relative;
background: #72c02c;
}

.counters span.counter-icon i:after {
width: 0;
height: 0;
left: 38%;
content: " ";
bottom: -7px;
display: block;
position: absolute;
border-top: 7px solid #72c02c;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-left-style: inset; /*FF fixes*/
border-right-style: inset; /*FF fixes*/
}

.counters:hover span.counter-icon i {
border-color: #000;
}

/*Back To Top
------------------------------------*/
#topcontrol {
color: #fff;
z-index: 99;
width: 30px;
height: 30px;
font-size: 20px;
background: #222;
position: relative;
right: 14px !important;
bottom: 11px !important;
border-radius: 3px !important;
}

#topcontrol:after {
top: -2px;
left: 8.5px;
content: "\f106";
position: absolute;
text-align: center;
font-family: FontAwesome;
}

#topcontrol:hover {
color: #fff;
background: #72c02c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/*Owl Carousel
------------------------------------*/
.owl-btn {
color: #777;
cursor: pointer;
font-size: 18px;
padding: 2px 9px;
text-align: center;
background: #f5f5f5;
}

.owl-btn:hover {
color: #fff;
background: #72c02c;
}

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
text-align: right;
margin-bottom: 20px;
}

.owl-carousel-v1 .item {
margin: 0 5px;
}

.owl-carousel-v1 .item img {
text-align: center;
}

.owl-carousel-v1 .owl-pagination {
display: none;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
margin-bottom: 20px;
}

.owl-carousel-v2 .item {
margin: 0 15px;
}

.owl-carousel-v2 .item img {
text-align: center;
}

.owl-carousel-v2 .owl-navigation {
text-align: center;
}

.owl-carousel-v2 .owl-pagination {
display: none;
}

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
margin: 0 15px;
}

.owl-carousel-v3 .item img {
text-align: center;
}

.owl-carousel-v3 .owl-pagination {
display: none;
}

/*Owl Carousel v4 | Used on You May Also Like sliders*/
.owl-carousel-v4 .owl-wrapper-outer {
margin-bottom: 20px;
}

.owl-carousel-v4 .item {
margin: 0 3px;
}

.owl-carousel-v4 .item img {
width: 100%;
}

/*Owl Carousel v5*/
.owl-carousel-v5 .owl-wrapper-outer {
margin-bottom: 20px;
}

.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
background: #72c02c;
}

.owl-carousel-v5 .owl-controls .owl-page span {
margin: 5px 3px !important;
}

/*Owl Slider v6*/
.owl-carousel-v6 .owl-carousel-item {
margin: 0 10px;
padding: 7px 0;
text-align: center;
position: relative;
border: 1px solid #e4e2e2;
}

.owl-carousel-v6 .owl-carousel-item img {
width: 150px;
height: auto;
}

.owl-carousel-v6 .owl-wrapper-outer {
margin-bottom: 20px;
}

.owl-carousel-v6 .owl-controls .owl-page span {
margin: 5px 3px !important;
}

/*Owl Pagination*/
.owl-pagination {
text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
opacity: 1;
filter: Alpha(Opacity=100);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
zoom: 1;
display: inline-block;
*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
width: 12px;
height: 12px;
opacity: 0.3;
display: block;
margin: 5px 7px;
background: #bbb;
filter: Alpha(Opacity=50);/*IE7 fix*/
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}

/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
width: 120px;
height: auto;
}

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
margin: 0 3px;
background: #fafafa;
text-align: center;
border: solid 1px #eee;
}

.owl-carousel-style-v2 .item img {
padding: 0 3px;
display: inline-block;
}

.owl-carousel-style-v2 .item:hover {
background: #f7f7f7;
border-color: #e5e5e5;
transition: all 0.4s ease-in-out;
}

.owl-carousel-style-v2 .owl-pagination {
display: none;
}


/*Cube Portfolio | Used on Explore/professional. Might be used on /course or something in the future.
------------------------------------*/
.wrapper-portfolio {
width: 100%;
max-width: 1170px;
margin: 0 auto 50px;
}

.wrapper-portfolio-fullwidth {
width: 100%;
padding: 10px;
margin: 0 auto 50px;
}

.wrapper-portfolio-fullwidth-text {
width: 100%;
padding: 10px;
margin: 0 auto 50px;
}

.wrapper-portfolio-no-space {
width: 100%;
margin: 0 auto 50px;
}

.wrapper-portfolio-grid-no-space {
width: 100%;
max-width: 1200px;
margin: 0 auto 50px;
}

.wrapper-portfolio-grid {
margin-bottom: 50px;
}

/*Filter Item*/
.fusion-portfolio #filters-container .cbp-filter-item {
color: #555;
padding: 7px 15px;
margin: 10px 0 0 5px;
border: 1px solid #eee;
}

.fusion-portfolio #filters-container .cbp-filter-item-active {
background: #72c02c;
border-color: #72c02c;
color: #fff !important;
}

.fusion-portfolio #filters-container .cbp-filter-item:hover {
color: #72c02c;
}

/*Blog Caption*/
.fusion-portfolio .cbp-l-grid-blog .cbp-caption {
margin-bottom: 15px;
}

/*Caption Body*/
.fusion-portfolio .product-description {
text-align: center;
}

.fusion-portfolio .cbp-caption-activeWrap {
background: rgba(255,255,255,0.9) !important;
}

.fusion-portfolio .cbp-l-caption-text {
letter-spacing: inherit;
}

.fusion-portfolio .cbp-l-caption-text,
.fusion-portfolio .product-description h3 {
color: #555;
font-size: 16px;
font-weight: 400;
margin-bottom: 5px;
text-transform: uppercase;
}

.fusion-portfolio .cbp-l-caption-desc,
.fusion-portfolio .product-description span {
color: #555;
font-size: 13px;
margin-top: 15px;
font-weight: 200;
line-height: 20px;
}

.fusion-portfolio .cbp-l-caption-icon i {
color: #555;
font-size: 22px;
}

/*Grid Columns*/
.fusion-portfolio.wrapper-portfolio-grid.cbp-2-col .cbp-item {
width: 450px;
height: 270px;
}

.fusion-portfolio.wrapper-portfolio-grid.cbp-3-col .cbp-item {
width: 320px;
height: 200px;
}

.fusion-portfolio.wrapper-portfolio-grid.cbp-4-col .cbp-item {
width: 280px;
height: 170px;
}

/*Grid No Space Columns*/
.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-2-col .cbp-item {
width: 460px;
height: 285px;
}

.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-3-col .cbp-item {
width: 450px;
height: 280px;
}

.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-4-col .cbp-item {
width: 320px;
height: 200px;
}

/*Fullwidth Columns*/
.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-4-col .cbp-item {
width: 380px;
height: 230px;
}

.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-5-col .cbp-item {
width: 290px;
height: 180px;
}

.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-6-col .cbp-item {
width: 230px;
height: 140px;
}

/*Fullwidth No Space Columns*/
.fusion-portfolio.wrapper-portfolio-no-space.cbp-4-col .cbp-item {
width: 400px;
height: 250px;
}

.fusion-portfolio.wrapper-portfolio-no-space.cbp-5-col .cbp-item {
width: 310px;
height: 185px;
}

.fusion-portfolio.wrapper-portfolio-no-space.cbp-6-col .cbp-item {
width: 250px;
height: 150px;
}

/*Grid Blog Columns*/
.fusion-portfolio.wrapper-portfolio.cbp-2-col .cbp-l-grid-blog .cbp-item {
width: 460px;
height: 360px;
}

.fusion-portfolio.wrapper-portfolio.cbp-3-col .cbp-l-grid-blog .cbp-item {
width: 320px;
height: 265px;
}

.fusion-portfolio.wrapper-portfolio.cbp-4-col .cbp-l-grid-blog .cbp-item {
width: 280px;
height: 250px;
}

/*Fullwidth Blog Columns*/
.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-4-col .cbp-item {
width: 390px;
height: 350px;
}

.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-5-col .cbp-item {
width: 300px;
height: 300px;
}

.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-6-col .cbp-item {
width: 245px;
height: 240px;
}

/*Caption Columns*/
.fusion-portfolio.cbp-caption-2-col .cbp-l-grid-blog .cbp-caption {
height: 74%;
}

.fusion-portfolio.cbp-caption-3-col .cbp-l-grid-blog .cbp-caption {
height: 65%;
}

.fusion-portfolio.cbp-caption-4-col .cbp-l-grid-blog .cbp-caption {
height: 63%;
}

.fusion-portfolio.cbp-caption-5-col .cbp-l-grid-blog .cbp-caption {
height: 60%;
}

.fusion-portfolio.cbp-caption-6-col .cbp-l-grid-blog .cbp-caption {
height: 60%;
}

/*Purchase Block*/
.purchase {
padding: 25px 0 30px;
border-bottom: solid 1px #eee;
background: url("/Dinamico/Themes/Default/lib/unify/img/breadcrumbs.png") repeat;
}
.purchase p {
margin-bottom: 0;
}
.purchase span {
color: #666;
display: block;
font-size: 24px;
line-height: 35px;
font-weight: normal;
margin-bottom: 12px;
font-family: 'Open Sans', sans-serif;
}

.purchase .btn-buy {
text-align: center;
}

.purchase .btn-buy a {
margin-top: 27px;
}

.purchase .btn-buy a i {
margin-right: 5px;
}

@media (max-width: 992px) {
.purchase {
text-align: center;
}

.purchase span {
font-size: 22px;
line-height: 29px;
}

.purchase .btn-buy a {
margin-top: 25px;
font-size: 16px;
}
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
color: #eee;
font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
padding: 8px 0;
border-top: 1px solid #353535;
}

.latest-list li:first-child {
padding-top: 0;
border-top: none;
}

.latest-list li a {
color: #eee;
}

.latest-list small {
color: #999;
display: block;
}

/*Link List*/
.link-list li {
border-top: solid 1px #353535;
}

.link-list li:first-child {
border-top: none !important;
}

.link-list a {
color: #eee;
font-size: 11px;
padding: 6px 0px;
display: inline-block;
text-transform: uppercase;
}

.link-list li i {
color: #bbb;
float: right;
margin-top: 10px;
}
/*Breadcrumbs
------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
overflow: hidden;
padding: 10px 0 6px;
border-bottom: solid 1px #eee;
background: url("/Dinamico/Themes/Default/lib/unify/img/breadcrumbs.png") repeat;
}
.breadcrumbs h1 {
color: #666;
font-size: 22px;
margin-top: 8px;
}

.breadcrumb {
top: 10px;
padding-right: 0;
background: none;
position: relative;
}
.breadcrumb a {
color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
color: #72c02c;
text-decoration: none;
}

@media (max-width: 550px) {
.breadcrumbs h1.pull-left,
.breadcrumbs ul.pull-right {
width: 100%;
text-align: center;
}

.breadcrumbs h1.pull-left {
margin-bottom: 0;
}

.breadcrumbs .breadcrumb {
top: 0;
margin-bottom: 10px;
}
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
padding: 0;
border: none;
margin-bottom: 15px;
}

.thumbnail-style {
padding: 7px;
margin-bottom: 20px;
}
.thumbnail-style:hover {
box-shadow: 0 0 8px #ddd;
-webkit-transition: box-shadow 0.2s ease-in-out;
-moz-transition: box-shadow 0.2s ease-in-out;
-o-transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
color: #585f69;
font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
color: #72c02c;
text-decoration: none;
}

.thumbnail-style .thumbnail-img {
position: relative;
margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
right: -10px;
bottom: 10px;
color: #fff;
padding: 1px 6px;
position: absolute;
background: #72c02c;
display: inline-block;
}
.thumbnail-style a.btn-more:hover {
text-decoration: none;
box-shadow: 0 0 0 2px #5fb611;
}
.thumbnail-style:hover a.btn-more {
right: 10px;
}

.thumbnail-kenburn img {
left: 10px;
margin-left: -10px;
position: relative;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
padding: 0;
border: none;
box-shadow: none;
}
.gallery-page .thumbnails {
margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
text-decoration: underline;
}
.privacy a:hover {
color: #72c02c;
text-decoration: none;
}


/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
display: inline-block;
}

ul.blog-tags a {
font-size :13px;
padding: 2px 7px;
background: #f7f7f7;
margin: 0 3px 6px 0;
display: inline-block;
}

ul.blog-tags a i {
color: #666;
}

ul.blog-tags a:hover {
background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
color: #fff !important;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/*Banner-info*/
.banner-info {
margin-bottom: 10px;
}

.banner-info i {
float: left;
color: #fff;
padding: 11px;
/*min-width works with line-icon*/
min-width: 40px;
font-size: 22px;
text-align: center;
margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
min-width: 46px;
}

.banner-info.light i {
border: 1px solid #fff;
}

.banner-info.dark i {
background: #585f69;
}

.banner-info h3 {
font-size: 21px;
margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff; }
.banner-info.light p { color: #eee; }

/*Status Bar
------------------------------------*/
.status-bar li {
padding-left: 9px;
border-left: 1px solid #eee;
}

.status-bar li:first-child {
border-left: none;
}

.status-bar li i {
color: #72c02c;
margin-right: 5px;
}

.status-bar li a:hover {
text-decoration: none;
}

.status-bar-in {
padding: 10px;
position: relative;
background: #f0f0f0;
}

.status-bar-in:after {
width: 0;
height: 0;
top: -10px;
left: 50px;
content: " ";
display: block;
position: absolute;
border-bottom: 11px solid #f0f0f0;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-left-style: inset; /*FF fixes*/
border-right-style: inset; /*FF fixes*/
}

/*Table Search v1
------------------------------------*/
.table-search-v1 .btn-u.dropdown-toggle {
border-left: none;
}

.table-search-v1 .btn-group .btn-u {
top: 4px;
padding: 0 6px;
position: relative;
}

.table-search-v1 thead {
border-bottom: solid 1px #ddd;
}

.table-search-v1 td {
vertical-align: middle !important;
}

.table-search-v1 td a {
color: #555;
}

.table-search-v1 td span {
display: block;
}

.table-search-v1 .star-vote {
margin: 5px 0 0px;
}

.table-search-v1 .star-vote li {
padding: 0;
}

.table-search-v1 .progress {
margin-bottom: 0;
}

.table-search-v1 .m-marker a {
font-size: 11px;
}

.table-search-v1 .m-marker i {
float: left;
min-width: 20px;
font-size: 26px;
}

.table-search-v1 .m-marker .display-b {
top: 3px;
display: block;
line-height: 10px;
position: relative;
}

.table-search-v1 .td-width {
width: 40%;
}



/*Table Search v2
------------------------------------*/
.table-search-v2 .btn-u.dropdown-toggle {
border-left: none;
}

.table-search-v2 .btn-group .btn-u {
top: 4px;
padding: 0 6px;
position: relative;
}

.table-search-v2 thead {
border-bottom: solid 1px #ddd;
}

.table-search-v2 td {
vertical-align: middle !important;
}

.table-search-v2 td img {
width: 60px;
height: 60px;
margin: 0 auto;
display: block;
}

.table-search-v2 .user-names span,
.table-search-v2 .user-names small {
display: block;
text-align: center;
}

.table-search-v2 .user-names span {
color: #555;
font-size: 16px;
position: relative;
}

.table-search-v2 .user-names small {
color: #999;
font-size: 13px;
}

.table-search-v2 td h3 {
font-size: 16px;
margin: 0 0 2px;
}

.table-search-v2 td a {
color: #555;
}

.table-search-v2 td p {
margin-bottom: 0;
}

.table-search-v2 td span {
display: block;
}

.table-search-v2 td small {
font-style: italic;
}

.table-search-v2 .s-icons {
margin-bottom: 0;
}

.table-search-v2 .s-icons li {
padding: 2px;
}

.table-search-v2 .table-buttons {
margin: 0;
}

.table-search-v2 .table-buttons li {
padding: 0;
}

.table-search-v2 .table-buttons .btn-u-sm {
padding: 3px 6px;
}

.table-search-v2 .td-width {
width: 55%;
}
