/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Body */
body {
    font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 19px;
    color: #404040;
    }

/* Body container */
#body-container {
	position: relative;
    margin: 0 auto 21px auto;
    width: 910px;
    }

dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
dd {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 1em;
}


/* Headers */
h1 { font-size: 28px; }
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    }
h2 {
    font-size: 22px;
    line-height: 130%;
    }
h3 {
    font-size: 19px;
    }
h4 {
    font-size: 17px;
    }
h5 {
    font-size: 15px;
    }
h6 {
    font-size: 13px;
    }

/* Lists */
ul {
    list-style: square;
    }

/* Blockquotes */
blockquote {
    font-style: italic;
    color: #555;
    margin: 20px 20px 0 20px;
    display: block;
    }
.category-thoughts blockquote {
	clear: both;
}
.category-case-study blockquote {
	clear: both;
	background-color: #f7f7f7;
    border-left: 5px solid #dfdfdf;
    margin: 15px 0;
    padding: 15px 15px 15px 30px;
}	
blockquote P {
	margin: 0;
	padding: 0;
}

blockquote blockquote {
    color: #777;
    }
blockquote em {
    font-style: normal;
    }

/* Code */
pre {
    padding: 9px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    }
code {
    padding: 0 3px;
    background: #eee;
    }
pre code {
    background: transparent;
    }

/* Tables */
table {
    width: 100%;
    border-collapse: separate;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-spacing:0;
    }
caption {
    font-size: .9em;
    font-style: italic;
    text-align: right;
    }
td, th {
    padding: 3px 6px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    }
th {
    background: #eee;
    }

select,
textarea,
input[type="password"],
input[type="text"],
input[type="file"],
input[type="email"] {
    box-sizing: border-box;
    max-width: 100%;
}

/* Drop caps */
.drop-cap {
    float: left;
    margin: 3px 3px 0 0;
    font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
    color: #333;
    }

/* Notes */
.note {
    padding: 6px 9px;
    background: #eee;
    border: 1px solid #ccc;
    }

/* Warnings/Alerts */
.warning, .alert {
    padding: 6px 9px;
    background: #fffbbc;
    border: 1px solid #E6DB55;
    }

/* Errors */
.error {
    padding: 6px 9px;
    background: #ffebe8;
    border: 1px solid #C00;
    }

/* Downloads */
.download {
    padding: 6px 9px;
    background: #e7f7d3;
    border: 1px solid #6c3;
    }

/* Breadcrumb */
.breadcrumb {
    margin: 0 0 30px 0;
    font-size: .9em;
    font-style: italic;
    color: #666;
    }
.breadcrumb a {
    color: #111;
    text-decoration: none;
    }
.breadcrumb a:hover {
    color: #ff9934;
    text-decoration: underline;
    }

/* Images */
.post img {
    max-width: 680px;
    /*padding: 5px;*/
    /*border: 1px solid #ccc;*/
    }

.thumbnail {
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px 15px 0 0;
    }

/* Captions [caption] */
.wp-caption {
    max-width: 576px;
    margin-top: 6px;
    padding: 6px 1px 0 1px;
    border: 1px solid #ccc;
    text-align: center;
    }
.wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 5px;
    text-align: center;
    font-size: .9em;
    font-style: italic;
    color: #666;
    }
.wp-caption img {
    max-width: 564px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #666;
    }

/* Gallery [gallery] */
.gallery img {
    border: 1px solid #ccc;
    }

/* Avatars */
.avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px 15px 0 0;
    padding: 5px;
    border: 1px solid #ccc;
    }

/* Header */
#header {
    margin: 0;
/*    position: absolute;*/
    z-index: 2;
    }
#header-container {
    height: 100px;
	z-index: 1;
    }

/* Blog title */
#site-title {
	position: absolute;
	top: 7px;
	left: 10px;
    margin: 0;
    }
#site-title a {
    width: 308px;
    height: 100px;
    display: block;
    }
#site-title a img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width:  auto;
}

/* Blog description */
#site-description {
    font: italic normal normal 12px Georgia, Times, "Times New Roman", serif;
    position: absolute;
	top: 95px;
	left: 20px;
    color: #acacac;
    width: 500px;
    }

/* Navigation */
#navigation {
    overflow: visible;
    height: 41px;
    /*position: absolute;*/
    margin-top: -35px;
    z-index: 3;
    float: right;
    }
#page-nav li {
    /*margin-right: 15px;*/
    }
#page-nav li li {
    margin-right: 0;
    }
#page-nav li a {
    height: 20px;
    padding: 12px 15px 8px 15px;
    color: #e6e6e6;
    background: #f3f3f3 url(images/bg-menu-off.jpg);
    /*border: 1px solid #ccc;*/
    border: none;
    font: bold 14px Tahoma, sans-serif;
    text-shadow: 1px 1px 1px #5f5f5f;
    }
#page-nav li a:hover {
    text-decoration: none;
    }
#page-nav .current_page_item a { 
    color: #e6e6e6;
    background: #f3f3f3 url(images/bg-menu-on.jpg);
    }

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
    top: 40px;
    }
#page-nav li li a {
    border-top: none;
    margin-right: 0;
    }
#page-nav li ul {
    background: #fff;
    border-top: 1px solid #ccc;
    }
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
    top: -1px;
    }
#page-nav li li li {
    margin-left: -1px;
    }

/* Container (wraps content, primary, and secondary) */
#container {
    margin-bottom: 21px;
    }

/* Main content */

.content {
    width: 580px;
    margin: 0 0 21px 0;
    }
.no-widgets .content, .fullwidth-no-widgets {
    width: 100%;
    float: none;
    }

/* Posts */
.post {
    /*overflow: hidden;*/
    margin: 0 0 40px 0;
    }
.single .post, .attachment .post, .page .post {
    margin: 0;
    }

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
    /*overflow: hidden;*/
    margin: 0 0 40px 0;
    }

/* Entry title */
.entry-title {
    font-size: 24px;
    margin: 0 0 12px 0;
    font-weight: normal;
    font-style: italic;
    }
.archive .entry-title, .search .entry-title {
    font-size: 21px;
    margin: 0;
    }
.page-title, .attachment-title {
    margin: 0 0 21px 0;
    }
.entry-title a {
    color: #000;
    }

/* Byline */
.byline {
    margin: 0 0 30px 0;
    font-style: italic;
    color: #666;
    }
.archive .byline, .search .byline {
    margin: 0;
    }
.byline .byline-prep {
    text-transform: lowercase;
    }

/* Entry content */
.entry-content {
    /*overflow: hidden;*/
    margin: 0 0 10px 0;
    }

/* Entry metadata */
.entry-meta {
    /*font-style: italic;*/
    color: #979797;
    background: url(images/bg-post-meta.jpg);
    height: 30px;
    padding: 5px 10px;
    }
.entry-meta a, .entry-meta a:visited {
    color: #3d759f;
}

/* Page links (multiple-paged posts) */
p.pages a {
    margin: 0 3px;
    padding: 3px 9px 3px 9px;
    border: 1px solid #ccc;
    }

/* Navigation links */
.navigation-links {
    clear:both;
    margin-bottom: 21px;
    font-style: italic;
    }
.navigation-links .previous {
    float: left;
    max-width: 50%;
    }
.navigation-links .next {
    float: right;
    max-width: 50%;
    text-align: right;
    }

/* WP Pagenavi plugin */
.wp-pagenavi {
    margin-bottom: 21px;
    }
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
    margin-right: 6px;
    padding: 3px 9px 3px 9px;
    border: 1px solid #ccc;
    }

/* Widgets */
.widget {
    overflow: hidden;
    margin: 0 0 15px 0;
    color: #464646;
    }
.widget a {
    color: #464646;
    text-decoration: underline;
    }
.widget a:hover {
    color: #ff9934;
    text-decoration: none;
    }

/* Widget titles */
.widget-title {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #111;
    }

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
    margin: 0 0 21px 0;
    padding: 20px 20px 0 20px;
    border: 1px solid #ccc;
    }

/* Comments template */
#comments-template {
    }

/* Comment headers */
.comments-header {
    font-size: 1.2em;
    }

/* Comments are closed */
.comments-closed {
    font-style: italic;
    }

/* Comment list */
#comments-template ol {
    list-style: none;
    margin: 0 0 21px 0;
    }
#comments li, #comments li li li, #comments li li li li li {
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 15px 15px 0 15px;
    background: #fff;
    border: 1px solid #ccc;
    }
#comments li li, #comments li li li li {
    background: #f9f9f9;
    }

/* Avatar */
#comments-template .avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
    padding: 0;
    border: 1px solid #666;
    }

/* Comment meta data */
.comment-meta-data {
    margin: 10px 0 21px 0;
    font-size: 13px;
    color: #666;
    }
.comment-author {
    font-size: 15px;
    color: #000;
    }
.comment-reply-link, .permalink, .comment-edit-link {
    font-style: italic;
    color: #666;
    }

/* Comment text */
.comment-text {
    clear: left;
    margin: 0 15px;
    }

/* Form */
.text-input {
    display: block;
    padding: 3px 6px;
    width: 97%;
    }
#comments-template label {
    font-size: .9em;
    }

/* Respond textarea */
textarea {
    width: 98%;
    }

/* Submit and rest buttons */
.button, .submit, .reset {
    width: 100px;
    margin-right: 15px;
    padding: 7px 15px 8px 15px;
    background: #fff;
    border: 1px solid #ccc;
    }
.button:hover, .submit:hover, .reset:hover {
    cursor: pointer;
    background: #f9f9f9;
    }
#commentform .form-submit .submit {
    width: auto !important;
}
/* Footer container */
#footer-container { 
    margin: 25px 0 21px 0;
    clear: both;
    overflow: hidden;
    }

/* Subsidiary */
#subsidiary {
    margin: 0 0 21px 0;
    }

/* Footer */
#footer {
    margin-top: 20px;
    color: #efefef;
    background: #9e9e9e url(images/bg-footer.jpg) repeat-x;
    clear: both;
    overflow: hidden;
    height: 42px;
    }
#footer .copyright {
    float: left;
    margin: 10px;
    }
#footer a { color: #ffffff; text-decoration: underline; display: inline-block; margin: 0 10px;}
#footer a:hover { text-decoration: underline; color: #fff; }

#footer .links {  
    float: right; 
    margin: 10px;
    color: #ffffff;
    }


/* OVERRIDES */
.alignright { float: right; position: relative; margin-left: 15px; }
.alignleft { float: left; position: relative; margin-right: 15px; }
.category-thoughts .aligncenter, .category-case-study .aligncenter {
	margin: 0 auto;
}

.post-title { font-style: normal; }
.page-title { font-style: normal; }
.home-post-icanlocalize h2 { margin-top: 30px; color: #333333; }
.home-post-icanlocalize h3 { color: #333333; }
.hfeed, .content, .no-widgets .content, .fullwidth-no-widgets { width: 100%; /*overflow: visible;*/ }
/** { overflow: visible; }*/


/*REMOVE DOTTED FOCUS BORDERS*/
a:active { outline: none; }
a:focus { -moz-outline-style: none; }


#icl-theme-header {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 0 0;
    z-index: 95;
    font-size: 13px;
}

#icl-theme-header * {
    list-style: none;
    padding: 0;
    margin: 0;
}

#icl-theme-header>ul>li {
    float: right;
    margin: 0;
    margin-left: 10px;
}
#icl-theme-header>ul>li>a {
    display: inline-block;
    margin: 0 7px;
}

#lang_sel { height:18px; position:relative; z-index:9;  font-family:arial, sans-serif;}
* html #lang_sel {width:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {float:left;width:120px;position:relative;}
/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {display:block;font-size:10px;font-family:Tahoma,sans-serif;text-decoration:none !important; color:#fff; border:1px solid #DFDFDF; padding: 0 0 0 6px; line-height:18px;}
* html #lang_sel a, * html #lang_sel a:visited {width:120px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:19px;left:0; width:120px;border-top:1px solid #DFDFDF;}
* html #lang_sel ul ul {top:18px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:visited {background:#eee; color:#000 !important; height:auto; line-height:1em; padding: 4px 6px;border-width:0 1px 1px 1px;}
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;}

/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{color:#000; background:#ccc;}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#000; background:#ccc;}

#lang_sel a.lang_sel_sel{
    background: white url(images/arrow-down.gif) no-repeat 107px 6px;
    color: Gray;
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    color:#dd8122;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }




#searchform, #searchform * { margin:0; padding:0; }
#icl-theme-search-input {
    margin: 0;
    padding: 0 6px 0 6px; 
    border: 1px solid #DFDFDF;
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    color: Gray;
    width: 148px;
    height: 18px;
    line-height: 18px;
    }
#icl-theme-search-submit {
    background: #808080;
    margin: 0;
    padding: 0 12px;
    margin-left: 2px;
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    text-shadow: 1px 1px 1px #5f5f5f;
    color: White;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border: 0px solid black;
    }
#icl-theme-search-submit:hover { text-decoration: none; }


#icl-theme-menu-footer * { list-style: none; margin:0; padding:0; }
#icl-theme-menu-footer { float: right;  margin-top: 12px; }
#icl-theme-menu-footer li { float:left; margin-left: 5px; }

#icl-theme-lang-switcher-footer { margin-top:20px; text-align: center; }
#icl-theme-lang-switcher-footer>a,
#icl-theme-lang-switcher-footer>span{
    display: inline-block;
}
#icl-theme-lang-switcher-footer a:hover { text-decoration: none; color: black; }


/* SERVICES FRONT AND PAGE */


.icl-theme-services { margin-bottom: 30px; }
.icl-theme-services img { border: 5px solid #f2f2f2; }
.icl-theme-link-large {
    text-align: center;
    width: auto;
    min-width: 130px;
    display:inline-block;
    color: #fff; 
    text-shadow: 1px 1px 1px #5f5f5f; 
    border: 5px solid #f2f2f2; 
    background: orange url(images/bg-link-orange.jpg);
    font-size:  14px;
    padding:  10px  20px;
    margin: 5px 0 10px 0;
    white-space: nowrap;
    }
.icl-theme-link-large:hover {
    color: #fff;
}
.icl-theme-link-large + .icl-theme-link-large {
    margin-left: 20px;
}

.icl-theme-service-single-img { float:right; margin-left:15px; border: 1px solid #f3f3f3; }

.service-highlight {
    font-size: 140%;
    color: #3F7CA5;
    line-height: 140%;
}

.service-description {
        font-size: 18px;
        color: #306090;
        line-height: 150%;
}

.elslider-h-non-en .service-description {
        font-size: 17px;
}

/* style sidebar navigation */

#sidebar-navigation {
    border: 1px solid #f3f3f3;
    width: 180px;
    padding: 10px;
}

#sidebar-navigation * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

#sidebar-navigation h4{
/* style sidebar title */
    margin: 0 0 5px 0;
    padding: 0;
}

#sidebar-navigation .cms-nav-sidebar {
    background: #f2f2f2;
    padding: 5px 0 15px 0;
}

#sidebar-navigation .cms-nav-sidebar li {
    padding: 0px 7px;
}

#sidebar-navigation .icl-level-1 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 4px;
}

#sidebar-navigation .icl-level-2 {
    font-size: 11px;
    font-weight: normal;
}

#sidebar-navigation .cms-nav-sidebar a, #sidebar-navigation .cms-nav-sidebar a:link, #sidebar-navigation .cms-nav-sidebar a:visited {
/* links */
    color: #db7811;
    margin: 0;
    padding: 0;
    display: block;
}

#sidebar-navigation .cms-nav-sidebar a:hover, #sidebar-navigation .cms-nav-sidebar a:focus,
  #sidebar-navigation .cms-nav-sidebar a:active, #sidebar-navigation .cms-nav-sidebar .selected_page_side, #sidebar-navigation .cms-nav-sidebar .selected  {
/* links hover */
    color: #3d759f;
}






#icl-theme-breadcrumbs {
    background-color: #f3f3f3;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    clear: both;
}

#icl-theme-breadcrumbs a { font-weight: normal; }

.entry-meta { clear:both; }

.entry dt {
    margin-top: 15px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 110%;
    background-image: url(images/yes.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.entry dd {
    margin-top: 0.3em;
    margin-left: 30px;
}

.youtube-intro {
    float: right;
    margin: 0 0 15px 15px;
}

.title-text {
    border-bottom: 1pt dotted #707070;
}

.floating-quote {
    border: 1pt solid #e0e0e0;
    margin: 2em 0 1em 2em;
    padding: 15px;
    float: right;
    width: 230px;
    color: #000;
    background-color: #f0f0f0;
}

.floating-quote H3 {
    color: #3D759F;
}

.floating-quote table tr th {
    background-color: #606060;
    color: #FFFFFF;
    font-weight:bold;
}

.floating-quote table tr {
    background-color: #FFFFFF;
}

.floating-quote .summary {
    background-color: #606060;
    color: #FFFFFF;
}

.floating-right {
        margin: 2em 0 0 2em;
        float: right;
    padding: 0;
    clear: both;
}

.inner-right {
        margin-bottom: 2em;
    border: 1pt solid #e0e0e0;
        padding: 0 15px 15px;
        color: #000;
        background-color: #f0f0f0;
    width: 230px;
}

.inner-right H3,H4 {
    color: #3D759F;
}

.form-comment {
    color: #404040;
    font-style: italic;
    font-size: 90%;
}

hr {
    height: 2px;
    border: 0;
    background-color: #e0e0e0;
}

.floating-quote UL {
    padding: 0;
    margin: 0 0 0 1em;
}

.icanlocalize-howto {
    background-color: #FFF0F0;
    border: 1pt solid #FFD0D0;
    margin: 1em;
    padding: 0 1em 1em 1em;
}

.feature-block {
    display: block;
    float: left;
    margin: 0 34px 10px 0;
    width: 280px;
}

.remark {
	font-size: 90%;
	color: #808080;
}

.block-50p1 {
	float: left; 
	display: block;
	width: 330px;
	margin: 0 30px 10px 0;
}

.block-50p2 {
	float: left;
	display: block;
	width: 330px;
	margin: 0 0 10px 0;
}

.block-33p1 {
	float: left;
	display: block;
	width: 283px;
	margin: 0 30px 10px 0;
}

.block-66p1 {
	float: left;
	display: block;
	width: 596px;
	margin: 0 30px 10px 0;
}

.block-33p2 {
       float: left;
	display: block;
	width: 281px;
	margin: 0 0 10px 0;

}

.signup-round {
	text-align: center;
	margin: 2em auto;
	padding: 0.5em;
	width: 25em;
	border: 1pt solid #C35617;
	background-color: #F87217;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.signup-round .main-call {
	font-size: 1.3em;
	font-weight: bold;
}

.signup-round .signup-comment {
	font-size: 0.9em;
}

.signup-round A {
	color: #FFFFFF;
	text-decoration: none;
}

.wide-quote {
	background-color: #F0F0F0;
	border: 1pt solid #E0E0E0;
	margin: 4em 1em 1em 1em;
	padding: 1em;
}

.comparison {
	border: none;
	text-align: center;
	width: inherit;
}

.comparison TD, .comparison TH {
	padding: 10px 20px;
	border-left: solid 1pt #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-right: solid 1pt #FFFFFF;
}

.comparison TH {
	color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.col-lefta {
	background-color: #F0F0F0; text-align: right;
}

.col-leftb {
	text-align: right;
}

.colh2 {
	background-color: #DB7811;
}

.col2a {
	background-color: #e0be99;
}

.col2b {
	background-color: #f1dbc3;
}

.colh1 {
	background-color: #806f5d;
}

.col1a {
	background-color: #cabbad;
}

.col1b {
	background-color: #e4dcd5;
}

.tm-tools {
margin-left: 0;
padding-left: 0;
list-style: none;
}

.tm-tools LI {
padding-left: 60px;
background-repeat: no-repeat;
background-position: 0 0;
min-height: 55px;
}

.quote-source {
	background-color: #F0F0F0;
	padding: 3px 5px;
}

#cms-nav-top-menu * {
    border-width: 0px;
}

/* PROJECTS SLIDER */


.icl-theme-project-slider {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
.icl-theme-project-slider .row {
    margin: 0 -15px;
}

.icl-theme-project-slider .wpv-filter-previous-link,
.icl-theme-project-slider .wpv-filter-next-link {
    position: absolute;
    top: 30%;
    font-size: 20px;
    line-height: 17px;
    color: #ededed;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}
.icl-theme-project-slider .wpv-filter-previous-link:hover,
.icl-theme-project-slider .wpv-filter-next-link:hover {
    background: #bbb;
    color: #fff;
    text-decoration: none;

}
body .icl-theme-project-slider a.wpv-filter-previous-link {
    left: -10px;
    margin-left: 0 !important;
}
body .icl-theme-project-slider a.wpv-filter-next-link {
    right: -10px;
    margin-right: 0!important;
}




.project-slider-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.icl-theme-project-slider-more .project-slider-title {
    margin-bottom: 20px;
}

.project-slider-thumb {
    cursor: pointer;
    filter:alpha(opacity=50);
    opacity: 0.5;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}
.project-slider-thumb:hover {
    filter:alpha(opacity=100);
    opacity: 1;
}

.project-slider-excerpt {
    min-height: 90px;
    font-size: 14px !important;
}

/* ----------------------------------------------------------------------------- */

.page #elslider-2 .wpv-filter-previous-link {  margin: 175px 0 0 220px !important; }

.page #elslider-2 .wpv-filter-next-link {  margin: 175px 0 0 265px; }


.page #elslider-2 .wpv-filter-next-link, .page #elslider-2 .wpv-filter-previous-link  { outline: 0 none; }
.elslider-v a:focus, .page #elslider-2 .wpv-filter-previous-link:focus { -moz-outline-style: none; }

.page #elslider-2 .wpv-filter-next-link, .page #elslider-2 .wpv-filter-previous-link {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    background: url(images/slider-arrows-v.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    z-index: 2;
}

.page #elslider-2 .wpv-filter-next-link { background-position: -45px -41px; }
.page #elslider-2 .wpv-filter-next-link:hover { background-position: -45px 0; }

.page #elslider-2 .wpv-filter-previous-link  { background-position: 0px -41px; }
.page #elslider-2 .wpv-filter-previous-link:hover { background-position: 0 0; }


.icl-theme-project-slider-more {
    width: 450px;
    padding: 20px;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    line-height: 1.3;
}
.icl-theme-project-slider-more img {
    filter:alpha(opacity=100);
    opacity: 1;
    cursor: default;
    float: left;
    margin: 0 30px 10px 0;
}
.icl-theme-project-slider-more .project-slider-testimonial {
    font-style: italic;
    margin-top: 20px;
}
.icl-theme-project-slider-more .project-slider-testimonial-author {
    text-align: right;
    margin-top: 20px;
}
.icl-theme-project-slider-more .project-slider-testimonial-author-role {
    text-align: right;
}
.icl-theme-project-slider-more .project-slider-testimonial-author-role a {
    font-weight: bold;
}
.icl-theme-project-slider-slides {
    display: none;
    position: fixed;
    width: 490px;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-left:-245px;
}
.icl-theme-project-slider-slides div {
    display: block;
}
/*.icl-theme-project-slider-slides .icl-theme-project-slider-slides-next {
    display: none;
    position: absolute;
    margin-left: 400px;
    top: 50%;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-image: url(images/elslider-popup-next.gif);
    cursor: pointer;
}*/
.icl-theme-project-slider-slides .icl-theme-project-slider-slides-content {
    position: absolute;
    display: none;
}
/*.icl-theme-project-slider-slides .icl-theme-project-slider-slides-previous {
    display: none;
    position: absolute;
    margin-left: -30px;
    top: 50%;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-image: url(images/elslider-popup-prev.gif);
    cursor: pointer;
}*/
.icl-theme-project-slider-slides-overlay {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.icl-theme-project-slider-slides .close {
    background-image: url("images/close.gif");
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 12px;
    width: 12px;
    margin: 10px;
}

/* RESPONSIVE CHANGES */

.row-table {
    display: table;
}

.row-table > div > h1:first-child {
    margin: 0;
}

.row-table > div > h1:first-child + p {
	margin-top: 10px;
}

.row-table > div {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
}
.row > div.center {
    text-align: center;
} 

.row > div.middle {
    vertical-align: middle;
}

#header-container {
	position: relative;
}


img {
	max-width: 100%;
    height: auto;
}

td select[name=lang_from],
td select[name=lang_to] {
	width: 100%;
}

body.page-4634 table {
	table-layout: fixed;
}

body.page-4634 table th:nth-child(n+3),
body.page-4634 table td:nth-child(n+3) {
	display: none;
}

/* Media Queries */
@media only screen and (max-width: 1024px) {
	body {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	h1 {
		line-height: 120%;
	}

	#body-container {
        padding: 8px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

    pre {
	    overflow-x: scroll;
    }

	/*
	h1 { font-size: 28px !important; }
	h2,
	.service-highlight { font-size: 16px !important; }
	p { font-size: 12px !important; }
    */

	body,
	#body-container,
	.block-66p1,
	#site-description,
	img,
	div:not(.container):not([class*="col-"]):not(.row),
	span.quote-source,
	table {
		box-sizing: border-box;
		max-width: 100% !important;
	}

	span.quote-source {
		display: inline-block;
	}

	img {
		height: auto;
	}

	.block-33p2,
	.block-66p1 {
		border-right: none !important;
		width: 100%;
	}

    .comment-text {
	    word-wrap: break-word;
    }

    /*Logo*/
	#site-title {
		top: 0;
	}
	#site-title a {
		width: 300px;
		height: 80px;
	}

	#site-description {
		font-size: 11px;
		display: inline;
		left: 5px;
		top: 81px;
	}


    #site-description {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
    }

    /*Header*/
    #icl-theme-header {
        margin: 10px 10px 0;
    }

	#icl-theme-header li:nth-child(2) {
		display: none;
	}

    #icl-theme-search-input {
	    width: 110px;
    }

    #icl-theme-breadcrumbs {
	    padding: 5px;
        margin-top: 25px;
    }
    /*Home*/
	.home-post-icanlocalize h1 {
		line-height: 140% !important;
	}

    .home-post-icanlocalize .service-highlight {
	    display: inline;
    }

    .home-post-icanlocalize table {
	    table-layout: fixed;
    }

    /*gform*/
	.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
		border: 1px solid #999;
	}
}

@media only screen and (max-width: 680px ) {

	/*Logo*/
	#site-title {
		top: 22px;
	}
	#site-title a {
		width: 260px;
		height: 70px;
	}

    #site-description {
	    display: none;
    }

    #comments-template ol {
		padding-left: 20px;
	}
    /*Footer*/
	#footer {
		height: auto;
		text-align: center;
	}

	#footer .links,
	#footer .copyright {
		float: none;
	}
    #footer .links a,
    #icl-theme-lang-switcher-footer>a,
    #icl-theme-lang-switcher-footer>span {
        margin: 5px 10px;
        font-size: 14px;
    }
    #footer .links a:first-child {
        display: block;
    }

	/*Page-Home*/
	.home-post-icanlocalize div {
		float: none !important;
	}

    /*Page-Service*/
	.icl-theme-service-single-img,
	.entry-content > div:first-child,
	.entry-content > p:first-child + div {
		float: none !important;
		margin: 0 !important;
	}

    /*Page-Service-Website Translation*/
	body.page-29 table,
	body.page-29 tr,
	body.page-29 td {
		padding: 0;
		display: block;
		width: 100% !important;
	}

	body.page-29 td div.alignleft {
		margin-right: 15px !important;
	}

    /*Page-Service-Iphone Translation*/
	#getquote table,
    #getquote tr,
    #getquote td,
	.icl-theme-project-slider table,
	.icl-theme-project-slider tbody,
	.icl-theme-project-slider tr,
	.icl-theme-project-slider td {
		display: block;
		width: 100% !important;
		text-align: left !important;
		box-sizing: border-box;
	}

	#getquote td {
		padding: 10px 5px !important;
	}

    #getquote select,
    .floating-quote select {
	    width: 100%;
    }

	#getquote input,
	#getquote select {
		margin-bottom: 10px;
	}

	#getquote input[type=submit] {
		margin: 20px 0 10px 0;
	}

	.icl-theme-project-slider {
		height: auto;
	}

	.icl-theme-project-slider td:after {
		content: '';
		height: 1px;
		display: block;
		clear: both;
	}

    .sformats_table table {
	    width: 100% !important;
    }

    /*Page Wordpress*/
	.wp-image-3619 {
		float:none;
		margin: 0;
	}

    /*pages tutorial*/
	.floating-right {
		float: none;
	}

    .floating-right #getquote,
    .floating-quote,
    .floating-right .inner-right {
	    width: 100%;
    }

    /*pages about */
	#attachment_2545,
	#attachment_2546,
	#attachment_2571,
	#attachment_2013,
	#attachment_2145,
	#attachment_2155 {
		width: 100% !important;
	}
}


@media only screen and (max-width: 480px) {
	ul.tm-tools {
		margin: 0;
	}
	ul.tm-tools li {
		padding: 0 0 10px 0;
		background: none !important;
	}

    /*Logo*/
	#site-title {
		top: 25px;
	}
	#site-title a {
		max-width: 100%;
		width: 235px;
		height: 65px;
	}

	#site-description {
		display: none;
	}

    #icl-theme-header {
        position: static;
        text-align: center;
        margin: 0 10px;
    }
    #icl-theme-header>ul>li {
        float: none;
        text-align: center;
        margin: 15px 0 0;
    }

    /*page training*/
	img.wp-image-1525,
	img.wp-image-1524,
	img.wp-image-1647,
	img.wp-image-2305
	{
		float: none;
		width: 100%;
		margin: 0;
	}

    #attachment_2723 + h2 + p + p + p + table,
    #attachment_2723 + h2 + p + p + p + table tbody,
    #attachment_2723 + h2 + p + p + p + table tr,
    #attachment_2723 + h2 + p + p + p + table td {
	    display: block;
	    max-width: 100%;
    }

	#attachment_2723 + h2 + p + p + p + table td {
		display: inline-block;
		width: 49%;
		box-sizing: border-box;
	}

    em {
	    word-wrap: break-word;
    }
}

/** Style for OTGSPopup function **/
.popup-container {
    display: none;
    position: absolute;
    padding: 10px 20px 18px;
    box-sizing: border-box;
    width: 400px;
    max-width: 100%;
    top: 0;
    border-radius: 34px 0;
    background: #fff;
    color: #fff;
    border: 5px solid #2880b0;
    z-index: 20;
}

.popup-container:before {
    position:      absolute;
    right:         2px;
    top:           2px;
    left:          2px;
    bottom:        2px;
    content:       '';
    background:    #2785af;
    background:    linear-gradient(135deg, #2785af 0%, #206f93 100%);
    border-radius: 32px 0;
    z-index:       -1;
}

.popup-container:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 16px solid transparent;
    z-index: 2;
}

.popup-container h1 {
    color: #fff;
    margin: 15px 0 20px;
}

.popup-next-step {
    float: right;
}

.popup-input-group {
    padding: 5px 0;
}

.popup-input-group label {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    cursor: pointer;
}

.popup-container .popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
}

/* Info Popup */
/** Style for OTGSPopup function **/
.popup-container:before {
    background:    #ff9224;
    background:    linear-gradient(135deg, #ff9224 0%, #f97245 100%);
}

.popup-container {
    border-color: #ff9224;
}

.popup-container a {
    color: #fff;
    text-decoration: underline;
}

.popup-container a:hover {
    color: #6b3c0c;
}

.popup-container .button {
    background: #fff;
    color: #ff9224;
}

.popup-container > p:first-child {
	line-height: 0;
	margin: 0;
}

.fullwidth-no-widgets .popup-container p {
	margin: 0;
	color: #fff;
	font-size: 1.1em

}

.popup-container .popup-close {
	color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.75;
    font-style: normal;
    font-weight: bold;
}

.popup-container .popup-close:hover {
     opacity: 1;
 }


.input-group {
    padding: 3px 0;
}

.input-group label {
    cursor: pointer;
}

.account-next-step-description {
    padding: 10px 0;
}

.popup-container input[type="radio"] {
    display: none;
}

.popup-container input[type="radio"] + label {
    cursor: pointer;
}

.popup-container input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.popup-container input[type="radio"]:checked + label:before {
    background-color: #ff9224;
}
/** End - Style for OTGSPopup function **/

/* Page No Widgets (i.e. new WordPress Updates page) */
.fullwidth-no-widgets .row {
    padding: 30px 0;
}

.fullwidth-no-widgets .row-table {
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
}

.fullwidth-no-widgets .bg-alternative {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 15px;
}

.fullwidth-no-widgets h1,
.fullwidth-no-widgets h2,
.fullwidth-no-widgets a {
    font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
    line-height: 125%;
    color: #ff9224;
}

.fullwidth-no-widgets h1,
.fullwidth-no-widgets h2,
.fullwidth-no-widgets p {
    color: #454545;
}

.fullwidth-no-widgets p {
	font-size: 1.25em;
	line-height: 140%;
}

.fullwidth-no-widgets h1 {
	font-size: 2.6em;
}

.fullwidth-no-widgets .popup-container h2 {
    color: #fff;
    margin: 5px 0;
}

.fullwidth-no-widgets .button {
	padding-right: 35px;
	position: relative;
    border: 0;
    font-weight:bold;
    box-sizing: border-box;
    color: #fff;
    border-radius: 15px 0;
    width: 100%;
    display:inline-block;
    text-align: center;
    background:    #ff9224;
    background:    linear-gradient(135deg, #f97245 0%, #ff9224 100%);
    opacity: 0.9;
}

.fullwidth-no-widgets .button span.dashicons {
	position: absolute;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 2px;
	right: 10px;
	top: 6px
}

.fullwidth-no-widgets .button:hover {
    text-decoration: none;
    opacity: 1;
}
.fullwidth-no-widgets .popup-container .button {
    color: #ff9224;
    width: auto;
    background: #fff;
    float: right;
}

.fullwidth-no-widgets .popup-container .button span.dashicons {
	border-color: #ff9224;
	border-width: 2px;
	padding: 1px;
	font-size: 15px;
	display: block;
	width: 16px;
	height: 16px;
	right: 6px;
	top: 4px;
}

.fullwidth-no-widgets .customer-feedback-title {
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.fullwidth-no-widgets .customer-feedback {
	padding-top: 30px;
}

.fullwidth-no-widgets .customer-feedback p {
	margin: 4px 0 7px 0;
}

.customer-feedback > div > h2:first-child {
    margin: -3px 0 0;
    color: #333;
    font-weight: bold;
}
.fullwidth-no-widgets .contact-support {
	line-height: 45px;
}
.image-border-radius {
    border-radius: 25px 0;
}
.lead {
    font-size: 1.45em;
    font-family: inherit;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 1.3em;
}

.well {
    border: 1px solid #e0e0e0;
    padding: 1em;
    background-color: #f0f0f0;
    margin: 3em 0;
}
.btn-primary {
    color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
}



