/* -----------------------------------------
   --  Image module
----------------------------------------- */
.module {
	clear: both;
}

.image_module {
	line-height: .5;
}

.video-box {
	float: none;
	display: block;
	clear: both;
	width: 100%;
}

.tabs_module .tabs {
	padding-top: 13px;
}


/* -----------------------------------------
   Flip boxes
----------------------------------------- */
.flipbox {
	display: block;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px; }

.tile-item .front,
.tile-item .back {
	float: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	width: inherit;
	height: inherit; }

.tile-item .front > div {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: 50% 0; }

.flipbox .back {
	z-index: 700; }

.no-flip .back {display: none}

.ie .flipbox {
	overflow: hidden; }

.ie .flipbox .back {
	z-index: 1000;
	top: 300px; }


.flipbox .front {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden; }

.flipbox.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); }

.flipbox .back {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden; }

.flipbox.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg); }

.flipbox .front, .flipbox .back, a.link:before {
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; }


/* -----------------------------------------
   Call to action block
----------------------------------------- */




.to-action-block .button-holder {
	text-align: center;
	float: right;
	margin-left: 30px;
}

.to-action-block .button {
	margin-bottom: 0;
}

.to-action-block h1, .to-action-block h2, .to-action-block h3, .to-action-block h4, .to-action-block h5, .to-action-block h6 {
	line-height: 1.6;
	margin: 0;
}

.to-action-block .text-holder {
	overflow: hidden;
}

/* -----------------------------------------
   Latest gallery
----------------------------------------- */
.gallery-wrap {
	margin-left: -1%;
}

.gallery-wrap .folio-item {
	float: left;
	position: relative;
	margin-left: 1%;
}

.gallery-wrap .folio-item a.more-link span {
	top: 30px;
}

.twelve > .gallery-wrap > .folio-item > img {
	min-width: 100%;
	display: block;
}

.twelve > .gallery-wrap > .folio-item {
	width: 32.3%;
}

.crum_galleries_widget .entry-thumb, .widget_crum_galleries_widget .entry-thumb {
	margin-bottom: 0;
}

/* -----------------------------------------
   Team-member item
----------------------------------------- */
.team_module .block-title {
	color: inherit;
}

.team_member_box .avatar {
	float: left;
	margin-right: 20px;
	position: relative;
}

.team_member_box .block-title {
	font-size: 18px;
}

.team_member_box .text {
	position: relative;
	line-height: 1.5;
	overflow: hidden;
}

.team_member_box .soc-icons {
	margin-top: 10px;
}

.team_member_box .soc-icons a {
	font-size: 17px;
	margin-right: 2px;
	opacity: .7;
	color: #FFF;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: #1ba1e2;
	display: block;
	float: left;
	margin-bottom: 2px;
}

.team_member_box .soc-icons a:hover {
	opacity: 1;
}

/* -----------------------------------------
   --  Feature block with image
----------------------------------------- */
.features_module_img {
	margin-left: -3px;
}

.feature-block-image .picture {
	margin-bottom: 20px;
	position: relative;
	line-height: .5;
}

.feature-block-image .picture:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32px 0 0 32px;
	border-color: transparent transparent transparent #ff6565;
	-moz-transition: border-width .2s linear;
	-webkit-transition: border-width .2s linear;
	-o-transition: border-width .2s linear;
	transition: border-width .2s linear;
}

.feature-block-image .picture:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 32px;
	height: 32px;
	background: url("../img/plus.gif") 6px 18px no-repeat;
	-moz-transition: background-position .2s linear;
	-webkit-transition: background-position .2s linear;
	-o-transition: background-position .2s linear;
	transition: background-position .2s linear;
}

.feature-block-image .picture:hover:before {
	border-width: 64px 0 0 64px;
}

.feature-block-image .picture:hover:after {
	background-position: 18px 6px;
}

.feature-block-image .feature-title {
	padding-top: 24%;
	width: 100%;
	margin-bottom: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	display: block;
	line-height: 1;
	font-size: 46px;
	font-weight: 900;
}

.feature-block-image .feature-title .subtitle {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit;
	position: relative;
	top: -3px;
}

.feature-block-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.feature-block-image .content {
	padding-bottom: 24px;
	border-bottom: 1px solid #f2f2f2;
}

/* -----------------------------------------
   --  4 tiles block
----------------------------------------- */
.tiles-block {
	color: #fff;
}

.tiles-block .tile-item {
	width: 135px;
	height: 135px;
	margin: 0 3px 3px 0;
	float: left;
}

.tiles-block .tile-item .front {
	text-align: center;
}

.tiles-block .tile-item .back {
	padding: 10px;
	font-weight: 300;
}

.tiles-block .tile-item i {
	line-height: 125px;
	font-size: 48px;
}

.tiles-block .tile-item a.link {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.tiles-block .tile-title {
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-weight: 300;
	text-align: left;
}

/* -----------------------------------------
   Charts features block
----------------------------------------- */

.pie_charts_module .large-4.columns .charts-box.normal .chart-wrapper i {
	left: 45%;
}

.charts-box {
	position: relative;
	text-align: center;
}

.charts-box canvas {
	margin: 0 auto 0 20px;
	display: block;
}

.charts-box i {
	display: inline-block;
	color: inherit;
}

.charts-box .percent {
	font-size: 47px;
	line-height: 1;
	color: inherit;
	padding-bottom: 5px;
	font-weight: 300;
	display: block;
	text-indent: 30px;
}

.charts-box .percent span {
	font-size: 27px;
	position: relative;
	top: -12px;
}

.charts-box .title {
	overflow: hidden;
	color: inherit;
}

.charts-box .block-title, .charts-box .dopinfo {
	color: inherit;
}

.charts-box .dopinfo {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	opacity: .9;
}

.charts-box .text {
	position: relative;
	line-height: 1.5;
	font-weight: 300;
	padding-top: 20px;
	opacity: .9;
	clear: both;
}

.chart-wrapper {
	width: 300px;
	display: block;
	text-align: center;
}

.charts-box.normal {
	margin-top: 24px;
}

.charts-box.normal .chart-wrapper {
	width: 270px;
}

.charts-box.normal .chart-wrapper i {
	/*margin: 84px 0 0 -5px;*/
	font-size: 2.8em;
	margin: 0 !important;
	position: absolute;
	top: 90px;
	left: 48%;
}

.pie_charts_module .large-6.columns .charts-box.normal .chart-wrapper i {
	left: 46%;
}

.pie_charts_module .large-4.columns .charts-box.normal .chart-wrapper i {
	left: 45%;
}

.pie_charts_module .large-3.columns .charts-box.normal .chart-wrapper i {
	left: 43%;
}


.charts-box.normal canvas {
	margin-bottom: 33px;
}

.charts-box.large .chart-wrapper i {
	margin: 100px 0 0 0;
	font-size: 3em;
}

.charts-box.large canvas {
	margin-bottom: 22px;
}



/* -----------------------------------------
   News row
----------------------------------------- */
.news-row .item {
	margin: 0 3px 0 0;
	padding: 0;
}

.news-row .entry-thumb {
	position: relative;
}

.news-row .entry-thumb .mini-comm-count {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 15px;
	color: #FFF;
	font-size: 13px;
	padding-left: 25px;
	background: url("../img/comment-baige.png") 0 0 no-repeat;
	line-height: 12px;
}

.news-row .entry-thumb:hover .mini-comm-count {
	display: block;
}

.news-row .box-name {
	margin-top: 18px;
	margin-bottom: 5px;
	color: #595f61;
}

.news-row .box-name a, .news-row .box-name:first-letter {
	color: inherit;
}

.news-row .box-name a:first-letter, .news-row .box-name:first-letter:first-letter {
	color: inherit;
}

.news-row .dopinfo {
	font-size: 12px;
	padding-top: 0;
}

.news-row article .entry-thumb a.link:before {
	line-height: 1;
}

.entry-summary {
	margin-top: 20px;
}

/* -----------------------------------------
   One article slider
----------------------------------------- */
.post-carousel-item .item {
	padding: 75px 50px 0 50px;
	color: #fff;
	font-weight: 300;
	height: 245px;
	position: relative;
}

.post-carousel-item .item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.7);
}

.post-carousel-item .icon-format {
	color: #ff6565;
	border-right: 1px solid #fff;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}

.post-carousel-item .entry-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.post-carousel-item .entry-title a {
	color: inherit;
}

.post-carousel-item .text {
	position: relative;
	z-index: 10;
	clear: both;
	padding-top: 15px;
	font-weight: 300;
}

.block-news-feature {
	position: relative;
}

.post-carousel-direction-nav {
	width: 100%;
	list-style: none;
}

.post-carousel-direction-nav a {
	display: block;
	width: 21px;
	height: 47px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}

.post-carousel-direction-nav .post-carousel-prev {
	left: 7px;
	background: url("../img/to-left-mini.png") 0 0 no-repeat;
}

.post-carousel-direction-nav .post-carousel-next {
	right: 3px;
	background: url("../img/to-right-mini.png") 0 0 no-repeat;
}

/* -----------------------------------------
   -- Featured news
----------------------------------------- */
.featured-news .entry-thumb {
	position: relative;
}

.featured-news .horizontal .date {
	float: none;
	margin-bottom: 20px;
}

.featured-news h3.entry-title {
	font-size: 20px;
	font-weight: 800;
	color: #44505a;
	margin-bottom: 5px;
}

.featured-news h3.entry-title a {
	color: inherit;
}

.featured-news h3.entry-title a:hover {
	color: #ff6565;
}

.featured-news .entry-summary {
	clear: both;
	padding: 10px 0 20px 0;
}

/* -----------------------------------------
   Mini news block
----------------------------------------- */
article.mini-news {
	margin-bottom: 2px;
	min-height: 70px;
	position: relative;
}

article.mini-news:last-child {
	margin-bottom: 0;
}

article.mini-news .entry-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	position: relative;
	top: 3px;
}

article.mini-news p {
	margin-bottom: 0;
}

article.mini-news .dopinfo {
	padding-top: 6px;
	overflow: hidden;
}

article.mini-news .entry-title {
	padding: 0 0 5px 0;
	display: block;
	margin-top: -2px;
	font-size: 16px;
}

/*---------demonstration mvb_3 posts-----------*/

.feature-block-image .picture:before {
	border-color: transparent transparent transparent #1ba1e2;
}

.module.module-last-x-posts .other-news {
	list-style: none;
}

article.mini-news .mini-comm-count {
	background: #1ba1e2;
}

.module.module-last-x-posts .featured-news {
	padding-bottom: 20px;
}

.other-news .hentry.mini-news {
	padding: 15px;
}



article.mini-news .entry-content {
	overflow: hidden;
}

article.mini-news .mini-comm-count {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	display: block;
	background: #ff6565;
	color: #fff;
}

/* -----------------------------------------
   Recent items - slides
----------------------------------------- */
.recent-wrap .desc-text {
	line-height: 1.6;
}

.recent-wrap .desc-text p {
	font-weight: 300;
}

.recent-wrap .wrap {
	position: relative;
	line-height: .8;
}

.recent-wrap .item {
	position: relative;
	line-height: .5;
	float: left;
	padding: 0 3px 3px 0;
}

.recent-wrap .big-element.item {
	width: 50%;
}

.recent-wrap .small-element.item {
	width: 25%;
}

.skills_widget {
	padding: 120px 0 120px 0;
}

.skills_widget .skill-wrap {
	position: relative;
	margin: 0 150px;
}

.skills_widget .start-label, .skills_widget .finish-label {
	font-size: 18px;
	font-weight: 600;
	color: #ff6565;
	line-height: 2;
}

.skills_widget .start-label {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e4eef1;
}

.skills_widget .finish-label {
	float: right;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e4eef1;
}

.skills_widget .line hr {
	margin: 18px 0;
	border-color: #e4eef1;
	clear: none;
}

.skills_widget .skill-item {
	position: absolute;
	margin-left: -50px;
}

.skills_widget .skill-item.top {
	bottom: 35px;
}

.skills_widget .skill-item.top .percent:after {
	background: url("../img/skill-pipt-bott.png") 0 0 no-repeat;
	bottom: -23px;
}

.skills_widget .skill-item.bot {
	top: 0;
}

.skills_widget .skill-item.bot .percent:after {
	background: url("../img/skill-pipt-top.png") 0 0 no-repeat;
	top: -23px;
}

.skills_widget .skill-item.left {
	text-align: right;
}

.skills_widget .skill-item.left .item-title {
	right: 105px;
}

.skills_widget .skill-item.right {
	text-align: left;
}

.skills_widget .skill-item.right .item-title {
	left: 105px;
}

.skills_widget .skill-item .percent {
	display: inline-block;
	line-height: 80px;
	height: 85px;
	width: 85px;
	background: #c2d1d9;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
}

.skills_widget .skill-item .percent:after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 23px;
	left: 50%;
	margin-left: -5px;
	z-index: 1;
}

.skills_widget .skill-item .percent span {
	font-size: 18px;
	font-weight: 300;
}

.skills_widget .skill-item .item-title {
	display: inline-block;
	position: absolute;
	top: 20px;
}

.skills_widget .skill-item .item-title span {
	display: block;
	white-space: nowrap;
}

.skills_widget .skill-item .item-title .subtitle {
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	opacity: .75;
	font-size: 0.85714em;
}

.skills_widget .skill-item .item-title .title {
	font-size: 1.28571em;
	font-weight: 600;
	color: #44505a;
}

/* -----------------------------------------
   Braking news block
----------------------------------------- */
.crum_stiky_news {
	display: table;
	width: 100%;
	background: #798992;
	font-weight: 300;
	color: #fff;
	position: relative;
}

.crum_stiky_news:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	background: #464d51;
}

.crum_stiky_news .blocks-label {
	display: table-cell;
	vertical-align: middle;
	padding: 0 32px 0 0;
	font-size: 18px;
	text-align: center;
	background: #464d51 url(../img/sticky-news-bg.gif) right repeat-y;
	white-space: nowrap;
}

.crum_stiky_news a {
	color: inherit;
}

.crum_stiky_news p {
	margin-bottom: 0;
}

.crum_stiky_news .blocks-text {
	display: table-cell;
	padding: 8px 30px;
	border-left: none;
	background: #798992;
}

/* -----------------------------------------
   about me
----------------------------------------- */
.about_author_widget .avatar {
	float: left;
	margin-bottom: 20px;
	padding-top: 5px;
}

.about_author_widget .avatar img {
	border-radius: 100em;
	display: block;
}

.about_author_widget .text {
	padding: 5px 0 0 35px;
	margin: 10px 0 20px 145px;
	position: relative;
	border-left: 1px solid #e7e7e7;
}

.about_author_widget .text h5 {
	padding-bottom: 10px;
}

.about_author_widget .additional-links {
	float: right;
}

.about_author_widget .additional-links a {
	margin: 0 10px;
	color: inherit;
	font-weight: 400;
}

.about-me-block .text {
	padding: 10px;
	margin: 10px;
	line-height: 1.5;
}

.about_author_widget .quote-author {
	margin-bottom: 7px;
	font-size: 17px;
	display: inline;
}

.about_author_widget .quote-sub {
	font-style: italic;
}

/* -----------------------------------------
   Accordion
----------------------------------------- */
.accodion_module .content {
	display: none;
}

.accodion_module .active .content {
	display: block;
}

.accodion_module .title {
	border: none;
	display: block;
	position: relative;
	font-size: 14px;
	height: auto;
	line-height: 1.2;
	padding: 10px 15px;
	background: #36bae2;
	color: #fff;
	cursor: pointer;
}

.accodion_module .title .tab-title {
	padding: 7px 15px 7px 0;
	margin-right: 32px;
	display: block;
}

.accodion_module .title .icon {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	right: 0;
	text-align: center;
	line-height: 2.5;
	font-size: 20px;
}

.accodion_module .title:hover {
	background: #63c9e8;
}

.accodion_module ul.accordion > li.active .title {
	background: #2dafd6;
}

.accodion_module ul.accordion p {
	margin: 0;
}

.accodion_module ul.accordion {
	margin: 0 0 22px 0;
	border-bottom: none;
	padding: 0;
	list-style: none;
}

.accodion_module ul.accordion > li .content {
	padding: 15px 5px;
}

/* -----------------------------------------
   Clients list
----------------------------------------- */
.clients_module .description {
	clear: both;
	padding-top: 50px;
}

.clients-list {
	text-align: center;
	position: relative;
}

.clients-list .clients-direction-nav {
	position: absolute;
	width: 98%;
	top: 50%;
	margin-top: -20px;
	list-style: none;
}

.clients-direction-nav a {
	display: block;
	width: 31px;
	height: 31px;
	-moz-transition: background .2s linear;
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

.clients-direction-nav a:hover {
	opacity: .6
}

.clients-direction-nav .clients-prev {
	position: absolute;
	left: 0;
	background: #1ba1e2 url("../img/to-left.gif") center no-repeat;
}

.clients-direction-nav .clients-next {
	position: absolute;
	right: 0;
	background: #1ba1e2 url("../img/to-right.gif") center no-repeat;
}

.clients-item {
	display: block;
	position: relative;
	height: 130px;
	width: 180px;
	margin-right: 20px;
	float: left;
}

.clients-item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clients-item a:hover {
	opacity: .4;
}

.clients-item:last-child {
	border-right: none;
}

/* -----------------------------------------
   --  Info box with button
----------------------------------------- */
.info-butt {
	margin: 20px 0 40px;
	padding: 0 20px;
}

.info-butt h2 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 19px;
}

.info-butt p {
	margin-bottom: 20px;
}

.info-butt .button {
	margin-top: 10px;
}

/* -----------------------------------------
   --  Feature box
----------------------------------------- */
.feature-box {
	position: relative;
}

.feature-box .subtitle {
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	opacity: .8;
}

.feature-icon-vertical {
	margin-bottom: 2em;
}

.feature-box.al-left .icon-wrap {
	margin-right: 25px;
	float: left;
}

.feature-box.al-left .image {
	margin-right: 25px;
	float: left;
}


.list-box .feature-box.al-left .block-title {
	padding-top: 0;
}

.list-box .feature-box.al-left .feat-block-content {
	clear: none;
	padding-top: 0px;
	overflow: auto;
}

.list-box .feature-box.al-left li {
	color: #767e81;
	padding-bottom: 8px;
}

.list-box .feature-box.al-left a {
	color: inherit;
}

.list-box ul {
	list-style: none;
}

.feature-box.al-right .icon-wrap {
	margin-left: 25px;
	float: right;
}

.feature-box.al-right .feature-img {
	margin-left: 25px;
	float: right;
}

.feature-box.al-top .icon-wrap {
	margin-bottom: 30px;
}

.feature-box.al-top .feature-img {
	margin-bottom: 30px;
}

.feature-box .icon-wrap {
	width: 134px;
	height: 134px;
	position: relative;
	color: #fff;
	z-index: 10;
}

.feature-box .icon-wrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 60px;
	margin: -30px 0 0 -29px;
}

.feature-box a.link {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.feature-box .back {
	background: #1ba1e2;
}

.feature-box .front {
	background-color: #647687;
	width: inherit;
	height: inherit;
}

.feat-block-content {
	overflow: hidden;
}

.single-icon {
	-webkit-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
	margin-bottom: 30px;
}

.features_module_vertical .feature-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.features_module_vertical .feature-box:last-child {
	margin-bottom: 0;
}

.features_module_vertical .single-icon, .features_module_vertical .single-image {
	float: left;
	margin-right: 20px;
}

.features_module_vertical h6 {
	margin-top: 5px;
	font-size: 12px;
}

.features_module_vertical p {
	opacity: .8;
}

/* -----------------------------------------
   --  Info row block
----------------------------------------- */
.info-box .title {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: .1em;
}

.info-box p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}

.info-box i.icon {
	position: relative;
	top: 4px;
}

.info-box.al-right .icon {
	margin-left: 20px;
}

.info-box.al-left i.icon {
	margin-right: 20px;
	width: 80px;
	text-align: center;
}

/* -----------------------------------------
   One article slider
----------------------------------------- */
.list-blocks {
	position: absolute;
	right: 0;
	top: 5px;
}

.list-blocks a {
	width: 23px;
	height: 23px;
	display: block;
	float: right;
	opacity: .4;
	margin-left: 5px;
	background-image: url(../../img/arrow-slide.png);
	background-repeat: no-repeat;
}

.list-blocks a.flex-next {
	background-position: 0 0;
}

.list-blocks a.flex-prev {
	background-position: 0 -26px;
	float: left;
}

.list-blocks a:hover {
	opacity: 1;
}

/* -----------------------------------------
   -- Recent works block
----------------------------------------- */
.recent-block ul.tabs-content {
	margin: 0;
}

.recent-block .tabs {
	height: auto;
	border: none;
}

.recent-block .tabs.horisontal dd a, .recent-block .tabs.horisontal li a {
	border: none;
	background-color: transparent;
	padding: 0 10px 0 0;
	display: inline-block;
	position: relative;
}

.recent-block .tabs.horisontal dd a:hover,
.recent-block .tabs.horisontal dd.active a {
	color: #7a7f80;
}

.recent-block .tabs.horisontal dd.active a:after {
	height: 3px;
	opacity: 1;
}

.recent-block .tabs.horisontal dd a:after {
	content: "";
	height: 0;
	opacity: 0;
	width: 24px;
	background: #ff6565;
	position: absolute;
	bottom: -10px;
	left: 0;
	max-width: 60%;
}

.recent-block .tabs.horisontal dd a:hover::after {
	height: 3px;
	opacity: 1;
	bottom: -10px;
}

.recent-block .folio-wrap {
	width: 100%;
}

.recent-block .folio-wrap li {
	margin: 0 -1px;
}

.recent-block .folio-item {
	width: 25%;
	float: left;
	padding: 0 1px;
	position: relative;
	margin-top: 10px;
}

.recent-block .folio-item .dopinfo {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 4px;
	text-transform: uppercase;
}

.hover-box {
	opacity: 0;
}

.hover-box:hover, .hover-box.hovered {
	opacity: 1;
	background: rgba(0, 0, 0, 0.35);
}

/* -----------------------------------------
   Testmortials
----------------------------------------- */
.testimonials_module {
	padding: 0 10px 40px;
}

.testimonials_module > div {
	position: relative;
}

.testimonials_item {
	display: none;
}

.testimonials_item blockquote {
	border-left: none;
}

.testimonials_item:first-child {
	display: block;
}

.testimonials_item .box-name {
	font-size: 18px;
	line-height: 1.6;
}

.testimonials_item .avatar {
	float: left;
	margin-right: 32px;
	border-radius: 2px;
}

.testimonials-slide {
	position: relative;
	overflow: hidden;
}

.cite {
	clear: both;
	padding-top: 8px;
}

.cite .quote-author, .cite .quote-sub {
	display: block;
}

.cite .quote-sub {
	text-transform: uppercase;
	margin-top: 2px;
	font-size: 12px;
}

.quoteCite {
	clear: both;
	padding-top: 10px;
}

/* Control Nav */
.testimonials-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.testimonials-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.testimonials-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: #666f74;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.testimonials-control-paging li a:hover {
	box-shadow: inset 0 0 2px #000;
	background: #fff;
}

.testimonials-control-paging li a.testimonials-active {
	box-shadow: inset 0 0 2px #000;
	background: #fff;
	cursor: default;
}

/* -----------------------------------------
   News row
----------------------------------------- */
.post-list {
	position: relative;
}

.post-list article {
	overflow: hidden;
	margin-bottom: 20px;
}

.post-list article .entry-thumb {
	margin-bottom: 0;
}

.post-list .entry-title {
	padding-bottom: 10px;
}

.post-list .entry-title a {
	color: inherit;
}

.post-list .entry-summary {
	margin-top: 15px;
}

.post-list .left-thumb .entry-thumb {
	float: left;
	margin-right: 20px;
}

.post-list .right-thumb .entry-thumb {
	float: right;
	margin-left: 20px;
}

.post-list article.mini-news {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline_module > .widget-title {
	text-align: center;
}

.timelime {
	position: relative;
	overflow: hidden;
}

.timelime:before {
	content: "";
	position: absolute;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #e4eef1;
}

.timelime .timeline-item {
	width: 50%;
	padding: 5px 0 5px 0;
	clear: both;
	position: relative;
	background: url("../img/pipt-round.png") right center no-repeat;
}

.timelime .timeline-item .panel-grid {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.timelime .timeline-item .timeline-title {
	font-size: 23px;
	font-weight: 300;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	white-space: nowrap;
}

.timelime .timeline-item .timeline-title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 10px;
	height: 2px;
	background: #ff6565;
}

.timelime .timeline-item:first-child {
	margin-bottom: 30px;
}

.timelime .timeline-item:last-child {
	margin-top: 30px;
}

.timelime .timeline-item.odd {
	float: left;
	text-align: right;
	padding-right: 40px;
	right: -6px;
}

.timelime .timeline-item.odd .timeline-title {
	text-align: left;
	left: 104%;
}

.timelime .timeline-item.even {
	float: right;
	text-align: left;
	padding-left: 40px;
	left: -6px;
	background-position: left center;
}

.timelime .timeline-item.even .timeline-title {
	text-align: right;
	right: 104%;
}

.timelime blockquote {
	padding: 10px 15px 8px 95px;
}

.timelime blockquote p {
	line-height: 1.5;
	font-size: 1em;
}

.timelime .single-icon {
	margin-bottom: 10px;
}

.timelime .team_member_box .avatar {
	margin-bottom: 0;
	float: left;
	width: 180px;
}

.timelime .timeline-item.even .team_member_box .avatar {
	margin-right: 20px;
}

.timelime .timeline-item.odd .team_member_box .avatar {
	margin-left: 20px;
	float: right;
}

.timelime h3.widget-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.timelime .team_member_box .text {
	padding-bottom: 10px;
}

.timelime .team_member_box .soc-icons {
	box-shadow: none;
	padding-top: 0;
}

/* -----------------------------------------
   Map widget
----------------------------------------- */
.map-widget h3 {
	margin-bottom: 16px;
	font-size: 18px;
}

.map-widget p {
	font-weight: 300;
	margin-bottom: 16px;
}


.dopinfo {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	opacity: .9;
}

/* -----------------------------------------
   Row helpers
----------------------------------------- */

.mvb_t_row {
	position: relative;
}

.fixed-bg-fix {
	position: absolute;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}

@media screen and (max-width: 740px)  {

	.to-action-block {
		text-align: center;
	}

	.to-action-block .button-holder	{
		margin: 0 0 1.5em 0;
		float: none;
		text-align: center;
	}
	.to-action-block .button {
		float: none !important;
	}
	.team_module .columns {
		margin-bottom: 1.5em;
	}

	.textwidget .contact-footer p{
		width: 76%;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100%;
	}


}

