@charset "utf-8";
/* CSS Document */
body{
	position:relative;
	/* background-image:url(../../style/technical-support-1500x630.jpg); */
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
    background-position: 50% 0;
	font-family:"Century Gothic";
}
.navbar {
    border-radius: 0;
}

.navbar-new {
	content:'';
    /* background-color: #23BAB5;
    border-color: #0FA6A1; */
		background-color: #000;
    border-color: #000;
}

.navbar-new .navbar-brand,
.navbar-new .navbar-brand:hover,
.navbar-new .navbar-brand:focus {
    color: #FFF;
}

.navbar-new .navbar-nav > li > a {
    color: #FFF;
}

.navbar-new .navbar-nav > li > a:hover,
.navbar-new .navbar-nav > li > a:focus {
    background-color: #0FA6A1;
}

.navbar-new .navbar-nav > .active > a,
.navbar-new .navbar-nav > .active > a:hover,
.navbar-new .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #0FA6A1;
}

.navbar-new .navbar-text {
    color: #FFF;
}

.navbar-new .navbar-toggle {
    border-color: #0FA6A1;
}

.navbar-new .navbar-toggle:hover,
.navbar-new .navbar-toggle:focus {
    background-color: #0FA6A1;
}

.navbar-new .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.comment-list {
    position: relative;
    margin-bottom: 26px;
}
.comment-list h2 {
	font-size: 23px;
	margin-bottom: 30px;
}
.link-add-comment {
	position: absolute;
	top: 10px;
	right: 2px;
	color: #6d9048;
	font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
	text-decoration: underline;
}
.comment-list div.comment {
	padding-left: 80px;
	position: relative;
}
.comment-list .children div.comment:before {
	content:'';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top:7px;
	left:-28px;
}
.comment-list div.comment-right {
	padding-right: 80px;
	position: relative;
}
.comment-list .children div.comment-right:before {
	content:'';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top:7px;
	right:-28px;
}
.comment-body {
	padding: 26px 20px 22px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 1px 2px 16px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 16px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 16px -2px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom:22px;
    border-top: 1px solid #fcfbf9;
    border-left: 1px solid #fcfbf9;
    background: rgb(245,244,238);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjRlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2U5ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(245,244,238,1) 0%, rgba(236,233,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,244,238,1)), color-stop(100%,rgba(236,233,221,1)));
    background: -webkit-linear-gradient(top,  rgba(245,244,238,1) 0%,rgba(236,233,221,1) 100%);
    background: -o-linear-gradient(top,  rgba(245,244,238,1) 0%,rgba(236,233,221,1) 100%);
    background: -ms-linear-gradient(top,  rgba(245,244,238,1) 0%,rgba(236,233,221,1) 100%);
    background: linear-gradient(to bottom,  rgba(245,244,238,1) 0%,rgba(236,233,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4ee', endColorstr='#ece9dd',GradientType=0 );
}
.comment-avatar {
	position: absolute;
	top: 0;
	left: -80px;
	width: 65px;
	height: 65px;
	background: #fbfbfb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.comment-avatar img {
	display: block;
	width: 57px;
	height: 57px;
	margin: 4px;
}
.comment-avatar-right {
	position: absolute;
	top: 0;
	right: -80px;
	width: 65px;
	height: 65px;
	background: #fbfbfb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.comment-avatar-right img {
	display: block;
	width: 57px;
	height: 57px;
	margin: 4px;
}
.comment-arrow{
	width: 7px;
	height: 12px;
	position: absolute;
	top:14px;
	left:-7px;
	z-index: 2;
}
.comment-arrow-right{
	width: 7px;
	height: 12px;
	position: absolute;
	top:14px;
	right:-7px;
	z-index: 2;
}
.comment-author {
	margin-bottom: 5px;
	text-align: right;
	color: #a2731f;
	font-size: 12px;
}
.link-author {
	font-size: 18px;
	float: left;
	color: #3e362b;
    position: relative;
    top:-6px;
}
.link-reply {
	color: #a2731f;
	padding-right: 15px;
}

/* Responsive */
@media (max-width:479px){
    .link-add-comment {
        top: 30px;
        left: 0;
        right: auto;
    }
    .comment-body {
        padding-left:10px;
        padding-right:10px;
    }
}

/*-----------------------------------*/
/* Simple Message Field */
/*-----------------------------------*/

.comment-list.styled {margin-bottom: 10px;}

.comment-list.styled .comment-body {
    padding: 20px 15px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border: 0 none;
    background: rgb(241,238,230);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWVlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZThlNGQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlZDhjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(241,238,230,1) 0%, rgba(232,228,217,1) 3%, rgba(222,216,201,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,238,230,1)), color-stop(3%,rgba(232,228,217,1)), color-stop(100%,rgba(222,216,201,1)));
    background: -webkit-linear-gradient(top,  rgba(241,238,230,1) 0%,rgba(232,228,217,1) 3%,rgba(222,216,201,1) 100%);
    background: -o-linear-gradient(top,  rgba(241,238,230,1) 0%,rgba(232,228,217,1) 3%,rgba(222,216,201,1) 100%);
    background: -ms-linear-gradient(top,  rgba(241,238,230,1) 0%,rgba(232,228,217,1) 3%,rgba(222,216,201,1) 100%);
    background: linear-gradient(to bottom,  rgba(241,238,230,1) 0%,rgba(232,228,217,1) 3%,rgba(222,216,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eee6', endColorstr='#ded8c9',GradientType=0 );
}
.comment-list.styled .comment-avatar {
    top: 0;
    width: 57px;
    height: 57px;
    background: none;
    -webkit-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list.styled .comment-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list.styled .comment-avatar-right {
    top: 0;
    width: 57px;
    height: 57px;
    background: none;
    -webkit-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list.styled .comment-avatar-right img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list.styled .comment-arrow{
    width: 15px;
    height: 26px;
    top: 16px;
    left: -14px;
    background: url(images/comment_arrow2.png) no-repeat;
}
.comment-list.styled .comment-arrow-right{
    width: 15px;
    height: 26px;
    top: 16px;
    right: -14px;
    background: url(images/comment_arrow2.png) no-repeat;
    /* Rotate div */
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);;
}
.comment-list.styled .link-author {
    font-size: 14px;
    color: #5f513f;
}
.comment-list.styled .comment-entry{
    font-size: 12px;
    color: #837963;
}

/*-----------------------------------*/
/* Avatar Placeholder */
/*-----------------------------------*/

.widget_avatar {
    margin-bottom: 50px;
    width: 290px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget_avatar .inner{padding: 10px 12px 12px;}

.widget_avatar .avatar{
    width: 77px;
    height: 77px;
    border: 1px solid #b2ab9e;
    -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 19px;
    float: left;
}
.widget_avatar .avatar img{
	display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget_avatar h5{
	font-size: 16px;
	font-weight: 400;
    text-shadow: none;
    color: #5f513f;
    /*margin-top: -2px;*/
    margin-bottom: 4px;
}
.widget_avatar .subtitle{
	display: block;
	margin-bottom: 18px;
    font-size: 10px;
    color: #837963;
}
.widget_avatar .followers{
    display: inline-block;
    font-size: 9px;
	color: #837963;
    vertical-align: middle;
    margin-left: 10px;
}
.widget_avatar .followers span{display: block;}
.widget_avatar .counter{font-size: 12px; color: #5f513f;}

/*-----------------------------------*/
/* Contact Form styled */
/*-----------------------------------*/

.add-comment.styled .add-comment-title {display: none;}

.add-comment.styled input[type="text"],
.add-comment.styled input[type="password"] {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #dedede;
}
.add-comment.styled .comment-form {padding: 32px 36px 26px 90px;}
.add-comment.styled .comment-form textarea {height: 52px;}

.add-comment.styled .field_text,
.add-comment.styled .field_select{
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
}
.add-comment.styled .field_text.field_textarea {margin-bottom: 16px;}

.add-comment.styled .label_title {
    position: absolute;
    top: 9px;
    left: -70px;
    font-size: 12px;
    color: #6f6f6f;
    text-align: right;
    width: 60px;
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .add-comment.styled .comment-form {padding: 18px;}
    .add-comment.styled .label_title {position: static; text-align: left;}
}

.boxed {
    background: #fbfbfb;
    border: 1px solid #dfdcd6;
    border-radius:8px;
    -webkit-box-shadow: 0 1px 1px rgba(224,222,220,0.75);
    box-shadow: 0 1px 1px rgba(224,222,220,0.75);
    margin-bottom:50px;
	position: relative;
	z-index: 0;
}
.boxed:after {
    content: '';
    height: 4px;
    background: #fbfbfb;
    border: 1px solid #dfdcd6;
    border-top: none;
    border-radius:0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(224,222,220,0.75);
    box-shadow: 0 1px 1px rgba(224,222,220,0.75);
    position: absolute;
    bottom:-6px;
    left:8px;
    right: 8px;
}
.boxed > .inner {padding: 22px 24px 16px;}

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .boxed > .inner {padding: 20px 10px;}
}

#banner
{
	overflow: hidden;
	margin: 0px auto auto auto;
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 8px;
}
/* Footer */

#footer {
	margin: 0 auto;
	padding: 3em 0em 5em 0em;
	background: rgba(0,0,0,.06);
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #A0A0A0;
}
.slider-size {
height: 400px; /* This is your slider height */
}
.carousel {
width:100%;
margin:0 auto; /* center your carousel if other than 100% */
}

.widget-container{margin-bottom: 30px;}
.widget-container .widget-title{font-size: 21px; margin-bottom: 12px;}

/*-----------------------------------*/
/* Image Slider */
/*-----------------------------------*/

.widget-gallery {margin-bottom: 50px;}
.widget-gallery .inner {padding: 8px;}

.widget-gallery .carousel-inner {
    height: 210px;
    border-radius: 4px;
}
.widget-gallery .carousel-inner > .item {
    height: 100%;
    overflow:hidden;
}
.widget-gallery .carousel-inner > .item > img,
.widget-gallery .carousel-inner > .item > a > img {
    width: auto;
    max-width: none;
}
.widget-gallery .carousel-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    padding: 8px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MjUyNSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(117,117,117,0.7) 0%, rgba(37,37,37,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,0.7)), color-stop(100%,rgba(37,37,37,0.7)));
    background: -webkit-linear-gradient(top,  rgba(117,117,117,0.7) 0%,rgba(37,37,37,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(117,117,117,0.7) 0%,rgba(37,37,37,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(117,117,117,0.7) 0%,rgba(37,37,37,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(117,117,117,0.7) 0%,rgba(37,37,37,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3757575', endColorstr='#b3252525',GradientType=0 );
}
.widget-gallery .carousel-desc strong,
.widget-gallery .carousel-desc span {
    display: block;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    font-size: 18px;
    color: #fff;
}
.widget-gallery .carousel-desc span {
    font-size: 11px;
    color: #edec92;
    font-style: italic;
}
.widget-gallery .carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 53px;
    margin-top: -27px;
    border: none;
    border-radius: 0;
    opacity: 1;
}
.widget-gallery .carousel-control.left,
.widget-gallery .carousel-control.right {
    background-image:url(images/bs-carousel-arrows.png);
    background-position: -20px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    filter: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .widget-gallery .carousel-control.left,
    .widget-gallery .carousel-control.right {
        background-image:url(images/bs-carousel-arrows-x2.png);
        background-size: 38px auto;
    }
}
.widget-gallery .carousel-control.right {
    right: 0;
    left: auto;
    background-position: 0 0;
}
.widget-gallery .carousel-indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    width: auto;
    padding: 0;
    margin: 0;
}
.widget-gallery .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0;
    text-indent: -9999px;
    cursor: pointer;
    border: 1px solid #d6d5d0;
    border-radius: 50%;
    background: #f0f0ee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.widget-gallery .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 1px solid #9dae6f;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.26);
    box-shadow: 0 2px 4px rgba(0,0,0,0.26);
    background: rgb(183,214,94);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3ZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGFkMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(183,214,94,1) 0%, rgba(125,173,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,214,94,1)), color-stop(100%,rgba(125,173,32,1)));
    background: -webkit-linear-gradient(top,  rgba(183,214,94,1) 0%,rgba(125,173,32,1) 100%);
    background: -o-linear-gradient(top,  rgba(183,214,94,1) 0%,rgba(125,173,32,1) 100%);
    background: -ms-linear-gradient(top,  rgba(183,214,94,1) 0%,rgba(125,173,32,1) 100%);
    background: linear-gradient(to bottom,  rgba(183,214,94,1) 0%,rgba(125,173,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d65e', endColorstr='#7dad20',GradientType=0 );
}
/* ADDITIONAL CSS */
.paper-stack, .paper-stack:before, .paper-stack:after
{
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 0 30px rgba(0,0,0,0.1),
                  1px 1px 3px rgba(0,0,0,0.2);
}
.paper-stack

{
position: relative;
width: 80%;
margin-top:0;
margin-bottom:35px;
}

/* Setup height, width, rotation, etc. for both underlying papers */
.paper-stack:before, .paper-stack:after
{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: rotateZ(1deg);
-o-transform: rotate(1deg);
transform: rotateZ(1deg);
z-index: -1;
left: 10px;
top: 7px;
}

/* Tweak the lower paper note so that it sticks out further still */
.paper-stack:after
{
-webkit-transform: rotateZ(0.5deg);
-o-transform: rotate(0.5deg);
transform: rotateZ(0.5deg);
left: 5px;
top: 3px;
}

*/ Dress up the header a little */
.paper-stack h1
{
font-size: 1.8em;
font-weight: normal;
text-align: center;
padding: 0.2em 0;
margin: 0;
border-bottom: 2px solid #ddd;
}

.paper-stack p
{
text-align: left;
margin: 1.5em 0;
}

================================================== */

/* FOOTER
================================================== */

footer{padding:44px 0 0 0;}
#footerLogo {margin-bottom: 22px;}
#footerRights {padding-top:22px;padding-bottom:22px;margin-top:22px; text-align: center; font-size:10px;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);}
.footerWidget {margin-bottom: 22px}

/* footer 1 */
.worksList li{display:inline-block; margin: 0 10px 10px 0;}

/* footer 4 */
.footer4 #footerRights {text-align: left; background:#333;}
.bigTitle.bigTitleFooter {font-size: 2em; margin-bottom: 0;}


@media(min-width:992px){
	/* footer 4 */
	.footer4 #footerRights .quickMenu {float:right;}
	/* footer 5 */
	.footer5 #footerRights p{float: left;}
	.footer5 #footerRights .socialNetwork{float: right;}
}
/* END FOOTER */
.nav-tabs-responsive { overflow: auto; }


.dropdown-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
   overflow: hidden;
   outline: none;
}

.additem input
{
   border:0;
   margin:-3px;
   padding:3px;
   outline: none;
   color: #000;
   width: 99%;
}

.additem:hover input
{
   background-color: #f5f5f5;
}

.additem .check-mark
{
   opacity: 0;
   z-index: -1000;
}

.addnewicon {
   position: relative;
   padding: 4px;
   margin: -8px;
   padding-right: 50px;
   margin-right: -50px;
   color: #aaa;
}

.addnewicon:hover {
   color: #222;
}
