﻿/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

*,*:before,*:after 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
:focus 
{
    outline: 0 !important
    }
.fit-vids-style 
{
    display: none
    }
figure 
{
    margin: 0;
    padding: 0;
    }
figure img 
{
    width: 100%;
    height: auto;
    }
    
figure img.fixed
{
    width:inherit;
    height: auto;
    }
    
form
{
    overflow:hidden;
    }
iframe 
{
    border: none
    }
::selection 
{
    background: #fefac7; /* Safari */
    color: #282828;
    }
::-moz-selection 
{
    background: #fefac7; /* Firefox */
    color: #282828;
    }
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body 
{
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: "Helvetica",Verdana,Arial,sans-serif;
    overflow-x: hidden;
    background-color: #FFF;
    color: #282828;
    font-size: 15px;
    font-weight:normal;
    overflow-y: auto;
    }
.container 
{
    padding-right: 0;
    padding-left: 0;
    }
body,li,address 
{
    line-height: 25px
    }
input,button,select,textarea 
{
    /*font-family: 'Raleway', sans-serif;
    font-family: "Helvetica",Verdana,Arial,sans-serif;*/
    font-size: 14px;
    font-weight:normal;
    }
a,.fck-style a 
{
    color: #3f8dbf;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
.fck-style a:hover 
{
    text-decoration:underline;
    }
a:hover,a:focus 
{
    /*color: #2e2e2e;
    text-decoration: none;*/
    color: #3f8dbf;
    text-decoration:none;
    /*text-decoration:underline;*/
    }
.colored 
{
    color: #3f8dbf
    }
h1,h2
{
    /*font-family: "Helvetica Neue Thin","Century Gothic",sans-serif;*/
    font-family: "Helvetica","Century Gothic",sans-serif;
    margin-top: 0;
    color: #616161;
    margin-bottom: 10px;
    font-weight:normal;
    }
h3,h4,h5,h6 
{
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: "Helvetica",Verdana,Arial,sans-serif;
    margin-top: 0;
    color: #616161;
    margin-bottom: 10px;
    font-weight:bold;
    }
h1 
{
    /*font-size: 26px;*/
    line-height: 30px;
    font-size:1.5em;
    }
h2 
{
    /*font-size: 22px;*/
    line-height: 28px;
    font-size:1.4em;
    }
h3 
{
    /*font-size: 18px;*/
    line-height: 22px;
    font-size:1.3em;
    }
h4 
{
    /*font-size: 16px;*/
    margin-bottom: 8px;
    font-size:1.2em;
    }
h5 
{
    /*font-size: 14px*/
    font-size:1.1em;
    }
h6 
{
    /*font-size: 12px*/
    font-size:1em;
    }
.page-title 
{
    min-height: 91px
    }
.page-title h1 
{
    font-size: 22px;
    font-weight: normal;
    margin: 4px 0 0 0;
    }
h3.post-title 
{
    font-size: 16px
    }
h1.post-title 
{
    font-size: 22px;
    line-height: 28px;
    }
.post-title a 
{
    color: #616161
    }
.post-title a:hover 
{
    color: #3f8dbf
    }
.classic-blog .post-title 
{
    margin: 0 0 3px 0
    }
.upper 
{
    text-transform: uppercase
    }
.section-title 
{
    margin-bottom: 10px
    }
.section-title h2 
{
    font-weight:normal;
    /*text-transform: lowercase;*/
    font-size: 30px;
    color: #E77E13;
    line-height:120%;
    }
.section-title h2 a 
{
    color: #E77E13;
    }
.section-title h2 a:hover
{
    color: #f09e00;
    }
.section-title .icon 
{
    display: inline-block;
    font-size: 18px;
    width: 130px;
    margin: 0 auto;
    position: relative;
    }
.section-title .icon:before 
{
    display: inline-block;
    content: "";
    border-bottom: 1px solid #dadada;
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
    }
.section-title .icon:after 
{
    display: inline-block;
    content: "";
    border-bottom: 1px solid #dadada;
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    }
.light-wrapper 
{
    background: #FFF;
    /*border-bottom: 1px solid #e3e3e3;*/
    border-bottom: 0px solid #fff;
    }
.dark-wrapper 
{
    background: #f9f9f9;
    /*border-bottom: 1px solid #e3e3e3;*/
    border-bottom: 0px solid #fff;
    }
.black-wrapper 
{
    /*background: #2c2c2c;*/
    background-color:#4C4C4C;
    color: #cacaca;
    }
.black-wrapper .lead 
{
    color: #cacaca
    }
.black-wrapper a 
{
    color: #fff;
    }
.black-wrapper .list1 a 
{
    font-size:14px;
    }
.black-wrapper a:hover 
{
    color: #3f8dbf
    }
.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 
{
    color: #f0f0f0
    }
.black-wrapper .section-title h2,
.black-wrapper .section-title .icon 
{
    color: #9b9b9b
    }
.black-wrapper .section-title .icon:before,
.black-wrapper .section-title .icon:after 
{
    border-color: #636363
    }
.widget-title 
{
    font-size: 18px;
    margin: 15px 0 35px 0;
    font-weight:normal;
    }
.footer-menu 
{
    padding: 0;
    margin: 0;
    list-style: none;
    }
.footer-menu li 
{
    display: inline;
    padding-left: 10px;
    }
.footer-menu li:before 
{
    display: inline-block;
    content: "|";
    padding-right: 12px;
    }
.footer-menu li:first-child:before 
{
    display: none
    }
#footer .widget
{
    min-height:240px;
    }
#footer .widget.short
{
    min-height:120px;
    }
#footer h3 i
{
        display:none;
    }
#footer .btn.location
{
    font-size:100%;
    background-color:transparent;
    margin:0;
    line-height:40px;
    padding:0;
    font-weight:normal;
    }
/*
#footer .btn.location span
{
    line-height:40px;
    }
*/
#footer .list1 
{
    list-style: none;
    padding-left:0;
    }
#footer .post-list 
{
    list-style: none;
    margin: 0;
    padding: 0;
    }
#footer .post-list li 
{
    margin-top: 19px;
    padding-top: 20px;
    border-top: 1px solid #434343;
    }
#footer .post-list li:first-child 
{
    border-top: none;
    margin: 0;
    padding: 0;
    }
#footer .post-list li h6 
{
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    }
#footer .post-list li em 
{
    color: #838383;
    font-size: 12px;
    font-style: normal;
    }
#footer .inner
{
    padding-top:40px;
    padding-bottom:0px;
    }
#footer .btn.location i
{
    font-size: 100%;
    }
.sub-footer 
{
    background-color:#4c4c4c;
    padding: 0 0 20px 0;
    }
.sub-footer p 
{
    padding: 0;
    margin: 0;
    font-size:100%;
    line-height:40px;
    }
.sub-footer div.row.top
{
    border-bottom: #c4c4c4 1px solid;
    }
.sub-footer div.right
{
    text-align: right;
    }
.sub-footer div.right a
{
    margin-left: 5px;
    }
.sub-footer div a
{
    color:#cacaca;
    }
.sub-footer div.copyright
{
    color:#fff;
    }
.sub-footer hr
{
    margin: 0 0 10px 0;
    border-bottom-color:#cacaca;
    }
.tagcloud 
{
    line-height: 25px
    }
.color-wrapper 
{
    background: #3f8dbf
    }
.color-wrapper,
.color-wrapper p 
{
    color: #FFF
    }
.color-wrapper h1,
.color-wrapper h2,
.color-wrapper h3,
.color-wrapper h4,
.color-wrapper h5,
.color-wrapper h6 
{
    color: #FFF
    }
.inner 
{
    padding-top: 40px;
    padding-bottom: 40px;
    }
.page-title .inner 
{
    padding-top: 26px;
    padding-bottom: 26px;
    }
.lead 
{
    font-size: 16px;
    line-height: 28px;
    font-weight:bold;
    }
.thin 
{
    width: 80%;
    margin: 0 auto;
    }
ul 
{
    padding: 0 0 0 18px
    }
ol 
{
    padding: 0 0 0 20px
    }
ul.circled 
{
    padding: 0;
    list-style: none;
    }
ul.circled li:before 
{
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'windows-circle';
    color: #3f8dbf;
    font-size: 8px;
    }
blockquote 
{
    border-left: 2px solid #dadada;
    padding: 0 20px;
    }
blockquote p 
{
    font-size: 20px;
    line-height: 32px;
    }
blockquote small 
{
    color: #3f8dbf
    }
hr 
{
    border: 0;
    border-bottom: 1px solid #dadada;
    margin: 60px 0;
    }
.map iframe 
{
    display: block;
    max-width: 100%;
    }
.dropcap 
{
    font-weight:bold;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
    }
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.side-menu-close
{
    display: none;
}
.aver-nav 
{
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
    border-top:5px solid #E77E13;
    /*border-top: 5px solid #c6261a;*/
}

.aver-nav .navbar-header .navbar-toggle {
    border-color: #fff;
}

.aver-nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-header {
    /*float: none !important;*/
    /*border-top:5px solid #E77E13;*/
}
.navbar .container {
    /*padding: 0*/
}
.navbar {
    /*margin: 0;*/
    /*border-radius: 0;*/
    /*border: none;*/
    /*position: relative;
    z-index: 8000;
    min-height: inherit;*/
    /*background-color: #fff;*/
    /*border-top:5px solid #E77E13;*/
}
.navbar-brand, .navbar-brand.home {
    /*padding: 19px 20px 0 0;*/
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.navbar-header {
    /*background: #333C45;*/
    background-color:#fff;
    padding: 0;
}
/*.navbar.black .navbar-header {
	background: #2c2c2c;
}*/
.navbar-collapse {
    /*width: auto;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
}

.navbar-form {
    margin: 15px 0;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar-nav > li {
    /*margin-left: 22px;*/
    /*line-height: 66px;*/
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight:400;
    /*text-transform: uppercase;*/
    color: #282828;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 66px;
}

.nav > li > a:focus {
	background: none;
	/*color: #FFF;*/
}

.nav > li > a:hover {
	background: none;
	color: #F09E00;    
}

.nav > li.current > a {
	background: none;
	color: #3f8dbf;
}

.navbar .dropdown-menu {
    /*padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #2e353d;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #3f8dbf !important;*/
}

/*.navbar.black .dropdown-menu {
	background: #292929;
}*/
/*.navbar .dropdown-menu .dropdown-menu {
    border: none !important
}*/ 

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    /*background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.17);*/
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    /*border: none*/
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    /*padding: 15px;
    line-height: 1;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight:bold;*/
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    /*padding: 15px;
    filter: none;
    line-height: 1;
    background-color: #2e353d;
    color: #FFF;*/
}
.navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    /*background: #292929;*/
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: none;
    color: #E77E13;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    /*display: none*/
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    /*display: none*/
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    /*background: none;
    color: #3f8dbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}





.breadcrumb .btn.responsive-menu
{
    padding:0;
    margin:0 10px 0 0;
    }
.breadcrumb .btn.responsive-menu:hover
{
    background-color:transparent;
    }
.btn.responsive-menu {
    
    margin: 0;
    display: block;
    /*display: none;*/
    font-size: 20px;
    background: none;
    color:#282828 !important;
    /*color:#f08300 !important;*/
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn.responsive-menu:hover i ,
.navbar.basic .btn.responsive-menu:hover i,
.navbar.basic .btn.responsive-menu:hover #menu-text
{
    color:#F08300;
    /*color:#000*/
    }
    
.btn.responsive-menu#showRightPush
{
    padding: 18px 0 18px 23px;
    }
.btn.responsive-menu#showLeftPush2
{
    padding: 18px 15px 18px 23px;
    }

#btn-location-footer
{
    cursor: pointer;
    }
#btn-contact,
#btn-search,
#btn-location,
#showRightPush
{
    /*padding: 17px 23px;*/
    padding: 0 10px;
    float: right; 
    /*margin-right:5px; 
    margin-left:5px;  */
    margin:0;
    border: none; 
    background-color:transparent;
    /*background: #fff; */
    /*-webkit-border-radius: 15px; 
    border-radius: 15px; */
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
    }
#btn-contact.selected,
#btn-search.selected,
#btn-location.selected,
#showRightPush.selected
{
    background-color:#F08300;
    /*background-color:#282828;*/
    }
#btn-contact.selected i.icon-cancel,
#btn-search.selected i.icon-cancel,
#btn-location.selected i.icon-cancel,
#showRightPush.selected i.icon-cancel
{
    color:#fff !important;
    }

/*-----------------------------------------------------------------------------------*/
/*	MEGA MENU
/*-----------------------------------------------------------------------------------*/
/*.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static
}
.yamm .navbar-inner,
.yamm .container {
    position: relative
}
.yamm .dropdown-menu {
    left: auto
}
.yamm .dropdown-menu > li {
    display: block
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0
}
.yamm .yamm-content {
    padding: 30px;
    *zoom: 1;
    color: #cacaca;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
    display: none
}
.yamm .yamm-content img {
    width: 100%
}
.yamm .yamm-content a {
    color: #cacaca
}
.yamm .yamm-content h1,
.yamm .yamm-content h2,
.yamm .yamm-content h3,
.yamm .yamm-content h4,
.yamm .yamm-content h5,
.yamm .yamm-content h6 {
    color: #FFF
}
.yamm .yamm-content h4 {
    margin-bottom: 15px
}
.yamm .yamm-content ul.circled li:before {
    color: #cacaca
}
.yamm .yamm-content a:hover {
    color: #3f8dbf
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}*/
/*-----------------------------------------------------------------------------------*/
/*	FIXED MENU
/*-----------------------------------------------------------------------------------*/
.offset {
    display: block;
}
.navbar.basic.default {
    width: 100%;
    position: absolute;
    z-index:1000;
    /*box-shadow: 0 1px 34px rgba(0, 0, 0, 0.1);*/
}
.navbar.basic.fixed {
    position: fixed;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: 0 1px 34px rgba(0, 0, 0, 0.1);
    z-index:1030;
    background-color: #fff;
}
.navbar.basic.fixed .navbar-brand {
    padding-top: 19px
}
.navbar.basic.fixed .btn.responsive-menu {
    margin: 10px 0;
}
.navbar.basic.fixed .navbar-brand img {
    /*height: 30px*/
}
.navbar.basic.fixed .navbar-nav > li > a {
    /*padding: 19px 10px*/
    /*padding: 0;*/
}
.navbar.basic .navbar-collapse {
    max-height: inherit
}
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp30 {
    padding-top: 30px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bp50 {
    padding-bottom: 50px
}
/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.parallax .btn-submit,
.btn-submit {
    color: #fff !important;
    background: #3f8dbf;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 11px 20px 10px 20px;
    font-weight:normal;
    /*font-size: 13px;*/
    text-shadow: none;
    border: none;
    /*text-transform: uppercase;
    text-transform:capitalize;*/
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
.btn-large {
    padding: 13px 23px 13px 23px
}
.btn.btn-green {
    background: #1abb9c
}
.btn.btn-blue {
    background: #3f8dbf
}
.btn.btn-red {
    background: #e8554e
}
.btn.btn-orange {
    background: #ee7757
}
.btn.btn-purple {
    background: #9b59b6
}
.btn.btn-pink {
    background: #d487be
}
.btn.btn-gray {
    background: #95a5a6
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.parallax .btn-submit:hover {
    background: #387eaa;
    color: #fff !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #17a78b !important
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #387eaa !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #cf4c45 !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #d96c4f !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8a4fa2 !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #bd78a9 !important
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394 !important
}
.color-wrapper .btn {
    background: #FFF !important;
    color: #616161 !important;
}
.color-wrapper .btn:hover {
    background: #e9e9e9 !important
}
.share .btn {
    background: none;
    padding: 8px 17px;
}
.share .btn:hover {
    color: #FFF !important
}
.btn.share-facebook {
    color: #3d5b9b !important;
    border: 2px solid #3d5b9b !important;
}
.btn.share-facebook:hover {
    background: #334c8e !important;
    border: 2px solid #334c8e !important;
}
.btn.share-twitter {
    color: #5aa8cd !important;
    border: 2px solid #5aa8cd !important;
}
.btn.share-twitter:hover {
    background: #499ac8 !important;
    border: 2px solid #499ac8 !important;
}
.btn.share-googleplus {
    color: #3b3b3b !important;
    border: 2px solid #3b3b3b !important;
}
.btn.share-googleplus:hover {
    background: #2e2e2e!important;
    border: 2px solid #2e2e2e !important;
}
.btn.share-pinterest {
    color: #c53942 !important;
    border: 2px solid #c53942 !important;
}
.btn.share-pinterest:hover {
    background: #bc2d32 !important;
    border: 2px solid #bc2d32 !important;
}
.btn-border-dark {
    background: none !important;
    border: 2px solid #616161;
    color: #616161 !important;
}
.btn-border-dark:hover {
    background: none !important;
    border: 2px solid #387eaa;
    color: #387eaa !important;
}
.btn-border-light {
    background: none !important;
    border: 2px solid #9b9b9b;
    color: #9b9b9b !important;
}
.btn-border-light:hover {
    background: none !important;
    border: 2px solid #387eaa;
    color: #387eaa !important;
}
.connect .btn {
    border: none !important
}
.connect .btn:hover {
    border: none !important
}
.connect .btn i {
    padding-right: 3px;
    font-size: 13px;
}
.connect .btn.share-facebook {
    color: #FFF !important;
    background: #3d5b9b !important;
}
.connect .btn.share-facebook:hover {
    background: #334c8e !important
}
.connect .btn.share-twitter {
    color: #FFF !important;
    background: #5aa8cd !important;
}
.connect .btn.share-twitter:hover {
    background: #499ac8 !important
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 0;
    height: 28px;
}
.image-caption .social {
    height: 33px
}
.social li {
    display: inline-block;
    font-family: 'windows-social';
    margin-left: 8px;
}
.text-center .social li {
    margin: 0 2px
}
.member .social {
    margin: 10px 0
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #aaa;
    background: #4c4c4c;
    border: 1px solid #aaa;
    width: 40px;
    height: 40px !important;
    line-height: 1;
    font-size: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.social .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}
.social .icon-s-rss {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-eletter {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-facebook {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-weibo {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-youku {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-ameba {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-twitter-bird {
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}
.social .icon-s-flickr {
    border-color: #ff3ba4;
    color: #ff3ba4;
}
.social .icon-s-dribbble {
    border-color: #e299c2;
    color: #e299c2;
}
.social .icon-s-behance {
    border-color: #42a9fb;
    color: #42a9fb;
}

.social .icon-s-vimeo {
    border-color: #42b5d4;
    color: #42b5d4;
}
.social .icon-linkedin {
    /*border-color: #3daccf;
    color: #3daccf;*/
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-youtube {
    /*border-color: #d5615c;
    color: #d5615c;*/
    border-width:0;
    color: #4C4C4C;
    background-color:#cacaca;
}
.social .icon-s-skype {
    border-color: #5ecbf3;
    color: #5ecbf3;
}
.social .icon-s-tumblr {
    border-color: #829fb9;
    color: #829fb9;
}
.social .icon-s-delicious {
    border-color: #6194dc;
    color: #6194dc;
}
.social .icon-s-500px {
    border-color: #3bbbe6;
    color: #3bbbe6;
}
.social .icon-s-grooveshark {
    border-color: #f88e3b;
    color: #f88e3b;
}
.social .icon-s-forrst {
    border-color: #5f9864;
    color: #5f9864;
}
.social .icon-s-digg {
    border-color: #507faa;
    color: #507faa;
}
.social .icon-s-blogger {
    border-color: #fd893f;
    color: #fd893f;
}
.social .icon-s-klout {
    border-color: #e16747;
    color: #e16747;
}
.social .icon-s-dropbox {
    border-color: #6ba3c5;
    color: #6ba3c5;
}
.social .icon-s-github {
    border-color: #6c93bb;
    color: #6c93bb;
}
.social .icon-s-songkick {
    border-color: #ff3b60;
    color: #ff3b60;
}
.social .icon-s-posterous {
    border-color: #efd57c;
    color: #efd57c;
}
.social .icon-s-appnet {
    border-color: #3daad5;
    color: #3daad5;
}
.social .icon-s-gplus {
    border-color: #bc7067;
    color: #bc7067;
}
.social .icon-s-stumbleupon {
    border-color: #f07356;
    color: #f07356;
}
.social .icon-s-lastfm {
    border-color: #cd443d;
    color: #cd443d;
}
.social .icon-s-spotify {
    border-color: #9acf48;
    color: #9acf48;
}
.social .icon-s-instagram {
    border-color: #b99682;
    color: #b99682;
}
.social .icon-s-evernote {
    border-color: #9fdc82;
    color: #9fdc82;
}
.social .icon-s-paypal {
    border-color: #5b85a8;
    color: #5b85a8;
}
.social .icon-s-picasa {
    border-color: #b088c1;
    color: #b088c1;
}
.social .icon-s-soundcloud {
    border-color: #ff8b45;
    color: #ff8b45;
}
.social a:hover .icon-s-pinterest {
    background-color: #d8545d
}
.social a:hover .icon-s-rss {
    background-color: #faaa5e
}
.social a:hover .icon-eletter {
    background-color: #f08300
}
.social a:hover .icon-facebook {
    background-color: #677fb5
}
.social a:hover .icon-weibo {
    background-color: #d52b2b
}
.social a:hover .icon-youku {
    background-color: #45bbe3
}
.social a:hover .icon-ameba {
    background-color: #4DAC26
}
.social a:hover .icon-linkedin {
    background-color: #3daccf
}
.social a:hover .icon-twitter-bird {
    background-color: #70c2e9
}
.social a:hover .icon-s-twitter {
    background-color: #70c2e9
}
.social a:hover .icon-s-flickr {
    background-color: #ff3ba4
}
.social a:hover .icon-s-dribbble {
    background-color: #e299c2
}
.social a:hover .icon-s-behance {
    background-color: #42a9fb
}
.social a:hover .icon-s-linkedin {
    background-color: #3daccf
}
.social a:hover .icon-s-vimeo {
    background-color: #42b5d4
}
.social a:hover .icon-youtube {
    background-color: #d5615c
}
.social a:hover .icon-s-skype {
    background-color: #5ecbf3
}
.social a:hover .icon-s-tumblr {
    background-color: #829fb9
}
.social a:hover .icon-s-delicious {
    background-color: #6194dc
}
.social a:hover .icon-s-500px {
    background-color: #3bbbe6
}
.social a:hover .icon-s-grooveshark {
    background-color: #f88e3b
}
.social a:hover .icon-s-forrst {
    background-color: #5f9864
}
.social a:hover .icon-s-digg {
    background-color: #507faa
}
.social a:hover .icon-s-blogger {
    background-color: #fd893f
}
.social a:hover .icon-s-klout {
    background-color: #e16747
}
.social a:hover .icon-s-dropbox {
    background-color: #6ba3c5
}
.social a:hover .icon-s-github {
    background-color: #6c93bb
}
.social a:hover .icon-s-songkick {
    background-color: #ff3b60
}
.social a:hover .icon-s-posterous {
    background-color: #efd57c
}
.social a:hover .icon-s-appnet {
    background-color: #3daad5
}
.social a:hover .icon-s-gplus {
    background-color: #bc7067
}
.social a:hover .icon-s-stumbleupon {
    background-color: #f07356
}
.social a:hover .icon-s-lastfm {
    background-color: #cd443d
}
.social a:hover .icon-s-spotify {
    background-color: #9acf48
}
.social a:hover .icon-s-instagram {
    background-color: #b99682
}
.social a:hover .icon-s-evernote {
    background-color: #9fdc82
}
.social a:hover .icon-s-paypal {
    background-color: #5b85a8
}
.social a:hover .icon-s-picasa {
    background-color: #b088c1
}
.social a:hover .icon-s-soundcloud {
    background-color: #ff8b45
}
.social a:hover a:hover i {
    background-color: #FFF
}
.social a:hover i {
    color: #FFF
}
.black-wrapper .social li a:hover i {
    color: #FFF
}
/*-----------------------------------------------------------------------------------*/
/*	REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 400px !important;
    overflow: hidden !important;
}
.revolution {
    background: #FFF;
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}
.tp-caption.bold {
    font-size: 35px;
    line-height: 1;
    font-weight:bold;
    color: #F3F3F3;
}
.tp-caption.lite {
    font-size: 28px;
    line-height: 1;
    color: #FFF;
    font-weight: normal;
}
.tp-caption.lite.small {
    font-size: 22px;
    line-height: 35px;
    color: #cfcfcf;
}
.tp-caption.dark {
    color: #515151
}
.tp-caption.opacity-bg {
    background: rgba(0,0,0,0.3);
    color: #FFF !important;
    padding: 10px 15px;
    font-size: 30px;
    line-height: 1;
    font-weight:bold;
    color: #F3F3F3;
}
.tp-caption a.btn {
    color: #fff
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.2);
    color: #f7f7f7;
    line-height: 1;
    font-size: 20px;
    padding: 11px 18px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tparrows:before {
    font-family: 'windows';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e806'
}
.tp-rightarrow.default:before {
    content: '\e807'
}
.tparrows:hover {
    background: rgba(0,0,0,0.4)
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    -webkit-border-radius: 3px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.2);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255,126,0,0.6)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-loader {
    background: url(../../Images/Shared/loader.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.fullwidthBanner.downloadcenter {
            background-image: url(../../Images/Shared/download_banner.jpg);
            background-attachment: inherit;
            /*position:relative;
            margin-top:-38px;
            z-index:10;
            max-height:540px;*/
        }
.fullwidthBanner.contactus {
            background-image: url(../../Images/Shared/Contact_Form_banner.jpg);
            background-attachment: inherit;
            /*position:relative;
            margin-top:-38px;
            z-index:10;
            max-height:540px;*/
        }
        .fullwidthBanner .caption {
            -webkit-transition: all 0s ease 0s;
            transition: all 0s ease 0s;
            min-height: 0px;
            min-width: 0px;
            /*white-space: nowrap;*/
            line-height: 58px;
            border-width: 0px;
            margin: 0 0 30px 0;
            padding: 0px;
            font-size: 49px;
            visibility: visible;
            color:#fff;
            opacity: 1;
            -webkit-transform: none;
        }
        .fullwidthBanner.contactus .caption 
        {
            color:#282828;
        }
        .fullwidthBanner.downloadcenter .marginTop,.fullwidthBanner.contactus .marginTop {
            margin:14% 0 30% 0;
        }
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 
	.tp-loader {
	    background-image: url(../../Images/Shared/loader2.gif)
	}
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../../Images/Shared/timer.png);
    position: absolute;
    z-index: 200;
}
/*-----------------------------------------------------------------------------------*/
/*	SERVICES TABS
/*-----------------------------------------------------------------------------------*/
.tab-block {
    display: none
}
.services .etabs {
    padding: 0;
    overflow: inherit;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.services,
.services .etabs {
    text-align: center
}
.services .tab {
    display: inline-block;
    position: relative;
}
.services .tab .pin {
    content: "";
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #dadada;
    display: inline-block;
    z-index: 200;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.services .tab .root:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #dadada;
    width: 50%;
    height: 0px;
    position: absolute;
    top: 12px;
    left: 0;
}
.services .tab .root:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #dadada;
    width: 50%;
    height: 0px;
    position: absolute;
    top: 12px;
    right: 0;
}
/* Firefox Fix */
@-moz-document url-prefix() { 
	.services .tab .root:before,
	.services .tab .root:after {
	    margin-top: 1px
	}
}
.services .tab:first-child .root:before {
    display: none
}
.services .tab:last-child .root:after {
    display: none
}
.services .tab a {
    display: block
}
.services .tab .icon {
    display: table;
    margin: 10px auto 0;
    position: relative;
}
.services .tab .icon i.icn {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: 60px;
    color: #bababa;
    line-height: 1;
    font-size: 50px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.services .tab:hover .icon i.icn,
.services .tab.active .icon i.icn {
    color: #3f8dbf
}
.services .tab:hover .pin,
.services .tab.active .pin {
    background-color: #3f8dbf
}
.services .tab h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #bababa;
    font-weight:bold;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.services .tab:hover h4,
.services .tab.active h4 {
    color: #3f8dbf
}
.services .tab h4 {
    margin: 0
}
.services.tabs .panel-container {
    width: 70%;
    margin: 0 auto 30px;
}
.services.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS ON TOP
/*-----------------------------------------------------------------------------------*/
.tabs-top .etabs {
    margin: 0;
    padding: 0;
    overflow: inherit;
}
.tabs-top.center .etabs {
    text-align: center
}
.tabs-top .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 3px;
}
.tabs-top .tab a {
    padding: 9px 20px;
    display: block;
    color: #9a9a9a;
    font-size: 13px;
    font-weight:bold;
    border: 1px solid #b5b5b5;
    text-transform: uppercase;
}
.tabs-top .tab a:hover,
.tabs-top .tab.active a {
    color: #3f8dbf;
    border-color: #3f8dbf;
}
.tabs-top.tab-container .panel-container {
    position: relative;
    z-index: 1;
    display: block;
}
.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px;
}
.tabs-top.tab-container .panel-container .tab-block {
    padding-top: 10px;
    padding-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#testimonials {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#testimonials .author {
    font-style: normal;
    font-size: 14px;
    color: #3f8dbf;
    display: block;
}
#testimonials div {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight:normal;
    position: relative;
}
#testimonials .tab {
    border: none;
    margin: 0;
    display: inline;
}
#testimonials .etabs {
    padding: 0;
    margin: 0;
    height: 12px;
}
#testimonials .tab a {
    padding: 0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid #aaa;
    display: inline-block;
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
    border: 1px solid #FFF;
    background: none;
    position: relative;
    z-index: 3;
}
#testimonials .panel-container {
    border: none
}
#testimonials.tab-container .panel-container div {
    padding-top: 15px
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMN TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
.arrow-box {
    position: relative;
    background: #fff;
    border: 1px solid #dadada;
    padding: 20px 20px 10px 20px;
    text-align: center;
}
.arrow-box:after,
.arrow-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.arrow-box:before {
    border-color: rgba(218, 218, 218, 0);
    border-top-color: #dadada;
    border-width: 9px;
    margin-left: -9px;
}
.col-testimonials .author {
    margin-top: 10px;
    color: #3f8dbf;
    font-weight:bold;
    display: inline-block;
}
.col-testimonials .author em {
    font-weight:bold;
    font-size: 12px;
    color: #7a7a7a;
    display: block;
    font-style: normal;
    margin-top: -5px;
}
.col-testimonials .arrow-box .quote {
    text-align: left
}
.col-testimonials .arrow-box .quote:before {
    font-family: 'windows';
    content: '\275e';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    font-size: 25px;
    margin-right: 10px;
    float: left;
    display: block;
    color: #dadada;
}
/*-----------------------------------------------------------------------------------*/
/*	ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}
.panel-heading .panel-title {
    color: #9a9a9a;
    font-size: 13px;
    font-weight:bold;
    border: 1px solid #b5b5b5;
    text-transform: uppercase;
}
.panel-title > a {
    display: block;
    color: #9a9a9a;
    padding: 13px 15px;
}
.panel-title > a:hover {
    color: #3f8dbf
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}
.panel-default > .panel-heading + .panel-collapse {
    border: 1px solid #b5b5b5;
    border-top: none;
}
/*-----------------------------------------------------------------------------------*/
/*	SERVICES ICONS
/*-----------------------------------------------------------------------------------*/
.col-services .row {
    text-align: left
}
.col-services .icon {
    display: table
}
.col-services .row  .icon {
    float: left;
    margin-right: 20px;
}
.col-services .row .text {
    overflow: hidden
}
.col-services .icon i.icn {
    color: #3f8dbf;
    line-height: 1;
    font-size: 50px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.col-services-2 .col:hover .icon-border i {
    background-color: #3f8dbf;
    color: #FFF;
}
/*-----------------------------------------------------------------------------------*/
/*	OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.carousel-th .item {
    margin: 0 10px 1px 10px
}
.carousel-th .item a
{
    text-decoration:none;
    }

/*.owl-team.carousel-th .item a*/
.owl-team.carousel-th .item span
{
    float:left;
    }
.carousel-th .item h3.title
{
    display:inline-block;
    margin-bottom:0;
    }
.owl-clients .item img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.owl-clients .item:hover img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.owl-carousel {
    position: relative
}
.owl-carousel .owl-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    text-align:center;
    
}
.owl-carousel:hover .owl-controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    top: 70px;
    left: 10px;
    pointer-events: auto;
}
.owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: 70px;
    right: 10px;
    pointer-events: auto;
}

.owlcarousel2 .owl-controls .owl-prev 
{
    left: 0px;
    top: 70px;
}
.owlcarousel2 .owl-controls .owl-next 
{
    right: 0px;
    top: 70px;
}
.owlcarousel2 .owl-item,.owlcarousel3 .owl-item
{
    padding: 23px 0;
    min-height: 160px;
    }
.owlcarousel3 .owl-item p,
.owlcarousel2 .owl-item p
{
    line-height: 1.2;
    }
@media (min-width: 868px) 
{
    .owl-carousel .owl-controls .owl-prev 
    {
        /*left: -33px;*/
        }
    .owl-carousel .owl-controls .owl-next {
        /*right: -33px;*/

        }  
}



.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0);
    color: #f7f7f7;
    line-height: 1;
    font-size: 18px;
    padding: 12px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-next:hover {
    background: rgba(0,0,0,0.5)
}
.owl-carousel .owl-controls .owl-pagination
{
    /*position:absolute;
    bottom:0;
    width:100%;
    display:none;*/
    position:absolute;
    bottom:-24px;
    width:100%;
    }
.owl-carousel .owl-controls .owl-pagination .owl-page
{
    display:inline-block;
    zoom:1;
    }
.owl-carousel .owl-controls .owl-pagination .owl-page span {
    display: block;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    border: none;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span,
.owl-carousel .owl-controls .owl-pagination .owl-page:hover span {
    background: rgba(0,0,0,0.5);
    border: none;
}

















.owl-portfolio-slider {
    padding-bottom: 15px;
    display: none;
}
.owl-clients,
.owlcarousel {
    display: none
}
.owl-slider-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.owl-slider-wrapper .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-slider-wrapper .owl-custom-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -23px;
    pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -23px;
    pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev,
.owl-slider-wrapper .owl-custom-nav .slider-next {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    line-height: 1;
    font-size: 18px;
    padding: 12px 17px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before,
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
    font-family: 'windows';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
    content: '\e75d'
}
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
    content: '\e75e'
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover,
.owl-slider-wrapper .owl-custom-nav .slider-next:hover {
    background: rgba(0,0,0,0.5)
}
.owl-slider-wrapper .owl-controls {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.owl-slider-wrapper .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-slider-wrapper .owl-controls {
    margin: -40px 0 0 0
}
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page span {
    display: block;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    border: none;
}
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page.active span,
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page:hover span {
    background: rgba(0,0,0,0.5);
    border: none;
}
.owl-slider-wrapper .owl-custom-nav,
.owl-slider-wrapper .owl-controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.owl-slider-wrapper:hover .owl-custom-nav,
.owl-slider-wrapper:hover .owl-controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#owl-gallery .item {
    margin: 0 10px
}
#owl-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
}
#owl-gallery .owl-controls {
    margin: 10px 0 0 0
}
#owl-gallery .owl-pagination {
    height: 12px
}
/* preloading images */
.owl-item.loading {
    min-height: inherit;
    background: none;
}
/*-----------------------------------------------------------------------------------*/
/*	CAPTION & OVERLAY
/*-----------------------------------------------------------------------------------*/
.image-caption {
    width: 100%;
    padding: 15px 20px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-top: none;
    position: relative;
}
.owl-blog .image-caption,
.grid-blog .post .image-caption {
    padding-bottom: 10px
}
.owlcarousel .image-caption h3,
.item .image-caption h3,
.grid-blog .image-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.image-caption h3 a {
    color: #616161
}
.image-caption h3 a:hover {
    color: #3f8dbf
}
.image-caption:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    margin-left: 20px;
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 100;
}
.black-wrapper .image-caption {
    background: #3a3a3a;
    border: none;
    padding: 15px 20px;
}
.black-wrapper .image-caption:before {
    border-bottom: 8px solid #3a3a3a
}
.black-wrapper .image-caption h3 a {
    color: #cacaca
}
.black-wrapper .image-caption h3 a:hover {
    color: #3f8dbf
}
.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.icon-overlay a:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(63,141,191, 0.92);
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.icon-overlay a .txt-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(63,141,191, 0.92);
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.icon-overlay a .read-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(63,141,191, 0.92);
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    display:table-cell;
}
.icon-overlay a .read-more .read
{
    
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: -26px;
    padding: 0;
    text-indent: 53px;
    line-height: 1;
    overflow: hidden;
    background: url(../../Images/Shared/read-watch-download.png) no-repeat -52px -53px;
    position:absolute;
    top:50%;
    left:50%;
    }

.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a:hover .txt-more {
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a:hover .read-more 
{
    /*opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.icon-overlay a:hover .read-more .read
{
    /*background-position:-52px -53px;*/
    /*-webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;*/
    }
.icon-overlay a .icn-more:before {
    font-family: 'windows';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f50d';
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    border: 1px solid #FFF;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.icon-overlay a .txt-more:before {
    /*font-family: 'windows';*/
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: 'more';
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    top: 55%;
    left: 46%;
    z-index: 2;
    /*border: 1px solid #FFF;*/
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
/*.icon-overlay a .read-more:before {
    font-family: 'windows';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f50d';
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    border: 1px solid #FFF;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}*/
.icon-overlay.medium .icn-more:before
/*,.icon-overlay.medium .read-more:before*/
{
    font-size: 16px;
    padding-top: 8px;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
}
.icon-overlay.small .icn-more:before
/*,.icon-overlay.small .read-more:before */
{
    font-size: 15px;
    top: 50%;
    margin: -6px 0 0 -6px;
}
.icon-overlay a:hover .icn-more:before
/*,.icon-overlay a:hover .read-more .read */
{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.icon-overlay a:hover .icn-more:before
/*,.icon-overlay a:hover .read-more:before */
{
    top: 50%!important
}
.sidebox .post-list .icon-overlay a .icn-more:before
/*,.sidebox .post-list .icon-overlay a .read-more:before */
{
    border: none
}
.icon-overlay.icn-link a .icn-more:before
/*,.icon-overlay.icn-link a .read-more:before */
{
    content: '\f517'
}
/*-----------------------------------------------------------------------------------*/
/*	FANCYBOX
/*-----------------------------------------------------------------------------------*/
#fancybox-thumbs ul li img {
    max-width: none
}
.info.hidden {
    display: none
}
.fancybox-wrap {
    background: #FFF !important
}
.fancybox-title,
.fancybox-error {
    font-family: "Helvetica",Verdana,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
.fancybox-title h2,
.fancybox-title h3 {
    color: #616161;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
}
.fancybox-skin {
    color: #616161 !important
}
.fancybox-title-inside-wrap {
    padding: 20px !important
}
.fancybox-nav span {
    width: 36px !important;
    height: 36px !important;
    margin-top: -18px !important;
}
.fancybox-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'windows';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0 !important;
    margin-top: 6px !important;
    text-align: center;
    width: 36px !important;
    font-size: 20px !important;
}
/* Firefox Fix */
@-moz-document url-prefix() { 
	.fancybox-close:before,
	.fancybox-prev span:before,
	.fancybox-next span:before {
	    margin-top: 5px !important
	}
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(0,0,0,0.5) !important;
    color: #f7f7f7 !important;
    text-align: center !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    opacity: 0;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(0,0,0,0.7) !important
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
    opacity: 1
}
.fancybox-prev span:before {
    content: '\e75d'
}
.fancybox-next span:before {
    content: '\e75e'
}
.fancybox-close:before {
    content: '\2715'
}
#fancybox-loading {
    margin-top: -12px !important;
    margin-left: -12px !important;
    background: #000 !important;
    padding: 8px;
    opacity: 1 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}
#fancybox-loading div {
    width: 24px !important;
    height: 24px !important;
    background-image: url(style/images/fancy-loading.gif) !important;
}
.fancybox-overlay {
    background: rgba(27,27,27,0.94) !important;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.33);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.33);
    box-shadow: 0 0 5px rgba(0,0,0,0.33);
}
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.latest-blog-wrapper {
    overflow: hidden;
}
.latest-blog {
    margin-right: -30px;
    margin-bottom: -50px;
}
.latest-blog .post {
    float: left;
    width: 470px;
    margin-bottom: 50px;
    margin-right: 30px;
}
.latest-blog .post:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.latest-blog .post figure {
    width: 150px;
    float: left;
    margin-right: 25px;
}
.latest-blog .post .post-content {
    overflow: hidden
}
.latest-blog .post-title {
    margin: 0;
}
.meta,
.more {
    font-size: 12px;
    color: #9f9f9f;
    display: block;
    margin-bottom: 7px;
}
.more {
    margin: 0;
    color: #3f8dbf;
}
.classic-blog .meta {
    margin-bottom: 12px;
}
.items .meta,
.owl-portfolio .meta {
    margin-bottom: 0;
}
.meta a {
    color: #9f9f9f;
}
.meta a:hover {
    color: #3f8dbf;
}
.meta span:before {
    display: inline-block;
    content: "|";
    padding: 0 10px 0 7px;
}
.meta span:first-child:before {
    display: none;
    padding: 0;
}
a.more:after {
    content: "→";
    padding-left: 5px;
}
.meta.tags a:before {
    content: "#";
    display: inline-block;
}
.grid-blog .post {
    margin-bottom: 30px;
}
.grid-blog .post .date {
    display: inline;
}
.grid-blog:before,
.grid-blog:after {
    display: table;
    content: "";
    line-height: 0;
}
.grid-blog:after {
    clear: both;
}
.grid-blog .post {
    float: left;
    min-height: 1px;
    position: relative;
}
.grid-blog.col3 {
    margin-left: -20px;
    margin-bottom: -20px;
}
.grid-blog.col3 .post {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.grid-blog.col2 {
    margin-left: -30px;
    margin-bottom: -30px;
}
.grid-blog.col2 .post {
    width: 470px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.row .grid-blog.col2 {
    margin-left: -20px;
    margin-bottom: -20px;
}
.row .grid-blog.col2 .post {
    width: 308px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.single figure {
    margin-bottom: 10px
}
.classic-blog figure.main,
.classic-blog iframe,
.classic-blog .owl-slider-wrapper.main {
    margin-bottom: -1px;
    display: block;
}
.classic-blog .post-content.image-caption,
.about-author.image-caption {
    border: 1px solid #e3e3e3;
    padding: 25px;
}
.classic-blog .post-content.image-caption:before,
.about-author.image-caption:before {
    display: none
}
.classic-blog .post {
    margin-bottom: 50px
}
.classic-blog.single .post {
    margin: 0
}
.format-chat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.format-chat ul li strong {
    text-transform: uppercase;
    color: #616161;
}
.format-link .post-title a:after {
    display: inline-block;
    content: "→";
    padding-left: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
    display: block;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}
.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none;
    border: none;
    color: #9b9b9b;
    font-weight:bold;
    text-transform: uppercase;
    padding: 9px 15px;
    border: 2px solid #9b9b9b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #3f8dbf;
    border: 2px solid #3f8dbf;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

}
/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
.navigation a {
    color: #9b9b9b;
    font-weight:bold;
    text-transform: uppercase;
    padding: 5px 10px 4px;
    border: 2px solid #9b9b9b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.navigation a:hover {
    color: #3f8dbf;
    border: 2px solid #3f8dbf;
}
/*-----------------------------------------------------------------------------------*/
/*	AUTHOR
/*-----------------------------------------------------------------------------------*/
.about-author {

}
.about-author .author-image {
    width: 120px;
    float: left;
    margin-right: 20px;
    display: block;
}
.about-author .author-details {
    overflow: hidden;
}
.about-author .author-details .social {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0 0 80px 0;
    position: relative;
}
#comments ol.commentlist {
    list-style: none;
    margin: -20px 0 0 0;
    padding: 0;
}
#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: none;
}
#comments ol.commentlist li:first-child {
    border: none;
    margin: 0;
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    position: relative;
}
#comments .message {
    overflow: hidden;
}
#comments .image-caption {
    border: 1px solid #e3e3e3
}
#comments .image-caption:before {
    display: none;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 16px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}
#comments .info {
    margin-bottom: 12px;
}
#comments .info h2 a {
    color: #616161;
}
#comments .info h2 a:hover {
    color: #3f8dbf;
}
#comments .info .meta {
    display: block;
    margin: -3px 0 -4px 0;
}
#comments .info .meta .date {
    display: inline;
}
#comments a.reply-link {
    display: inline;
    color: #9f9f9f;
}
#comments a.reply-link:hover {
    color: #3f8dbf;
}
#comments a.reply-link:before {
    display: inline-block;
    content: "|";
    padding: 0 10px 0 7px;
    color: #9f9f9f;
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
.blog.no-sidebar #comments .meta {
    text-align: left
}
/*-----------------------------------------------------------------------------------*/
/*	STEPS
/*-----------------------------------------------------------------------------------*/
.steps {
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #dadada;
    height: 100%;
}
.step {
    width: 700px;
    float: right;
    text-align: left;
    margin: 0 0 10px;
    padding: 10px 0 0 405px;
    position: relative;
}
.step.even {
    float: left;
    text-align: right;
    padding: 10px 405px 0 0;
}
.step h5 {
    color: #3f8dbf
}
.step .icon-border {
    position: relative;
    margin-left: 10px;
}
.step.even .icon-border {
    margin-right: 10px;
}
.step .icon-border:before {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 1px solid #dadada;
    position: absolute;
    top: 35px;
    left: -65px;
}
.step.even .icon-border:before {
    left: auto;
    right: -65px;
}
.icon-border {
    display: inline-block;
}
.icon-border i {
    line-height: 1;
    text-align: center;
    color: #3f8dbf;
    font-size: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    display: table;
    width: 70px;
    height: 70px;
    border: 2px solid #3f8dbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.step:hover .icon-border i {
    background-color: #3f8dbf;
    color: #FFF;
}
.icon-border i:before {
    display: table-cell;
    vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*	PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 5px;
}
.progress-list li {
    margin-bottom: 20px;
}
.progress-list li em {
    padding-left: 8px;
    color: #3f8dbf;
    font-style: normal;
}
.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}
.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: #eaeaea;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #3f8dbf;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidebar {
    padding-left: 25px !important;
}
.sidebar.left-sidebar {
    padding: 15px !important;
    padding-top: 0 !important;
}
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebox:first-child {
    margin: 0
}
.sidebox .post-list {
    padding: 0;
    margin: 0;
}
.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.sidebox .post-list h6 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    /*font-weight: 500;*/
}
.sidebox a {
    color: #7a7a7a;
}
.sidebox a:hover {
    color: #3f8dbf;
}
.sidebox .post-list .icon-overlay {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebox .post-list .meta {
    margin-left: 85px;
    overflow: hidden;
    margin-bottom: 0;
}
.sidebox .post-list .meta em {
    font-size: 12px;
    color: #9f9f9f;
    font-style: normal;
    font-weight:bold;
}
.sidebox .post-list .meta em:before {
    display: none;
}
.sidebox.widget form {
    margin: 0;
}
.sidebox.widget .searchform input {
    margin: 0;
}
.widget .list {
    list-style: none;
    margin: 0;
}
.border-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #9a9a9a;
    background: #FFF;
    border: 1px solid #e3e3e3;
}
.border-list li {
    border-top: 1px solid #e3e3e3;
    position: relative;
}
.border-list li a {
    display: block;
    padding: 8px 15px;
    color: #7a7a7a;
}
.border-list li a:hover {
    color: #3f8dbf
}
.border-list li:after {
    font-family: 'windows';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    content: "\e762";
    display: block;
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 17px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.border-list li:hover:after {
    color: #3f8dbf;
}
.border-list li:first-child {
    border-top: none;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none;
}
input,
textarea,
.uneditable-input {
    width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 48px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-appearance: none;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover {
    border: 1px solid #f08300;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #8C8C8C;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
}
textarea {
    height: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
    -webkit-appearance: none;
}

.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d;
}
.forms span.error {
    display: none;
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: #505050 !important;
}
::-webkit-input-placeholder {
    color: #505050 !important;
}
:-moz-placeholder {
    color: #505050 !important;
}
::-moz-placeholder {
    color: #505050 !important;
    opacity:1;
}
:-ms-input-placeholder {
    color: #505050 !important;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
.newsletter {
    position: relative;
    margin: 0 auto;
}
.newsletter input[type="email"] {
    background: #282828;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #434343;
    height: 40px;
    color: #cacaca !important;
}
.newsletter input[type="email"]:focus {
    background: #282828;
    border: 1px solid #5a5a5a;
}
.newsletter .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF !important;
    margin: 0;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.forms label.select
{
    float:none;
    }
label.select {
    /*min-width: 260px;*/
    overflow: hidden;
    padding: 0;
    margin: 0 0 15px 0;
    height: 48px;
    background-image: url(../../Images/Shared/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /*background-color: #50B8BE;*/
    background-color:#fff;
    /*width: 260px;*/
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
label.select select {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    /*background-color: #E6E6E5;*/
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: 0;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    height: 48px;
    line-height: 25px;
    text-indent: .01px;
    text-overflow: '';
    color:#505050;
}
label.select select option 
{
    margin:40px;
    background-color: #282828;
    color:#fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}
/*-----------------------------------------------------------------------------------*/
/*	PARALAX
/*-----------------------------------------------------------------------------------*/
.parallax {
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #d9d9d9;
}
.parallax a {
    color: #d9d9d9;
}
.parallax a:hover {
    color: #3f8dbf;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #f0f0f0
}
.parallax .section-title h2 {
    color: #b0b0b0
}
.parallax .section-title .icon:before,
.parallax .section-title .icon:after {
    border-color: #797979
}
.parallax input,
.parallax textarea {
    background: #333;
    background: rgba(255,255,255,0.15);
    color: #d9d9d9;
    border: none;
}
.parallax input:focus,
.parallax textarea:focus {
    background: #222;
    background: rgba(255,255,255,0.22);
    border: none;
}
.parallax.mobile {
    background-attachment: scroll !important
}
.parallax.contact {
    background-image: url(style/images/art/parallax1.jpg)
}
.parallax.testimonials {
    background-image: url(style/images/art/parallax2.jpg)
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px
}
.black-wrapper .contact-info i {
    color: #f0f0f0
}
/*-----------------------------------------------------------------------------------*/
/*	GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
    bottom: 80px;
    right: 20px;
    text-decoration: none;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 20px;
    padding: 9px 10px 10px 10px;
}
#scrollUp:hover {
    background: rgba(0,0,0,0.5)
}
/*-----------------------------------------------------------------------------------*/
/*	PRICING TABLE
/*-----------------------------------------------------------------------------------*/
.pricing {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}
.pricing ul {
    padding: 0
}
.pricing .btn {
    margin: 0
}
.pricing .plan {
    border: 1px solid #dadada
}
.pricing .plan h3 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    color: #5c5c5c;
}
.pricing .plan h4 {
    padding: 20px 0;
    margin: 0;
    background: #f5f5f5;
}
.pricing .plan h4 span {
    color: #3f8dbf
}
.pricing .plan h4 .amount {
    display: block;
    text-align: center;
}
.pricing .plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px;
}
.pricing .plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight:normal;
}
.pricing .plan li:nth-child(2n) {
    background: #f5f5f5
}
.pricing .plan ul {
    margin: 0;
    list-style: none;
}
.pricing .plan ul li {
    background: #fff;
    padding: 15px 0;
}
.pricing .plan h3 {
    text-transform: uppercase
}
.pricing .select {
    background: #f5f5f5;
    padding: 18px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.items {
    list-style: none
}
.items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}
.items:before,
.items:after {
    display: table;
    content: "";
    line-height: 0;
}
.items:after {
    clear: both
}
.items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.items.col4 {
    margin-left: -17px;
    margin-bottom: -17px;
}
.items.col4 li {
    width: 312px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.items.col3 {
    margin-left: -17px;
    margin-bottom: -17px;
}
.items.col3 li {
    width: 312px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.items li img 
{
    display: block;
    width: 100%;
    }
.filter 
{
    padding: 0;
    margin-bottom: 20px;
    }
.filter 
{
    list-style: none;
    margin: 0 0 30px 0;
    }
.filter li 
{
    display: inline;
    font-weight:bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 10px;
    }
.filter li a 
{
    color: #9b9b9b;
    padding: 10px 12px;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 1px;
    }
.filter li a.active,
.filter li a:hover 
{
    border: 2px solid #9b9b9b
    }
.black-wrapper .filter a:hover 
{
    color: #9b9b9b;
    }
.isotope,
.isotope .item 
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    }
.isotope 
{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    }
.isotope .item 
{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
    }
.item-details 
{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.item-details li 
{
    margin-top: 9px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
    }
.item-details li:first-child 
{
    padding: 0;
    margin: 0;
    border: none;
    }
.item-details li span 
{
    font-weight:bold;
    color: #616161;
    margin-right: 5px;
    }
/*-----------------------------------------------------------------------------------*/
/*	TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip-inner 
{
    color: #fff;
    background-color: #3f8dbf;
    padding: 5px 12px;
    }
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow 
{
    border-top-color: #3f8dbf
    }
.tooltip.right .tooltip-arrow 
{
    border-right-color: #3f8dbf
    }
.tooltip.left .tooltip-arrow 
{
    border-left-color: #3f8dbf
    }
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow 
{
    border-bottom-color: #3f8dbf
    }
.tooltip .tooltip-inner
{
    font-size: 14px;
    text-align: left!important;
    }
/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/
.font-icons 
{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.font-icons li 
{
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
    }
.alert .close 
{
    line-height: 28px
    }
.retina-icons-code i 
{
    font-size: 18px
    }
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child 
{
    text-align: center
    }
.retina-icons-code code 
{
    color: #888;
    background: none;
    white-space: normal;
    }
.table-bordered 
{
    border: 1px solid #dedede;
    border-left: none;
    background: #fff;
    }
.table-bordered a,
table a
{
    color: #3F8DBF;
    text-decoration:none;
    }
.table-bordered a:hover,
table a:hover
{
    color: #3F8DBF;
    text-decoration:underline;
    }
.table-bordered th,
.table-bordered td 
{
    border-left: 1px solid #dedede
    }
.retina-icons-code td 
{
    vertical-align: middle !important
    }
.table th,
.table td 
{
    border-top: 1px solid #dedede
    }
.picons-list .font-icons li 
{
    font-size: 50px;
    margin-bottom: 40px;
    padding: 0 20px;
    }
.picons-list .retina-icons-code i 
{
    font-size: 40px;
    line-height: 1;
    margin-top: 5px;
    display: block;
    }
div.demo
{
    background-color:#51B8BF;
    }
.news .text
{
    background-color:#EFEFEF;
    min-height:160px;
    height:160px;
    padding:25px 15px;
    overflow:hidden;
    color:#282828;
    }
.icon-overlay a:hover .text
{
    background-color:#F08300;
    }
.icon-overlay a:hover .text time, 
.icon-overlay a:hover .text p
{
    color:#fff;
    text-decoration:none;
    }
div.events .fig
{
    }
div.events .text
{
    }
div.solution a img,
div.productLine a img
{
    margin:0 auto;
    }
div.solution a:hover
{
    text-decoration:none;
    }
div.solution h3,
div.productLine h3,
div.solution h1,
div.productLine h1
{
    text-align:center;
    margin:10px 5px;
    font-size:24px;
    color:#444444;
    font-weight:normal;
    line-height: 120%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
div.productLine h3
{
    font-size:16px;
    }
div.solution a:hover h3,
div.productLine a:hover h3,
div.solution a:hover h1,
div.productLine a:hover h1
{
    color: #F09E00;
    text-decoration:none;
    }
div.solution p
{
    color:#282828;
    margin:0 30px;
    text-align:left;
}
div.solution a i,
div.productLine a i
{
    text-align: center;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    color: #fff;
    background: none;
    /*border: 1px solid #fff;*/
    /*width: 90px;
    height: 90px !important;*/
    line-height: 1;
    font-size: 65px;
    /*-webkit-border-radius: 50%;
    border-radius: 50%;*/
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
div.solution span i,
div.productLine span i
{
    text-align: center;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    color: #fff;
    background: none;
    /*border: 1px solid #fff;*/
    /*width: 90px;
    height: 90px !important;*/
    line-height: 1;
    font-size: 65px;
    /*-webkit-border-radius: 50%;
    border-radius: 50%;*/
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
/*div.solution a:hover i
{
    background-color:#E77F0E;
    }*/
a.demosite-link .demo
{
     background-color: #51B8BF; 
     display:inline-block; 
     width:100%;
    }
a.demosite-link:hover .demo
{
    /*background-color: #7fe1e8; */
    }
a.demosite-link .demo span.play
{
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 4px 0 4px;
    padding: 0;
    text-indent: 53px;
    line-height: 200%;
    overflow: hidden;
    background: url(../../Images/Shared/play.png) no-repeat left top;
    }
a.demosite-link:hover .demo span.play
{
    background: url(../../Images/Shared/play.png) no-repeat left bottom;
    }
.parallax.usp1 
{
    background-image: url(../../Images/Shared/banner-bg2.png);
    }
.parallax.usp3 
{
    background-image: url(../../Images/Shared/banner-bg1.png);
    }
div.product
{
    }
div.product ul
{
    margin-left:-28px;
    } 
div.product ul li
{
    display:inline-block;
    margin:10px;
    }
.breadcrumb 
{
    padding: 0 15px;
    margin-bottom: 0;
    /*background-color: #fff;*/
    background-color: transparent !important;
    height:38px;
}
.breadcrumb #showLeftPush
{
    padding:5px 10px;
    margin-left:10px;
    background-color:#000;
    }
.breadcrumb #showLeftPush:hover
{
    background-color:#f08300;
    }
.breadcrumb #showLeftPush:hover i
{
    color:#fff;
    }
.breadcrumb a , 
.breadcrumb span
{
    color:#fff;
    line-height:38px;
    }
.breadcrumb a:hover
{
    color:#f08300;
    text-decoration:none;
    }
/*#sidebar
{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }*/
.breadcrumb a.btn 
{
  padding: 0 15px;
  line-height: 30px;
  margin-top: 4px;
    }
.product .menu
{
    list-style:none;
    display:block;
    margin:0 auto;
    text-align:right;
    width:300px;
    float:right;
    padding:0;
    }
.product .menu li
{
    margin:8px 4px;
    }
.product .menu li a
{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /*color: #6d6d6d;
    background-color:#6d6d6d;
    border-width:2px;
    border-color: #6d6d6d;
    width: 46px;
    height: 46px !important;
    line-height: 1;
    
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
/*.product .menu li a:hover
{
    background-color:#E77E13;
    }*/
.product .menu li a.spec-btn,
.product .menu li a.download-btn,
.product .menu li a.compare-btn
{
    display: inline-block;
    height: 44px;
    width: 44px;
    margin: 0 4px 0 4px;
    padding: 0;
    text-indent: 53px;
    line-height: 200%;
    overflow: hidden;
    background: url(../../Images/Shared/product-detail-btn.png) no-repeat left top;
    }
.product .menu li a.spec-btn
{
    background-position: -54px 0;
    }
.product .menu li a.download-btn
{
    background-position: -107px 0;
    }
.product .menu li a.compare-btn
{
    background-position: 0 0;
    }
.product .menu li a.spec-btn:hover
{
    background-position: -54px -44px;
    }
.product .menu li a.download-btn:hover
{
    background-position: -107px -44px;
    }
.product .menu li a.compare-btn:hover
{
    background-position: 0 -44px;
    }
.product-menu .container .block .row div
{
    margin: 10px 0;
    text-align:center;
    }
.product-menu div a i
{
    color:#fff;
    font-size: 30px;
    line-height:1;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
.product-menu div a h4
{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
.product-menu div a:hover i, .product-menu div a:hover h4
{
    color:#FFC000;
    }

.product-menu div h4
{
    color:#fff;
    }
.navbar.basic .btn.responsive-menu
{
    background: #fff;
    }
.navbar.basic .btn.responsive-menu:hover
{
    color: #000 !important;
    }
.navbar.basic .btn.responsive-menu.active:hover
{
    color: #FFF !important;
    }
.navbar.basic .btn.responsive-menu i
{
    color: #282828;
    /*color:#f08300;*/
    }
.navbar.basic .btn.responsive-menu.active i, 
.navbar.basic .btn.responsive-menu.active span,
.navbar.basic .btn.responsive-menu.active #menu-text
{
    color: #F08300 !important;
    /*color: #282828 !important;*/
    }
.navbar.basic .btn.responsive-menu.active
{
    /*background: #387EAA;*/
    }
table.spec-table
{
   text-align: center;
   font-weight: normal;
   font-size: 12px;
   color: #666;
   background-color: #666;
   border: 1px;
   border-collapse: collapse;
   border-spacing: 0px;
   border-color: #666;
   width:100%;
    }
table.spec-table td
{
   background-color: #fff;
   color: #666;
   padding: 4px;
   text-align: left;
   border: 1px #ccc solid;
   }
table.spec-table td.hed
{
   text-align:left;
   background-color: #fff;
   padding: 4px 10px;
   border-bottom: 1px #ccc solid;
   font-size:12px;
   font-weight:bold;
   color: #666;
   }
table.spec-table td.hed a
{
   font-weight:bold;
   }
table.spec-table td.cospab
{
	text-align:left;
	background-color: #C6DDEA;
	padding: 4px 10px;
	font-size: 12px;
	font-weight:bold;
	/*color: #2E6EA6;*/
	color:#666;
    }
ul.accesory 
{
	display:inline-block;
	width:100%;
	margin:10px 0 0 0;    
    }
ul.accesory li
{
	display:block;
	width:125px;
	margin:0 18px;
	float:left;
    }
ul.accesory li img
{
	border: 1px solid #999; 
    }
ul.accesory li h4
{
	font-size:12.8px;
	margin:5px 3px 1px 3px;
	color:#333;    
    }
ul.accesory li h5
{
	font-size:12.8px;
	margin:1px 3px 0 3px;
	font-weight:normal;    
    }

/*--------------------------------------------------------------------------------*/
/* Search                                                                         */
/*--------------------------------------------------------------------------------*/
/*
.ct-icon-search:before 
{
	content: "\e006";
	font-size: 20px;
    }
.ct-search 
{
	position: relative;
	float: right;
	width: 34px;
	height: 34px;
	margin: 16px 0 0 0;
	z-index: 100000;
    }
.ct-search-input-wrap 
{
	position: absolute;
	right: 34px;
	height: 34px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
    }
.ct-search.ct-search-open .ct-search-input-wrap 
{
	width: 278px;
    }

.ct-icon-search,
input[type="submit"].ct-search-submit  
{
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
    }
.ct-icon-search 
{
	color: #237dac;
	z-index: 90;
    }
.ct-search.ct-search-open .ct-icon-search
{
	background: #237dac;
	color: #fff;
	z-index: 1;
	pointer-events: none;
    }
input[type="submit"].ct-search-submit 
{
	background: transparent;
	color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 0;
	outline: none;
	z-index: -1;
    }
.ct-search.ct-search-open input[type="submit"].ct-search-submit 
{
	z-index: 90;
    }
input[type="text"].ct-search-input 
{
	border: none;
	outline: none;
	opacity: 0;
	background: #fff;
	width: 265px;
	height: 34px;
	margin: 0;
	padding: 2px 7px;
    }
.ct-search.ct-search-open input[type="text"].ct-search-input 
{
	opacity: 1;
    }
*/

/**************************************************************************************/
/* Social                                                                             */
/**************************************************************************************/
#menu
{
    width:34px;
    height:34px;
    overflow:hidden;
    position:absolute;
    z-index:3;	
    left:49%;
    -moz-transition-property: width; /* Firefox 4 */
    -moz-transition-duration: 1s; /* Firefox 4 */
    -webkit-transition-property: width; /* Safari and Chrome */
    -webkit-transition-duration: 1s; /* Safari and Chrome */
    -o-transition-property: width; /* Opera */
    -o-transition-duration: 1s; /* Opera */
    }	
#menu:hover
{
    width:180px;
    }
#menu:hover > #share
{
    background-image:url(../../Images/Shared/social_icons2/Share-This.png) ;
    background-repeat:no-repeat;
    -ms-transform:rotate(360deg); /* IE 9 */
    -ms-transition: -webkit-transform 1s;
    -moz-transform:rotate(360deg); /* Firefox */
    -moz-transition: -webkit-transform 1s;
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    -webkit-transition: -webkit-transform 1s;
    -o-transform:rotate(360deg); /* Opera */
    -o-transition: -webkit-transform 1s;
    }	
#share
{	
    height:34px;
    width:34px;
    background-image:url(../../Images/Shared/social_icons2/sharethis.png); /* Share icon */
    background-repeat:no-repeat;
    float:left;
    margin-left:1px;
    position:relative;
    cursor:pointer;
    }	
.ico1
{
    height:34px;
    width:34px;
    background-image:url(../../Images/Shared/social_icons2/facebook.png);
    background-repeat:no-repeat;
    float:left;
    margin-left:1px;
    cursor:pointer;
    position:relative;
    }
.ico1:hover
{
    background-image:url(../../Images/Shared/social_icons2/Face.png);
    background-repeat:no-repeat;	
    }
.ico2
{
    height:34px;
    width:34px;
    float:left;
    background-image:url(../../Images/Shared/social_icons2/digg.png);
    background-repeat:no-repeat;
    margin-left:1px;
    cursor:pointer;
    position:relative;
    }	
.ico2:hover
{
    background-image:url(../../Images/Shared/social_icons2/Dig.png);
    background-repeat:no-repeat;	
    }
.ico3
{
    height:34px;
    width:34px;
    float:left;
    background-image:url(../../Images/Shared/social_icons2/twitter.png);
    background-repeat:no-repeat;
    margin-left:1px;
    cursor:pointer;
    position:relative;
    }	
.ico3:hover
{
    background-image: url(../../Images/Shared/social_icons2/Twit.png); 
    background-repeat:no-repeat;
    }
.ico4
{
    height:34px;
    width:34px;
    float:left;
    background-image:url(../../Images/Shared/social_icons2/Pinterest.png);
    background-repeat:no-repeat;
    margin-left:1px;
    cursor:pointer;
    position:relative;
    }	
.ico4:hover
{
    background-image:url(../../Images/Shared/social_icons2/pin.png);
    background-repeat:no-repeat;
    }
.ico5
{
    height:34px;
    width:34px;
    float:left;
    background-image:url(../../Images/Shared/social_icons2/Google+.png); 
    background-repeat:no-repeat;
    margin-left:1px;
    cursor:pointer;
    position:relative;
    }	
.ico5:hover
{
    background-image:url(../../Images/Shared/social_icons2/goo.png); 
    background-repeat:no-repeat;
    }
.menu-fs 
{
    position: fixed;
    width: 100%;
    top: 53px;
    left: -100%;
    background: #FFF;
    background: rgba(255, 255, 255, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    }
#menu-search, #menu-contact, #menu-location 
{
    z-index: 110;
    }
.noscroll 
{
    position: relative;
    overflow: hidden;
    }
#menu-text
{
    display:inline-block
    }
.icon-cancel
{
    color:#f08300 !important;
    }
.alert-danger
{
    background-color: #B94A48;
    border-color: #EBCCD1;
    color: #fff;
    }



/***********************************************************************************/
.bs-docs-nav .navbar-header .navbar-toggle {
    border-color: #fff;
}
.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #fff;
}












/*-----------------------------------------------------------------------------------*/
/*	BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) { 
	.box-layout 
	{
		/*background: transparent url(style/images/bg/bg1.jpg) repeat fixed;*/
		padding: 0;
	    }
	.box-layout .body-wrapper 
	{
		position: relative;
		width: 1270px;
		margin: 0 auto;
		-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
		-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
		box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	    }
	.box-layout .body-wrapper .navbar-header 
	{
		width: 1270px;
	    }
	.box-layout .navbar.basic.fixed 
	{
		left: inherit;
		top: 0;
	    }
}
.accessories-block
{
    display:none;
    }

.lv-pic
{
    }  
.lv-status
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 510px;
    height: 354px;
    z-index: 100;
    }
.lv-status a
{
    display: block;
    width: 100%;
    height: 100%;
    }
.lv-status > span
{
    position: absolute;
    top: 45%;
    left: 2px;
    display:inline-block;
    width: 100%;
    /*height: 22px;*/
    z-index: 101;
    background: transparent url('../../Images/Shared/alpha50b.png') repeat;
    text-align: center;
    /*overflow: hidden;*/
    }
.lv-status > span span
{
    color: #fff;
    z-index: 120px;
    }
.lv-status a span
{
    position: absolute;
    top: 135px;
    left: 130px;
    width: 230px;
    height: 96px;
    z-index: 100;
    background: transparent url('../../Images/Shared/icon_play_index.png') no-repeat;
    cursor: pointer;
    }
.lv-status a:hover span
{
    position: absolute;
    top: 135px;
    left: 130px;
    width: 230px;
    height: 96px;
    z-index: 100;
    background: transparent url('../../Images/Shared/icon_play_index2.png') no-repeat;
    cursor: pointer;
    }
#right-close-btn img,
#left-close-btn img
{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    opacity:0;-moz-opacity:0;-khtml-opacity: 0; filter:alpha(opacity=0);
    position:absolute;
    right:0;
    top:0;
    }
#right-close-btn,
#left-close-btn
{
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 10px 10px 0 4px;
    padding: 0;
    text-indent: 53px;
    line-height: 200%;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: url(../../Images/Shared/cross-32.png) no-repeat left top;
    }
#right-close-btn:hover ,
#left-close-btn:hover
{
    background-image:none;
    /*background-position:left bottom;*/
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    }
#right-close-btn:hover img,
#left-close-btn:hover img
{
    opacity:1;
    -moz-opacity:1;
    -khtml-opacity: 1; 
    filter:alpha(opacity=100);
    }
.product h2.title,
.solution h2.title
{
    color:#E77E13; 
    font-size:65px; 
    font-weight:normal;
    line-height:100%;
    word-break: break-word;
    }
.product h2.title
{
     margin:66px 0;
    }
.solution h2.title
{
    margin:20px 0;
    }
.thumbnail
{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border: 0px solid #fff;
    }
.quote .thumbnail
{
    background-color: transparent;
    }
.thumbnail .caption
{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(231, 126, 19, 0.9);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    }
.thumbnail img
{
    display:block;
    margin:0 auto;
    max-width:100%;
    }
.thumbnail .caption h4
{
    font-family: "Helvetica" , "Century Gothic" ,sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: 100;
    margin: 20px auto;
    line-height: 100%;
    }
.awards .thumbnail .caption h4,
.events .thumbnail .caption h4,
.press .thumbnail .caption h4
 {
    font-size: 28px;
    text-align:left;
    padding:0 15px;
    }    
.thumbnail .caption p a.more-link
{
    font-weight: bold;
    color: #fff;
    /*text-decoration: underline;*/
    }
        
.thumbnail .caption p a.more-link:hover, .thumbnail .caption p a.more-link:focus
{
    color: #2e2e2e;
    text-decoration: none;
    }
.desc
{
    padding: 0 30px;
    height: 160px;
    overflow: hidden;
    }
.desc h5
{
    font-family: "Helvetica" , "Century Gothic" ,sans-serif;
    color: rgba(231, 126, 19, 0.9);
    font-size: 30px;
    font-weight: 100;
    margin: 20px auto;
    line-height: 100%;
    text-align:center;
    }
.awards .desc h5,
.events .desc h5,
.press .desc h5
{
    font-size:20px;
    }
.desc p
{
    max-height: 40px;
    overflow: hidden;
    }
.v-center
{
    display: table !important; 
    /*border:2px solid gray;*/
    height: 100%;
    width: 100%;
    }
.v-center .content, .content
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    }
.v-center .content .read 
{
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: -26px;
    padding: 0;
    text-indent: 53px;
    line-height: 1;
    overflow: hidden;
    background: url(../../Images/Shared/read-watch-download.png) no-repeat -52px -53px;
    position: absolute;
    top: 50%;
    left: 50%;
    }
.v-center .content .watch 
{
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: -26px;
    padding: 0;
    text-indent: 53px;
    line-height: 1;
    overflow: hidden;
    background: url(../../Images/Shared/read-watch-download.png) no-repeat 0px -53px;
    position: absolute;
    top: 50%;
    left: 50%;
    }
.v-center .content .download 
{
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: -26px;
    padding: 0;
    text-indent: 53px;
    line-height: 1;
    overflow: hidden;
    background: url(../../Images/Shared/read-watch-download.png) no-repeat -104px -53px;
    position: absolute;
    top: 50%;
    left: 50%;
    }
.fullwidthBanner
{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*overflow: hidden;*/
    color: #D9D9D9;
    position:relative;
    margin-top:-38px;
    z-index:10;
    max-height:540px;
    }
.fullwidthBanner.awards 
{
    background-image: url(../../Images/Shared/banner7.png);
    background-attachment: inherit;
    /*position:relative;
    margin-top:-38px;
    z-index:10;
    max-height:540px;*/
    }
.fullwidthBanner.events 
{
    background-image: url(../../Images/Shared/banner11.png);
    background-attachment: inherit;
    /*position:relative;
    margin-top:-38px;
    z-index:10;
    max-height:540px;*/
    }
.fullwidthBanner.press 
{
    background-image: url(../../Images/Shared/banner10.png);
    background-attachment: inherit;
    /*position:relative;
    margin-top:-38px;
    z-index:10;
    max-height:540px;*/
    }
.fullwidthBanner .caption 
{
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    min-height: 0px;
    min-width: 0px;
    /*white-space: nowrap;*/
    line-height: 58px;
    border-width: 0px;
    margin: 0 0 30px 0;
    padding: 0px;
    font-size: 49px;
    visibility: visible;
    color:#fff;
    opacity: 1;
    -webkit-transform: none;
    }
.fullwidthBanner .marginTop 
{
    margin:10% 0 20% 0;
    }
h2.title
{
    color:#E77E13; 
    font-size:50px; 
    font-weight:normal; 
    margin:60px 0 25px 0; 
    line-height:100%;
    word-break: break-word;
    }
h3.ptitle 
{
    color: #E77E13;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
    line-height: 100%;
    }
h5.title 
{
    text-align: center;
    margin: 16px 25px 16px 25px;
    font-size: 20px;
    color: #444;
    font-weight: normal;
    line-height: 120%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
.dl a:hover h5.title
{
    color: #F09E00;
    text-decoration: none;
    }
/**********************************************************************/
/*                  flip-scroll                                       */
/**********************************************************************/
#flip-scroll table
{
    margin-left:18px;
    }
.table-bordered 
{
    border: 1px solid #DEDEDE;
    /* border-left: none; */
    background: #FFF;
    }
@media only screen and (max-width: 800px) 
{
    #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    #flip-scroll * html .cf { zoom: 1; }
    #flip-scroll *:first-child+html .cf { zoom: 1; }
    #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
    #flip-scroll th,
    #flip-scroll td { margin: 0; vertical-align: top; }
    #flip-scroll th { text-align: left; }
    #flip-scroll table { display: block; position: relative; width: 100%; }
    #flip-scroll thead { display: block; float: left; }
    #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    #flip-scroll thead tr { display: block; }
    #flip-scroll th { display: block; text-align: right; }
    #flip-scroll tbody tr { display: inline-block; vertical-align: top; }
    #flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
    /* sort out borders */
    #flip-scroll th { border-bottom: 0; border-left: 0; }
    #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
    #flip-scroll tbody tr { border-left: 1px solid #babcbf; }
    #flip-scroll th:last-child,
    #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
    }


/**********************************************************************/
/*               verticle middle align text image block               */
/**********************************************************************/
/*<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
    <div id="txt-img-block">
        <div class="press-details col-xs-12 col-sm-8 col-md-8 col-lg-9">
            <div>
                <h3>AVer EVC130 video conferencing system wins Taiwan Excellence Silver Award</h3>
            </div>
        </div>
        <span class="press-image col-sm-4 col-md-4 col-lg-3 hidden-xs">
            <img src="/Upload/Press/silver2014evc.jpg" alt="" style="">
        </span>
        <div class="clearfix"></div>
    </div>
</div>*/

#txt-img-block .press-image,
.txt-img-block .press-image
{
    float: right;
    display: block;
    padding-right: 0;
    }

#txt-img-block .press-image img,
.txt-img-block .press-image img
{
    float:right;
    max-width:184px;
    width:100%;
    height:auto;
    }

#txt-img-block .image-caption,
.txt-img-block .image-caption
{
    border: 1px solid #E3E3E3;
    padding: 25px;
    }
#txt-img-block,
.txt-img-block
{
    background-color: #F2F2F2;
    border: 3px solid #F2F2F2;
    margin-bottom:40px;
    overflow:hidden;
    }
#txt-img-block .press-details,
.txt-img-block .press-details
{
    float:left;
    overflow: hidden;
    display: table;
    background-color: #F2F2F2;
    border: 3px solid #F2F2F2;
    height:184px;
    }
#txt-img-block .press-details div,
.txt-img-block .press-details div
{
    display: table-cell; 
    vertical-align: middle;
    }
#txt-img-block .press-details div h3,
.txt-img-block .press-details div h3
{
    text-align: left; 
    font: bold 18px/1.636363 Arial,Helvetica,sans-serif;
    color:#004ea2;
    padding:10px 20px;
    }
.z-tabs.flat.z-spaced.horizontal > ul > li > a, .z-tabs.flat.z-spaced.z-shadows.z-dark.horizontal > ul > li > a
{
    background: #e1e1e1;
    } 
a.uni-download
{
    display:table;
    }
a.uni-download i
{
    border-width: 0;
    color: #6d6d6d;
    background-color: #FFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #6d6d6d;
    background: none;
    border: 3px solid #6d6d6d;
    width: 45px;
    height: 45px !important;
    line-height: 1;
    font-size: 30px;
    padding-top: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    }
a.uni-download:hover i
{
    color: #949494;
    border-color: #949494;
    }
.modal-backdrop
{
    background-color: #FFF;
    }
.modal-backdrop.in 
{
    opacity: 0.85;
    filter: alpha(opacity=85);
    }
.modal
{
    overflow-y:hidden;
    }
/* 引導畫面 */
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%; 
    height:100%; 
    opacity: 0.85;
    text-align:center;
    z-index: 1040;
    background-color: #000;
    }

#lightbox img 
{
    display:none;
    /*box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;*/
    }
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
    }
.msg
{
    padding: 5px 20px;    
    }
.block.events, .block.news
{
    margin-bottom:5px;
    }
.accordion-group
{
    margin-top: 0px;
    }
.accordion-inner
{
    margin-left: 20px;
    }
.accordion-group .menu_active
{
    font-weight:bold;
    }
#IPG .empty-height
{
    height:50px;
    }
#IPG img,table
{
    margin:20px 0;
    }
#IPG .home img
{
    margin:0;
    }
#IPG .line
{
    display: inline-block;
    border: 0px solid #ccc;
    margin: 0px;
    padding: 0px;
    background: url(/Images/Shared/lol.png);
    background-size: 100% 100%;
    max-width: 700px;
    width: 100%;
    height:100%;
    }
#IPG .line2
{
    display: inline-block;
    border: 0px solid #ccc;
    margin: 0px;
    padding: 0px;
    background: url(/Images/Shared/lol2.png);
    background-size: 100% 100%;
    max-width: 700px;
    width: 100%;
    height:100%;
    }
#IPG .line table,.line2 table
{
    width: 100%;
    height:100%;
    border-width:0;
    }
#IPG .line table td,.line2 table td
{
    border-width:0;
    }
.modal-dialog-center
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    }
.modal-body
{
    overflow-y: auto;
    }
.modal-footer
{
    margin-top: 0;
    }
    
@media (max-width: 767px)
{
    .modal-dialog-center
    {
        width: 100%;
        }
    }

#notifications
{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 0px;
    bottom: 0px;
    width:100%;
    }
#notifications-bottom-center 
{
    /*position: fixed;
    left: 0px;
    bottom: 0px;*/
    width: 100%;     
    /*height: 50px;*/
    text-align: left;
    line-height: 1.6363;
    color: #fff;
    font-size: 16px;
    /*font-weight: 600;*/
    z-index:9999;
    padding:10px 0;
    }
#notifications-bottom-center a
{
    color:#fff;
    }
#notifications-bottom-center-close .icon-cancel
{
    color:#4c4c4c!important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
#notifications-bottom-center-close 
{
    /*background-color: rgba(233,30,99,0.6);*/
    float: right;
    /*height: 50px;
    width: 50px;*/
    font-size: 30px;
    line-height:1;
    color: rgba(255,255,255,1);
    font-weight: 400;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
#notifications-bottom-center-close:hover .icon-cancel
{
    cursor: pointer;
    color:#fff!important;
    /*background-color: rgba(233,30,99,1);*/
    }
.modal 
{
    text-align: center;
    padding: 0!important;
    }
.modal:before 
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    }
.modal-dialog 
{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    }
#xmas b2 h2
{
    }
#xmas .b2
{
    text-align:center;
    }
#xmas .b2 span,#xmas .b2 span.tw
{
    display: inline-block;
    font-size: 18px;
    line-height: 1.3363;
    width: 350px;
    margin: 0 auto;
    position: relative;
    color: #cacaca;
    }
#xmas .b2 span:before
{
    display: inline-block;
    content: "";
    border-bottom: 2px solid #b01418;
    position: absolute;
    left: 0;
    top: 15px;
    width: 50px;
    }
    
#xmas .b2 span:after
{
    display: inline-block;
    content: "";
    border-bottom: 2px solid #b01418;
    position: absolute;
    right: 0;
    top: 15px;
    width: 50px;
    }
    
#xmas .b2 span.tw
{
    width: 450px;
    } 
#xmas .b2 span.tw:before
{
    display: inline-block;
    content: "";
    border-bottom: 2px solid #b01418;
    position: absolute;
    left: 0;
    top: 15px;
    width: 50px;
    }
    
#xmas .b2 span.tw:after
{
    display: inline-block;
    content: "";
    border-bottom: 2px solid #b01418;
    position: absolute;
    right: 0;
    top: 15px;
    width: 50px;
    }