/* Google fonts */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */

body {
	-webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
	background: #ffffff;
	color: #888888;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	overflow-x: hidden;
}

/* overflow the content area */
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
}

@media (min-width: 979px) and (max-width: 1200px) {
    .container {padding: 0 20px;}
}

@media (min-width: 1200px) {
    .container {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
    .container {max-width: 620px;}
}

@media (max-width: 640px) {
    .container {max-width: 460px;}
}

/* Bootstrap Grid Changes */
/* need more testing before release /

@media (max-width: 991px) {
    [class*="col-md"] + [class*="col-md"] {margin-top: 40px;}
    [class*="col-md"] + [class*="col-md"] {border: solid 1px green;}
}

@media (max-width: 767px) {
    [class*="col-sm"] + [class*="col-sm"] {margin-top: 40px;}
    [class*="col-sm"] + [class*="col-sm"] {border: solid 1px greenyellow;}
}
*/

/* Layout setting WIDE/BOXED */

.wide .page-section,
.boxed .page-section > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wide .page-section.no-bottom,
.boxed .page-section.no-bottom > .container {
    padding-bottom: 0;
}

.wide .page-section.no-top,
.boxed .page-section.no-top > .container {
    padding-top: 0;
}

.wide .page-section.first,
.boxed .page-section.first > .container {
	border-top: none;
	padding-top: 0;
	background-color: #a6a6a7;
}

.wide .page-section.last,
.boxed .page-section.last > .container {
    border-bottom: none;
    padding-bottom: 0;
}

.wide .page-section.light,
.boxed .page-section.light > .container {
    background-color: #f2f4f7;
}

.wide .page-section.dark,
.boxed .page-section.dark > .container {
    background-color: #303739;
    color: #979797;
}
.wide .page-section.light-gray,
.boxed .page-section.light-gray > .container {
    background-color: #f9f9f9;
    padding-bottom: 40px;
    padding-top: 40px;
}
.wide .page-section.color,
.boxed .page-section.color > .container {
    background-color: #e5582c;
    color: #f2f4f7;
}

.wide .page-section.themecolor,
.boxed .page-section.themecolor > .container {
    background-color: #512155;
    color: #ffffff;
}
.wide .page-section.bordered,
.boxed .page-section.bordered > .container {
    border-top: 3px solid #dfdfdf;
}
.wide .page-section.themecolor .media-heading,
.boxed .page-section.themecolor > .container .media-heading {
    color: #ffffff;
}
.wide .page-section.themecolor .media-object,
.boxed .page-section.themecolor > .container .media-object {
    background-color: #ffffff;
    color: #512155;
}
.wide .page-section.themecolor .media:hover .media-object,
.boxed .page-section.themecolor > .container .media:hover .media-object {
    color: #ffffff;
}
    /* Full width block */

.wide .container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;

    margin-top: 0px;
    margin-bottom: -40px;
}
.boxed .container.full-width {
    padding-left: 0;
    padding-right: 0;

    padding-top: 0;
    padding-bottom: 0;

    margin-top: -40px;
}



.wide .container.no-border,
.boxed .container.no-border {
    border: none;
}

.content .widget {}
.sidebar .widget {
    background-color: #FFFFF;
}
.footer .widget {position: relative}

.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 35px;
}
.sidebar .widget + .widget {
    border-top: 1px solid #EFEFEF;
    margin-top: 20px;
    padding-top: 40px;
}


/* Owl Slider Team
/* ========================================================================== */
#owl-team .item{
    border-right: 1px solid #DBDBDB;
    margin: 0;
}

#owl-team .owl-item:last-of-type .item{
    border-right: 0px;
}

#owl-team .item img{
    display: block;
    width: 100%;
    height: auto;
}



/* Flex Slider
/* ========================================================================== */
.slider {
    display: block;
    overflow: hidden;
    background: none repeat scroll 0 0 rgba(0,0,0,0.8);
}
.flexslider {
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    /*left: 15%;*/
    margin: 0px;
    max-height: 500px;
    /*width: 70%;*/
}
.flex-viewport {
    overflow: visible !important;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
}
.flexslider .slides > li {
    max-height: 500px;
    position: relative;
}
.flexslider .slides > li img {
    max-width: 100%;
    opacity: 0.2;
}

.flexslider .slides > li.flex-active-slide img {
    opacity: 1;
}
.flex-direction-nav a:before {
    content: none;
    font-size: 0;
}
.flex-direction-nav a {
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.flex-direction-nav .flex-prev {
    background: url("../img/large_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    font-size: 0;
}
.flex-direction-nav .flex-next {
    background: url("../img/large_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    font-size: 0;
}
.flexslider .slide-info {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 35%;
}
.flexslider .slide-info .btn-readmore {
    border: 1px solid #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font: 300 18px/18px 'Open Sans Condensed', sans-serif;
    padding: 12px 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.flexslider .slide-info .btn-readmore:hover {
	background-color: transparent;
	/*    border-color: #f4bf1e;
    color: #a6a6a7; *** ?? */
    border-color: #f4bf1e;
	color: #f4bf1e;
}
.flexslider .slide-info h3 {
    color: #ffffff;
    font: 300 60px/60px 'Open Sans Condensed', sans-serif;
    margin: 0 0 80px;
    text-transform: uppercase;
}
/*.flexslider .slide-info h3 span { color: #f4bf1e;} *** Fyrirsögn í header borða */
.flexslider .slide-info h3 span { color: #f4bf1e;}


.flexslider .slide-info h4 {
    color: #ffffff;
    font: 300 20px/20px 'Open Sans Condensed', sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.flexslider .slide-info p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 26px;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
@media (max-width: 1025px) {
    .flexslider .slide-info { top: 25%;}
    .flexslider .slide-info h3 { font-size: 70px; margin-bottom: 20px;}
    .flexslider .slide-info h4 { font-size: 22px;}
}
@media (max-width: 979px) {
    .flexslider .slide-info h3 { font-size: 50px; margin-bottom: 10px;}
    .flexslider .slide-info h4 { font-size: 22px;}
    .flexslider .slide-info p { display: none;}
}
@media (max-width: 767px) {
/*    .flexslider .slide-info h3 { font-size: 30px; margin-bottom: 10px;}
    .flexslider .slide-info h4 { font-size: 18px;}
    .flexslider .slide-info p { display: none;}*/
}
@media (max-width: 639px) {
    .flexslider .slide-info { top: 10%;}
    .flexslider .slide-info h4,
    .flexslider .slide-info p { display: none;}
}
    /* prettyPhoto
    /* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content {background:transparent;}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}
/* Isotope
/* ========================================================================== */

.isotope .item {
    /* fix isotope/bs3 */
    margin-right: -1px !important;
}

@media (max-width: 767px) {
    .isotope-item {
        max-width: 100% !important;
    }
}

.no-padding,
.items.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding .item,
.items.no-padding .item {
    padding: 0 !important;
    margin: 0 !important;
}

.no-padding .item .thumbnail,
.items.no-padding .item .thumbnail {
    margin: 0 !important;
}

/* owl/img-carousel
/* ========================================================================== */

.img-carousel {}
.img-carousel .owl-controls {
    margin: 0 auto;
}

.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px !important;
    left: 10px;

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
    white-space: nowrap;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}

.img-carousel .owl-prev:before,
.img-carousel .owl-next:before {
    content: "<";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
}

.img-carousel .owl-next:before {
    content: ">";
}

/* TYPOGRAPHY
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #512155;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 0;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
h4 {
	font-size: 16px;
	text-decoration: none;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa {
    color: #512155;
}

.section-title {
    position: relative;
    /*text-align: center;*/
    line-height: 1;
    margin: 0;
}

.section-title div {
    line-height: 0;
}
.section-title small {
    background-color: #512155;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 4px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.block-title {
	color: #512155;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: none;
}

.block-title h4,
.block-title h3 {
    background-color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding-right: 20px;
    position: relative;
    z-index: 9999;
}
.block-title h4 {
    color: #333333;
}
.block-text {
    padding: 70px  100px;
    text-align: justify;
}
@media (max-width: 1279px) {
    .block-text {
        padding: 35px  50px;
    }
}
.block-title small {
    display: block;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #512155;
}

.lead-title {
	color: #a6a6a7;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	text-align: left;
	text-transform: none;
	position: relative;
}
.lead-title:after {
    background-color: #512155;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: left;
    right: 0;
    width: 50px;
}
.intro {
    margin: 0 0 40px;
    text-align: center;
}
.dropcaps {
    color: #512155;
    display: inline-block;
    float: left;
    font-size: 60px;
    font-weight: 400;
    line-height: 54px;
    margin: 0 20px 0 0;
}

a,
a:hover,
a:active,
a:focus {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #512155;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul, ol {
	padding-left: 10px;
	list-style: none;
}

ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.list-ul {
    padding-left: 0;
}

.list-ul li {
    position: relative;
    padding-left: 20px;
}
.list-ul .fa {
    position: absolute;
    top: 3px;
    left: 0;
    color: #512155;
}

.list-ul-inline li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

textarea {
    resize: none;
}

a i,
a:hover i,
input,
input:hover,
input:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

hr {}

hr.page-divider {
    border-top-color: #dbdbdb;
    margin-top: 40px;
    margin-bottom: 40px;
}
hr.divider-bg {
    background: transparent url('../img/page-divider-bg-gray.jpg') no-repeat center center;
    border: 0;
    height: 6px;
}
hr.divider-100 { margin: 100px 0;}
@media (min-width: 979px) and (max-width: 1200px) {
    .boxed .page-section hr.page-divider {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 1200px) {
    .boxed .page-section hr.page-divider {
        margin-right: -30px;
        margin-left: -30px;
    }
}

hr.page-divider.transparent {
    border-color: transparent;
}

hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}

hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}
hr.page-divider.shadowed {
    background: transparent url('../img/article_shadow.png') center top no-repeat;
    border-color: transparent;
    height: 9px;
}

hr.style-o:after {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "o";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 0 40px;
    position: relative;
    top: -15px;
}
hr.style-o {
    border-top: 3px double #efefef;
    color: #F0F0F0;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
/* Buttons
/* ========================================================================== */

.btn {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border: 1px solid ##dddddd;
    border-radius: 4px;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn:hover {
    border-top-width: 2px;
    border-bottom-width: 0;
}
.btn-lg { padding: 17px 21px;}
.btn-default {
	background-color: #512155;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,191,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,191,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,191,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,191,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,191,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,191,30,1) 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4bf1e',GradientType=0 ); /* IE6-9 *** ?? */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
	border-color: #FFBB15;
	color: #AE800E;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    border-color: #FFBB15;
    color: #AE800E;
}

.btn-dark {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    border-bottom: 2px solid #000000;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    color: #ffffff;
    background-color: #512155;
    border-color: #512155;
    border-bottom-color: #409915;
}
.btn-readmore {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore:active,
.btn-readmore.active {
    color: #ffffff;
    background-color: #512155;
    border-color: #512155;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #d99f56;
    border-color: #d99f56;
    color: #ffffff;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #04bf8f;
}
.btn-inverse {
    color: #512155;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    color: #ffffff;
    background-color: #512155;
    border-color: #512155;
}
.btn-warning {
    border-color: #d58512;
}
/* Form / Input / Textarea
/* ========================================================================== */

.form-control {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    border-bottom-width: 3px;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 40px;
    padding: 10px 12px;
}
.ie8 input.form-control {
    line-height: 40px;
    padding: 0 12px;
}
.form-control:focus {
    border-color: #512155;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
            box-shadow: none;
}

.input-group-addon {
    border-radius: 0;
    border-color: #e9ecef;
    background-color: #ffffff;
}
.error {
    color: #ff0000;
}
/* brands list
/* ========================================================================== */
.brands-list > div { float: left;}
/* main-list
/* ========================================================================== */
.main-list li {
    background: transparent url("") no-repeat left center;
    color: #512155;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 50px;
}
.light-gray .main-list li { background-image: url("");}
/* Price table
/* ========================================================================== */

.price-table {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    margin: 0 auto 20px;
    max-width: 400px;
    padding: 5px;
    text-align: center;
}

.price-table-header {
    background-color: #EBEBEB;
    margin-bottom: 0;
    padding: 26px 20px 23px;
}
.price-label {
    padding-bottom: 0px;
}

.price-label-title {
    color: #999999;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 7px;
}

.price-value {
    color: #333333;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 7px;
    position: relative;
    width: 100%;
}

.price-number {
    display: inline-block;
    font-weight: 600;
}

.price-unit {
    display: inline-block;

}
.price-per {
    font-style: italic;
}
.price-slogan {
    display: block;
    font-size: 12px;
    margin-top: 7px;
}
.price-description {
    padding-bottom: 30px;
}

.price-table-row {
    height: 40px;
    line-height: 40px;
}
.price-table-row:nth-child(2n) {
}
/*.price-table-row + .price-table-row {*/
.price-table-rows {
    margin: 0 10px;
}
.price-table-row {
    border-bottom: 1px solid #eaeaea;
}

.price-table-row-bottom {
    line-height: 70px;
}
.price-table-row-bottom .btn-default {
}

.price-table.featured {
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.ie8 .price-table.featured {
    border: 1px solid #dbdbdb;
}
.price-table.featured .price-table-header {
    background-color: #512155;
}
.price-table.featured .price-value,
.price-table.featured .price-label-title {
    color: #ffffff;
}
/* Progress bars
/* ========================================================================== */
.progress-data h4 {
    color: #888888;
    float: left;
    font-weight: 400;
    line-height: 24px;
}
.progress-data h5 {
    color: #512155;
    font-weight: 400;
    line-height: 24px;
    float: right;
}
.progress {
    background-color: #d4d4d4;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    margin-bottom: 16px;
}

.progress-bar {
    background-color: #512155;
    line-height: 20px;
    text-align: left;
}

.progress-bar span {
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #4d595b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
            transition: width .6s ease;
}

.charts {
    text-align: center;
}

.charts {
    margin-bottom: -40px;
}

.charts .chart {
    margin-bottom: 40px;
}

.chart {
    position: relative;
    text-align: center;
    width: 100%;
}

.chart canvas {
    display: inline-block;
}

.percent {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    margin-top: -12px;
    font-weight: 700;
    color: #3c4547;
}

/* Topline
/* ========================================================================== */
.topline {
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    height: 32px;
}
.topline .call-time {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 32px;
}
.topline .call-time span {
    display: inline-block;
    line-height: 32px;
}
.topline .call-time span + span { margin-left: 20px;}
.topline .call-time i {
    color: #512155;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .topline {
        display: none;
    }
}
.is-sticky .topline { display: none;}
/* Header
/* ========================================================================== */
.header {
    z-index: 100;
}
.sticky-wrapper,
.sticky-wrapper.is-sticky {
    z-index: 1000;
}
.sticky-wrapper.is-sticky .header {
    width: 100%;
    z-index: 1000;
}
.wide .header,
.boxed .header > .container {
    background-color: #ffffff;
    border-bottom: 4px solid #EEEEEE;
}

.wide .header,
.boxed .header > .container:first-child {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.logo {
    margin-bottom: 10px;
    margin-top: 25px;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.logo:hover {opacity: 1;}
@media (max-width: 359px) {
    .logo {
        width: 50%;
    }
}
.navigation {
    margin-top: 30px;
}
.is-sticky .navigation { margin-top: 5px;}
.is-sticky .logo {
    margin-bottom: 5px;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .navigation {
        display: none;
    }
    .logo {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
/* superfish skin */
.sf-menu {
    float: none;
    margin-bottom: 0;
}

.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu > li {
    display: inline-block;
    float: none;
}

.sf-menu > li.logo img {
    margin: 0 15px;
}
@media (max-width: 1023px) {
    .sf-menu > li.logo img {
        margin: 0px;
    }
}
.sf-menu a {

}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu a {
        padding-right: 20px;
    }
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li {
    background: #ffffff;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background-color: #ffffff;
    color: #000000;
}

.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
    color: #000000;
}

.sf-menu > li {
    border-top: 3px solid transparent;
    padding: 0;
}

.sf-menu > li:hover,
.sf-menu > li.active,
.sf-menu > li.sfHover {
    border-top: 3px solid #512155;
}

.sf-menu > li > a {
    border: 0 none;
    color: #888888;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 57px;
    padding: 0 14px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.is-sticky .sf-menu > li > a { }
.sf-menu > li.nav-last > a { padding-right: 0;}

/* .sf-menu > li > a > i { color: #f4bf1e;} *** Hús HEIM og umslag */
.sf-menu > li > a > i { color: #f4bf1e;}

.sf-menu > li .title {
    bottom: 15px;
    left: 20px;
    position: absolute;
}
.sf-menu > li > a .icon {
display: block;
    position: relative;
    text-align: center;
    top: -10px;
}
.sf-menu > li a i {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 auto;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: box-shadow 0.6s ease-in-out 0s;
}
.sf-menu > li a .icon i {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 26px;
    padding: 10px 0;
    width: 46px;
}
.sf-menu > li a:hover i {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transition: box-shadow 0.4s ease-in-out 0s;
}

.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active > a:hover,
.sf-menu > li.active > a {
    background-color: #ffffff;
    color: #512155;
}
.sf-menu > li:hover > a > small,
.sf-menu > li.sfHover > a > small,
.sf-menu > li > a:hover > small,
.sf-menu > li.active > a:hover > small,
.sf-menu > li.active > a > small {
    color: #409915;
}
.sf-menu > li.active > a {

}
.sf-menu > li.active > a:focus {
    color: #ffffff;
}

.sf-menu li:hover > a:before,
.sf-menu li.sfHover > a:before {
    background-color: #ffffff;
}

.sf-menu li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sub-menu a {
    padding: .1em .1em;
    color: #8b9398;
    border: none;
}

.sf-menu .sub-menu {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0px;
    border-top: 2px solid #512155;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    display: none;
    left: 14px;
    list-style: none outside none;
    min-width: 160px;
    padding: 0px 15px;
    position: absolute;
    text-align: left;
    top: 64px;
    z-index: 20;
}
.is-sticky .sf-menu .sub-menu { top: 40px;}
/*.sf-menu .sub-menu:before {
    border-bottom: 5px solid #37404B;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -5px;
    width: 0;
}*/

.sf-menu .sub-menu li {
    background-color: transparent;
    margin: 0;
    padding: 0px;
}
.sub-menu li a {
    border-bottom: 1px solid #ebebeb;
    color: #888888;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 8px 0px;
}
.sub-menu li:last-child a {
    border-bottom: 0;
}
.sub-menu li a:hover,
.sub-menu li.active a {
    background-color: #ffffff;
    color: #512155;
    text-decoration: none;
}
.sub-menu li a:before {
    content: none;
}
.sub-menu .sub-menu {
    margin-top: -2px;
}

.sub-menu .sub-menu:before {
    content: none;
}
@media (max-width: 1200px) {
    .sf-menu > li > a {
    }
}
@media (max-width: 1023px) {
    /*.sf-menu > li {
        padding-bottom: 34px;
        padding-top: 34px;
    }
    .sf-menu > li > a {
        margin-left: 0;
    }
    .sf-menu > li .title {

    }
    .logo {
        max-width: 120px;
        margin-top: 35px;
    }
    .logo img {
        max-width: 160px;
    }*/
}
@media (max-width: 767px) {

}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 25px;
    *padding-right: 2.5em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    border: medium none;
    content: "\f107";
    font-family: "FontAwesome";
    height: 0;
    margin-right: 10px;
    padding-right: 10px;
    position: absolute;
    right: -2px;
    top: 5px;
    width: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu a:before {
        margin-right: 5px;
    }
    .sf-menu a {
        padding: 0 5px;
    }
    .sf-arrows .sf-with-ul {
        padding-right: 5px;
    }

    .sf-arrows .sf-with-ul:after {
        display: none;
    }
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #979797; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(151, 151, 151, 0.50);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

/* Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: relative;
}

.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}

.mobile-menu-title {
    font-size: 12px;
    line-height: 40px;
    margin-top: 28px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #mobile-menu {
        display: block;
        float: right;
    }

    .mobile-menu {
        display: block;
        margin-top: 28px;
    }

}
@media (max-width: 767px) {
    .mobile-menu {
        margin-top: 15px;
    }
    .mobile-menu-title {
        margin-top: 15px;
    }
}
@media (max-width: 479px) {
    .mobile-menu {
        margin-top: 10px;
    }
    .mobile-menu-title {
        margin-top: 10px;
    }
}
@media (max-width: 359px) {
    .mobile-menu {
        margin-top: 5px;
    }
    .mobile-menu-title {
        margin-top: 5px;
    }
}
/* Blog / Post
/* ========================================================================== */

.post-wrap {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 30px;
}
.post-wrap + .post-wrap {
    margin-top: 25px;
    padding-top: 25px;
}
.post-wrap:last-of-type {border-bottom: 0;}
.post-masonry .post-wrap + .post-wrap {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.post-masonry .post-wrap {
    margin-bottom: 40px;
}
.post-content {
    padding-left: 60px;
}
.post-header {margin-bottom: 15px;}
.post-meta {
    color: #B0AFAF;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin-bottom: 30px;
    margin-top: 0;
}
.post-readmore { font-style: normal;}
.post-meta > span + span {
    margin-left: 10px;
}
.post-meta > span i { margin-right: 5px;}
.post-meta a {
    color: #512155;
}
.post-meta a:hover {
    color: #888888;
}
.post-meta .sep:before {
    content: "\2022";
    color: #ffffff;
    margin: 0 0px;
}
.post-date {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
}
.post-date div.day {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 2px 2px 0 0;
    color: #656565;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.post-date div.month {
/*    background-color: #f4bf1e; *** Dagatal */
    background-color: #512155;

    border-radius: 0 0 2px 2px;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
    text-shadow: rgba(0,​ 0,​ 0,​ 0.25) 0px -1px 0px;
}
.post-wrap .post-author,
 .post-wrap .post-comment,
 .post-wrap .post-date {
    color: #B0AFAF;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
 }

.post-media {margin-bottom: 20px; position: relative;}
.post-media .thumbnail {margin-bottom: 0;}
.post-body {}
.post-excerpt {margin-bottom: 20px;}
.post-details {}
.post-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 0;
}
.post-title a { color: #888888; }
.post-title a:hover { color: #512155; }
.post-footer { margin-top: 30px;}
.post-footer .readmore-link {
    border-radius: 0;
    color: #512155;
    font-size: 12px;
}
.post-footer .readmore-link:hover {
    color: #888888;
}
.post-footer .socical-line li:first-child a { margin-left: 0;}
.post-categories,
.post-tags {
    color: #B0AFAF;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}
.post-categories .fa,
.post-tags .fa {
    color: #B0AFAF;
    margin-right: 5px;
}
.post-categories a,
.post-tags a {
    border: 0 none;
    color: #B0AFAF;
    font-size: 13px;
}
.post-categories a:hover,
.post-tags a:hover {
    color: #512155;
}

.about-the-author {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.about-the-author .media img { width: 100px !important;}
.about-the-author .media > .pull-left {
    margin-right: 20px;
}
.about-the-author .media-heading {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
}
.about-the-author .media-body {
    padding-top: 0;
}

.about-the-author .media {
    border: 0;
}
/* Video Wrapper */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Comments
/* ========================================================================== */

.comments {
    margin-top: 45px;
    padding-top: 45px;
}

.comments .media-body {
    padding-top: 0;
}
.comment {
    border: 1px solid #EEEEEE !important;
    border-radius: 6px;
    padding: 20px !important;
}
.comments > .comment {
}
.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment .comment {
    padding: 10px 10px 10px 0;
}
.comment-avatar img {
    width: 70px !important;
}
@media (max-width: 479px) {
    .comment-avatar img {
        width: 64px;
        height: auto;
    }
}
.comment-meta {margin-bottom: 10px !important;}
.comment-author {}
.comment-date {
    color: #999999;
    line-height: 20px;
}
.comment-text {margin-bottom: 20px;}
.comment-reply {
    color: #512155;
    margin-bottom: 20px;
    padding-left: 10px;
}
.comment-reply:hover { color: #409915;}
.comments-form {
    margin-top: 45px;
    padding-top: 45px;
}
.comment-author {
    color: #888888;
    display: block;
    font: 400 16px/20px "PT Sans";
}
.comment-author:hover {
    color: #512155;
}
/* Sidebar / Content
/* ========================================================================== */

.sidebar { }

.sidebar .widget .title {

}
.sidebar .widget a {
     color: #888888;
 }
.sidebar .widget a:hover {
    color: #512155;
}
.sidebar .btn-search {
    color: #ffffff;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.sidebar .btn-search:hover {
    background-color: #512155;
}
.sidebar .widget .pages,
.sidebar .widget .categories {
    padding-left: 0px;
}
.sidebar .widget .pages li,
.sidebar .widget .categories li {
    padding-left: 15px;
    position: relative;
}
.sidebar .widget .pages li:last-child,
.sidebar .widget .categories li:last-child {
    border-bottom: 0;
}
.sidebar .widget .pages a:hover,
.sidebar .widget .categories a:hover {

}
.sidebar .widget .pages a:before,
.sidebar .widget .categories a:before {
    color: #512155;
    content: "\f141";
    font-family: "FontAwesome";
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 1px;

}
.sidebar .widget .pages a:hover:before,
.sidebar .widget .categories a:hover:before {
    color: #512155;
}
.sidebar .widget .pages a,
.sidebar .widget .categories a {
    line-height: 30px;
}
.sidebar .widget .form-group:last-of-type {
    margin-bottom: 0;
}
/* Breadcrumbs
/* ========================================================================== */

.wide .page-section.breadcrumbs,
.boxed .page-section.breadcrumbs > .container {
    /*background: #f9f9f9 url('../img/breadcrumbs-bg.jpg') no-repeat left top; */
	background-color:#512155;
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    padding: 15px 0 18px;
    position: relative;
}

.wide .page-section.breadcrumbs > .container,
.boxed .page-section.breadcrumbs > .container {
    position: relative;
    z-index: 15;
}
.breadcrumbs h2.section-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 9px;
}
.breadcrumbs .breadcrumb {
	background-color: transparent;
	display: block;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0;
	padding: 3px 0;
}
.breadcrumbs .breadcrumb > .active { color: #aaaaaa;}
.breadcrumbs .breadcrumb li { margin-bottom: 0px;}
.breadcrumbs .breadcrumb > li + li:before { padding: 0 1px;}
.breadcrumbs .breadcrumb a {
}
.breadcrumbs .breadcrumb a:hover {
    color: #512155;
}
/* Pagination / Pager
/* ========================================================================== */

.pagination {
    margin: 0;
}

.pagination > li > a {
    background-color: transparent;
    border: 1px solid #E8E8E8;
    border-bottom-width: 3px;
    border-radius: 0;
    color: #888888;
    font-size: 13px;
    margin-right: 0;
    padding: 3px 10px 5px;
    text-transform: uppercase;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {border-radius: 50% 0 0 50%;}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 50% 50% 0;
}
.pagination > li > a,
.pagination > li > span {
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: transparent;
    border-color: #e8e8e8;
    color: #512155;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: transparent;
    border-color: #e8e8e8;
    color: #512155;
}

.pager {
    margin: 0;
}

/* Tabs
/* ========================================================================== */

.nav-tabs {
    border-bottom: 1px solid #EFEFEF;
}

.nav-tabs > li { margin-bottom: -1px; }
.nav-tabs > li > a {
	background-color: #FFFFFF;
	border: 1px solid transparent;
	border-bottom-color: #efefef;
	border-top: 3px solid transparent;
	border-radius: 0;
	color: #888888;
	font-size: 14px;
	font-weight: 700;
	margin-right: 0;
	text-transform: none;
}

.nav-tabs > li > a:hover {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-bottom-color: #efefef;
    border-top: 3px solid transparent;
    color: #512155 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border-color: #efefef;
    border-bottom-color: #ffffff;
/*    border-top: 3px solid #f4bf1e; *** Recent/Popular */
    border-top: 3px solid #512155;

    -webkit-border-radius: 0;
    border-radius: 0;
    color: #512155;
}
.nav-tabs > li.active:last-child > a,
.nav-tabs > li:last-child > a {

}
.tab-content {
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    margin-top: 0;
    padding: 6px 12px;
}
@media (min-width:768px) and (max-width: 1023px) {
    .nav-tabs > li > a {
        padding: 10px 5px;
    }
}
/* Message
/* ========================================================================== */

.page-section.with-sidebar .content .page-section > .container {
    width: 100%;
}

.wide .page-section.message,
.boxed .page-section.message > .container {
    padding: 40px 40px 40px 40px;
    text-transform: uppercase;
    text-align: center;
    background-color: #242424;
    color: #ffffff;
}

.page-section.message h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

.page-section.message p {
    font-size: 20px;
    margin-bottom: 20px;
}

.page-section.message *:last-child {
    margin-bottom: 0;
}

.page-section.message .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Tagcloud
/* ========================================================================== */

.tagcloud {
	overflow: hidden;
	line-height: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.tagcloud li {
	float: none;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 0px;
	padding-top: 0px;
}

.tagcloud a {
	background-color: transparent;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.tagcloud a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #CCCCCC;
}
/*.sidebar .tagcloud a { color: #f4bf1e;}  *** Hugbúnaður/Blog Tag Cloud */
.sidebar .tagcloud a { color: #512155;}

.sidebar .tagcloud a:hover { color: #a6a6a7;}
/* Accordion / Panel group
/* ========================================================================== */

.panel {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.panel-heading {
    padding: 0;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 1px;
}
.panel-group .panel-heading a:before {
    color: #999999;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    left: 10px;
    line-height: 10px;
    padding: 0 7px;
    position: absolute;
    top: 36%;
}
.panel-group .panel-heading a:hover:before {
    color: #ffffff;
}
.panel-group .panel-heading a.collapsed:before {
    content: "\f105";
    left: 13px;
}
.panel-group .panel-heading a {
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px 8px 45px;
    position: relative;
}
.panel-group .panel-heading a.collapsed {
    /*background-color: #f5f5f5;
    color: #333333;*/
}
.panel-group .panel-heading a:hover,
.panel-group .panel-heading a.collapsed:hover {
    background-color: #512155;
    color: #ffffff;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    background-color: #FFFFFF;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-default>.panel-heading {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0px;
}
.panel-collapse .panel-body {
    border-top: none !important;
    /*border-bottom: none !important;*/
}

.panel-group .panel + .panel {
    margin-top: 0px;
}
/* About us - block
/* ========================================================================== */
.about-us-block { margin-bottom: 20px; text-align: center;}
.about-us-block h4 {
    color: #6a6a6a;
    margin: 30px 0 20px;
    text-transform: uppercase;
}
.about-us-block p { }
/* Thumbnails
/* ========================================================================== */

.thumbnail {
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.item > .img-responsive,
.thumbnail > .img-responsive {
    width: 100%;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 0px #512155;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);*/
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);*/
}

.thumbnail .overflowed {
    margin-bottom: 20px;
    border-bottom: solid 0px #e9ecef;
}
.thumbnail .overflowed .img-responsive {
    width: 100%;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}

.thumbnail .progress {
    margin-bottom: 5px;
}

/* Thumbnail caption */

.do-hover .caption {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    opacity: 0;
}
.ie8 .do-hover .caption {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C512155,endColorstr=#4C512155)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C512155,endColorstr=#4C512155);   /* IE6 & 7 */
	zoom: 1;
}
.projects .do-hover .caption {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.3);
}
.ie8 .projects .do-hover .caption {
    background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F512155,endColorstr=#7F512155)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F512155,endColorstr=#7F512155);   /* IE6 & 7 */
	zoom: 1;
}
.caption-wrapper { width: 100%; }

.caption-inner { }

.do-hover .caption-title {
	color: #ffffff;
	font-weight: 200;
	margin-top: 0px;
	text-shadow: 1px 1px 1px #555555;
}

.do-hover .caption-buttons a,
.do-hover .caption-category a {
    color: #ffffff;
    text-shadow: 1px 1px 1px #555555;
}
.do-hover .caption-buttons { margin: 20px 0 10px;}

.do-hover .caption-buttons a {
    background: none;
    background-color: #512155;
    border: 1px solid #512155;
    border-radius: 2px;
    filter: none;
    padding: 8px 10px;
    position: relative;
}

.do-hover .caption-buttons a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #512155;
}
.latest-news .img-wrap .btn {
    background-color: #512155;
    border-radius: 100%;
    padding: 9px 12px;
}
.latest-news .img-wrap .btn:hover {
    background-color: #522D43;
}

/* Thumbnail caption hover animation */

.do-hover.hover .caption,
.do-hover:hover .caption {
    opacity: 1; /* !!! */
}

.do-hover:hover .img-responsive {
/*    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}

/* Caption title */

.do-hover .caption-title {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.do-hover.hover .caption-title,
.do-hover:hover .caption-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Caption category */

.do-hover .caption-category {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.do-hover.hover .caption-category,
.do-hover:hover .caption-category {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.do-hover .caption-zoom,
.do-hover .caption-social,
.do-hover .caption-link {
    border: solid 0px #ffffff;
    margin-right: 1px;
}

.do-hover .caption-zoom .fa,
.do-hover .caption-social .fa,
.do-hover .caption-link .fa {
    color: #ffffff;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    width: 14px;
}

.do-hover .caption-zoom:hover .fa,
.do-hover .caption-link:hover .fa,
.do-hover .caption-social:hover .fa {
    color: #512155;
}

/* Caption zoom */

.do-hover .caption-zoom {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.do-hover.hover .caption-zoom,
.do-hover:hover .caption-zoom {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.do-hover .caption-zoom.theone {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.do-hover.hover .caption-zoom.theone,
.do-hover:hover .caption-zoom.theone {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Caption link */

.do-hover .caption-link {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.do-hover.hover .caption-link,
.do-hover:hover .caption-link {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Caption social */

.do-hover .caption-social {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.do-hover.hover .caption-social,
.do-hover:hover .caption-social {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Thumbnail caption transition */

.do-hover .img-responsive,
.do-hover.hover .img-responsive,
.do-hover:hover .img-responsive,
.do-hover .caption-title,
.do-hover.hover .caption-title,
.do-hover:hover .caption-title,
.do-hover .caption-zoom,
.do-hover.hover .caption-zoom,
.do-hover:hover .caption-zoom,
.do-hover .caption-link,
.do-hover.hover .caption-link,
.do-hover:hover .caption-link,
.do-hover .caption-category,
.do-hover.hover .caption-category,
.do-hover:hover .caption-category,
.do-hover .caption,
.do-hover.hover .caption,
.do-hover:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Recent news
/* ========================================================================== */
.recent-news img {max-height: 190px;}
.recent-news .intro-text {
    color: #b2b2b2;
    font-size: 11px;
    margin-top: -8px;
}
/* Filter
/* ========================================================================== */

.filtrable {
    background-color: #ffffff;
    display: inline-block;
    margin: 20px 0 40px;
}

.filtrable li {
    /*float: left;*/
    display: inline-block;
    margin-bottom: 0px;
}

.filtrable a {
    background-color: #f5f5f5;
    border: solid 1px #e7e7e7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #512155;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
    padding: 12px 12px;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover,
.filtrable a:hover {
    background-color: #512155;
    border-color: #512155;
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.filtrable .current {
    position: relative;
}
/* Main Title
/* ========================================================================== */
h1.main-title {
  font-weight: 600;
}
.tagline {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-top: 10px;
}
.tagline:after {
    border-bottom: 1px solid #858585;
    content: "";
    display: block;
    height: 0;
    margin: 40px auto;
    width: 60px;
}
h2.main-title {
    color: #444444;
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 35px 0;
    text-align: center;
    width: 100%;
}
h3.main-title {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
/* Features
/* ========================================================================== */

.feature {
    position: relative;
}

.feature .media-body *:last-child {
    margin-bottom: 0;
    margin-top: 12px;
}

.feature,
.feature:hover,
.feature.hover,
.feature .media-object,
.feature:hover .media-object,
.feature.hover .media-object,
.feature .media-object:after,
.feature:hover .media-object:after,
.feature.hover .media-object:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature .media-object {
    /*display: block;*/
}

/* Style 1 */
.feature.style-1 {
    text-align: center;
    padding-bottom: 40px;
}
.feature.style-1.with-border .media {
    border: solid 1px #eeeeee;
    padding: 40px 20px 20px 20px;
}

.feature.style-1 .media {
    padding-top: 15px;
}

@media (max-width: 767px) {
    .feature.style-1 .media {
        max-width: 350px;
        margin: 0 auto;
    }
}

.feature.style-1 .media-object {
/*    background: #f4bf1e; /* Old browsers *** ?? */
    background: #FF0000; /* Old browsers */

    background: -moz-linear-gradient(top,  rgba(254,219,55,1) 0%, rgba(254,178,17,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,219,55,1)), color-stop(100%,rgba(254,178,17,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,219,55,1) 0%,rgba(254,178,17,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,219,55,1) 0%,rgba(254,178,17,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,219,55,1) 0%,rgba(254,178,17,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,219,55,1) 0%,rgba(254,178,17,1) 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedb37', endColorstr='#feb211',GradientType=0 ); /* IE6-9  *** ?? */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */


    border-radius: 45px;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    width: 80px;
}

.feature.style-1 .media-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}
.feature.style-1 .media-heading:after {
/*    background-color: #f4bf1e;  *** ?? */
    background-color: #FF0000;

    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
}
.feature.style-1:hover .media-object,
.feature.style-1.hover .media-object {
    background-color: #A0CE4D;
}

.feature.style-1 .media-object:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 #000000;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.feature.style-1:hover .media-object:after,
.feature.style-1.hover .media-object:after {
    opacity: 1;
/*    -webkit-box-shadow: 0 0 0 4px #f4bf1e; *** ?? */
    -webkit-box-shadow: 0 0 0 4px #FF0000;
	
/*    box-shadow: 0 0 0 4px #f4bf1e; *** ?? */
    box-shadow: 0 0 0 4px #FF0000;

    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* Style 2 */
.feature.style-2 {
    margin-bottom: 0px;
}

.feature.style-2 .media {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    margin: 0;
    overflow: visible;
    padding: 20px;
    position: relative;
}
.feature.style-2 .media > .pull-left {
    margin-right: 20px;
}
.feature.style-2 .media-body {
    padding-top: 0px;
}

.feature.style-2 .media-object {
    background-color: #512155;
    color: #FFFFFF;
    font-size: 30px;
    height: 66px;
    line-height: 40px;
    padding: 15px;
    text-align: center;
    width: 66px;
}
.feature.style-2 .media:hover .media-object {
    background-color: #409915;
}
.feature.style-2 .media-heading {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
}

.feature.style-2:hover .media-object,
.feature.style-2.hover .media-object {

}
.feature.style-2 a {
    color: #999999;
}
.feature.style-2 a:hover {
    color: #512155;
}
.feature.style-2 a > i {
    margin-left: 10px;
}
@media (max-width: 1023px) {
    .feature.style-2 .media {
        margin-bottom: 20px;
    }
}
/* Style 3 */
.feature.style-3 {
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.feature.style-3 .media-heading {
    margin-top: 10px;
}

.feature.style-3 .media {
    padding: 15px;
    border: solid 1px #eeeeee;
}

.feature.style-3 .media-object {
    position: absolute;
    left: 50%;
    top: -25px;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    color: #3c4547;
}

.feature.style-3:hover .media-object,
.feature.style-3.hover .media-object {
    background-color: #A0CE4D;
    border-color: #A0CE4D;
    color: #ffffff;
}

/* Style 4 */
.feature.style-4 { margin-bottom: 30px; }

.row .feature.style-4:last-child { margin-bottom: 0; }

.feature.style-4 .media { }

.feature.style-4 .media-object {
    font-size: 30px;
    line-height: 30px;
    width: 80px;
    height: 80px;
    padding: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #A0CE4D;
    color: #ffffff;
}

.feature.style-4 .media-heading {
    color: #242424;
}

.feature.style-4:hover .media-object,
.feature.style-4.hover .media-object {
    background-color: #6ecf67;
}

/* Style 5 */
.feature.style-5 {
    text-align: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #A0CE4D;
    color: #ffffff;
}

.feature.style-5 .media {
    padding-top: 40px;
}
.feature.style-5 .media-body *:last-child {
    margin-bottom: 0;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .feature.style-5 .media {
        max-width: 350px;
        margin: 0 auto;
    }
}

.feature.style-5 .media-object {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    padding: 20px;
    background-color: #ffffff;
    color: #A0CE4D;
}

.feature.style-5 .media-heading {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 9px;
    text-transform: uppercase;
}

.feature.style-5:hover .media-object,
.feature.style-5.hover .media-object {
    background-color: #ffffff;
}

.feature.style-5 .media-object:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.feature.style-5:hover .media-object:after,
.feature.style-5.hover .media-object:after {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 5px #ffffff;
    box-shadow: 0 0 0 5px #ffffff;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* Facts */
.facts {
	background: #512155; /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedb37', endColorstr='#feb211',GradientType=0 ); /* IE6-9 *** ?? */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
	padding-bottom: 0px !important;
	background-position: bottom;
}
.facts .row > div {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.facts .row > div:first-child { border-left: 0;}
.facts .row > div:last-child {
	border-right: 0;
	background-color: #a6a6a7;
}
.facts-item {
    margin: 20px 0 15px;
    padding: 10px 15px;
    position: relative;
}
.facts-item,
.facts-item * {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #a6a6a7;
}
.facts-item .title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 200;
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 10px;
	position: relative;
	-webkit-text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
	text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
}
.facts-item .title:after {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    height: 2px;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
}
.facts-item .facts-icon {
    position: relative;
    text-align: center;
    z-index: 2;
}
.facts-item .facts-icon i {
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	-webkit-text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
	text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
	width: 100%;
	z-index: 9999;
	background-color: #a6a6a7;
}
.facts-item p {
    color: #ffffff;
    font-size: 14px;
    -webkit-text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
    text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
}

.facts-item:hover .facts-icon {}


@media (max-width: 767px) {
    .facts .row > div { box-shadow: none; border: 0;}
}
/* Last Tweet / Twitter
/* ========================================================================== */

/* Last tweet
/* ========================================================================== */
.wide .page-section.twitter-section,
.boxed .page-section.twitter-section > .container {
    padding: 0;
}
.last-tweet {
    overflow: hidden;
    padding: 10px 0;
}
.last-tweet .media {
    border: 0;
    padding-top: 13px;
}
.last-tweet .media p {
    line-height: 13px;
    margin-top: 0;
}
.last-tweet .twitter-icon {
/*    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    background-color: #F4BF1E;*/
    margin-right: 20px;
}

.last-tweet .twitter-icon .fa {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    margin-top: 6px;
}

.last-tweet a {
    color: #ffffff;
    font-size: 80%;
    line-height: 13px;
}

.last-tweet a:hover {
    text-decoration: underline;
}

.last-tweet p {
    margin-top: 7px;
    margin-bottom: 0;
}

.last-tweet .owl-controls {
    float: right;
    margin: 18px 0 0 20px;
    position: relative;
}
@media (max-width: 1023px) {
    .last-tweet .owl-controls {
        float: left;
        margin-left: 0;
    }

}
.last-tweet .owl-carousel .owl-wrapper-outer {
    float: left;
    width: 80%;
}
.last-tweet .owl-controls .prev,
.last-tweet .owl-controls .next {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 50%;
}

.last-tweet .owl-controls .prev { margin-left: -60px; opacity: 0; }

.last-tweet .owl-controls .next { margin-left: 30px; opacity: 0; }

.touch .last-tweet .owl-controls .prev,
.last-tweet:hover .owl-controls .prev {
    margin-left: -90px;
    opacity: 1;
}

.touch .last-tweet .owl-controls .next,
.last-tweet:hover .owl-controls .next {
    margin-left: 60px;
    opacity: 1;
}


.recent-tweets small {
    color: rgba( 100, 100, 100, 0.7);
    display: block;
    font-size: 12px;
    margin-top: -2px;
}
.recent-tweets {
    font-size: 13px;
    line-height: 20px;
}
.recent-tweets a {
    color: #512155 !important;
}
.recent-tweets a:hover {
    color: #409915 !important;
}
/* Error Page
/* ========================================================================== */

.error-page {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}

.error-oops {
    font-size: 150px;
    line-height: 150px;
    color: #242424;
}

.error-number {
    display: inline-block;
    background-color: #ffffff;
    clear: right;
    top: -80px;
    position: relative;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    color: #242424;
}

.error-message {
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #6bcc64;
    color: #ffffff;
}

@media (max-width: 479px) {
    .error-oops {
        font-size: 90px;
        line-height: 90px;
    }

    .error-number {
        top: -45px;
    }
}

/* Team
/* ========================================================================== */
.team .thumbnail {
    background: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.team .thumbnail .overflowed {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
    clear: both;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 66%;
}
.team .thumbnail .overflowed:hover {box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);}
.team .block-text {
    border-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.team .block-title {
    border: 0;
    color: #512155;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    padding: 0;
}
.team .block-title:before {
    background: none;
    content: "";
    height: 0px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.team .block-title small:before {
    color: #777777;
    content: "";
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding: 0 5px;
    text-transform: none;
}
.team .block-title small {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0;
    text-transform: none;
}
.team .img-responsive {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.team .block-text h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.team .block-text h4 > small {
    color: #9f9f9f;
    display: block;
    font-size: 13px;
    margin-top: 10px;
    text-transform: none;
}
.team .block-text p {

}
.team-social {
    text-align: center;
}
.team-social a {
    border: 1px solid #512155;
    color: #409915;
    height: 32px;
    line-height: 30px;
    margin: 0 4px 5px;
    padding: 0;
    width: 32px;
}
.team-social a:hover {
    background-color: #512155;
    color: #ffffff;
}
@media (max-width: 1023px) {
    .team .thumbnail {
        margin-bottom: 40px;
    }
}
/* info-blocks
/* ========================================================================== */
.info-block {
    border-color: #EEEEEE;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 3px;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;

}
.info-block:after {
    color: #eeeeee;
    content: "";
    font-family: 'FontAwesome';
    font-size: 81px;
    position: absolute;
    right: 15px;
    top: 45px;
    z-index: -1;
}
.info-block-1:after { content: "\f13e";}
.info-block-2:after { content: "\f0c0";}
.ie8 .info-block-1:after,
.ie8 .info-block-2:after { content: '';}
.info-block h4 a {
    text-transform: uppercase;
    text-decoration: none;
}
.info-block h4 a:hover { color: #666666;}
/* Media / Testimonails
/* ========================================================================== */
.testimonials-section {
    background-color: #F5F5F5;
    border-bottom: 4px solid rgba(0, 0, 0, 0.02);
    border-top: 4px solid rgba(0, 0, 0, 0.02);
    min-height: 240px;
    padding: 10px 0 !important;
}

#testimonials {
    margin-bottom: 0px;
}
#testimonials .owl-item {
    padding: 10px;
}

/*.testimonial:before {
    border-left: 10px solid #F7F7F7;
    border-right: 10px solid #F7F7F7;
    border-top: 10px solid #512155;;
    bottom: -10px;
    content: "";
    left: 50px;
    position: absolute;
    z-index: 33;
}
.testimonial:after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #FFFFFF;
    bottom: -8px;
    content: "";
    left: 51px;
    position: absolute;
    z-index: 44;
}*/
.testimonial.media {
    background-color: transparent;
    border:0;
    margin-bottom: 0px;
    min-height: 110px;
    padding: 14px 14px 0;
    position: relative;
    overflow: visible;
}
.testimonial.media:last-child {
    border-bottom: 0;
}

.testimonial-title {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

    border-radius: 50%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 10px;
}
.testimonial.media img {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px;
}
.testimonial.media img:hover {
    opacity: 1;
}
.testimonial .media-body {
    margin-left: 142px;
    padding-right: 15px;
}

.testimonial .media-heading {
    color: #888888;
    font: italic 400 14px/22px 'PT Sans', sans-serif;
    margin-left: 142px;
}

.testimonial .media-heading small {
    line-height: 24px;
    margin-left: 10px;
    text-transform: capitalize;
}
.testimonial .media-heading small a {
    color: #C290AD;
    font-size: 18px;
}
.testimonial .media-heading small a:hover {
    color: #512155;
}
.testimonial span {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.testimonial .media-body p {
    color: #888888;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 20px;
}
.testimonial .media-body p i {
    color: #C0C5CB;
    font-size: 20px;
    padding-right: 6px;
}
.testimonial .media-body p i:first-of-type {
    padding-right: 6px;
}
.testimonial .media-body p i:last-of-type {
    padding-left: 6px;
}
.owl-theme .owl-controls { margin-top: 30px;}
@media (max-width: 767px) {
    .testimonial .media-body p {
        font-size: 13px;
        line-height: 16px;
    }
    .owl-theme .owl-controls { margin-top: 0;}
}
/* Media / why we are
/* ========================================================================== */
.choose-list > div > div {
    padding-left:  70px;
    position: relative;
}
.choose-list h5 {
    line-height: 44px;
    margin-bottom: 0px;
}
.choose-list i {
	/*    background: #f4bf1e; /* Old browsers  *** ?? */ 
    background: #FF0000; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,219,55,1) 0%, rgba(254,178,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,219,55,1)), color-stop(100%,rgba(254,178,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,219,55,1) 0%,rgba(254,178,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,219,55,1) 0%,rgba(254,178,17,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(81,33,85,1) 0%,rgba(114,87,116,1) 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedb37', endColorstr='#feb211',GradientType=0 ); /* IE6-9 *** ?? */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	width: 50px;
}
/* Media / why we are
/* ========================================================================== */
#whyweare .media img {
    width: 100%;
}
.whyweare.media {padding-top: 0;}
/* Owl controls
/* ========================================================================== */
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-page span {
    background-color: #512155;
}
.latest-projects .owl-theme .owl-controls .owl-buttons div,
.latest-projects .owl-theme .owl-controls .owl-page span {
    background-color: #512155;
}
.twitter-section .owl-theme .owl-controls .owl-buttons div,
.twitter-section .owl-theme .owl-controls .owl-page span {
    background-color: #ffffff;
}
/* Media / Latest news ...
/* ========================================================================== */

.address-ul {
    margin-left: 0px;
}

.address-ul strong {
    display: inline-block;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    color: #ffffff;
}

.address-ul li {
    line-height: 20px;
    margin-bottom: 5px;
}

.address-ul .fa {
    color: #ffffff;
    top: 3px;
}

/* Media / Latest news ...
/* ========================================================================== */

.media {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 10px;
}
.media > .pull-left {
    margin-right: 10px;
}
.comments .media > .pull-left {
    margin-right: 10px;
}
.media .media {
    margin-bottom: 5px;
}
.media .media > .pull-left {
    margin-right: 10px;
}
.media .media-heading {
    margin-bottom: 0;
}
.media .post-date {
    color: #9e9e9e;
    font-size: 11px;
}
.media .post-date .fa {
    margin-right: 5px;
    color: #9e9e9e;
}
.media:last-child {
    border-bottom: none;
}
.media img {
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.media img:hover {
    opacity: 0.6;
}
.media p {
    margin-bottom: 0;
}
.media-body {
}
.sidebar .media > .pull-left {
    margin-right: 10px;
}
.comments .media,
.sidebar .media {
    border: 0;
}
.sidebar .media-heading {
    margin-top: -7px;
}
.sidebar .media-heading a {
    color: #512155;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}
.sidebar .media-heading a:hover {
/*    color: #f4bf1e; *** ?? */
    color: #FF0000;

}
.sidebar .media .post-date {
    margin-bottom: 7px;
    text-transform: none;
}
.sidebar .media .post-text {
    font-size: 13px;
}
/* Services
/* ========================================================================== */
.services {

}
.service-box {
    padding-left: 75px;
    position: relative;
}
.service-box h3 {
    font-weight: 600;
    margin: 0;
}
.service-img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #512155;
    float: left;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 60px;
}
.service-box:hover .service-img {
    background-color: #512155;
    color: #ffffff;
}
.service-info p {
    margin-bottom: 30px;
}
/* Call Action
/* ========================================================================== */

.wide .page-section.call-action,
.boxed .page-section.call-action > .container {
    border: none;
    background-color: #512155;
    color: #ffffff;
}

.call-action h1,
.call-action h2,
.call-action h3,
.call-action h4,
.call-action h5,
.call-action h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

/* Social line
/* ========================================================================== */

.topline .socical-line { margin-bottom: 0; }

.socical-line li {
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 0;
}

.socical-line a {
    background-color: #BBBBBB;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
    margin-left: 0;
    margin-top: 7px;
    padding: 0;
    text-align: center;
    width: 22px;
}
.socical-line li + li > a { margin-left: 3px;}
.socical-line .fa {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}

.socical-line a:hover .fa {
    color: #ffffff;
}
.socical-line .fb a:hover { background-color: #3B5998;}
.socical-line .tw a:hover { background-color: #10C0EE;}
.socical-line .gp a:hover { background-color: #E3614A;}
.socical-line .fl a:hover { background-color: #FF3092;}
.socical-line .pn a:hover { background-color: #DFD1C0;}
.topline .socical-line a { margin-top: 5px;}
/* Project
/* ========================================================================== */
.latest-projects article {
    margin: 0 15px 20px;
}
.project-single {}
.project-media {}
.project-overview {}
.latest-projects .project-details {
    text-align: center;
}
.project-details h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.projects-categories { margin-bottom: 15px;}
.projects-categories a {
    font-size: 13px;
}
.project-details .dl-horizontal dt {
    text-align: left;
}

.project-details .dl-horizontal dt {
    color: #3c4547;
    width: 90px;
}

.project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}

@media (max-width: 767px) {
    .project-details .dl-horizontal dt {
        float: left;
    }
}

/* af-form
/* ========================================================================== */

/* Google map
/* ========================================================================== */

.google-map,
#map-canvas {
    min-height: 580px;
    max-height: 650px;
    margin-top: -40px;
}

/* Parallax
/* ========================================================================== */

.parallax,
.boxed .parallax > .container {
    position: relative;
    z-index: 1;
}

.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-repeat: repeat;
    background-image: url("../img/bg/restaraunt.jpg");
    z-index: 2;
}

.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url("../img/overlay.png");
    z-index: 3;
}

.parallax-inner {
    position: relative;
    color: #ffffff;
    z-index: 4;
}


.parallax.main {
    height: 500px;
    position: relative;
}
.parallax.main .parallax-inner {
    height: 420px;
}
.parallax.main .parallax-bg {
    background-image: url("../img/parallax_main.jpg");
    background-position: center center;
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    z-index: 2;
}

.parallax.main .headings {
    margin-top: 100px;
}
.parallax.main .media-heading {
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    margin: 0 auto 10px auto;
    padding: 6px 15px;
    text-align: center;
}
.parallax.main h5.media-heading {
    background-color: #A0CE4D;
    background-color: rgba(160, 206, 77, 0.7);
    font-size: 26px;
    line-height: 1.5;
}
.parallax.main h4.media-heading {
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 32px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .parallax.main {
        height: 300px;
    }
    .parallax.main .headings {
        margin-top: 0px;
    }
    .parallax.main h5.media-heading {
        font-size: 22px;
    }
    .parallax.main h4.media-heading {
        font-size: 22px;
    }
}
/* Instagram
/* ========================================================================== */
.instagram li {
    margin-bottom: 1px;
    margin-right: 1px;
}
.instagram a {
    background: transparent;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    position: relative;
}

.instagram img {
    border-radius: 2px;
    margin: 0 5px 5px 0;
    width: 50px;
}
.ie8 .instagram img {
    max-width: none !important;
}
.instagram a:hover img {
    opacity: 0.75;
}
.instagram * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 639px) {
    .instagram img {
        width: 90px;
    }
}
/* Footer
/* ========================================================================== */
.wide .footer,
.boxed .footer > .container {
	background-color: #512155;
	border-top: 4px solid #F0F0F0;
	color: #ffffff;
	margin-top: 0;
	padding: 45px 0 0;
}
.footer a,
.footer a:hover,
.footer a:active,
.footer a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.footer a {
}
.footer .media-heading a {
}
.footer a:hover,
.footer a:active,
.footer a:focus {

}


.footer .widget {
    margin-bottom: 30px;
}
.footer .widget h3 {
	margin-bottom: 25px;
	color: #ffffff;
}
.footer .form-control {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.footer .form-control:focus {
    border: 1px solid #000000;
}
.footer .error {
    color: #ff0000;
}
.footer .about p {
    text-align: justify;
}
.footer-logo {
    margin-bottom: 30px;
}
.widget.latest-news li {
    border-bottom: 1px solid #dddddd;
    color: #8f8f8f;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget.latest-news li a {
    color: #535353;
    font-size: 14px;
    line-height: 20px;
}
.widget.latest-news li a:hover { color: #512155;}
.widget.latest-news li div { line-height: 18px;}
.widget.latest-news li span {
    color: #512155;
    display: block;
    font-size: 12px;
    font-style: italic;
}
.widget.latest-news li:last-child {
    border: 0px;
}

.footer .widget #map-canvas,
.footer .widget .google-map {
    max-height: 300px;
    min-height: 250px;
}

/* Copyright line */

.wide .copyrights,
.boxed .copyrights > .container {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 2px solid #f0f0f0;
    color: #A9A9A9;
    padding: 10px 0;
    text-align: center;
}
.copyrights > .container > .row {
}
.copyrights .socical-line {
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
}
.copyrights .socical-line li {
    margin-bottom: 0;
    margin-right: 10px;
}
.copyrights .socical-line li a {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 50%;
    color: #777777;
    display: block;
    height: 32px;
    line-height: 22px;
    padding: 5px;
    width: 32px;
}
.copyrights .socical-line li a:hover {
    background-color: #000000;
}
.copyrights .socical-line li a:hover i {
    color: #512155;
}
.copyrights p {
    color: #a9a9a9;
    line-height: 60px;
    margin: 0;
}
.copyrights .contact-info {
    text-align: right;
}
@media (max-width: 767px) {
    .copyrights {
        text-align: center;
    }
    .copyrights .socical-line,
    .copyrights p {
         line-height: 40px !important;
     }
    .copyrights .socical-line {
        float: none !important;
        text-align: center;
    }
}

/* to top */
.totop {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    bottom: -100px;
    color: #dfdfdf;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    height: 36px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 36px;
    z-index: 9999;
}

.totop:hover {
    background-color: #512155;
    color: #ffffff;
}

/* Helper Classes
/* ========================================================================== */
.padding-top-0 { padding-top: 0 !important;}
.img-left-margin { margin: 0 15px 5px 0;}
/*
========================================================================== */
/* ========================================================================== */

.clear {
    clear: both;
}

.overflowed {
    overflow: hidden;
    position: relative;
}

/*[data-animation],*/
.animated,
.vhidden {visibility: hidden;}
.visible {visibility: visible;}

.div-table, .div-cell {
    height: 100% !important;
    display: table !important;
}

.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

@media (max-width: 767px) {
    [class*="col-"].div-table,
    [class*="col-"].div-cell {
        display: block !important;
    }
}

/* Remove firefox dotted line
/* ========================================================================== */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
/* ========================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
