@import url("//fontawesome.io/assets/font-awesome/css/font-awesome.css");	
/*-------------------------------
	General
 ------------------------------*/
.bun_color {
    color: #18ADB5;
}

.bun_color2 {
    color: #FFFFFF;
	text-decoration:none;
	
}


.bun_color3 {
    color: #656870;
}

.bun_bgcolor {
    background-color: #18ADB5;
}

.bun_bgcolor2 {
    /*background-color: #C8CBCE;*/
    /*background-color: #676A72;*/
   /* background-color: #E74712;*/
    background-color:#808080;
   
   /*background:url(../img/arka.png);*/
}

.bun_bgcolor3 {
    background-color:#F90;
}

.bun_bgcolor4 {
    background-color:#F90;
}

.bun_bgcolor5 {
    background-color:#F90;
}

.bun_bgcolor6 {
    background-color:#F90;
}

.bun_bgcolor7 {
    background-color:#F90;
}

.bun_bgcolor_trans {
    background-color: rgba(24, 173, 181, 0.8);
}

.bun_bgcolor5_trans {
    background-color: rgba(164, 174, 185, 0.5);
}

.bun_bgcolor6_trans {
    background-color: rgba(101, 104, 112, 0.5);
}

.bun_color_transition {
    -webkit-transition: color ease-out 0.4s;
    -moz-transition: color ease-out 0.4s;
    -ms-transition: color ease-out 0.4s;
    -o-transition: color ease-out 0.4s;
}

.bun_color_transition:hover {
    color:#666;
    text-decoration: none;
}

.bun_bgcolor_transition,
.bun_bgcolor_transition2 {
    -webkit-transition: background-color ease-out 0.4s;
    -moz-transition: background-color ease-out 0.4s;
    -ms-transition: background-color ease-out 0.4s;
    -o-transition: background-color ease-out 0.4s;
}

.bun_bgcolor_transition:hover {
    background-color:#666;
}

.bun_bgcolor_transition2:hover {
    background-color:#666;
}

:focus {
    outline: none;
}

:active {
    outline: none;
}

:-o-any-link:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

::-o-focus-inner {
    border: 0;
}

.bun_bgcolor_transition:hover a,
.bun_bgcolor_transition2:hover a {
    text-decoration: none;
}

.bun_page_wrapper {
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    /*z-index          : 3;*/
}

.bun_page_wrapper.bun_boxed_layout {
    margin: 0 auto;
    width: 1210px;
    box-shadow: 0 0 5px #CCCCCC;
    padding-right: 0;
    position: relative;
    overflow: visible;
}

.bun_boxed_layout .bun_content {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
	background-color:#666;

}

.bun_content {
    /*width: 1170px;*/
    margin: 0 auto;
    position: relative;
    z-index: 3;

}

.row-fluid {
    margin-bottom: 30px
}

.row-fluid .row-fluid:last-child {
    margin-bottom: 0
}

h1.bun_bold_one,
h2.bun_bold_one,
h3.bun_bold_one,
h4.bun_bold_one,
h5.bun_bold_one,
h6.bun_bold_one {
    font-weight: 700
}

.bun_button {
    color: #FFFFFF;
    padding: 0 40px 0 19px;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    -webkit-transition: background-color ease-out 0.4s;
    -moz-transition: background-color ease-out 0.4s;
    -ms-transition: background-color ease-out 0.4s;
    -o-transition: background-color ease-out 0.4s;
}

.bun_button:hover {
    text-decoration: none;
    background-color: #5B5E65;
}

.bun_button:after {
    font-family: FontAwesome;
    content: '\f067';
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    display: block;
}

.bun_clear_margin_top {
    margin-top: 0;
    margin-bottom: 25px;
}

.bun_text_block {
    background-color: #F1F4F7;
    padding: 30px;
}

#bun_fullScreenImg {
    position: fixed;
    z-index: -1;
}

/*-------------------------------
	Header
 ------------------------------*/
header.bun_content {
    margin-bottom: 0;
}

header .row-fluid {
    margin-bottom: 0;
}

.bun_logo {
    margin-top: 0;
    position: absolute;
    height: 100%;
}

.bun_logo,
.bun_logo img {
    display: inline-block;
}

.bun_logo_loading {
    opacity: 0;
}

.bun_logo img {
    max-height: 150px;
}

header {
    height: 84px;
    position: relative;
    z-index: 2;
}

header aside {
    float: right;
    margin-top: 5px;
}

header aside > a {
    font-size: 20px;
    display: block;
    margin-right: 20px;
    float: left;
    text-decoration: none;
}

header aside > nav,
header aside > nav ul,
header aside > nav li {
    float: left;
    list-style: none;
}

header aside > nav ul {
    margin: 0;
}

header nav {
    border-left: 1px solid #CED0D6;
}

header aside > nav li a {
    margin-left: 16px;
    font-size: 12px;
    color: #BDC0C7;
    line-height: 18px;
}

/*-------------------------------
	Main Menu
 ------------------------------*/
.bun_main_nav {
    margin-bottom: 30px;
    z-index: 4;
    position: relative;
}

.bun_main_nav a:hover {
    text-decoration: none;
}

.bun_main_nav.bun_fixed_nav {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.bun_main_nav.bun_fixed_nav:before {
    display: none;
}

.bun_fixed_nav + div {
    margin-top: 90px;
}

.bun_main_nav + div {
    position: relative;
    z-index: 1;
}

.bun_main_nav:before {
    position: absolute;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0;
    content: '';
    display: block;
    background-image: url('../img/menu-shadow.png');
    background-position: center;
    background-repeat: no-repeat;
}

.bun_main_nav ul {
    margin: 0;
}

.bun_main_nav > ul li {
    position: relative;
}

.bun_main_nav > ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #46484E;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
    display: none;
}

/*
.bun_main_nav > ul li:hover > ul {
	opacity            : 1;
	visibility         : visible;
	filter             : alpha(opacity=100);
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition : all ease 0.4s;
	-moz-transition    : all ease 0.4s;
	-ms-transition     : all ease 0.4s;
	-o-transition      : all ease 0.4s;
}*/

.bun_main_nav > ul li ul a {
    display: block;
    color: #8C9099;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 19px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
}

.bun_main_nav ul,
.bun_main_nav li {
    list-style: none;
    float: left;
    display: block;
}

.bun_main_nav > ul > li ul li {
    width: 100%;
}

.bun_main_nav > ul > li ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

.bun_main_nav > ul > li ul li a:hover {
    color: #FFFFFF;
}

.bun_main_nav > ul > li ul li:last-child a {
    border-bottom: none;
}

.bun_main_nav .bun_menu_home {
    background-color:#666;
    font-size: 25px;
    padding: 0 19px;
}

.bun_main_nav a {
    line-height: 60px;
    padding: 0 25px;
    color: #FFFFFF;
    display: inline-block;
}

.bun_has_lower > a:after {
    position: absolute;
    font-family: FontAwesome;
    right: 10px;
    content: '\f105';
    font-size: 12px;
    color: #8C9099;
    line-height: 36px;
    height: 36px;
}

.bun_has_lower > a:hover:after {
    color: #FFFFFF;
}

.bun_main_nav > ul li ul li ul {
    left: 100%;
    top: 0;
}

.bun_main_nav > ul > li > ul > li > ul {
    left: 105%;
    border-radius: 10px;
}

.bun_main_nav > ul > li > ul > li > ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 5%;
    height: 100%;
    background: transparent;
    top: 0;
    left: -5%;
}

.bun_main_nav > ul > li > ul > li > ul:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -10.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #46484E transparent transparent;
}

.bun_menu_search_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    width: 100px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: width ease-in 0.3s;
    -moz-transition: width ease-in 0.3s;
    -ms-transition: width ease-in 0.3s;
    -o-transition: width ease-in 0.3s;
}

.bun_menu_search_wrapper:hover {
    width: 265px;
}

.bun_menu_search {
    width: 265px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.bun_menu_search .bun_menu_search_text {
    float: left;
    width: 163px;
    border: none;
    background: none;
    color: white;
    padding: 22px 15px;
    margin: 0;
    outline: none;
}

.bun_menu_search .bun_menu_search_text:focus {
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #FFF;
    font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #FFF;
    font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #FFF;
    font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #FFF;
    font-size: 14px;
}

.bun_menu_search .bun_menu_search_submit {
    /*float       : right;*/
    /*width       : 100px;*/
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    /*line-height : 60px;*/
    font-size: 18px;
}

/*-------------------------------
	Slider
 ------------------------------*/
.bun_slider_wrap {
    position: relative;
}

.bun_slider_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #FFFFFF url('../img/slider_loader.gif') center center no-repeat;
}

.bun_slider_wrap .caroufredsel_wrapper {
    z-index: 1;
}

.bun_slider {
    height: 500px;
    overflow: hidden;
}

.bun_slider_item {
    position: relative;
    float: left;
}

.bun_slider_item_preview {
    width: 74.358974359%;
    float: left;
}

.bun_slider_item_preview a,
.bun_slider_item_preview img {
    display: block;
}

.bun_slider_item_caption {
    margin-left: 74.358974359%;
    position: absolute;
    height: 100%;
}

.bun_slider_item_caption > div {
    padding: 30px;
}

h2.bun_title_stack {
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    line-height: 27px;
}

h3.bun_title_stack {
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    line-height: 27px;
}

.bun_slider_nav_prev,
.bun_slider_nav_next {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    line-height: 32px;
    text-align: center;
    z-index: 2;
}

.bun_slider_nav_prev {
    right: 70px;
}

.bun_slider_nav_next:hover,
.bun_slider_nav_prev:hover {
    text-decoration: none;
}

/*-------------------------------
	Image With Text Boxes
 ------------------------------*/
.bun_img_with_text {
    position: relative;
}

.bun_img_with_text_preview {
    float: left;
    position: relative;
    width: 47.3684210526%;
}

.bun_img_with_text_preview img {
    display: block;
    width: 100%;
}

.bun_img_with_text_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    text-align: center;
}

.bun_img_with_text_overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 5px solid rgba(255, 255, 255, 0.1);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;

}

.bun_img_with_text:hover .bun_img_with_text_overlay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_img_with_text:hover .bun_img_with_text_overlay a {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 42%;
    top: 40%;
}

.bun_img_with_text article {
    position: absolute;
    margin-left: 47.3684210526%;
    height: 100%;
}

.bun_img_with_text article:before {
    position: absolute;
    left: -18px;
    top: 20%;
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 18px 18px 0;
}

.bun_img_with_text article.bun_bgcolor5:before {
    border-color: transparent #A4AEB9 transparent transparent;
}

.bun_img_with_text article.bun_bgcolor6:before {
    border-color: transparent #656870 transparent transparent;
}

.bun_img_with_text article div {
    padding: 30px;
}

/*-------------------------------
	Tab Content with Icons
 ------------------------------*/
.bun_icon_tabs nav a {
    color: #FFFFFF;
    float: left;
    display: block;
    width: 113px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1em margin : 0 auto;
    height: 56px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    background-color: inherit;
    -webkit-transition: background-color ease 0.4s;
    -moz-transition: background-color ease 0.4s;
    -ms-transition: background-color ease 0.4s;
    -o-transition: background-color ease 0.4s;
}

.bun_icon_tabs nav a:hover {

    background-color: rgba(101, 104, 112, 0.76);
    -webkit-transition: background-color ease 0.6s;
    -moz-transition: background-color ease 0.6s;
    -ms-transition: background-color ease 0.6s;
    -o-transition: background-color ease 0.6s;
}

.bun_icon_tabs nav a.bun_active_tab {
    background-color: rgba(241, 244, 247, 0.5);
    color: #656870;
}

.bun_icon_tabs article {
    padding: 30px;
    background-color: rgba(241, 244, 247, 0.5);
    display: none;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.bun_icon_tabs article.bun_open_tab {
    display: block;
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -ms-transition: all ease 0s;
    -o-transition: all ease 0s;
}

.bun_icon_tabs article > h2 {
    margin-top: 0;
}

.bun_icon_tabs_descrs {
    position: relative;
}

/*-------------------------------
	Pagers Near Title
 ------------------------------*/
.bun_title_with_pager {
    display: block;
}

.bun_title_with_pager nav {
    float: right;

}

.bun_title_with_pager nav a {
    color: #A4AEB9;
    font-size: 10px;
    display: block;
    float: left;
    margin: 0 2px;
    line-height: 32px;
}

.bun_title_with_pager nav a.selected {
    color: #18ADB5;
}

.bun_title_with_pager nav a:hover {
    text-decoration: none;
}

/*-------------------------------
	Latest Posts Widget
 ------------------------------*/

.bun_latest_post_image,
.bun_latest_post_image img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
}

.bun_latest_post_title,
.bun_latest_post_descr {
    margin-left: 60px;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.bun_latest_post_title {
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 5px;
}

.bun_latest_post_descr {
    line-height: 17px;
}

/*-------------------------------
	Recent Works Widget
 ------------------------------*/
.bun_recent_works {
    height: 270px;
    overflow: hidden;
}

.bun_recent_work_item {
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.bun_recent_work_image,
.bun_recent_work_image img {
    display: block;
    float: left;
}

.bun_recent_work_image {
    position: relative;
    z-index: 1;
}

.bun_recent_work_overbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.bun_recent_work_item:hover .bun_recent_work_overbox {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_recent_work_overbox a {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    top: 28%;
}

.bun_recent_work_overbox a:hover {
    text-decoration: none;
}

.bun_recent_work_overbox span {
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
}

.bun_recent_work_overbox i {
    font-size: 23px;
}

/*-------------------------------
	Twitter Widget
 ------------------------------*/
.bun_twitter_widget {
    padding: 30px;
}

.bun_twitter_item {
    padding: 20px 0 0 0;
    border-top: 5px solid rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.bun_twitter_item > i {
    float: left;
    font-size: 30px;
}

.bun_twitter_item > p {
    font-size: 12px;
    line-height: 17px;
    margin-left: 35px;
    margin-bottom: 0;
    display: block;
}

.bun_twitter_item > p > a {
    color: #FFFFFF;
    text-decoration: underline;
}

/*-------------------------------
	Blog Posts List
 ------------------------------*/
.bun_dated_blog_posts .bun_date {
    font-size: 24px;
    font-weight: 700;
}

.bun_dated_blog_posts .bun_month {
    font-size: 14px;
    font-weight: 700;
}

.bun_dated_blog_posts article {
    padding-top: 20px;
    border-top: 5px solid #DCE0E3;
    margin-top: 5px;
}

.bun_dated_blog_posts article h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    line-height: 14px;
}

.bun_dated_blog_posts article p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
}

.bun_read_more {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

/*-------------------------------
	Twitter Ticker
 ------------------------------*/
.bun_twitter_ticker_wrap {
    position: relative;
    z-index: 1;
    min-height: 40px;
    overflow: hidden;
    margin-top: 80px;
}

.bun_twitter_ticker_wrap .icon-twitter {
    margin: 7px 7px 4px;
}

.bun_twitter_ticker > div {
    float: left;
    font-weight: 300;
}

.bun_twitter_ticker a {
    color: #FFFFFF;
    text-decoration: underline;
}

.bun_twitter_ticker_pager {
    float: right;
    width: 80px;
    display: table;
}

.bun_twitter_ticker_pager a {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.bun_twitter_ticker_pager a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.bun_news_ticker_wrapper {
    height: 40px;
    line-height: 40px;
    width: auto;
    overflow: hidden;
    margin: 0 80px 0 45px;
}

/*-------------------------------
	Footer
 ------------------------------*/
footer {
    padding-top: 32px;
}

footer h3 {
    font-weight: 700;
}

.bun_footer_social_icons a {
    font-size: 20px;
    margin: 0 10px;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.bun_footer_social_icons a:first-child {
    margin-left: 0;
}

.bun_footer_copyright {
    height: 50px;
    line-height: 50px;
    background-color:#666;
    text-decoration: none;
}

.bun_footer_copyright p {
    font-size: 11px;
    font-weight: 300;
}

footer h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
}

footer span {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 9px;
    display: block;
}

.bun_footer_menu {
    float: right;
    margin: 3;
    list-style: none;
    margin-top: 3px;
}

.bun_footer_menu li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.bun_footer_menu li:last-child {
    margin-right: 0;
}

.bun_footer_menu li a {
    font-size: 13px;
    font-weight: 300;
	margin:2px;
}

footer > .bun_content {
    margin-bottom: 32px;
    margin-top: 7px;
}

/*-------------------------------
	Page Header
 ------------------------------*/
.bun_page_header {
    min-height: 90px;
}

.bun_page_header h1 {
    line-height: 90px;
    height: 90px;
    padding: 0 30px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    min-width: 210px;
}

.bun_page_header h2 {
    line-height: 90px;
    height: 87px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 19px;
    display: inline-block;
    margin: 0;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 836px;
}

.bun_page_header h2:before {
    position: absolute;
    left: -22px;
    top: 40%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #A4AEB9 transparent transparent;
}

.bun_page_header ul {
    float: right;
    list-style: none;
    margin: 38px 30px 0 0;
}

.bun_page_header li {
    list-style: none;
    float: left;
    padding-right: 20px;
    position: relative;
}

.bun_page_header li:last-child {
    padding-right: 0;
}

.bun_page_header li:after {
    display: block;
    position: absolute;
    content: '/';
    color: #FFFFFF;
    right: 9px;
    top: 0;
}

.bun_page_header li:last-child:after {
    content: '';
}

/*-------------------------------
	Team Members
 ------------------------------*/
.bun_team_member {
    margin-right: 30px;
}

.bun_team_member img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bun_team_member:last-child {
    margin-right: 0;
}

.bun_team_member_details {
    padding: 30px;
    position: relative;
}

.bun_team_member p {
    font-size: 12px;
    line-height: 17px;
    margin: 20px 0 0 0;
}

.bun_team_member_details:before {
    position: absolute;
    top: -18px;
    right: 14%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #656870 transparent;
}

.bun_team_member_socials,
.bun_team_member_socials a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bun_team_member_socials {
    height: 30px;
}

.bun_team_member_socials a {
    display: block;
    float: left;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.bun_team_member:hover .bun_team_member_socials {
    height: 50px;
}

.bun_team_member:hover .bun_team_member_socials a {
    opacity: 100;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_team_member_preview {
    position: relative;
}

.bun_team_member_overlay {
    position: absolute;
    width: 100%;
    height: 85%;
    left: 0;
    top: 0;
    padding-top: 15%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bun_team_member_skill {
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin-bottom: 20px;
    height: 30px;
    overflow: hidden;
}

.bun_team_member_skill > div {
    display: inline-block;
    height: 30px;
    text-align: center;
}

.bun_team_member_skill > div > span {
    display: inline-block;
    width: 0;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width ease 1s, color ease 0.3s 1s;
    -moz-transition: width ease 1s, color ease 0.3s 1s;
    -ms-transition: width ease 1s, color ease 0.3s 1s;
    -o-transition: width ease 1s, color ease 0.3s 1s;
}

.bun_team_member:hover .bun_team_member_overlay {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_team_member:hover .bun_team_member_overlay span {
    width: 100%;
    color: #FFFFFF;
}

/*-------------------------------
	Cacoon Sidebar
 ------------------------------*/
.bun_cacoon_sidebar {
    padding: 30px;
    position: relative;
}

.bun_cacoon_sidebar:before {
    position: absolute;
    left: -18px;
    top: 5%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #656870 transparent transparent;
}

.bun_cacoon_sidebar_item .bun_dated_blog_posts article {
    border-top-color: #787B84;
}

.bun_cacoon_sidebar_item {
    margin-top: 30px;
}

/*-------------------------------
	Service Box
 ------------------------------*/
.bun_service_box > div {
    float: left;
    width: 90px;
    height: 90px;
    background-color: #F1F4F7;
    text-align: center;
    line-height: 90px;
    font-size: 55px;
}

.bun_service_box > p {
    margin-left: 110px;
    margin-bottom: 0;
}

.bun_service_box > h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

/*-------------------------------
	404
 ------------------------------*/
.bun_404 {
    margin-top: 140px;
    margin-bottom: 145px;
}

.bun_404_box {
    padding: 30px;
    position: relative;
}

.bun_404_box:after {
    position: absolute;
    bottom: -18px;
    left: 40px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #656870 transparent transparent transparent;
}

.bun_404 h2 {
    font-size: 48px;
    line-height: 74px;
    margin: 0;
}

.bun_404_box h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.bun_404_box form {
    position: relative;
    margin-top: 35px;
    margin-bottom: 0;
}

.bun_404_box input[type="text"] {
    display: block;
    padding: 0 19px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #A3ADB8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    width: 100%;
    border: 1px solid #BABABA;
    margin-bottom: 0;
}

.bun_404_box button {
    background: none;
    border: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

/*-------------------------------
	Contact Page
------------------------------*/
#map {
    width: 100%;
    height: 620px;
}

#map img {
    max-width: none;
    vertical-align: baseline;
}

.bun_contact_map_box {
    position: absolute;
    padding: 30px;
    max-width: 241px;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.bun_contact_map_box h3 {
    margin-top: 0;
}

.bun_contact_map_box > div {
    margin-bottom: 20px;
}

.bun_contact_map_box > div:last-child {
    margin-bottom: 0;
}

.bun_contact_info {
    font-size: 12px;
}

.bun_contact_info span {
    min-width: 64px;
    display: inline-block;
}

.bun_contact_socials a {
    font-size: 20px;
    display: block;
    margin-right: 20px;
    float: left;
    text-decoration: none;
}

.bun_contact_form form {
    margin: 0;
}

.bun_contact_form input[type="text"],
.bun_contact_form input[type="password"],
.bun_contact_form input[type="email"],
.bun_contact_form textarea {
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    color: rgba(253, 248, 244, 1);
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    resize: none;
}

.bun_contact_form1 input[type="submit"] {
    border: none;
    float: right;
    min-width: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 7px;
    -webkit-transition: background-color ease 0.4s;
    -moz-transition: background-color ease 0.4s;
    -ms-transition: background-color ease 0.4s;
    -o-transition: background-color ease 0.4s;
}

.bun_contact_form1 input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.bun_contact_thank_you {
    display: none;
    text-align: center;
    margin: 20px 0;
}

/*-------------------------------
	Blog
------------------------------*/
.bun_blog_list_preview {
    display: block;
    position: relative;
}

.bun_blog_list_preview img {
    display: block;
}

.bun_blog_list_preview .bun_blog_video_iframe {
    display: block;
    margin-left: 100px;
}

.bun_blog_video_iframe iframe {
    display: block;
}

.bun_blog_list_preview aside {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
}

.bun_blog_list_preview aside:after {
    position: absolute;
    right: -18px;
    top: 40px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #18ADB5 transparent transparent transparent;
}

.bun_blog_list_preview aside div {
    padding: 20px;
}

.bun_blog_list_preview aside span:first-child {
    font-size: 60px;
    margin-top: 10px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.bun_blog_list_preview aside span:last-child {
    font-size: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.bun_blog_title {
    margin: 20px 0 10px;
    display: block;
}

.bun_blog_title h2 {
    margin: 0;
}

.bun_blog_miscs {
    margin-top: 20px;
    border-top: 5px solid #787B84;
}

.bun_blog_socials,
.bun_blog_posted_by {
    float: left;
    margin-top: 6px;
}

.bun_blog_socials a {
    font-size: 20px;
    margin-right: 15px;
    color: #656870;
}

.bun_blog_socials a:last-child {
    margin-right: 0;
}

.bun_blog_posted_by {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
    border-left: 1px solid #BDC0C7;
    color: #BDC0C7;
    padding-left: 20px;
}

.bun_blog_comment_count {
    float: right;
    display: block;
    background-color: #787B84;
    border-left: 10px solid #18ADB5;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    font-weight: 300;
    padding: 0 10px;
}

.bun_blog_categories {
    padding: 30px;
}

.bun_blog_categories a {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    line-height: 18px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 5px solid #787B84;
}

.bun_blog_slider_wrap {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}

.bun_blog_slider {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 300px;
}

.bun_blog_slider a,
.bun_blog_slider img {
    display: block;
    float: left;
}

.bun_blog_slider_nav_prev,
.bun_blog_slider_nav_next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}

.bun_blog_slider_nav_prev {
    left: -50px;
    top: 40%;
    -webkit-transition: left ease 0.3s;
    -moz-transition: left ease 0.3s;
    -ms-transition: left ease 0.3s;
    -o-transition: left ease 0.3s;
}

.bun_blog_slider_nav_next {
    right: -50px;
    top: 40%;
    -webkit-transition: right ease 0.3s;
    -moz-transition: right ease 0.3s;
    -ms-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
}

.bun_blog_slider_wrap:hover .bun_blog_slider_nav_prev {
    left: 25px;
}

.bun_blog_slider_wrap:hover .bun_blog_slider_nav_next {
    right: 25px;
}

.bun_blog_slider_nav_prev i,
.bun_blog_slider_nav_next i {
    position: absolute;
    left: 18px;
    top: 17px;
}

.bun_blog_slider_nav_prev:hover,
.bun_blog_slider_nav_next:hover {
    text-decoration: none;
}

/*-------------------------------
	Flickr Widget
------------------------------*/
.bun_flickr_widget {
    position: relative;
}

.bun_flickr_widget_title {
    position: absolute;
    height: 100%;
    height: calc(100% - 5px);
    width: 160px;
}

.bun_flickr_widget_title div {
    padding: 30px;
}

.bun_flickr_widget_list {
    margin-left: 160px;
}

.bun_flickr_widget_list a {
    margin: 0 0 5px 5px;
}

.bun_flickr_widget_list a,
.bun_flickr_widget_list img {
    display: block;
    float: left;
}

/*-------------------------------
	Comments
------------------------------*/
.bun_blog_comments_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    padding: 16px 30px;
    margin: 0 0 35px 0;
    display: block;
    position: relative;
}

.bun_blog_comments_title:before {
    position: absolute;
    bottom: -18px;
    left: 82px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #18ADB5 transparent transparent transparent;
}

.bun_comment_box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bun_comment_box:last-child {
    margin-bottom: 0;
}

.bun_comment_box > .bun_comment {
    margin-top: 20px;
    background-color: #F8F9FB;
}

.bun_comment_box > .bun_comment:first-child {
    margin-top: 0;
}

.bun_comment_box > .bun_comment > img {
    display: block;
    float: left;
    width: 120px;
    height: 90px;
}

.bun_comment_box > .bun_comment > .bun_comment_descr {
    margin-left: 140px;
    margin-right: 127px;
    position: relative;
    padding: 20px 0;
}

.bun_comment_box > .bun_comment > .bun_comment_descr > h5,
.bun_comment_box > .bun_comment > .bun_comment_descr > span {
    display: inline-block;
    margin-right: 20px;
}

.bun_comment_box > .bun_comment > .bun_comment_descr > span {
    color: #839799;
    float: right;
    font-size: 12px;
    margin-right: 0;
}

.bun_comment_box > .bun_comment > .bun_comment_descr > h5 {
    margin-top: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
}

.bun_comment_box > .bun_comment > .bun_comment_descr > p {
    margin-bottom: 0;
    line-height: 18px;
}

.bun_comment_edit_link {
    display: block;
    float: right;
    margin: 0 5px;
    font-size: 12px;
}

.bun_comment_reply_link {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    width: 107px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.bun_comment_awaiting_moderation {
    float: left;
    font-style: italic;
    font-size: 12px;
    color: #839799;
}

.bun_comment_box > .bun_comment {
    margin-left: 160px;
}

.bun_comment_box > .bun_comment:nth-child(1) {
    margin-left: 0;
}

.bun_comment_box > .bun_comment:nth-child(2) {
    margin-left: 120px;
}

.bun_comment_box > .bun_comment:nth-child(3) {
    margin-left: 240px;
}

.bun_comment_box > .bun_sub_comment {
    position: relative;
}

.bun_comment_box > .bun_sub_comment:before {
    position: absolute;
    left: -74px;
    top: -20px;
    content: '';
    width: 64px;
    height: 80px;
    background-image: url('../img/comment_child.png');
    display: block;
}

.bun_post_comment {
    float: left;
    width: 100%;
    display: block;
}

.bun_leave_a_reply {
    margin: 15px 0;
    font-size: 24px;
}

.bun_leave_a_reply.bun_no_margin_top {
    margin-top: 0;
}

.bun_leave_a_reply_subtitle {
    margin-top: -20px;
    display: block;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.bun_comment_form input[type="text"],
.bun_comment_form input[type="email"],
.bun_comment_form .bun_textarea {
    background: #F8F9FB;
    color: #555555;
}

.bun_comment_form .bun_textarea {
    height: 100px;
}

.bun_comment_form button {
    padding-right: 25px;
    padding-left: 25px;
    border: none;
}

.bun_comment_form button:after {
    display: none;
}

/*-------------------------------
	Pagination
 ------------------------------*/
.bun_pagination {
    margin-bottom: 0;
}

.bun_pagination ul {
    box-shadow: none;
    border-radius: 0;
}

.bun_pagination > ul > li > a {
    border: none;
    background-color: #0F1010;
    color: #D8D8D8;
    margin: 0 1px;
    padding: 7px 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bun_pagination > ul > li > a:hover,
.bun_pagination > ul > li > a.active {
    background-color: #D8D8D8;
    color: #0F1010;
}

.bun_pagination > ul > li > a:first-child,
.bun_pagination > ul > li > a:last-child {
    border-radius: 0;
}

/*-------------------------------
	Portfolio List
 ------------------------------*/
.bun_portfolio_row {
}

.bun_portfolio_row .span6,
.bun_portfolio_row .span4 {
    margin-bottom: 30px;
}

.bun_portfolio_row .span6:nth-child(2n + 1),
.nth-child-2np1 {
    margin-left: 0 !important;
    clear: both;
}

.bun_portfolio_row .span4:nth-child(3n + 1),
.nth-child-3np1 {
    margin-left: 0 !important;
    clear: both;
}

.bun_portfolio_item_preview,
.bun_portfolio_item_preview img {
    display: block;
    float: left;
    width: 100%;
}

.bun_portfolio_item_preview_wrap {
    position: relative;
}

.bun_portfolio_item_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    text-align: center;
    overflow: hidden;
}

.bun_portfolio_item_overlay a {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.bun_portfolio_item_overlay a:nth-child(1) {
    top: 100%;
    left: 35%;
}

.bun_portfolio_item_overlay a:nth-child(2) {
    left: 57%;
    top: -100%;
}

.bun_portfolio_row > div:hover .bun_portfolio_item_overlay {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_portfolio_row > div:hover .bun_portfolio_item_overlay a {
    top: 42%;
}

.lightbox-images {
    display: none;
}

.bun_portfolio_item_details {
    position: relative;
    float: left;
    width: 100%;
}

.bun_portfolio_item_details:before {
    position: absolute;
    top: -18px;
    left: 40px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 0 18px;
    border-color: transparent transparent transparent #656870;
}

.bun_portfolio_item_descr {
    float: left;
    width: 75%;
}

.bun_portfolio_item_descr div {
    padding: 30px;
}

.bun_portfolio_item_descr div h3,
.bun_portfolio_item_descr div p {
    margin: 0;
}

.bun_portfolio_item_descr a:hover {
    text-decoration: none;
}

.bun_portfolio_item_descr p {
    font-size: 13px;
    line-height: 17px;
}

.bun_portfolio_item_share {
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
}

.bun_portfolio_item_share:hover {
    text-decoration: none;
}

.bun_portfolio_item_share > span {
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;

    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.bun_portfolio_item_share > span {
    font-size: 24px;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.bun_portfolio_item_share:hover > span {
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bun_portfolio_item_socials {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 38%;

    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.span4 .bun_portfolio_item_socials {
    margin-top: 66%;
}

.bun_portfolio_item_share:hover > .bun_portfolio_item_socials {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_portfolio_item_socials div {
    text-align: center;
    width: 100%;
    font-size: 25px;
}

.bun_portfolio_item_socials div a {
    margin-right: 10px;
}

.bun_portfolio_item_socials div a:last-child {
    margin-right: 0;
}

.bun_portfolio_item_socials div a:hover {
    text-decoration: none;
}

.bun_portfolio_item_slider_wrap {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}

.bun_portfolio_item_slider {
    float: left;
    width: 100%;
    overflow: hidden;
}

.span6 .bun_portfolio_item_slider {
    height: 300px;
}

.span4 .bun_portfolio_item_slider {
    height: 195px;
}

.bun_portfolio_item_slider a,
.bun_portfolio_item_slider img {
    display: block;
    float: left;
}

.bun_portfolio_item_slider_nav_prev,
.bun_portfolio_item_slider_nav_next {
    position: absolute;
    width: 35px;
    height: 75px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}

.bun_portfolio_item_slider_nav_prev {
    left: -35px;
    top: 40%;
    -webkit-transition: left ease 0.3s;
    -moz-transition: left ease 0.3s;
    -ms-transition: left ease 0.3s;
    -o-transition: left ease 0.3s;
}

.bun_portfolio_item_slider_nav_next {
    right: -35px;
    top: 40%;
    -webkit-transition: right ease 0.3s;
    -moz-transition: right ease 0.3s;
    -ms-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
}

.bun_portfolio_item_slider_wrap:hover .bun_portfolio_item_slider_nav_prev {
    left: 0;
}

.bun_portfolio_item_slider_wrap:hover .bun_portfolio_item_slider_nav_next {
    right: 0;
}

.bun_portfolio_item_slider_nav_prev i,
.bun_portfolio_item_slider_nav_next i {
    position: absolute;
    left: 11px;
    top: 29px;
}

.bun_portfolio_item_slider_nav_prev:hover,
.bun_portfolio_item_slider_nav_next:hover {
    text-decoration: none;
}

.bun_portfolio_service_box,
.bun_portfolio_tag_box,
.bun_portfolio_share_box {
    margin-bottom: 20px;
}

.bun_portfolio_service_box h3,
.bun_portfolio_tag_box h3,
.bun_portfolio_share_box h3 {
    margin-top: 0;
}

.bun_portfolio_service {
    display: block;
}

.bun_portfolio_tag_box a {
    color: #65676F;
}

.bun_portfolio_tag_box a.bun_tag_size1 {
    font-size: 12px;
}

.bun_portfolio_tag_box a.bun_tag_size3 {
    font-size: 18px;
}

.bun_portfolio_share_box a {
    font-size: 20px;
    margin-right: 15px;
    color: #65676F;
}

.bun_portfolio_share_box a:last-child {
    margin-right: 0;
}

.bun_portfolio_posted_by {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 300;
}

.bun_portfolio_detail_box {
    position: relative;
}

.bun_portfolio_detail_box:before {
    position: absolute;
    content: '';
    left: -45px;
    top: 0;
    background-color: #DCE0E3;
    width: 5px;
    height: 100%;
}

.bun_portfolio_detail_box h2 {
    margin-top: 0;
}

.bun_portfolio_detail_box .bun_align_left {
    float: left;
    margin: 5px 5px 5px 0
}

.bun_portfolio_detail_box .bun_align_right {
    float: right;
    margin: 5px 0 5px 5px
}

/*-------------------------------
	Skill Circles
 ------------------------------*/
.bun_skill_row {
    margin: 60px 0;
}

.dial_wrap {
    text-align: center;
}

.dial {
    display: none;
    color: #373737 !important;
    font-size: 50px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
    width: 100px !important;
    height: 60px !important;
    top: 23% !important;
    left: 21% !important;
    margin: 0 !important;
}

.dial.visible {
    display: block;
}

.knob {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 170px;
    min-height: 170px;
}

.bun_responsive_nav {
    display: none;
    background-image: url('../img/responsive-nav-bg.png');
    background-position: center right;
    background-repeat: no-repeat;
    display: none;
    width: 100%;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #8F8F8F;
    padding: 0 10px;
    border-radius: 0;
    line-height: 14px;
    float: left;
}

/*-------------------------------
	Background Images and Patterns
------------------------------*/
.bgpattern1 {
    background-image: url("../img/bgpatterns/bgimage1.jpg");
}

.bgpattern2 {
    background-image: url("../img/bgpatterns/bgimage2.jpg");
}

.bgpattern3 {
    background-image: url("../img/bgpatterns/bgimage3.jpg");
}

.bgpattern4 {
    background-image: url("../img/bgpatterns/bgimage4.jpg");
}

.bgpattern5 {
    background-image: url("../img/bgpatterns/bgimage5.jpg");
}

.bgpattern6 {
    background-image: url("../img/bgpatterns/bgimage6.jpg");
}

.bgpattern7 {
    background-image: url("../img/bgpatterns/bgimage7.jpg");
}

.bgpattern8 {
    background-image: url("../img/bgpatterns/bgimage8.jpg");
}

.bgpattern9 {
    background-image: url("../img/bgpatterns/bgimage9.jpg");
}

.bgpattern10 {
    background-image: url("../img/bgpatterns/bgimage10.jpg");
}

.bgpattern11 {
    background-image: url("../img/bgpatterns/bgimage11.jpg");
}

.bgpattern12 {
    background-image: url("../img/bgpatterns/bgimage12.jpg");
}

.bgpattern13 {
    background-image: url("../img/bgpatterns/bgimage13.jpg");
}

.bgpattern14 {
    background-image: url("../img/bgpatterns/bgimage14.jpg");
}

.bgpattern15 {
    background-image: url("../img/bgpatterns/bgimage15.jpg");
}

.bgpattern16 {
    background-image: url("../img/bgpatterns/bgimage16.jpg");
}

.bgpattern17 {
    background-image: url("../img/bgpatterns/bgimage17.jpg");
}

.bgpattern18 {
    background-image: url("../img/bgpatterns/bgimage18.jpg");
}

.bgpattern19 {
    background-image: url("../img/bgpatterns/bgimage19.jpg");
}

.bgpattern20 {
    background-image: url("../img/bgpatterns/bgimage20.jpg");
}

.bgpattern21 {
    background-image: url("../img/bgpatterns/bgimage21.jpg");
}

.bgpattern22 {
    background-image: url("../img/bgpatterns/bgimage22.jpg");
}

.bgpattern23 {
    background-image: url("../img/bgpatterns/bgimage23.jpg");
}

.bgpattern24 {
    background-image: url("../img/bgpatterns/bgimage24.jpg");
}

.bgpattern25 {
    background-image: url("../img/bgpatterns/bgimage25.jpg");
}

.bgpattern26 {
    background-image: url("../img/bgpatterns/bgimage26.jpg");
}

.bgpattern27 {
    background-image: url("../img/bgpatterns/bgimage27.jpg");
}

.bgpattern28 {
    background-image: url("../img/bgpatterns/bgimage28.jpg");
}

.bgimage1 {
    background-image: url("../img/bgimages/thumbs/bgimage1.jpg");
}

.bgimage2 {
    background-image: url("../img/bgimages/thumbs/bgimage2.jpg");
}

/*-------------------------------
	Cacoon Slider
------------------------------*/
.bun_thumbnail_slider_1_wrap {
    padding: 10px;
    position: relative;
}

.bun_thumbnail_slider_1_wrap_loading {
    height: 500px;
    overflow: hidden;
}

.bun_thumbnail_slider_1_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #FFFFFF url('../img/slider_loader.gif') center 100px no-repeat;
}

.bun_thumbnail_slider_1_big {
    overflow: hidden;
}

.bun_thumbnail_slider_1_big img {
    display: block;
}

.bun_thumbnail_slider_1_small {
    height: 160px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.bun_thumbnail_slider_1_small .bun_thumbnail_slider_1_images {
    float: left;
}

.bun_thumbnail_slider_1_small img,
.bun_thumbnail_slider_1_next {
    background: rgba(255, 255, 255, 0.2);
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 20px 0 20px 20px;
    float: left;
    cursor: pointer;

    -webkit-transition: background 0.6s ease, margin-top ease 0.3s;
    -moz-transition: background 0.6s ease, margin-top ease 0.3s;
    -ms-transition: background 0.6s ease, margin-top ease 0.3s;
    -o-transition: background 0.6s ease, margin-top ease 0.3s;
    transition: background 0.6s ease, margin-top ease 0.3s;
}

.bun_thumbnail_slider_1_small img:hover,
.bun_thumbnail_slider_1_next:hover {
    background: rgba(255, 255, 255, 0.3);
    margin-top: 0;
    text-decoration: none;
}

.bun_thumbnail_slider_1_next {
    color: rgba(0, 0, 0, 0.5);
    font-size: 120px;
    line-height: 85px;
    text-align: center;
    text-decoration: none;
}

.bun_thumbnail_slider_1_effects_left {
    left: -10px;
}

.bun_thumbnail_slider_1_effects_right {
    right: -10px;
}

.bun_thumbnail_slider_1_effects {
    position: absolute;
}

.bun_thumbnail_slider_1_effects.bun_thumbnail_slider_1_top {
    top: 0.3%;
}

.bun_thumbnail_slider_1_effects.bun_thumbnail_slider_1_bottom {
    top: 2%;
}

.bun_thumbnail_slider_1_effects_left .bun_thumbnail_slider_1_title {
    padding: 15px 20px 15px 40px;
}

.bun_thumbnail_slider_1_effects_right .bun_thumbnail_slider_1_title {
    padding: 15px 40px 15px 20px;
}

.bun_thumbnail_slider_1_title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.bun_thumbnail_slider_1_effects_left .bun_thumbnail_slider_1_title a {
    right: -35px;
}

.bun_thumbnail_slider_1_effects_right .bun_thumbnail_slider_1_title a {
    left: -35px;
}

.bun_thumbnail_slider_1_title a:after {
    font-family: FontAwesome;
    font-size: 31px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
}

.bun_thumbnail_slider_1_effects_left .bun_thumbnail_slider_1_title a:after {
    content: '\f105';
    left: 11px;
}

.bun_thumbnail_slider_1_effects_right .bun_thumbnail_slider_1_title a:after {
    content: '\f104';
    left: 7px;
}

.bun_thumbnail_slider_1_title a {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 25px;
    text-align: center;
    line-height: 51px;
}

.bun_thumbnail_slider_1_effects_left .bun_thumbnail_slider_1_subtitle {
    padding: 15px 20px 15px 40px;
    left: 0
}

.bun_thumbnail_slider_1_effects_right .bun_thumbnail_slider_1_subtitle {
    padding: 15px 40px 15px 20px;
    right: 0
}

.bun_thumbnail_slider_1_subtitle {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.bun_thumbnail_slider_1_subtitle,
.bun_thumbnail_slider_1_title {
    z-index: 1;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;

}

.bun_thumbnail_slider_1_title.bun_active_title,
.bun_thumbnail_slider_1_subtitle.bun_active_title {
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-------------------------------
	Buttons
------------------------------*/
.btn {
    border-radius: 0;
    padding: 17px 32px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    box-shadow: none;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
}

.btn:hover {
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
}

.btn-large {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 20px;
}

.btn-small {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
}

.btn-mini {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 11px;
}

.btn-primary {
    background: #18ADB5;
}

.btn-primary:hover {
    background-color: #5B5E65;
}

.btn-info {
    background: #656870;
}

.btn-info:hover {
    background-color: #5B5E65;
}

.btn-warning {
    background: #A4AEB9;
}

.btn-warning:hover {
    background-color: #5B5E65;
}

.btn-danger {
    background: #B61857;
}

.btn-danger:hover {
    background-color: #5B5E65;
}

.btn-success {
    background: #18B632;
}

.btn-success:hover {
    background-color: #5B5E65;
}

.bun_div5 {
    width: 20%;
    float: left;
}

/*-------------------------------
	Custom Accordion
 ------------------------------*/
.bun_accordion .accordion-group {
    border: 0;
    border-radius: 0;
}

.bun_accordion .accordion-toggle {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.bun_accordion .accordion-inner {
    border: none;
    background-color: #F8FAFB;
}

.bun_accordion span.icon-white {
    color: white !important;
    position: relative;
    z-index: 2;
}

.bun_accordion span.bun_bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    top: 0;
    -webkit-transition: opacity ease-out 0.3s;
    -moz-transition: opacity ease-out 0.3s;
    -ms-transition: opacity ease-out 0.3s;
    -o-transition: opacity ease-out 0.3s;
}

.bun_accordion .accordion-toggle:hover span.bun_bgcolor {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_accordion .accordion-toggle {
    font-size: 19px;
    padding: 17px 15px;
    background-color: #18ADB6;
    color: #FFFFFF;
}

.bun_accordion .collapsed.accordion-toggle {
    background-color: #A4AEB9;
}

.bun_accordion .accordion-toggle .bun_icon_plus {
    float: right;
    background-image: url("../img/icon_plus.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 22px;
}

.bun_accordion .accordion-toggle .bun_icon_minus {
    float: right;
    background-image: url("../img/icon_minus.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 22px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .bun_accordion .accordion-toggle .bun_icon_plus {
        background-image: url("../img/icon_plus@2x.png");
        background-size: 13px 13px;
    }

    .bun_accordion .accordion-toggle .bun_icon_minus {
        background-image: url("../img/icon_minus@2x.png");
        background-size: 10px 3px;
    }
}

/*-------------------------------
	Testimonials
 ------------------------------*/
.bun_testimonial {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 9px;
    border-bottom: none;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.bun_testimonial:hover {
    border-bottom: 5px solid #18ADB6;
}

.bun_testimonial_photo {
    width: 60px;
    height: 60px;
    padding: 0;
    float: left;
}

.bun_testimonial_plus {
    float: left;
    display: table;
    width: 60px;
    height: 60px;
}

.bun_testimonial_plus div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.bun_testimonial_messages {
    text-align: center;
    font-size: 15px;
}

.bun_testimonial_messages div {
    display: none;
    padding: 20px 0;
}

/*-------------------------------
	HTML5 Audio Player
------------------------------*/
.bun_audio_player {
    background-color: #A4AEB9;
    height: 50px;
}

.bun_audio_play_pause {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: none;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    background: none;
}

.bun_blog_html5_video video {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
}

.bun_audio_current_time {
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
}

.bun_audio_progress_bar {
    height: 5px;
    background-color: #8A949F;
    width: auto;
    margin: 0 110px;
    display: block;
    margin-top: -28px;
    cursor: pointer;
}

.bun_audio_current_progress {
    background-color: #18ADB6;
    height: 5px;
    position: relative;
    -webkit-transition: width linear 0.1s;
    -moz-transition: width linear 0.1s;
    -ms-transition: width linear 0.1s;
    -o-transition: width linear 0.1s;
}

.bun_audio_current_progress:before {
    position: absolute;
    content: '\f0d7';
    font-size: 16px;
    top: -14px;
    right: -3.9px;
    font-family: FontAwesome;
    color: #575757;
}

.bun_audio_current_progress:after {
    position: absolute;
    content: '\f0d8';
    font-size: 16px;
    bottom: -14px;
    right: -3.9px;
    font-family: FontAwesome;
    color: #575757;
}

.bun_audio_total_time {
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
}

.bun_audio_sound {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    background: none;
    float: right;
    position: relative;
    z-index: 3;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.bun_audio_sound:hover {
    background-color: #18ADB6;
}

.bun_audio_volume {
    position: absolute;
    height: 50px;
    width: 0;
    top: 0;
    right: 100%;
    overflow: hidden;
    background-color: #18ADB6;
    -webkit-transition: width ease-in 0.3s, padding ease-in 0.3s;
    -moz-transition: width ease-in 0.3s, padding ease-in 0.3s;
    -ms-transition: width ease-in 0.3s, padding ease-in 0.3s;
    -o-transition: width ease-in 0.3s, padding ease-in 0.3s;
}

.bun_audio_sound:hover .bun_audio_volume {
    width: 100px;
    padding: 0 15px;
}

.bun_audio_sound .bun_audio_sound_volume {
    position: absolute;
    line-height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

/*-------------------------------
	Message Boxes
------------------------------*/
.bun_message {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 20px;
}

.bun_message:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
}

.bun_message_error {
    background-color: #B61857
}

.bun_message_error:after {
    border-color: transparent #B61857 transparent transparent;
}

.bun_message_success {
    background-color: #18B632
}

.bun_message_success:after {
    border-color: transparent #18B632 transparent transparent;
}

.bun_message_info {
    background-color: #18ADB6
}

.bun_message_info:after {
    border-color: transparent #18ADB6 transparent transparent;
}

.bun_message_warning {
    background-color: #656870
}

.bun_message_warning:after {
    border-color: transparent #656870 transparent transparent;
}

/*-------------------------------
	Progress Bars
------------------------------*/
.progress,
.progress .bar {
    border-radius: 30px;
}

.progress {
    background-color: #C7D6E1;
    box-shadow: inset 0 0 3px 0 #91AFC3;
    height: 30px;
}

.progress .bar {
    line-height: 30px;
    font-size: 12px;
    text-align: right;
}

/*-------------------------------
	Pagination
------------------------------*/
.bun_pagination a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #A4AEB9;
    font-size: 12px;
    margin-right: 2px;
    display: block;
    float: left;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.bun_pagination a:last-child {
    margin-right: 0;
}

.bun_pagination a:before {
    font-family: FontAwesome;
    position: absolute;
    display: block;
    left: 17px;
    top: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
}

.bun_pagination_prev:before {
    content: '\F100';
}

.bun_pagination_next:before {
    content: '\F101';
}

/*-------------------------------
	Tab Content
------------------------------*/
.bun_tab_nav {
    margin-bottom: 0;
    border-bottom: none;
}

.bun_tab_nav > li > a {
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    padding: 27px 40px;
    font-weight: 600;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bun_tab_nav > li.active > a {
    border-radius: 0;
    border: none;
    background-color: #F8F9FB;
    color: #65676F;
}

.bun_tab_nav > li.active > a:hover {
    border: none;
    background-color: #F8F9FB;
}

.bun_tab_content {
    background: #F8F9FB;
    padding: 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #F8F9FB;
    color: #65676F;
}

.nav-tabs > li > a {
    border-radius: 0;
}

/*-------------------------------
	Gallery
------------------------------*/
.bun_gallery .span3 {
    margin-bottom: 30px;
}

.bun_gallery .span3:nth-child(4n + 1),
.nth-child-2np1 {
    margin-left: 0 !important;
    clear: both;
}

.bun_gallery_wrap a,
.bun_gallery_wrap a img {
    display: block;
    float: left;
}

.bun_gallery_wrap {
    position: relative;
}

.bun_gallery_wrap > a {
    position: relative;
    z-index: 1;
}

.bun_gallery_overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    text-align: center;
    overflow: hidden;
}

.bun_gallery_overlay a {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.bun_gallery_overlay a {
    top: 100%;
    left: 41%;
}

.bun_gallery_wrap:hover .bun_gallery_overlay {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bun_gallery_wrap:hover .bun_gallery_overlay a {
    top: 42%;
}

/*-------------------------------
	External Contact Form
------------------------------*/
.bun_external_contact_form {
    display: block;
}

.bun_external_contact_form input,
.bun_external_contact_form textarea {
    box-sizing: border-box;
    display: block;
    height: 12px;
    padding: 19px;
    width: 100%;
    border-radius: 0;
    font-size: 11px;
    line-height: 12px;
}

.bun_external_contact_form textarea {
    height: 150px;
}



/*Onemliler */
.toph1_check {
    line-height: 17px !important;
    margin-bottom: 5px !important;
}

.topphone {
    font-size: 48px !important;
}

#captchaholder {

}

#captchaholder img {
    float: left;
    margin-right: 5px;
    height: 40px;

}

#captchaholder input {
    float: left;
    width: 130px;
}

.dafullwidth {
    width: 100% !important;
}

.dacenter {
    text-align: center;
}

.bun_login_form {
    margin: 22px 11.5px 30px;
}

.dapasswordresetbtn {
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 7px !important;
}

.bun_icon_tabs div article > img {
    float: left;
    padding-right: 8px;
}

.bun_footer_menu li {
    display: block;
    width: 100%;
}

section {
    margin-top: 30px;
    margin-bottom: 10px;
}

.vc_pricing-table div, .vc_pricing-table h3 {
    text-align: center;
}

.vc_pricing-table {
    margin-left: -15px;
}

.vc_pricing-table .plan {

    margin-right: -31px;
    position: relative;
    margin-top: 20px;
}

.vc_pricing-table div, .vc_pricing-table h3 {
    text-align: center;
}

.vc_pricing-table h3 {
    /* background:#f5f5f5; */
    /* padding:20px 10px;*/
    border-top: 3px solid #2ca9df;
    min-height: 65px;
}

.vc_pricing-table .price {
    padding: 30px 10px 20px 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #2ca9df;
}

.vc_pricing-table .price .main {
    font-size: 60px;
}

.vc_pricing-table .price .suffix {
    font-size: 16px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: -10px;
    vertical-align: top;
}

.vc_pricing-table .price .text {
    font-size: 20px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    left: -26px;
    bottom: 2px;
    vertical-align: bottom;
    color: #c0c0c0;
}

.vc_pricing-table .features {
    /* background:#f5f5f5;*/
    padding: 20px 10px 6px;
}

.vc_pricing-table .features ul {
    margin-left: 0;
    margin-bottom: 12px;
}

.vc_pricing-table .features ul li {
    list-style: none;
    font-size: 14px;
    padding: 6px 0px;
    margin: 0 30px;
    background: url('../img/bgimages/pricing-table-list.jpg') repeat-x bottom left;
}

.vc_pricing-table .featured {
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-top: 0;
}

.vc_pricing-table .featured, .vc_pricing-table .featured h3 {
    border-color: #ff9c00;
}

.vc_pricing-table .featured h3 {
    color: #111;
    padding-top: 40px;
}

.vc_pricing-table .featured .price {
    color: #ff9c00;
}

.vc_pricing-table .featured .features {
    padding-bottom: 11px;
}

.vc_pricing-table .featured .features .vc_btn {
    background-color: #ff9c00;
}

.vc_pricing-table .featured .tag {
    position: absolute;
    top: 5px;
    width: 100%;
}

.vc_pricing-table .featured .tag .text {
    background-color: #ff9c00;
    color: #FFF;
    padding: 5px 20px 5px;
    margin-top: 5px;
    text-transform: uppercase;
}

.vc_pricing-table .plan {
    background-color: #F5F5F5;

}

.vc_pricing-table .plan .price {
    background-color: #ffffff;
}

.vc_pricing-table .plan:hover {
    z-index: 99999;
    box-shadow: 31px 0 30px -30px #FF9C00, -31px 0 30px -30px #FF9C00;
    background-color: #FA7E12 !important;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;

}

.spanaus {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #F5C5C5;

}

.spanaus:nth-child(2n+1) {
    background-color: #F5F5F5;
}

.span3.reference img {
    height: 111px;
    margin-top: 3px;
    width: 100%;
}

.span3.reference {
    padding-bottom: 6px;
    margin-right: -11px;
    margin-left: 36px;
}

.referencename {
    font-weight: bold;
    text-align: center;
}

.span3.reference:hover {
    z-index: 99999;
    box-shadow: 31px 0 30px -30px #FF9C00, -31px 0 30px -30px #FF9C00;
    background-color: #FA7E12 !important;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #FFFFFF;
    -webkit-box-shadow: 0 0 14px #F5EAEA;
    -moz-box-shadow: 0 0 14px #f8b9b7;
    box-shadow: 0 0 14px #F3ECEB;
}

.bun_contact_form input[type="text"],
.bun_contact_form input[type="password"],
.bun_contact_form input[type="email"],
.bun_contact_form textarea {
    font-size: 29px;
}

a.bun_menu_search_submit {
    line-height: normal;
    padding: 0;
    margin: 0;
}

a.bun_menu_search_submit:hover {
    z-index: 99999;
    box-shadow: 31px 0 30px -30px #FF9C00, -31px 0 30px -30px #FF9C00;

}

.bun_menu_search_submit_inner {
    margin-top: 6px;
    width: 99px;
    float: left;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}

.bun_menu_search_submit_inner2 {
    width: 165px;
}

div.bun_content_main {
    background-color: rgba(221, 225, 230, 0.28);
    margin-bottom: 40px;
}

.bun_contact_form_light_background input {
    border: 1px solid #F90 !important;
    background-color: #FFF !important;
    color: black !important;
}

.bun_contact_form_light_background input:focus {
    box-shadow: 0 0 17px rgba(250, 126, 18, 0.82);
}

.bun_service_marged {
    margin-left: 10px;
    margin-right: 10px;
}

.bun_bgcolor, .bun_bgcolor_transition:hover, .bun_audio_current_progress {
    background-color: #e74712
}

.bun_color, .bun_color_transition:hover, .bun_title_with_pager nav a.selected {
    color: #e74712
}

.bun_bgcolor_trans {
    background-color: rgba(231, 71, 18, 0.8)
}

.bun_blog_list_preview aside:after, .bun_blog_comments_title:before {
    border-top-color: #e74712
}

.bun_blog_comment_count {
    border-left-color: #e74712
}

#ascrail2000 div {
    background-color: #e74712 !important;
}




.a1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.a1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.a1:active {
	position:relative;
	top:1px;
}


.a2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc966), color-stop(1, #e08c04));
	background:-moz-linear-gradient(top, #ffc966 5%, #e08c04 100%);
	background:-webkit-linear-gradient(top, #ffc966 5%, #e08c04 100%);
	background:-o-linear-gradient(top, #ffc966 5%, #e08c04 100%);
	background:-ms-linear-gradient(top, #ffc966 5%, #e08c04 100%);
	background:linear-gradient(to bottom, #ffc966 5%, #e08c04 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc966', endColorstr='#e08c04',GradientType=0);
	background-color:#ffc966;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ababab;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	margin-left:145px;
}
.a2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e08c04), color-stop(1, #ffc966));
	background:-moz-linear-gradient(top, #e08c04 5%, #ffc966 100%);
	background:-webkit-linear-gradient(top, #e08c04 5%, #ffc966 100%);
	background:-o-linear-gradient(top, #e08c04 5%, #ffc966 100%);
	background:-ms-linear-gradient(top, #e08c04 5%, #ffc966 100%);
	background:linear-gradient(to bottom, #e08c04 5%, #ffc966 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e08c04', endColorstr='#ffc966',GradientType=0);
	background-color:#e08c04;
	margin-left:145px;
}
.a2:active {
	position:relative;
	top:1px;
	margin-left:145px;
}



.bun_login_panel {
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    position: relative;
    height: 365px;
	/*background:url(../img/arka.png);*/
}
.bun_top_contact_icon{
    float: right;
    display: inline-block;
    font-size: 55px;
    padding: 14px 10px 0 0
}
.adres{
	font-size:13px;
	font-weight:300;
	color:#FFF;
	margin:3px;
	padding:3px;
	
	
	}
	
	
	
	.bun_main_livesupport{
    position: fixed;
    bottom:0;
    right:3%;
    width: 200px;
    height:24px;
    padding: 4px;
    border-top:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
    color:white;
    font-weight: bolder;
    z-index: 999999999;
    text-align: center;
    vertical-align: middle;
}

.bun_main_livesupport img{
    float: left;
    height: 19px;
    width: 19px;
    margin-top: 3px;
}
.bun_support_online{
    background-color: #0AA699;
}
.bun_support_offline{
    background-color: #1B1E24;
}




.bun_livechat_outline {
    box-shadow: none;
    padding: 15px 15px 0;
    bottom: 0;
    height: 350px;
    position: fixed;
    right: 2%;
    width: 300px;
    z-index: 6;
}
.bun_livechat_body {
    margin-top: -37px;
    height: 320px;
    padding: 0;
    border: 1px solid #4781D9;
    background-color: #ffffff;
}
.bun_livechat_body{

}
.bun_livechat_footer textarea{
    width: 300px;
    height: 40px;

}
.bun_livechat_header{
    color: white;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 1px;
    height: 24px;
    margin-bottom: 37px;
    padding-top: 5px;
}
.bun_img_employee ,
 .bun_img_minimize,
 .bun_img_maximize{
     height: 19px;
     width: 19px;
     margin:2px 2px 2px 2px;
 }
.bun_img_employee {
    float: left;
}
.bun_img_minimize,
.bun_img_maximize{
    float: right;
}
