/*
 Theme Name:     Trend 2000
 Theme URI:      http://www.trend2000.co.uk/
 Description:    Trend 2000 Ltd Custom Theme
 Author:         Ally
 Template:       divi
 Version:        1.0.0
*/

@import url("../divi/style.css");
 
/* Customised Styles
------------------------------------------------------- */
#main-header {
	background: transparent;
}

#et-top-navigation {
	float: left;
	padding-left: 0;
	padding-right: 120px;
}

.et_header_style_left .logo_container {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
    max-width: 300px;
}

body.custom-background {
	background-size: contain!important;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-left: 0!important;
	padding-top: 40px!important;
}

.et-search-form {
    position: relative;
    top: 35px;
	left: 30px;
	height: 30px;
}

span.et_close_search_field {
	position: relative;
	color: #ffffff;
	top: 0;
	margin: 0 0 0 350px!important;
}

.et-search-form input {
	position: relative;
	max-width: 300px;
}

#et-footer-nav {
	float:right;
}

.bottom-nav {
	padding: 0;
}

.bottom-nav li {
	padding-left: 30px;
	padding-right: 0;
}

#et-footer-nav .container {
	width: auto;
}

.headlines {
	border-left: 15px solid #ffc800;
	padding-left: 20px;
	max-width: 600px;
}

.headlines h1 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif, arial;
    font-weight: 300;
    text-transform: uppercase;
	line-height: 1em;
}

.headlines h2 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif, arial;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 1.2em;
	font-size: 2em;
	padding-bottom: 0;
}

.h4-banner {
    width:500px;
    background:rgba(0, 0, 0, 0.3);
    position:relative;
	padding: 10px 25px 0 25px;
}
.h4-banner:after {
    content:"";
    position:absolute;
    background: #ffc800;
    top:0;
    right:-10px;
    width: 25px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
	padding: 23px 0;
}

.h4-banner h4 a {
    color: #fff;
    font-family: "Open Sans", sans-serif, arial;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: none;
	text-decoration: none;
}

#company-values h3 {
    font-family: "Open Sans", sans-serif, arial;
	color: #ffc800;
	font-weight: bold;
}

.values-yellow {
	color: #ffc800;
	display: inline-block;
	width: 5%;
}

.values-text {
	padding-left: 2%;
	display: inline-block;
	width: 90%;
	vertical-align: top;
}

#top-menu li.current-menu-item>a {
	color: #ffc800!important;
}

#testimonials .et_pb_blurb_content {
    background-color: #fff;
    color: #888888;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ffc800;
	margin-bottom: 20px;
}

#testimonials .et_pb_blurb_content:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: calc(75% - 2px);
    border-style: solid;
    border-width: 18px 12px 0;
    border-color: #ffc800 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

#testimonials .et_pb_blurb_content:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 75%;
    border-style: solid;
    border-width: 15px 10px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.highlight-heavy {
    color: #1b2d63;
	font-weight: bold;
}

h6 {
	padding: 10px 0 0 0;
	font-family: "Open Sans", sans-serif, arial!important;
	font-weight: bold!important;
	text-transform: none!important;
}

li {
	list-style-type: square;
}

#footer-bottom {
	border-top: 5px solid #ffc800;
}

#company-values p {
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
	padding-bottom: 1.6em;
}

/*** Service Offering ***/

/* Strategy Mapping */
.strategy-mapping {
	border-top: 3px solid #de8244;
	border-bottom: 3px solid #de8244;
}

.strategy-mapping .box:after, .strategy-mapping .box:before {
    left: 0%;
    top: 50%;
    border: 3px solid #de8244;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.strategy-mapping .box:before {
    border-color: rgba(245, 44, 44, 0);
    border-left-color: #de8244;
    border-width: 58px;
    margin-top: -58px;
    z-index: 1;
}

.strategy-mapping .box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #152151;
    border-width: 54px;
    margin-top: -54px;
    z-index: 2;
}

.strategy-mapping .arrow-base:before {
    border-left-color: #de8244;
    border-width: 58px;
    margin-top: -58px;
    z-index: 3;
}

.strategy-mapping h5 {
	color: #de8244;
}

.strategy-mapping .box .overbox:before {
    border-left-color: #de8244;
}

.strategy-mapping .box .overbox {
  border-top: 3px solid #de8244;
  border-bottom: 3px solid #de8244;
  border-left: 3px solid #de8244;
}

/* Talent Development */
.talent-development {
	border-top: 3px solid #a5a5a5;
	border-bottom: 3px solid #a5a5a5;
}

.talent-development .box:after, .talent-development .box:before {
    left: 0%;
    top: 50%;
    border: 2px solid #a5a5a5;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.talent-development .box:before {
    border-color: rgba(245, 44, 44, 0);
    border-left-color: #a5a5a5;
    border-width: 58px;
    margin-top: -58px;
    z-index: 1;
}

.talent-development .box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #152151;
    border-width: 54px;
    margin-top: -54px;
    z-index: 2;
}

.talent-development .arrow-base:before {
    border-left-color: #a5a5a5;
    border-width: 58px;
    margin-top: -58px;
    z-index: 3;
}

.talent-development h5 {
	color: #a5a5a5;
}

.talent-development .box .overbox:before {
    border-left-color: #a5a5a5;
}

.talent-development .box .overbox {
  border-top: 3px solid #a5a5a5;
  border-bottom: 3px solid #a5a5a5;
  border-left: 3px solid #a5a5a5;
}

/* Pre-Award */
.pre-award {
	border-top: 3px solid #f6c243;
	border-bottom: 3px solid #f6c243;
}

.pre-award .box:after, .pre-award .box:before {
    left: 0%;
    top: 50%;
    border: 2px solid #f6c243;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pre-award .box:before {
    border-color: rgba(245, 44, 44, 0);
    border-left-color: #f6c243;
    border-width: 58px;
    margin-top: -58px;
    z-index: 1;
}

.pre-award .box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #152151;
    border-width: 54px;
    margin-top: -54px;
    z-index: 2;
}

.pre-award .arrow-base:before {
    border-left-color: #f6c243;
    border-width: 58px;
    margin-top: -58px;
    z-index: 3;
}

.pre-award h5 {
	color: #f6c243;
}

.pre-award .box .overbox:before {
    border-left-color: #f6c243;
}

.pre-award .box .overbox {
  border-top: 3px solid #f6c243;
  border-bottom: 3px solid #f6c243;
  border-left: 3px solid #f6c243;
}

/* Post Award */
.post-award {
	border-top: 3px solid #6a9ad0;
	border-bottom: 3px solid #6a9ad0;
}

.post-award .box:after, .post-award .box:before {
    left: 0%;
    top: 50%;
    border: 2px solid #6a9ad0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.post-award .box:before {
    border-color: rgba(245, 44, 44, 0);
    border-left-color: #6a9ad0;
    border-width: 58px;
    margin-top: -58px;
    z-index: 1;
}

.post-award .box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #152151;
    border-width: 54px;
    margin-top: -54px;
    z-index: 2;
}

.post-award .arrow-base:before {
    border-left-color: #6a9ad0;
    border-width: 58px;
    margin-top: -58px;
    z-index: 3;
}

.post-award h5 {
	color: #6a9ad0;
}

.post-award .box .overbox:before {
    border-left-color: #6a9ad0;
}

.post-award .box .overbox {
  border-top: 3px solid #6a9ad0;
  border-bottom: 3px solid #6a9ad0;
  border-left: 3px solid #6a9ad0;
}

/* Post-post Award */
.postpost-award {
	border-top: 3px solid #7eab55;
	border-bottom: 3px solid #7eab55;
}

.postpost-award .box:after, .postpost-award .box:before {
    left: 0%;
    top: 50%;
    border: 2px solid #7eab55;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.postpost-award .box:before {
    border-color: rgba(245, 44, 44, 0);
    border-left-color: #7eab55;
    border-width: 58px;
    margin-top: -58px;
    z-index: 1;
}

.postpost-award .box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #152151;
    border-width: 54px;
    margin-top: -54px;
    z-index: 2;
}

.postpost-award .arrow-base:before {
    border-left-color: #7eab55;
    border-width: 58px;
    margin-top: -58px;
    z-index: 3;
}

.postpost-award h5 {
	color: #7eab55;
}

.postpost-award .box .overbox:before {
    border-left-color: #7eab55;
}

.postpost-award .box .overbox {
  border-top: 3px solid #7eab55;
  border-bottom: 3px solid #7eab55;
  border-left: 3px solid #7eab55;
}

/* End */

.offering-arrow {
	float: left;
	margin-right: 20px;
	margin-bottom: 0!important;
}

.arrow-base {
    position: relative;
    background: #ffffff;
    border-right: none;
    width: 156px;
    border-left: none;
}

#company-values img.wp-smiley, #company-values img.emoji {
	margin: 5px 0.75em 1em 0!important;
	float: left;
}

.content-block {
	padding-bottom: 40px!important;
}

.et_pb_column_1_3 .et_pb_text {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ffc800;
	margin-bottom: 20px;
}

#testimonials .et_pb_column_1_3 .et_pb_text {
    color: #888888;
    font-size: 13px;
}

/* Services Page */
.content-block .overbox:after {
    top: 50%;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #f8f8f8;
    border-width: 69px;
    margin-top: -69px;
    z-index: 2;
    left: 70%;
}

.content-block .overbox:before {
    top: 50%;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 73px;
    margin-top: -73px;
    z-index: 1;
    left: 70%;
}

.content-block  .overbox {
  background-color: #f8f8f8;
  color: #152151;
  z-index: 100;
  height: 146px;
  padding: 10px 5px;
  text-align: center;
  width: 70%;
}

.content-block .overbox h5 {
	font-weight: 600;
	font-family: "Open Sans", sans-serif, arial;
}

.content-block .overbox li {
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 10px;
    list-style-type: none;
}

.content-block .strategy-arrow:before {
    border-left-color: #de8244;
}

.content-block .strategy-arrow {
  border-top: 3px solid #de8244;
  border-bottom: 3px solid #de8244;
  border-left: 3px solid #de8244;
}

.content-block .talent-arrow:before {
    border-left-color: #a5a5a5;
}

.content-block .talent-arrow {
  border-top: 3px solid #a5a5a5;
  border-bottom: 3px solid #a5a5a5;
  border-left: 3px solid #a5a5a5;
}

.content-block .pre-arrow:before {
    border-left-color: #ffc800;
}

.content-block .pre-arrow {
  border-top: 3px solid #ffc800;
  border-bottom: 3px solid #ffc800;
  border-left: 3px solid #ffc800;
}

.content-block .post-arrow:before {
    border-left-color: #6a9ad0;
}

.content-block .post-arrow {
  border-top: 3px solid #6a9ad0;
  border-bottom: 3px solid #6a9ad0;
  border-left: 3px solid #6a9ad0;
}

.content-block .postpost-arrow:before {
    border-left-color: #7eab55;
}

.content-block .postpost-arrow {
  border-top: 3px solid #7eab55;
  border-bottom: 3px solid #7eab55;
  border-left: 3px solid #7eab55;
}
/* Services End */

/* Search Results */
.search #main-header {
	min-height: 210px;
}

.search .et_right_sidebar #main-content .container:before {
	right: 0;
}

.search #left-area {
	width: 100%;
}

.search #main-content .container:before {
	background-color: #ffffff;
}

.arrow-base:after, .arrow-base:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-base:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 54px;
    margin-top: -54px;
    z-index: 4;
}

.box .overbox:after {
    top: 50%;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #f8f8f8;
    border-width: 87px;
    margin-top: -87px;
    z-index: 2;
    left: 100%;
}

.box .overbox:before {
    top: 50%;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 91px;
    margin-top: -91px;
    z-index: 1;
    left: 100%;
}

.box {
  position: relative;
}

.box .overbox {
  background-color: #f8f8f8;
  position: absolute;
  top: -35px;
  left: -65px;
  color: #152151;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  height: 180px;
  padding: 10px 5px;
  text-align: center;
}

.box .overbox h5 {
	font-weight: 600;
	font-family: "Open Sans", sans-serif, arial;
	text-decoration: none!important;
}

.box .overbox li {
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 10px;
    list-style-type: none;
}

.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.mendo-links {
    text-align: center;
    height: 110px;
    padding: 30px 0 0 60px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
}

.et_pb_toggle h5.et_pb_toggle_title {
    font-weight: 600;
    font-size: 20px;
}

body{color:#323232}
h1,h2,h3,h4,h5,h6{color:#1b2d63}
body{line-height:1.8em}          
a{color:#1b2d63}          
.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#ffffff}
#top-menu li a{font-size:15px}          
body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:15px!important}          
#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,.et_color_scheme_red #top-menu li.current-menu-ancestor>a,.et_color_scheme_red #top-menu li.current-menu-item>a,.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,.et_color_scheme_pink #top-menu li.current-menu-item>a,.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,.et_color_scheme_orange #top-menu li.current-menu-item>a,.et_color_scheme_green #top-menu li.current-menu-ancestor>a,.et_color_scheme_green #top-menu li.current-menu-item>a{color:#0c0f1f}          
#footer-widgets .footer-widget li:before{top:9.75px}          
#et-footer-nav{background-color:#091232}          
.bottom-nav,.bottom-nav a,.bottom-nav li.current-menu-item a{color:#ffffff}          
#et-footer-nav .bottom-nav li.current-menu-item a{color:#ffc800}          
.bottom-nav,.bottom-nav a{font-size:12px}          
#footer-bottom{background-color:#091232}          
#footer-info,#footer-info a{color:#ffffff}          
#footer-info{font-size:12px}   
.et_pb_contact_submit {color:#1b2d63!important}
h1,h2,h3,h4,h5,h6,.et_quote_content blockquote p,.et_pb_slide_description .et_pb_slide_title{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none;line-height:1.3em}          
.et_pb_section{padding:0% 0}          
.et_pb_section.et_pb_section_first{padding-top:inherit}          
.et_pb_fullwidth_section{padding:0}          
h1{font-size:32px}          
h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p{font-size:27px}          
h3{font-size:23px}          
h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-size:19px}          
h5{font-size:16px}          
h6{font-size:15px}          
.et_pb_slide_description .et_pb_slide_title{font-size:48px}          
.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2{font-size:16px}          
.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:70px 0 0 0}          
.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:70px}          
.et_header_style_split .centered-inline-logo-wrap{width:140px;margin:-140px 0}          
.et_header_style_split .centered-inline-logo-wrap #logo{max-height:140px}          
.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:140px}          
.et_header_style_centered #top-menu>li>a{padding-bottom:25px}          
.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:61px 0 61px 0!important}          
.et-fixed-header #top-menu li a{font-size:15px}          
.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#ffffff!important}          
.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#ffffff!important}          
.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#ffffff!important}          
.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#ffffff!important}          
.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a{color:#0c0f1f!important}
.et_pb_row{padding:27px 0}          
.et_pb_section{padding:0px 0}          
.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}          
.et_pb_section.et_pb_section_first{padding-top:inherit}          
.et_pb_fullwidth_section{padding:0}
h1,h2,h3,h4,h5,h6{font-family:'Merriweather',Georgia,"Times New Roman",serif}
body,input,textarea,select{font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif}
#main-header,#et-top-navigation{font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif}
#logo {
	max-height: 130px!important;
}
.logo_container {
	top: 40px;
}
.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
	margin-right: 2.5%;
}
.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
	width: 31.666%;
}

.mobile_menu_bar:before {
    color: #ffffff!important;
}

ul#mobile_menu li {
    list-style: none;
}

.et_mobile_menu {
	border-top: 5px solid #ffc800;
}

.error404 #main-header {
	min-height: 220px;
}

.error404 #left-area {
	width: 100%!important;
	padding-right: 0!important;
}

.error404 #main-content .container:before {
	display: none;
}

.error404 #main-content .container {
	padding-top: 0;
}

.search-results .post-meta {
	display: none;
}

/* Submission deadlines */
h2.ng-binding {
    color: darkblue;
    font-size: 20px;
    padding: 10px;
    text-transform: initial;
    font-weight: 600;
}

.panel.panel-default {
    border: 1px solid #cccccc;
    margin-bottom: 40px;
}

/* Submission admin (bootstrap) */
.ng-scope .ng-hide{display:none!important;}
.ng-scope a{background:transparent;}
.ng-scope a:active,.ng-scope a:hover{outline:0;}
.ng-scope img{border:0;}
.ng-scope hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
.ng-scope button, .ng-scope input{color:inherit;font:inherit;margin:0;}
.ng-scope button{overflow:visible;}
.ng-scope button{text-transform:none;}
.ng-scope button{-webkit-appearance:button;cursor:pointer;}
.ng-scope button::-moz-focus-inner,.ng-scope input::-moz-focus-inner{border:0;padding:0;}
.ng-scope input{line-height:normal;}
.ng-scope input,.ng-scope button{font-family:inherit;font-size:inherit;line-height:inherit;}
.ng-scope a{color:#428bca;text-decoration:none;}
.ng-scope a:hover,.ng-scope a:focus{color:#2a6496;text-decoration:underline;}
.ng-scope a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.ng-scope img{vertical-align:middle;}
.ng-scope .img-responsive{display:block;max-width:100%;height:auto;}
.ng-scope hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}
.ng-scope h2,.ng-scope .h2{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
.ng-scope h2,.ng-scope .h2{margin-top:20px;margin-bottom:10px;}
.ng-scope h2,.ng-scope .h2{font-size:30px;}
.ng-scope p{margin:0 0 10px;}
.ng-scope .text-right{text-align:right;}
.ng-scope .text-center{text-align:center;}
.ng-scope ul{margin-top:0;margin-bottom:10px;}
.ng-scope .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.ng-scope label{display:inline-block;margin-bottom:5px;font-weight:bold;}
.ng-scope .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.ng-scope .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.ng-scope .form-control::-moz-placeholder{color:#999999;opacity:1;}
.ng-scope .form-control:-ms-input-placeholder{color:#999999;}
.ng-scope .form-control::-webkit-input-placeholder{color:#999999;}
.ng-scope .form-group{margin-bottom:15px;}
.ng-scope .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-scope .btn:focus,
.ng-scope .btn:active:focus,
.ng-scope .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ng-scope .btn:hover,
.ng-scope .btn:focus {
  color: #333333;
  text-decoration: none;
}
.ng-scope .btn:active,
.ng-scope .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ng-scope .btn.disabled,
.ng-scope .btn[disabled],
.ng-scope fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ng-scope .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.ng-scope .btn-default:hover,
.ng-scope .btn-default:focus,
.ng-scope .btn-default:active,
.ng-scope .btn-default.active,
.ng-scope .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.ng-scope .btn-default:active,
.ng-scope .btn-default.active,
.ng-scope .open .dropdown-toggle.btn-default {
  background-image: none;
}
.ng-scope .btn-default.disabled,
.ng-scope .btn-default[disabled],
.ng-scope fieldset[disabled] .btn-default,
.ng-scope .btn-default.disabled:hover,
.ng-scope .btn-default[disabled]:hover,
.ng-scope fieldset[disabled] .btn-default:hover,
.ng-scope .btn-default.disabled:focus,
.ng-scope .btn-default[disabled]:focus,
.ng-scope fieldset[disabled] .btn-default:focus,
.ng-scope .btn-default.disabled:active,
.ng-scope .btn-default[disabled]:active,
.ng-scope fieldset[disabled] .btn-default:active,
.ng-scope .btn-default.disabled.active,
.ng-scope .btn-default[disabled].active,
.ng-scope fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.ng-scope .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.ng-scope .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ng-scope .btn-primary:hover,
.ng-scope .btn-primary:focus,
.ng-scope .btn-primary:active,
.ng-scope .btn-primary.active,
.ng-scope .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.ng-scope .btn-primary:active,
.ng-scope .btn-primary.active,
.ng-scope .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.ng-scope .btn-primary.disabled,
.ng-scope .btn-primary[disabled],
.ng-scope fieldset[disabled] .btn-primary,
.ng-scope .btn-primary.disabled:hover,
.ng-scope .btn-primary[disabled]:hover,
.ng-scope fieldset[disabled] .btn-primary:hover,
.ng-scope .btn-primary.disabled:focus,
.ng-scope .btn-primary[disabled]:focus,
.ng-scope fieldset[disabled] .btn-primary:focus,
.ng-scope .btn-primary.disabled:active,
.ng-scope .btn-primary[disabled]:active,
.ng-scope fieldset[disabled] .btn-primary:active,
.ng-scope .btn-primary.disabled.active,
.ng-scope .btn-primary[disabled].active,
.ng-scope fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.ng-scope .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.ng-scope .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ng-scope .btn-success:hover,
.ng-scope .btn-success:focus,
.ng-scope .btn-success:active,
.ng-scope .btn-success.active,
.ng-scope .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.ng-scope .btn-success:active,
.ng-scope .btn-success.active,
.ng-scope .open .dropdown-toggle.btn-success {
  background-image: none;
}
.ng-scope .btn-success.disabled,
.ng-scope .btn-success[disabled],
.ng-scope fieldset[disabled] .btn-success,
.ng-scope .btn-success.disabled:hover,
.ng-scope .btn-success[disabled]:hover,
.ng-scope fieldset[disabled] .btn-success:hover,
.ng-scope .btn-success.disabled:focus,
.ng-scope .btn-success[disabled]:focus,
.ng-scope fieldset[disabled] .btn-success:focus,
.ng-scope .btn-success.disabled:active,
.ng-scope .btn-success[disabled]:active,
.ng-scope fieldset[disabled] .btn-success:active,
.ng-scope .btn-success.disabled.active,
.ng-scope .btn-success[disabled].active,
.ng-scope fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ng-scope .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.ng-scope .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ng-scope .btn-info:hover,
.ng-scope .btn-info:focus,
.ng-scope .btn-info:active,
.ng-scope .btn-info.active,
.ng-scope .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.ng-scope .btn-info:active,
.ng-scope .btn-info.active,
.ng-scope .open .dropdown-toggle.btn-info {
  background-image: none;
}
.ng-scope .btn-info.disabled,
.ng-scope .btn-info[disabled],
.ng-scope fieldset[disabled] .btn-info,
.ng-scope .btn-info.disabled:hover,
.ng-scope .btn-info[disabled]:hover,
.ng-scope fieldset[disabled] .btn-info:hover,
.ng-scope .btn-info.disabled:focus,
.ng-scope .btn-info[disabled]:focus,
.ng-scope fieldset[disabled] .btn-info:focus,
.ng-scope .btn-info.disabled:active,
.ng-scope .btn-info[disabled]:active,
.ng-scope fieldset[disabled] .btn-info:active,
.ng-scope .btn-info.disabled.active,
.ng-scope .btn-info[disabled].active,
.ng-scope fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ng-scope .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.ng-scope .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ng-scope .btn-warning:hover,
.ng-scope .btn-warning:focus,
.ng-scope .btn-warning:active,
.ng-scope .btn-warning.active,
.ng-scope .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.ng-scope .btn-warning:active,
.ng-scope .btn-warning.active,
.ng-scope .open .dropdown-toggle.btn-warning {
  background-image: none;
}
.ng-scope .btn-warning.disabled,
.ng-scope .btn-warning[disabled],
.ng-scope fieldset[disabled] .btn-warning,
.ng-scope .btn-warning.disabled:hover,
.ng-scope .btn-warning[disabled]:hover,
.ng-scope fieldset[disabled] .btn-warning:hover,
.ng-scope .btn-warning.disabled:focus,
.ng-scope .btn-warning[disabled]:focus,
.ng-scope fieldset[disabled] .btn-warning:focus,
.ng-scope .btn-warning.disabled:active,
.ng-scope .btn-warning[disabled]:active,
.ng-scope fieldset[disabled] .btn-warning:active,
.ng-scope .btn-warning.disabled.active,
.ng-scope .btn-warning[disabled].active,
.ng-scope fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ng-scope .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.ng-scope .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ng-scope .btn-danger:hover,
.ng-scope .btn-danger:focus,
.ng-scope .btn-danger:active,
.ng-scope .btn-danger.active,
.ng-scope .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.ng-scope .btn-danger:active,
.ng-scope .btn-danger.active,
.ng-scope .open .dropdown-toggle.btn-danger {
  background-image: none;
}
.ng-scope .btn-danger.disabled,
.ng-scope .btn-danger[disabled],
.ng-scope fieldset[disabled] .btn-danger,
.ng-scope .btn-danger.disabled:hover,
.ng-scope .btn-danger[disabled]:hover,
.ng-scope fieldset[disabled] .btn-danger:hover,
.ng-scope .btn-danger.disabled:focus,
.ng-scope .btn-danger[disabled]:focus,
.ng-scope fieldset[disabled] .btn-danger:focus,
.ng-scope .btn-danger.disabled:active,
.ng-scope .btn-danger[disabled]:active,
.ng-scope fieldset[disabled] .btn-danger:active,
.ng-scope .btn-danger.disabled.active,
.ng-scope .btn-danger[disabled].active,
.ng-scope fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ng-scope .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.ng-scope .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.ng-scope .btn-link,
.ng-scope .btn-link:active,
.ng-scope .btn-link[disabled],
.ng-scope fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ng-scope .btn-link,
.ng-scope .btn-link:hover,
.ng-scope .btn-link:focus,
.ng-scope .btn-link:active {
  border-color: transparent;
}
.ng-scope .btn-link:hover,
.ng-scope .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.ng-scope .btn-link[disabled]:hover,
.ng-scope fieldset[disabled] .btn-link:hover,
.ng-scope .btn-link[disabled]:focus,
.ng-scope fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.ng-scope .btn-lg,
.ng-scope .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.ng-scope .btn-sm,
.ng-scope .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ng-scope .btn-xs,
.ng-scope .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ng-scope .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.ng-scope .btn-block + .btn-block {
  margin-top: 5px;
}
.ng-scope td, .ng-scope th {
  padding: 0!important;
}
.ng-scope .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.ng-scope li {
    list-style-type: none;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.ng-scope .input-group{position:relative;display:table;border-collapse:separate;}
.ng-scope .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}
.ng-scope .input-group-btn,.ng-scope .input-group .form-control{display:table-cell;}
.ng-scope .input-group-btn:not(:first-child):not(:last-child),.ng-scope .input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}
.ng-scope .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}
.ng-scope .input-group .form-control:first-child,.ng-scope .input-group-btn:first-child > .btn{border-bottom-right-radius:0;border-top-right-radius:0;}
.ng-scope .input-group-btn:last-child > .btn{border-bottom-left-radius:0;border-top-left-radius:0;}
.ng-scope .input-group-btn{position:relative;font-size:0;white-space:nowrap;}
.ng-scope .input-group-btn > .btn{position:relative;}
.ng-scope .input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.ng-scope .input-group-btn > .btn:active{z-index:2;}
.ng-scope .input-group-btn:first-child > .btn{margin-right:-1px;}
.ng-scope .input-group-btn:last-child > .btn{margin-left:-1px;}
.ng-scope .nav{margin-bottom:0;padding-left:0;list-style:none;}
.ng-scope .nav > li{position:relative;display:block;}
.ng-scope .nav > li > a{position:relative;display:block;padding:10px 15px;}
.ng-scope .nav > li > a:hover,.ng-scope .nav > li > a:focus{text-decoration:none;background-color:#eeeeee;}
.ng-scope .panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);}
.ng-scope .panel-body{padding:15px;}
.ng-scope .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}
.ng-scope .panel-default{border-color:#dddddd;}
.ng-scope .panel-default > .panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd;}
.ng-scope .container:before,.ng-scope .container:after,.ng-scope .row:before,.ng-scope .row:after,.ng-scope .nav:before,.ng-scope .nav:after,.ng-scope .panel-body:before,.ng-scope .panel-body:after{content:" ";display:table;}
.ng-scope .container:after,.ng-scope .row:after,.ng-scope .nav:after,.ng-scope .panel-body:after{clear:both;}
.ng-scope .pull-right{float:right!important;}
.ng-scope .minicolors{position:relative;}
.ng-scope .minicolors-swatch{position:absolute;vertical-align:middle;background:url(/wp-content/uploads/jquery.minicolors.png) -80px 0;border:solid 1px #ccc;cursor:text;padding:0;margin:0;display:inline-block;}
.ng-scope .minicolors-swatch-color{position:absolute;top:0;left:0;right:0;bottom:0;}
.ng-scope .minicolors-panel{position:absolute;width:173px;height:152px;background:white;border:solid 1px #CCC;box-shadow:0 0 20px rgba(0, 0, 0, .2);z-index:99999;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:none;}
.ng-scope .minicolors-position-top .minicolors-panel{top:-154px;}
.ng-scope .minicolors-position-left .minicolors-panel{left:0;}
.ng-scope .minicolors .minicolors-grid{position:absolute;top:1px;left:1px;width:150px;height:150px;background:url(/wp-content/uploads/jquery.minicolors.png) -120px 0;cursor:crosshair;}
.ng-scope .minicolors .minicolors-grid-inner{position:absolute;top:0;left:0;width:150px;height:150px;background:none;}
.ng-scope .minicolors-slider,.minicolors-opacity-slider{position:absolute;top:1px;left:152px;width:20px;height:150px;background:white url(/wp-content/uploads/jquery.minicolors.png) 0 0;cursor:row-resize;}
.ng-scope .minicolors-opacity-slider{left:173px;background-position:-40px 0;display:none;}
.ng-scope .minicolors-grid .minicolors-picker{position:absolute;top:70px;left:70px;width:12px;height:12px;border:solid 1px black;border-radius:10px;margin-top:-6px;margin-left:-6px;background:none;}
.ng-scope .minicolors-grid .minicolors-picker > div{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:8px;border:solid 2px white;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.ng-scope .minicolors-picker{position:absolute;top:0;left:0;width:18px;height:2px;background:white;border:solid 1px black;margin-top:-2px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.ng-scope .minicolors-theme-bootstrap .minicolors-swatch{top:3px;left:3px;width:28px;height:28px;border-radius:3px;}
.ng-scope .minicolors-theme-bootstrap .minicolors-input{padding-left:44px;}
.ng-scope .nav > li > a{display:block;font-size:13px;font-weight:500;color:#66CCFF;padding:4px 20px;}
.ng-scope .layout{color:#66CCFF;}
.ng-scope .minicolors-input{background-color:transparent;}
.ng-scope .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ng-scope .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ng-scope .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.ng-scope .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.ng-scope .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.ng-scope .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.ng-scope .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.ng-scope .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ng-scope .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.ng-scope .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.ng-scope .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.ng-scope .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.ng-scope .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.ng-scope .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.ng-scope .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.ng-scope .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.ng-scope .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.ng-scope .popover.top {
  margin-top: -10px;
}
.ng-scope .popover.right {
  margin-left: 10px;
}
.ng-scope .popover.bottom {
  margin-top: 10px;
}
.ng-scope .popover.left {
  margin-left: -10px;
}
.ng-scope .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.ng-scope .popover-content {
  padding: 9px 14px;
}
.ng-scope .popover > .arrow,
.ng-scope .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ng-scope .popover > .arrow {
  border-width: 11px;
}
.ng-scope .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.ng-scope .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.ng-scope .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.ng-scope .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.ng-scope .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.ng-scope .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.ng-scope .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.ng-scope .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.ng-scope .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/wp-content/fonts/glyphicons-halflings-regular.eot');
  src: url('/wp-content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/wp-content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/wp-content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1366px) {
	.arrow-base {
		width: 162px;
	}
	.box .overbox {
		width: 237px;
	}
	.mendo-links {
		padding: 30px 0 0 60px;
		font-size: 14px;
	}
	.offering-overview {
		padding-right: 65px!important;
		padding-left: 65px!important;
	}
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1101px) and (max-width: 1365px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom: 40px!important;
	}
	#logo {
		max-height: 110px!important;
	}
	.et_header_style_left .logo_container {
		top: 0;
	}
	#et-top-navigation {
		width: 100%;
	}
	.mendo-links {
		padding: 30px 0 0 58px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.arrow-base {
		width: 145px;
	}
	.et_pb_row_2.et_pb_row {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.offering-overview {
		margin: 0 auto!important;
		width: 860px;
		float: none;
	}
	.wide1third .et_pb_column_2_3, .wide1third .et_pb_column_2_3 {
		width: 60.833%;
	}
	.wide1third .et_pb_column_1_3, .wide1third .et_pb_column_1_3 {
		width: 35.666%;
	}
	.content-block .overbox {
		height: 156px;
	}
	.content-block .overbox:before {
		border-width: 78px;
		margin-top: -78px;
	}
	.content-block .overbox:after {
		border-width: 74px;
		margin-top: -74px;
	}
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom: 40px!important;
	}
	#logo {
		max-height: 100px!important;
	}
	.et_header_style_left .logo_container {
		top: 0;
		max-width: 220px;
	}
	#et-top-navigation {
		width: 100%;
	}
	.mendo-links {
		padding: 30px 0 0 58px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.arrow-base {
		width: 145px;
	}
	.et_pb_row_2.et_pb_row {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.wide1third .et_pb_column_2_3, .wide1third .et_pb_column_2_3 {
		width: 60.833%;
	}
	.wide1third .et_pb_column_1_3, .wide1third .et_pb_column_1_3 {
		width: 35.666%;
	}
	.offering-overview {
		margin: 0 auto!important;
		width: 860px;
		float: none;
	}
	.content-block .overbox {
		height: 156px;
	}
	.content-block .overbox:before {
		border-width: 78px;
		margin-top: -78px;
	}
	.content-block .overbox:after {
		border-width: 74px;
		margin-top: -74px;
	}
	.box .overbox {
		display: none;
	}
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	.offering-overview {
		display: none;
	}
	.et_header_style_left .logo_container {
		max-width: 290px;
		text-align: right;
	}
	.home .et_pb_row_1.et_pb_row {
		padding-bottom: 0!important;
	}
	#testimonials {
		padding-top: 0!important;
	}
	.home .et_pb_column_8 {
		margin-bottom: 0!important;
	}
	.wide1third .et_pb_column_1_3 {
		display: none;
	}
	.bottom-nav li {
		padding-left: 10px;
		padding-right: 10px;
	}
	#et-footer-nav {
		background-color: #091232;
		float: none;
	}
}

/* Responsive Styles 640px */
@media screen and (max-width: 640px) {
	.home .h4-banner {
		display: none;
	}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
	.et_header_style_left .logo_container {
		max-width: 210px;
	}
}

/* Printscreen Styles */
@media print {
}
