/*                                   Reset Browser                                 */
/***********************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
    outline: 0 dotted #000 !important;
}
div:focus {
    outline: none !important;
}
input[type="submit"]:hover,
button:hover {
	cursor:pointer;
}
textarea { 
	overflow: auto; 
}
.clear { 
	clear: both; 
}
sup {
    vertical-align: super;
}
*, 
*:before, 
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #857456;
	text-decoration: none; 
	outline: none;   /* Remove dashed frame for IE8,FF  */ 
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;       
}
a.has_img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;     
}
a:hover {
	color: #000;
    text-decoration: none; 
}
.italic {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}
.img_bg img{
	width: 100%;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold; 
}
cite, em, i {
    font-style: italic; 
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 2%;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

p{
    text-align: justify;
}

::-webkit-input-placeholder { 
    color: #bcbcba; 
    opacity: 1;
}
:-moz-placeholder { 
    color: #bcbcba; 
    opacity: 1;
}
::-moz-placeholder { 
    color: #bcbcba; 
    opacity: 1;
}
:-ms-input-placeholder { 
    color: #bcbcba; 
    opacity: 1;
}
:placeholder { 
    color: #bcbcba; 
    opacity: 1;
}



/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-webfont.eot');
    src: url('../fonts/opensans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-webfont.woff2') format('woff2'),
         url('../fonts/opensans-webfont.woff') format('woff'),
         url('../fonts/opensans-webfont.ttf') format('truetype'),
         url('../fonts/opensans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.eot');
    src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-l-webfont.woff') format('woff'),
         url('../fonts/ubuntu-l-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-b-webfont.eot');
    src: url('../fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-b-webfont.woff') format('woff'),
         url('../fonts/ubuntu-b-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.eot');
    src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-r-webfont.woff') format('woff'),
         url('../fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-m-webfont.eot');
    src: url('../fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-m-webfont.woff') format('woff'),
         url('../fonts/ubuntu-m-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntuitalic';
    src: url('../fonts/ubuntu-ri-webfont.eot');
    src: url('../fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-ri-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-ri-webfont.woff') format('woff'),
         url('../fonts/ubuntu-ri-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}



/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    line-height: 22px;        
    background: #fff;
    width: 100%;
    /*text-align: justify;*/
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="file"],
textarea,
select,
.customSelect,
.NFI-wrapper {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: normal;
    font-family: 'ubunturegular', Helvetica, Arial, sans-serif;
    line-height: 22px;        
    background: #fff;
    padding: 8px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #857456;
    -webkit-appearance: none; 
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;       
}
.NFI-wrapper {
    padding: 0;
    display: block !important;
}
.customSelectInner {
    background: url(../images/dropdown.png) no-repeat 100% 50%;
    width: 100% !important;
}
.NFI-button {
    float: right !important;
}
.NFI-button span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background: #333;
    padding: 12px 15px;
}
.NFI-filename .file_name_span {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;  
    padding: 12px 9px; 
    display: block;     
}
select {
    width: auto;
    height: auto;
}
textarea {
    height: 102px;
    padding-top: 5px;
    padding-bottom: 5px;
}
input[type="submit"],
button {
    color: #857456;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ubunturegular', Helvetica, Arial, sans-serif;
    line-height: 22px;        
    background: #fff;
    padding: 7px 150px;
    margin: 0;
    border: 1px solid #857456;
    -webkit-appearance: none; 
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;    
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;        
}
input[type="submit"]:hover,
button:hover {
    color: #fff;
    background: #857456;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1,
h1 a {
    color: #857456;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
}
h1 {
    padding: 0 0 22px 0;    
}
h2,
h2 a {
    color: #857456;
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
}
h2 {
    padding: 0 0 18px 0;    
}
h3,
h3 a {
    color: #857456;
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
}
h3 {
    padding: 0 0 12px 0;    
}
h4,
h4 a {
    color: #857456;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
h4 {
    padding: 0 0 8px 0;    
}
h5,
h5 a {
    color: #857456;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}   
h5 {
    padding: 0 0 6px 0;    
}
h6,
h6 a {
    color: #857456;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
h6 {
    padding: 0 0 2px 0;    
}
p {
    padding: 0 0 10px;
}
.content ol,
.content ul {
    padding: 0;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0 20px;
}
.content img.alignleft {
    margin-right: 20px;
    float: left;
    clear: both;
}
.content img.alignright {
    margin-left: 20px;
    float: right;
    clear: both;    
}
.content img.alignnone {
    margin-left: 0;
    margin-right: 0;
    float: none;
}
.content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}
table {
    width: 100%;
    margin: 0 0 30px;
}
.content ol li,
.content ul li {
    margin: 0;
    padding: 3px 0 3px 8px;
}
.content ul {
    padding: 0 0 20px; 
}
.content ul:after {
    display: block;
    content: ' ';
    clear: both;
}
.content ul li,
.content ol ol li,
.content ol ul li,
.content ul ol li,
.content ul ul li {
    list-style: none;
    padding: 3px 0 4px 24px;
    margin: 0;
    background: url(../images/li.png) no-repeat 0 10px;
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    padding-top: 0;
    padding-bottom: 0;
}
.content ol li {
    margin-left: 15px;
    padding: 3px 0 3px 0;
}
.content ul {
	list-style: disc;
}
.content ol {
	list-style-type: decimal;
}
.content ol ol {
	list-style: upper-alpha;
}
.content ol ol ol {
	list-style: lower-roman;
}
.content ol ol ol ol {
	list-style: lower-alpha;
}
.content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.table {
    display: table;
    width: 100%;
    height: 100%; 
}
.td {
    display: table-cell;
    width: 100%;
    height: 100%;   
    vertical-align: middle;  
}
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
/* FlexSlider Necessary Styles*********************************/
.flexslider .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width:100%;
    display:block;
}
.flex-pauseplay span {
    text-transform:capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 html[xmlns] .slides {
    display:block;
}
 * html .slides {
    height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display:block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
    padding:0;
    margin:0 auto;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav {
    *height:0;
    background: url(../images/slider_nav_btn.png) morepeat -9999px 50%;     
    display: none;
}
.flex-direction-nav a {
    width:15px;
    height:100%;
    width: 37px;
    height: 57px;
    position:absolute;
    top: 50%;    
    margin: -29px 0 0 0;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    opacity:1;
}
.flex-direction-nav a:hover {
    background: url(../images/slider_nav_btn.png) repeat 50% 50%;         
}
.flex-direction-nav a:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;    
}
.flex-direction-nav a.flex-prev {
    left: 0;
}
.flex-direction-nav a.flex-prev:after {
    background: url(../images/prev.png) no-repeat 50% 50%;    
}
.flex-direction-nav a.flex-next {
    right: 0;
}
.flex-direction-nav a.flex-next:after {
    background: url(../images/next.png) no-repeat 50% 50%;    
}
/* Control Nav */
.flex-control-nav {
    line-height: 0;
    text-align: center;
    position:absolute;
    bottom: 0;
    left:0;
    text-align:center;
    padding:0;
    z-index: 9999;
    width: 100%;
    margin: 0;
    display: none;
}
.testimonials_box .flexslider {
    padding: 50px 0 42px;
    margin: 18px 0;
}
.flex-control-nav li {
    margin:0;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width: 8px;
    height: 8px;
    line-height:11px;
    font-size:11px;
    padding:0;
    margin:0 6px;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    background: url(../images/slider_nav.png) no-repeat 50% 50%;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;  
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a:after {
    display: none;
}
.flex-control-paging li a.flex-active {
    cursor:default;
    background: url(../images/slider_nav_active.png) no-repeat 50% 50%;   
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}



/***********************************************************************************/
/*                                      Layout                                     */
/***********************************************************************************/
html,
body {
    height: 100%;
}
.index_screen {
    color: #fff;
    font-size: 39px;
    font-family: 'ubunturegular';    
    line-height: 48px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: url(../images/loading.gif) no-repeat 50% 50%;    
}
.index_screen_no_bg {
    background-image: none;
}
.index_screen > div {
    visibility: hidden;      
}
.index_screen_no_bg > div {
    visibility: visible;
}
.index_screen .light {
    font-size: 30px;
    font-family: 'ubuntulight';
}
.index_screen .img_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_screen .img {
    position: relative;
    height: 100%;  
}
.index_screen img {
    max-width: 9999px;
}
.index_screen video:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.outline_box {
    position: absolute;
}
.outline_box img {
    display: block;
    position: absolute;
    height: auto;
    visibility: hidden;
}
.outline_box img.outline {
    cursor: auto;
}
.index_screen .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 62px;
    z-index: 1;
}
.home_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home_video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/grid_pattern.png") repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.home_video video {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-background-size: cover;
    background-size: cover;
}
.index_screen .text .inner {
    /*width: 842px;*/
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0 100px;
}
.index_screen .text .inner img {
    margin: 24px 19px 0 0;
}

.img_about{
    height: 450px !important;
}

@media(max-width: 600px){

    .index_screen .text {
        text-align: left;
    }

    .img_about{
        padding-bottom: 30px;
    }

}

.tip_text {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;    
    font-style: italic;
    line-height: 28px;
    text-transform: none;
}
#mp3_player,
#audio {
    position: fixed;
    left: -9999px;
}
.header {
    background: #1f1f1f;
    position: relative;
    z-index: 9999;     
}
body.home .header,
body.home .holder {
    margin-top: -65px;
}
.head {
    padding: 15px 6.25% 0;
    position: relative;
    z-index: 9999;
}
.header,
.header a {
    color: #999;
    font-size: 16px;
    font-family: 'ubuntulight';  
    line-height: 22px;
}
.logo {
    display: block;
    float: left;
    margin: 7px 0 0 0;
}
.logo img {
    display: block;
}
.header_right {
    float: right;
    margin-right: 30px;
}
.top_nav {
    float: left;
}
.top_nav a:hover,
.top_nav ul li.current-menu-item > a,
.top_nav ul li.current-menu-parent > a,
.top_nav ul li.current-menu-ancestor > a {
    color: #fff;
}
.top_nav ul li {
    float: left;
    padding: 7px 0 21px 26px;
    position: relative;
    z-index: 9999;
}
.top_nav ul li:first-child {
    padding-left: 0;
}
.top_nav ul li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 170px;
    margin: 0 0 0 -85px;
    padding: 1px 0 0 0;
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;       
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}
.top_nav ul li ul li,
.top_nav ul li ul li a {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.top_nav ul li ul li a {
    display: block;
}
.top_nav ul li ul li,
.top_nav ul li ul li:first-child {
    float: none;
    padding: 9px 10px;
    margin: 1px 0 0 0;
    margin: 0;
    background: #1f1f1f;
}
.top_nav ul li:hover ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; 
    height: auto;
}
.top_nav_box {
    display: none;
    padding: 0 0 0;
    position: absolute;
    top: 0;
    right: 0px;
    left: auto;
    width: 52px;
    height: 100%;
}
.top_nav_btn {
    display: block;
    position: relative;
    height: 100%;
    padding-top: 3px;
}
.top_nav_btn span {
    display: block;
    background: url(../images/icon_nav@2x.png) no-repeat 50% 50%;
    background-size: auto 25px;   
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;  
    width: 52px;
}
.dropdown_up {
    z-index: 999999;
}
.bb_fix {
    height: 1px;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
}
.last_bb_fix {
    margin-bottom: 15px !important;
}
.dropdown_up .top_nav ul li ul {
    top: auto;
    bottom: 100%; 
}
.login_btn {
    display: block;
    float: left;
    padding: 6px 4px;
    margin: 0 0 0 33px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c9c9c9;
    right: 80px;
}
.login_btn:hover,
.login_btn_open {
    border-top: 1px solid #c9c9c9;    
}
.login_btn,
.header a.login_btn {
    color: #ccc;
}
.top_nav_box {
    display: none;
}
.login_container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #857456;
    padding: 25px 6.25% 26px;   
    display: none; 
}
.login_container .title {
    color: #1f1f1f;
    font-size: 17px;
    font-family: 'ubuntumedium';   
    text-transform: uppercase; 
    line-height: 24px;
    float: left;
    padding: 8px 55px 8px 0;
}
.login_container .form {
    float: left;
    width: 66.5%;
}
.login_container .form input[type="text"],
.login_container .form input[type="email"],
.login_container .form input[type="password"] {
    color: #fff;
    font-size: 14px;
    font-family: 'ubuntulight';
    line-height: 22px;    
    padding: 8px 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #212224;
    border-top: 1px solid transparent;
    width: 36.99%;
    float: left;
    margin: 0 5.96% 0 0;
}
.login_container .form input[type="submit"] {
    color: #fff;
    font-size: 14px;
    font-family: 'ubuntulight';
    line-height: 22px;  
    text-transform: none;
    border: 1px solid #fff;
    background: transparent;
    padding: 7px 37px;
    float: left;
    width: 14.1%;
}
.login_container .form input[type="submit"]:hover {
    color: #857456;
    background: #fff;
}
.lang_switcher {
    color: #999;
    font-size: 13px;
    font-family: 'ubuntulight';    
    line-height: 21px;
    float: left;
    margin: 3px 0 0 26px;
    position: relative;
    z-index: 9999;
}
.current_lang {
    padding: 0 8px 0 10px;
    border: 1px solid #c9c9c9;    
}
.current_lang span {
    display: inline-block;
    padding: 4px 29px 4px 0;
    background: url(../images/lang_switcher_arr.png) no-repeat 100% 50%;    
}
.lang_switcher ul {
    /*position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;*/
    display: block !important;
    margin: -4px 0 -1px 0;
    padding: 5px 0 7px;
    background: #1f1f1f;
    border: 1px solid #c9c9c9;
    /*border-bottom: none;
    display: none;*/
}
.header.fixed .lang_switcher ul{
    /*bottom: auto;
    top: 100%;
    border-top: none;
    border-bottom: 1px solid #c9c9c9;*/
}
.lang_switcher ul,
.lang_switcher ul a {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}
.lang_switcher:hover ul {
    display: block !important;  
}
.lang_switcher ul a {
    display: block;
    padding: 4px 8px 4px 10px;
}
.lang_switcher ul .active a,
.lang_switcher ul a:hover {
    color: #fff;
}
.holder {
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
}



.title_container .inner {
    padding: 18px 6.25%;
}
.title_container h2 {
    color: #3b3b3b;
    font-size: 36px;
    font-family: 'ubuntubold';
    line-height: 40px;   
}
.title_container h2 small {
    color: #999;
    font-size: 18px;
    font-family: 'ubunturegular';
    line-height: 22px;
    text-transform: uppercase;    
    display: block;
}
.title_container .title {
    padding: 0 210px;
    position: relative;
}
.title_container .post_nav,
.title_container .post_nav a {
    color: #666;
    font-size: 18px;
    font-family: 'ubunturegular';
    line-height: 24px;    
}
.title_container .post_nav a:hover {
    color: #000;
}
.title_container .post_nav a small {
    display: none;
    left: -9999px;
}
.title_container .post_nav a .has_source:before {
    display: none;
}
.title_container .post_nav {
    width: 166px;
    height: 140px;
    position: absolute;
    top: 0;		text-align: left;
}
.title_container .prev {
    left: 0;
    padding: 0 0 0 46px;    
    background: url(../images/post_prev.png) no-repeat 0 50%;
}
.title_container .next {
    right: 0;
    padding: 0 46px 0 0;    
    background: url(../images/post_next.png) no-repeat 100% 50%;    
}
.title_container .title_inner {
    padding: 42px 69px 18px;
    position: relative;
    background: url(../images/title_sep.png) no-repeat 0 0;    
}
.title_container .title_inner:before {
    display: block;
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/title_sep.png) no-repeat 50% 50%;    
}
.has_source {
    display: inline-block;
    position: relative;
    background: url(../images/source_arr.png) no-repeat -9999px 50%;
    cursor: pointer;
}
.has_source .source {
    /*color: #dfdfdf;*/
    /*font-size: 12px !important;*/
    /*line-height: 18px !important;*/
    /*text-transform: none !important;*/
    /*width: 202px;*/
    /*padding: 7px 4px 8px 12px;*/
    /*background: #1f1f1f;*/
    /*border: 1px solid #00e2af;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 100%;*/
    /*-moz-border-radius: 2px;*/
    /*-webkit-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*margin: -12px 0 0 21px;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*filter: alpha(opacity=0);*/
    /*-moz-opacity: 0;*/
    /*-khtml-opacity: 0;*/
    /*opacity: 0;    */
    /*display: none; */

    /* OLD STYLES */
}
.has_source .source {
    color: #dfdfdf;
    font-size: 12px !important;
    line-height: 18px !important;
    text-transform: none !important;
    width: 202px;
    padding: 7px 4px 8px 12px;
    background: #1f1f1f;
    border: 1px solid #00e2af;
    position: absolute;
    top: 100%;
    right: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
}
.has_source .source:after {
    display: none; /* Changed */
    content: ' ';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    background: url(../images/source_arr.png) no-repeat 50% 50%;        
}
.has_source .source:before {
    display: block;
    content: ' ';
    width: 13px;
    height: 5px;
    position: absolute;
    bottom: 100%;
    right: 10px;
    background: url(../images/source_arr_top.png) no-repeat 50% 50%;
}
.has_source .source.overflow-left {
    right: auto;
    left: 0;
}
.has_source .source.overflow-left:before {
    right: auto;
    left: 10px;
}
.has_source:before {
    display: block;
    content: ' ';
    width: 10px;
    height: 13px;
    background: url(../images/has_source.png) no-repeat 50% 50%;    
    position: absolute;
    top: -3px;
    right: -6px; 
}
h2 .has_source:before {
    width: 14px;
    height: 18px;
    background: url(../images/has_source_big.png) no-repeat 50% 50%;    
    position: absolute;
    top: -2px;
    right: auto;
    left: 100%;
    margin: 0;
}

.has_source:hover {
    z-index: 8888;
}
.index_content {
    color: #999;
    font-size: 13px;
    background: #1f1f1f;
}
.index_content .big_title {
    display: none;
}
.index_content .inner {
    padding: 84px 6.25%;
}
.index_content .inner_box {
    position: relative;
}
.index_content .inner_box:before {
    display: block;
    content: ' ';
    width: 1px;
    height: 100%;
    background: #2e2e2e;
    position: absolute;
    top: 0;
    left: 45.39%;
}
.index_content .text {
    width: 37.14%;
    float: left;
    position: relative;
    top: -4px;
}
.index_content h3.title {
    color: #fff;
    font-size: 22px;
    font-family: 'ubuntulight';    
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 0 45px;
}
.index_content .chart {
    width: 48.96%;
    float: right;
}
.index_content .chart .chart_title {
    color: #999;
    font-size: 16px;
    font-family: 'ubuntulight';    
    line-height: 22px;
    padding: 0 0 37px;    
}
.index_content .chart img {
    display: block;
}



.index_boxes {
    color: #666;
    font-size: 13px;
    line-height: 20px;
}
.index_boxes h4.title {
    padding: 0 0 24px;
}
.index_boxes h4.title,
.index_boxes h4.title a {
    color: #3b3b3b;
    font-size: 16px;
    font-family: 'ubuntumedium';    
    line-height: 22px;
    text-transform: uppercase;		text-align: left;
}
.index_boxes h4.title a:hover {
    color: #777;
}
.medium_box {
    width: 50%;
    height: 520px;
    float: left;
}
.small_box {
    padding: 35px 58px 42px 20px;
    background: #fff;
    width: 50%;
    height: 50%;
    float: left;    
}
.index_boxes .inner {
    position: relative;
    height: 100%;
}
.more,
a.more {
    color: #857456;
    font-size: 16px;
    font-family: 'ubunturegular';    
    line-height: 24px;
    display: inline-block;
    padding: 0 18px 0 0;
    background: url(../images/more.png) no-repeat 100% 7px;
}
.more:hover,
a.more:hover {
    color: #3b3b3b;
}
.index_boxes .more {
    position: absolute;
    bottom: 0;
    left: 0;
}
body .full_img {
    padding: 0;
}
.index_boxes img {
    display: block;
    max-width: 9999px;    
}
.full_img .inner:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 37px;
    left: 0;
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.side_img {
    background: #edebe7;
    position: relative;
    padding: 0;
}
.side_img .img_container {
    width: 44.44%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.side_img .img_container:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 41px;
    right: 0;
    border-right: 10px solid #edebe7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.side_img .img_container .img {
    height: 100%;
}
.side_img .inner_container {
    width: 55.56%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 26px 32px 34px 29px;    
}
.has_archive_more {
    position: relative;
    padding: 26px 32px 91px 39px;     
}
.archive_more,
a.archive_more {
    color: #999;
    font-size: 16px;
    font-family: 'ubuntulight';    
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f1f1f;
    padding: 24px 2px;
}
a.archive_more:hover {
    color: #fff;
}
.archive_more span,
a.archive_more span {
    display: inline-block;
    padding: 0 38px 0 0;
    background: url(../images/archive_more.png) no-repeat 100% 3px;    
}
.has_archive_more h4.title {
    padding-bottom: 18px;
}
.medium_box_teaser {
    color: #1f1f1f;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 122px 184px 0 90px;    
}
.medium_box_teaser_st {
    padding-top: 96px;
}
.medium_box {
    position: relative;
}
.img_bg {
    width: 100%;
    height: 100%;
}
.index_boxes h3.title, 
.index_boxes h3.title a {
    color: #1f1f1f;
    font-size: 42px;
    font-family: 'ubuntulight';    
    line-height: 50px;
    text-transform: uppercase;    
}
.index_boxes h3.title {
    padding: 0 0 38px;
}
.btn,
a.btn {
    color: #1f1f1f;
    font-size: 16px;
    font-family: 'ubunturegular';    
    line-height: 24px;
    text-align: center;
    display: inline-block;  
    border: 1px solid #1f1f1f;
    padding: 7px 40px;
    margin: 47px 0 0 0;
}
.btn:hover,
a.btn:hover {
    color: #fff;
    background: #1f1f1f;
}
.service_box .small_box {
    color: #1f1f1f;
    padding: 53px 57px 0 53px;    
}
.service_box .small_box,
.service_box .small_box h4.title small {
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;         
}
.service_box .small_box:hover {
    background: #857456 !important;
}
.service_box .small_box:hover,
.service_box .small_box:hover h4.title,
.service_box .small_box:hover h4.title a,
.service_box .small_box:hover h4.title small {
    color: #fff;
}
.service_box .small_box h4.title,
.service_box .small_box h4.title a {
    color: #1f1f1f;
    font-size: 26px;
    font-family: 'ubuntulight';    
    line-height: 30px;
    text-transform: uppercase;  
}
.service_box .small_box h4.title {
    padding-bottom: 23px;
}
.service_box .small_box h4.title small {
    color: #1f1f1f;    
    font-size: 16px;
    line-height: 18px;
    display: block;
}
.service_box .service_box_grey {
    background: #edebe7;
}
.service_more {
    display: block;
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -41px;
    background: url(../images/service_more.png) no-repeat 50% 50%;        
}
.service_more:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;     
}



.footer {
    background: #1f1f1f;
}
.footer,
.footer a {
    color: #999;
    font-size: 13px;
    line-height: 18px;
}
.foot {
    padding: 59px 6.25%;    
}
.foot_logo {
    display: block;
    float: left;
    margin: 0 61px 0 0;
}

.footbar {
    float: left;
    border-left: 2px solid #666;
    padding: 0 0 0 15px;
}
.footbar:after {
    display: block;
    content: ' ';
    clear: both;
}
.foot_widget {
    float: left;
    padding: 0 0 0 41px;
    background: url(../images/foot_nav_h.jpg) no-repeat -9999px 9px;     
}
.foot_widget:first-child {
    padding-right: 23px;
}
.foot_widget ul li {
    padding: 10px 0 0 0;
}
.foot_widget ul li:first-child {
    padding-top: 0;
}
.foot_widget ul li a {
    display: inline-block;
    padding: 0 0 0 8px;
    background: url(../images/foot_nav.jpg) no-repeat 0 9px;
}
.footer ul li.current-menu-item a,
.footer ul li a:hover {
    color: #fff;
    background: url(../images/foot_nav_h.jpg) no-repeat 0 9px;    
}



.credit {
    float: right;
}
.credit img {
    display: block;
    margin: 0 0 9px;
}
.credit,
.credit a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.credit a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;  
}

.my-test-video {
position: relative;
z-index: 1;
}

.footer_address {
    float: left;
    padding-left: 60px;
}

@media(min-width: 768px){
    .img_mobi img{
        display: none;
    }    
    .mobi_carousel{
        display: none;
    }
}
@media(max-width: 767px){
    .myc{
        display: none;
    }
    .img_mobi img{
        height: 20px;
    }

    .footer_address {
        padding-left: 10px;
    }
    .footbar{
        display: none;
    }
    .footer .credit img{
        float: left;
        /*display: block;*/
        padding-left: 10px;
    }

    .footer .credit .img_deck img{
        display: none;
    }
    .credit a{
        float: left;
        padding-left: 10px;
        padding-top: 10px;
        width: 250px;
    }
    .credit a span{
        display: none;
    }
}

.footer_address i{
    padding-right: 10px;
}

.footer_address a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.footer_address a:hover {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;  
}

.banner {
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.banner .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner h1.page_title {
    color: #fff;
    font-size: 48px;
    font-family: 'ubuntumedium';    
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 6px;
}
.container {
    width: 1140px;
    margin: 0 auto;
    padding: 59px 0 69px 0;
}
h3.sub_page_title,
h2.sub_page_title {
    color: #857456;
    font-size: 26px;
    font-family: 'ubunturegular';    
    line-height: 28px;
    text-align: center;
    padding: 0 9.86% 41px;
}
.default-text {
    color: #1f1f1f;
    font-family: 'ubunturegular';
    font-size: 15px;
}
/*h2.sub_page_title:not(.sub_page_title--case-sensitive) {
    line-height: 26px;
    text-transform: uppercase;
}*/
.left {
    width: 48.24%;
    float: left;
}
.right {
    width: 48.24%;
    float: right;
}
.content_box {
    padding: 0 0 35px;
}
.note {
    color: #857456;
    font-size: 15px;
    font-family: 'ubuntumedium';     
    line-height: 22px;
    text-transform: uppercase;
    background: #edebe7;
    padding: 60px 11.49% 60px;
    margin: 0 0 22px;
}
.note ul li {
    padding: 5px 0 6px 41px;
    background: url(../images/note_li.png) no-repeat 0 9px;
}
.note h2 {
    color: #857456;
    font-size: 20px;
    font-family: 'ubuntulight';    
    line-height: 28px;
    text-align: center;
    text-transform: none;
    padding: 0 0 36px;
}
.note .list {
    padding: 0 7.6%;
}
.myc .carousel{
    margin-top: 100px;
}


.myc .text h3, .mobi_carousel .text h3{
    color: #ffffff;
    font-size: 26px;
    text-transform: none;
    margin-top: 50px;
    text-align: center;
}

@media(max-width: 600px){

.myc .text h3, .mobi_carousel .text h3{
    margin-top: 10px;
}
    .myc .text h3{
        font-size: 20px;
        margin-top: 30px;
    }
}

.myc .carousel .owl-item:before {
    top: -42px;
}
.myc .carousel h6 {
    font-size: 62px;
    font-family: 'ubunturegular'; 
    font-style: italic;
    margin: 20px;
    padding-top: 20px;
    text-align: center;
}
.myc .carousel .owl-item:nth-child(2n) {
    background: #fff;
}

.myc .carousel .owl-item:nth-child(2n+1) h6{
    color: #fff;
}

.myc .carousel .owl-item:nth-child(2n+1) {
    background: #857456;
    color: #fff;
}

.items_mobi:nth-child(2n+1){
    float: left;
    margin: 10px; 
    padding: 8px;  
    background: #857456;
    width: 95%;
    font-size: 18px;
}

.items_mobi:nth-child(2n+1) span{
    padding: 10px 5px;  
    float: left;
    font-size: 62px;
    font-family: 'ubunturegular';  
}

.items_mobi:nth-child(2n+1) p{
    text-transform: none;
    text-align: left;
}

.items_mobi:nth-child(2n){
    float: left;
    margin: 10px; 
    padding: 8px;
    color:  #857456; 
    background: #fff;
    width: 95%;
    font-size: 18px;
}

.items_mobi:nth-child(2n) span{
    padding: 10px 5px;  
    float: left;
    font-size: 62px;
    font-family: 'ubunturegular';  
}

.items_mobi:nth-child(2n) p{
    text-transform: none;
    text-align: left;
}

.items_mobi p{
    line-height: normal;
}

.carousel {
    color: #857456;
    font-size: 14px;
    line-height: 22px;
    background: #edebe7;
    padding: 40px 0 45px;
}
.carousel_inner {
    width: 1140px;
    margin: 0 auto;
}
.carousel .title {
    font-size: 22px;
    font-family: 'ubunturegular';    
    line-height: 28px;
    padding: 0 0 10px;
}
.carousel .owl-item {
    padding: 0 32px 23px 39px;
}
.carousel .owl-item:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 99999px;
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
}
.carousel .index {
    font-size: 62px;
    font-family: 'ubuntuitalic';
    line-height: 69px;  
    text-align: center;  
    display: inline-block;
    width: 81px;
    height: 81px;
    border: 4px solid #857456;
    margin: 0 0 30px;
}
.carousel .text {
    position: relative;
    /*height: 220px;*/
}
.owl-nav div {
    text-indent: -9999px;
    position: absolute;
    top: 7px;
    width: 24px;
    height: 100%;
}
.owl-nav div.owl-prev {
    left: -55px;
    background: url(../images/prev.png) no-repeat 50% 50%;
}
.owl-nav div.owl-next {
    right: -55px;
    background: url(../images/next.png) no-repeat 50% 50%;
}
.grids {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 55px 0 0 0;
}
.grids small {
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 12px 0 0 0;
}
.grids h2.sub_page_title {
    padding-bottom: 37px;
}
.grids ul li {
    width: 33.33%;
    height: 218px;
    float: left;
    padding: 23px 26px 25px 24px;
    background: #857456;
}
.grids ul li .box {
    border: 5px solid transparent;
    height: 100%;
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;     
}
.grids ul li:hover .box {
    border: 5px solid #edebe7;       
}
.grids ul li.even {
    color: #1f1f1f;
    background: #edebe7;
}
.grids ul li.even:hover .box {
    border: 5px solid #857456;       
}
.content .form {
    padding: 9px 0 0 0;
}
.content .form ul li {
    float: left;
    width: 31.57%;
    margin: 0 0 28px 2.645%;
    padding: 0;
    background-image: none;
}
.content .form ul li.no_ml,
.content .form ul li.full_width {
    clear: both;
    margin-left: 0;
}
.content .form ul li.full_width {
    width: 100%;
    float: none;
}
.content ::-webkit-input-placeholder { 
    color: #999; 
}
.content :-moz-placeholder { 
    color: #999; 
}
.content ::-moz-placeholder { 
    color: #999; 
}
.content :-ms-input-placeholder { 
    color: #999; 
}
.content :placeholder { 
    color: #999; 
}
.content .form ul li.submit_box {
    text-align: center;
    padding: 33px 0 5px 0;
}
body.contact_page .container {
    padding-bottom: 37px;
}
body.contact_page .content_box {
    padding-bottom: 0;
}
.strip_grids {
    color: #fff;
    font-size: 17px;
    font-family: 'ubuntulight';    
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
.strip_grids ul {
    padding: 0 0 42px;
}

.strip_grids ul li{
    padding: 0;
    margin: 0;
    background-image: none;
    width: 25%;
    height: 180px;
    float: left;    
}


@media(min-width: 767px){
    .strip_grids ul li:nth-child(1), .strip_grids ul li:nth-child(3), .strip_grids ul li:nth-child(6), .strip_grids ul li:nth-child(8) {
        color: #ecebe7;
        background: #857456;
    }
    .strip_grids ul li:nth-child(2), .strip_grids ul li:nth-child(4), .strip_grids ul li:nth-child(5), .strip_grids ul li:nth-child(7) {
        color: #857456;
        background: #ecebe7;
    }
    .strip_grids ul li:nth-child(2) img, .strip_grids ul li:nth-child(4) img, .strip_grids ul li:nth-child(5) img, .strip_grids ul li:nth-child(7) img{
        -webkit-filter: invert(58%);
        filter: invert(58%);
    }
}
@media(max-width: 766px){
    .strip_grids ul li:nth-child(1), .strip_grids ul li:nth-child(4), .strip_grids ul li:nth-child(5), .strip_grids ul li:nth-child(8) {
        color: #ecebe7;
        background: #857456;
    }
    .strip_grids ul li:nth-child(2), .strip_grids ul li:nth-child(3), .strip_grids ul li:nth-child(6), .strip_grids ul li:nth-child(7) {
        color: #857456;
        background: #ecebe7;
    }
    .strip_grids ul li:nth-child(2) img, .strip_grids ul li:nth-child(3) img, .strip_grids ul li:nth-child(6) img, .strip_grids ul li:nth-child(7) img{
        -webkit-filter: invert(58%);
        filter: invert(58%);
    }
}
.strip_grids .box {
    padding: 15px;
    position: relative;
    height: 100%;
}
.strip_grids img {
    display: block;
    margin: 0 auto 19px;
}
.services_box {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    background: #edebe7;
}
.services_inner {
    width: 1140px;
    margin: 0 auto;
    padding: 47px 0 75px 0;
}
.services_box h3.block_title {
    color: #857456;
    font-size: 18px;
    font-family: 'ubunturegular';    
    line-height: 24px;
    text-align: center;
    padding: 0 0 40px;
}
.services_box .owl-carousel .owl-item .icon img {
    display: block;
    margin: 0 auto 13px;
    width: auto;
    height: auto;
    max-width: 32px;
    max-height: 32px;
}
.services_box .owl-carousel .owl-item:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: #fff;
}
.services_box .title {
    color: #857456;
    font-size: 18px;
    font-family: 'ubunturegular';    
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 0 13px;
}
.services_box .text {
    position: relative;
    padding: 22px 11px 48px 11px;
}
.services_box .desc {
    padding: 0 10px;
}
.services_box .owl-nav div {
    top: 0;
}
.contact_grid,
.contact_grid a {
    color: #fff;
    font-size: 16px;
    font-family: 'ubuntulight';    
    line-height: 22px;
}
.contact_grid {
    background: #857456;
}
.contact_grid .img {
    width: 50%;
    float: right;
    position: relative;
}
.contact_grid .img:before {
    display: block;
    content: ' ';
    border-left: 17px solid #857456;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 37px;
    left: 0;
}
.contact_grid .img img {
    display: block;
    width: 100%;
}
.contact_grid .text {
    width: 50%;
    float: right;
    padding: 61px 10.41% 0 10.41%;
}
.contact_grid .site_name {
    color: #fff;
    font-size: 18px;
    font-family: 'ubunturegular';    
    line-height: 22px; 
    text-transform: uppercase;   
}
.contact_grid h2.name {
    color: #fff;
    font-size: 34px;
    font-family: 'ubunturegular';    
    line-height: 34px; 
    text-transform: uppercase;   
    padding: 0 0 16px;  
}
.contact_grid ul li {
    padding: 6px 0 7px 35px;   
}
.contact_grid ul li.phone {
    background: url(../images/phone.png) no-repeat 0 7px;    
}
.contact_grid ul li.email {
    background: url(../images/email.png) no-repeat 0 10px;    
}
.contact_grid ul li.address {
    background: url(../images/address.png) no-repeat 0 6px;    
}
.contact_grid_fr .img {
    float: left;
}
.contact_grid_fr .text {
    float: right;
}
.contact_grid_fr .img:before {
    right: 0;
    left: auto;
    border-left: none;
    border-right: 17px solid #857456;
}
.news h2.title {
    padding: 0 0 10px;
}
.news h2.title,
.news h2.title a {
    color: #857456;
    font-size: 26px;
    font-family: 'ubunturegular';    
    line-height: 34px;
}
.news h2.title a:hover {
    color: #1f1f1f;
}
.news_post {
   background: #edebe7;
   margin: 0 0 50px; 
}
.news_post .inner {
   padding: 30px 49px 37px 49px;    
}
.news_post img.img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.news_post .meta {
    color: #857456;
    font-family: 'ubuntulight';   
    padding: 0 0 17px; 
    overflow: hidden;
}
.news_post .meta span {
    display: inline-block;
    position: relative;
}
.news_post .meta span:after {
    display: block;
    content: ' ';
    width: 9999px;
    height: 1px;
    background: url(../images/news_meta.jpg) repeat-x 0 50%;
    position: absolute;
    left: 100%;
    top: 11px;
    margin: 0 0 0 7px;
}
.news_post .more {
    margin-top: 8px;
}
/*.page-template-template-news .news .news_post .has_img,*/
/*.page-template-template-news .news .news_post .excerpt{*/
    /*display: none;*/
/*}*/
/*.page-template-template-news .news .news_post:first-child .has_img*/
/*.page-template-template-news .news .news_post:first-child .excerpt{*/
    /*display: block;*/
/*}*/
#infscr-loading {
    text-indent: -9999px;
    height: 60px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
}
#infscr-loading img {
    display: none;
}
.load_more_wrap {
    padding: 20px 0 41px 0;
}
.load_more_wrap,
.load_more_wrap a {
    color: #857456;
    font-size: 16px;
    font-family: 'ubuntulight';    
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
.load_more_wrap a {
    display: block;
    padding: 23px 15px;
    border: 1px solid #857456;
}
.load_more_wrap a:hover {
    color: #fff;
    background: #857456;
}
.single_news_post {
    background: transparent;
    margin: 0 0 41px;
}
.single_news_post .inner {
    padding: 0;
}
.single_news_post .inner .img {
    margin-top: 7px;
    margin-bottom: 38px;
}
.news_navi {
    margin: 40px 0 0 0;
    border-top: 1px solid #857456;
    border-bottom: 1px solid #857456;
}
.news_navi,
.news_navi a {
    color: #857456;
    font-size: 16px;
    font-family: 'ubuntulight';    
    line-height: 23px;
}
.news_navi a {
    display: inline-block;
}
.news_navi a:hover {
    color: #1f1f1f;
}
.news_nav {
    width: 40%;
    height: 73px;
}
.news_prev {
    float: left;
}
.news_prev a {
    padding: 0 0 0 30px;
    background: url(../images/news_prev.png) no-repeat 0 50%;
}
.news_next {
    text-align: right;
    float: right;
}
.news_next .td{
    text-align: right;
}
.news_next a {
    padding: 0 30px 0 0;
    background: url(../images/news_next.png) no-repeat 100% 50%;
}
.back-top-top{
    float: left;
    width: 20%;
    text-align: center;
}
.back-top-top a{
    margin: 6px 0;
}
.back-top-top a:before{
    content: '';
    background: url(../images/news_next.png) no-repeat 100% 50%;
    width: 17px;
    height: 32px;
    display: block;
    margin: 0 auto;
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
body.rtl {
    text-align: right;
    direction: rtl;
}
body.rtl .index_screen .text .inner img {
    margin-left: 19px;
    margin-right: 0;
}
body.rtl .logo {
    float: right;
}
body.rtl .header_right {
    float: left;
    margin-right: 20px;
}
body.rtl .top_nav {
    float: right;
}
body.rtl .top_nav ul li {
    float: right;
}
body.rtl .top_nav ul li {
    padding-right: 26px;  
    padding-left: 0;
}
body.rtl .top_nav ul li:first-child {
    padding-right: 0;
}
body.rtl .top_nav ul li ul li, 
body.rtl .top_nav ul li ul li:first-child {
    float: none;
}
body.rtl .lang_switcher {
    float: right;
    margin-right: 26px;
    margin-left: 0;   
}
body.rtl .login_btn {
    float: right;   
    margin: 0 33px 0 0; 
}
body.rtl .login_container .title {
    float: right;
    padding-right: 0;
    padding-left: 55px;
}
body.rtl .login_container .form {
    float: right;
}
body.rtl .login_container .form input[type="text"], 
body.rtl .login_container .form input[type="email"], 
body.rtl .login_container .form input[type="password"] {
    float: right;
    margin-left: 5.96%;
    margin-right: 0;
}
body.rtl .title_container .prev {
    right: 0;
    left: auto;
    padding: 0 46px 0 0;
    background: url(../images/post_next.png) no-repeat 100% 50%;     
}
body.rtl .title_container .next {
    left: 0;
    right: auto;
    padding: 0 0 0 46px;  
    background: url(../images/post_prev.png) no-repeat 0 50%;        
}
body.rtl .index_content .inner_box:before {
    left: auto;
    right: 45.39%;
}
body.rtl .index_content .text {
    float: right;
}
body.rtl .index_content .chart {
    float: left;
}
body.rtl .has_source .source {
    right: 0;
    left: auto;
    margin-right: 21px;
    margin-left: 0;
}
body.rtl .has_source .source:after {
    right: -4px;
    left: auto;
    background-image: url(../images/rtl_source_arr.png);
}
body.rtl .medium_box {
    float: right;
}
body.rtl .small_box {
    float: right;
}
body.rtl .full_img .inner:after {
    right: 0;
    left: auto;
    border-left: none;
    border-right: 10px solid #fff;
}
body.rtl .index_boxes .more {
    right: 0;
    left: auto;
}
body.rtl .foot_logo {
    float: right;
    margin-right: 0;
    padding-left: 61px;
}
body.rtl .footbar {
    border-left: none;
    border-right: 2px solid #666666;
    float: right;
    padding: 0 60px 0 0;    
}
body.rtl .credit {
    float: left;
}
body.rtl .left {
    float: right;
}
body.rtl .right {
    float: left;
}
body.rtl .note ul li {
    padding: 5px 41px 6px 0;
    background: url(../images/note_li.png) no-repeat 100% 9px;
}
body.rtl .grids ul li {
    float: right;
}
body.rtl .contact_grid .img {
    float: left;
}
body.rtl .contact_grid_fr .img {
    float: right;
}
body.rtl .contact_grid .img:before {
    right: 0;
    left: auto;
    border-left: none;
    border-right: 17px solid #857456;
}
body.rtl .contact_grid_fr .img:before {
    left: 0;
    right: auto;  
    border-left: 17px solid #857456;
    border-right: none;      
}
body.rtl .contact_grid .text {
    float: right;
}
body.rtl .contact_grid_fr .text {
    float: left;
}
body.rtl .contact_grid ul li {
    padding-right: 35px;
    padding-left: 0;
}
body.rtl .contact_grid ul li.phone {
    background-position: 100% 7px;
}
body.rtl .contact_grid ul li.email {
    background-position: 100% 10px;
}
body.rtl .contact_grid ul li.address {
    background-position: 100% 6px;
}
body.rtl .news_prev {
    float: right;
}
body.rtl .news_prev a {
    padding: 0 30px 0 0;
    background: url(../images/news_next.png) no-repeat 100% 50%;
}
body.rtl .news_next {
    text-align: left;
    float: left;
}
body.rtl .news_next a {
    padding: 0 0 0 30px;
    background: url(../images/news_prev.png) no-repeat 0 50%;
}
body.rtl .strip_grids ul li {
    float: right;
}
body.rtl .content .form ul li {
    float: right;
    margin-right: 2.645%;
    margin-left: 0;
}
body.rtl .content .form ul li.no_ml {
    margin-right: 0;
}
body.rtl .content .form ul li.full_width {
    margin-right: 0;    
}

/* Paths */
.paths {
    /*height: 500px;*/
    padding: 60px 0 100px;
}
.paths_inner {
    margin: 0 auto;
    width: 848px;
}
.paths_title {
    margin: 0 auto 34px;
    max-width: 610px;
    padding: 0;
    color: #fff;
    line-height: 34px;
    font-family: 'ubunturegular', Helvetica, Arial, sans-serif;
    font-size: 26px;
    text-align: center;
}
.paths_items {
    margin: 0 -15px;
    font-size: 0;
}
body.rtl .paths_items {
    direction: rtl;
}
.paths_items.owl-loaded {
    margin: 0;
}
.path {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 15px;
}
.owl-carousel .owl-item .path_icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.owl-item .path {
    display: block;
    width: 100%;
    padding: 0;
}
.path_inner {
    background-color: #fff;
    color: #857456;
    min-height: 262px;
    padding: 16px;
    text-align: center;
}
.path_inner--table {
    display: table;
    width: 100%;
}
.path:nth-child(even) .path_inner,
.owl-item:nth-child(even) .path_inner {
    background-color: #857456;
    color: #fff;
}
.path_cell {
    display: table-cell;
    vertical-align: middle;
}
.path_num {
    margin-bottom: 16px;
    padding: 0;
    line-height: normal;
    font-size: 62px;
    font-style: italic;
    text-align: center;
}
.path_desc {
    
}
.path_desc_inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
}
.path_icon {
    margin-bottom: 20px;
    height: 61px;
    line-height: 61px;
    text-align: center;
}
.path_title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.paths .owl-nav div {
    top: 0;
}
.paths .owl-nav div.disabled {
    display: none !important;
}
.paths .owl-nav div.owl-prev {
    left: -132px;
    background: url("../images/carousel-left.png") no-repeat center center;
}
.paths .owl-nav div.owl-prev:hover {
    background: url("../images/carousel-left-hover.png") no-repeat center center;
}
.paths .owl-nav div.owl-next {
    right: -132px;
    background: url("../images/carousel-right.png") no-repeat center center;
}
.paths .owl-nav div.owl-next:hover {
    background: url("../images/carousel-right-hover.png") no-repeat center center;
}
/* Paths (END) */

/*.letter-slideshow {
    font-size: 0;
    position: relative;
}*/
@-webkit-keyframes cycle {
   0%  { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   4%  { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   12% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity:1; z-index:0; }
   20% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   21% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   92% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: 0; }
   96% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   100%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes cycle {
   0%  { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   4%  { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   12% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity:1; z-index:0; }
   20% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   21% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   92% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: 0; }
   96% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   100%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes cycletwo {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   12% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   20% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   24% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   32% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; z-index: 0; }
   40% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   41% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   100%{ -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
}
@keyframes cycletwo {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   12% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   20% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   24% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   32% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; z-index: 0; }
   40% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   41% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   100%{ -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclethree {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   32% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   40% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   44% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   52% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   60% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   61% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   100%{ -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
}
@keyframes cyclethree {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   32% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   40% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   44% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   52% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   60% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   61% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   100%{ -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclefour {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   52% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   60% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   64% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   72% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; z-index: 0; }
   80% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   81% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   100%{ -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
}
@keyframes cyclefour {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   52% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   60% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   64% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   72% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; z-index: 0; }
   80% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
   81% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
   100%{ -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclefive {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   72% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   80% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   84% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   92% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; z-index: 0; }
   100%{ -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
}
@keyframes cyclefive {
   0%  { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   72% { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
   80% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   84% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
   92% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; z-index: 0; }
   100%{ -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; z-index: 0; }
}
.letter-slideshow {
    width: 60%;
    /*height: 138px;*/
    height: 78px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}
/*.letter-slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
.letter-slide {
    width: 100%;
    height: 100%;
    line-height: normal;
    /*font-size: 39px;*/
    font-size: 29px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.letter-slide:nth-child(1) {
    animation: cycle 25s linear infinite;
}
.letter-slide:nth-child(2) {
    animation: cycletwo 25s linear infinite;
}
.letter-slide:nth-child(3) {
    animation: cyclethree 25s linear infinite;
}
.letter-slide:nth-child(4) {
    animation: cyclefour 25s linear infinite;
}
.letter-slide:nth-child(5) {
    animation: cyclefive 25s linear infinite;
}
.letter-effect div {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}
.letter-effect span {
    display: inline-block;
    vertical-align: top;
    font-size: 39px;
}
.letter-effect span.spacer {
    width: 16px;
    line-height: 39px;
}
.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}


@media only screen and (max-width: 1440px) {
    .top_nav ul li {
        padding-left: 12px;
    }
    body.rtl .top_nav ul li {
        padding-right: 12px;
        padding-left: 0;
    }
    .lang_switcher {
        margin-left: 12px;
    }
    body.rtl .lang_switcher {
        margin-right: 12px;
    }    
    .login_btn {
        margin-left: 12px;
    }   
    body.rtl .login_btn {
        margin-right: 12px;
    }      
}

@media only screen and (max-width: 1280px) {
    .top_nav ul li {
        padding-left: 8px;
    }  
    body.rtl .top_nav ul li {
        padding-right: 8px;
        padding-left: 0;
    }    
    .lang_switcher {
        margin-left: 8px;
    }
    body.rtl .lang_switcher {
        margin-right: 8px;
    }    
    .login_btn {
        margin-left: 8px;
    }
    body.rtl .login_btn {
        margin-right: 8px;
    }            
    .services_inner,
    .carousel_inner {
        width: auto;
        padding-left: 70px;
        padding-right: 70px;
    }  
    .current_lang span {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1240px) {
    .top_nav ul li {
        padding-left: 7px;
    }
    body.rtl .top_nav ul li {
        padding-right: 7px;
        padding-left: 0;
    }    
    .lang_switcher {
        margin-left: 7px;
    }
    body.rtl .lang_switcher {
        margin-right: 7px;
    }    
    .login_btn {
        margin-left: 7px;
    }
    body.rtl .login_btn {
        margin-right: 7px;
    }
    
    /* Paths */
    .paths .owl-nav div.owl-prev {
        left: -52px;
    }
    .paths .owl-nav div.owl-next {
        right: -52px;
    }
    /* Paths (END) */
}

@media only screen and (max-width: 1190px) {
    .header, 
    .header a {
        font-size: 15px;
        line-height: 22px;
    }    
    .top_nav ul li {
        padding-left: 9px;
    }
    body.rtl .top_nav ul li {
        padding-right: 9px;
        padding-left: 0;
    }       
    .lang_switcher {
        margin-left: 9px;
    }
    body.rtl .lang_switcher {
        margin-right: 9px;
    }    
    .login_btn {
        margin-left: 9px;
    }    
    body.rtl .login_btn {
        margin-right: 9px;
    }     
    .head,
    .login_container,
    .title_container .inner,
    .index_content .inner,
    .foot {
        padding-left: 3%;
        padding-right: 3%;
    }
    .small_box {
        padding: 25px 38px 22px 28px;
    }
    .medium_box_teaser {
        padding: 62px 84px 0 50px;
    }
    .side_img .inner_container {
        padding: 26px 8px 19px 18px;
    }
    .service_box .small_box {
        padding: 23px 27px 0 23px;
    }
    .index_boxes h4.title {
        padding: 0 0 18px;
    }
    .index_boxes h3.title {
        padding: 0 0 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .letter-slideshow {
        width: auto;
    }
}
@media only screen and (max-width: 992px) and (min-width: 978px){
    .index_boxes h4.title {
        padding: 0 0 2px;
    }
}
@media only screen and (max-width: 1470px) and (min-width: 1190px){
    .index_boxes h4.title {
        padding: 0 0 8px;
    }
    .small_box{
        padding: 35px 30px 42px 26px;
    }
}
@media only screen and (max-width: 1170px) {
    .container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .carousel .owl-item {
        padding: 0 22px 22px 22px;
    }    
    .contact_grid .text {
        padding: 31px 3.41% 0;
    }    
}

@media only screen and (max-width: 1110px) {
    .head,
    .login_container,
    .title_container .inner,
    .index_content .inner,
    .foot {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header, 
    .header a {
        font-size: 14px;
        line-height: 22px;
    }      
    .logo {
        margin-top: 10px;
    } 
    .logo img {
        width: 120px;
        height: auto;
    } 
    .login_container .form {
        width: 100%;
        padding-left: 210px;
    }
    .login_container .title {
        position: absolute;
        top: 25px;
        left: 30px;
    }
    .archive_more, 
    a.archive_more {
        font-size: 13px;
    }
    .archive_more span, 
    a.archive_more span {
        padding-right: 20px;
    }
    .index_content .text {
        width: 42%;
    }
    .top_nav ul li {
        padding-left: 7px;
    }
    .lang_switcher {
        margin-left: 7px;
    }
    .login_btn {
        margin-left: 7px;
    }      
}

@media only screen and (max-width: 980px) {
    .medium_box {
        width: 100%;
        float: none;
    }
    .title_container .title_inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .top_nav_box {
        display: block;
    }
    .bb_fix {
        display: none;
    }
    .top_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #2f2f2f;
        border-top: 1px solid #444;
        display: none;
    }
    .top_nav_visible {
        /*display: block;*/
    }
    .head {
        padding-bottom: 14px;
    }
    .top_nav ul li,
    .top_nav ul li a {
        text-align: right;
    }
    .top_nav ul li,
    body.rtl .top_nav ul li {
        float: none;
        border-bottom: 1px solid #444;
        padding: 0;
    }
    .top_nav ul li a {
        display: block;
        padding: 15px 30px;
    }
    .top_nav ul li ul {
        display: none;
        position: static;
        margin: 0;
        height: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;  
        width: 100%;        
    }
    .top_nav ul li ul li, 
    .top_nav ul li ul li:first-child {
        padding: 0;
    }
    .top_nav ul li.current-menu-item ul,
    .top_nav ul li.current-menu-parent ul,
    .top_nav ul li.current-menu-ancestor ul {
        display: block !important;       
    }    
    .top_nav ul li ul li, 
    .top_nav ul li ul li a {
        text-align: right;
    }
    .top_nav ul li ul li a {
        padding: 10px 30px;
    }
    .foot_logo {
        margin-right: 30px;
    }
    .foot_widget {
        padding: 0 0 0 30px;
    }
    .foot_widget:first-child {
        padding-left: 8px;
    }
    .index_screen {
        font-size: 29px;
        line-height: 38px;
        text-align: center;
    }
    .letter-effect span {
        line-height: 38px;
        font-size: 29px;
    }
    .letter-effect span.spacer {
        width: 10px;
    }
    .index_screen .light {
        font-size: 21px;
    }
    .index_screen .text .inner {
        /*width: 80%;*/
    }
    .index_screen .text .inner img {
        width: 250px;
        margin: 0 9px 0 0;
    }    
    .tip_text {
        font-size: 15px;
        line-height: 22px;
        padding: 0 0 20px;
    }
    .note {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .note .list {
        padding-left: 0;
        padding-right: 0;
    }
    h3.sub_page_title, 
    h2.sub_page_title {
        padding-left: 3%;
        padding-right: 3%;
    }
    .contact_grid .site_name {
        font-size: 16px;
        line-height: 20px;
    }
    .contact_grid h2.name {
        font-size: 28px;
        line-height: 28px;
    }

    /* Paths */
    .paths {
        /*height: auto;*/
        /*min-height: 642px;*/
        padding: 72px 25px 60px;
    }
    .paths_inner {
        width: auto;
    }
    .paths_title {
        margin-bottom: 30px;
        max-width: none;
    }
    .paths_items {
        margin: 0;
    }
    .path {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
    }
    .path:last-child {
        margin-bottom: 0;
    }
    .path_inner {
        display: table;
        width: 100%;
        min-height: 1px;
        padding: 24px 30px;
        text-align: left;
    }
    .path_num, .path_icon {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        text-align: left;
    }
    .path_icon {
        min-width: 80px;
        text-align: center;
    }
    .path_icon img {
        vertical-align: middle;
        max-height: 61px;
    }
    .path_title {
        text-align: left;
    }
    .path_desc {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: auto !important;
        padding-left: 36px;
        line-height: normal !important;
    }
    .path_desc--short {
        padding-left: 24px;
    }
    /* Paths (END) */ 
}

@media only screen and (max-width: 910px) {
    .title_container .title_inner {
        padding-top: 15px;
    }
    .contact_grid .text {
        padding: 20px 10px 0 20px;
    }  
    .contact_grid ul li {
        padding-left: 28px;
    }   
    .login_container .form input[type="text"], 
    .login_container .form input[type="email"], 
    .login_container .form input[type="password"] {
        margin-right: 4.96%;
    }
    .login_container .form input[type="submit"] {
        width: 16.1%;
    }
}

@media only screen and (max-width: 870px) {
    .foot_logo,
    body.rtl .foot_logo {
        display: block;
        margin: 0 auto 20px;
        float: none;
        padding-left: 0;
    }
    .footbar,
    body.rtl .footbar {
        border-left: none;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }
    .foot,
    body.rtl .foot {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact_grid, 
    .contact_grid a {
        font-size: 14px;
        line-height: 20px;
    }
    .contact_grid .site_name {
        font-size: 15px;
        line-height: 19px;
    }
    .contact_grid h2.name {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 10px;
    }       
}




@media only screen and (max-width: 640px) {
    .post_nav{
      margin-top: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .post_nav .has_source{
        display: none;
    }

    .title_container .title {
        padding: 0;
    }
    .title_inner h2 {
        /*text-align: center;*/
        font-size: 36px;
    }

    h3.sub_page_title, h2.sub_page_title {
        line-height: 38px;
        font-size: 34px;
    }

    .default-text {
        line-height: 32px;
        font-size: 28px;
    }

    h2 .has_source, h2 small {
        /*font-size: 26px;*/
        padding: 0 15%;
    }

    .title_container .title_inner {
        background: none;    
    }
    .title_container .title_inner:before {
        background: none;    
    }
    .inner{
        padding: 0px 5px;
    }
    .index_screen .home-intro {
        padding: 0 25px;
    }


    /*  
    h2 .has_source .source {
        right: 0;
        left: auto;
        margin-right: 10px;
        margin-left: 0;
    } 
    h2 .has_source .source:after {
        right: -4px;
        left: auto;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    */
    .index_content .text,
    .index_content .chart,
    body.rtl .index_content .text,
    body.rtl .index_content .chart {
        width: auto;
        float: none;
    }
    .index_content .text {
        padding-bottom: 30px;
    }
    .index_content .inner_box:before {
        display: none;
    }
    .login_container .form input[type="text"], 
    .login_container .form input[type="email"], 
    .login_container .form input[type="password"],
    body.rtl .login_container .form input[type="text"], 
    body.rtl .login_container .form input[type="email"], 
    body.rtl .login_container .form input[type="password"] {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        float: none;
    }
    .login_container .form input[type="submit"],
    body.rtl .login_container .form input[type="submit"] {
        width: auto;
        float: none;
    }
    .content .form ul li,
    body.rtl .content .form ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }    
    .contact_grid .text,
    .contact_grid .img,
    body.rtl .contact_grid .text,
    body.rtl .contact_grid .img {
        float: none;
        width: auto;        
    }
    .contact_grid .img img {
        width: 100%;
    }
    .contact_grid .text {
        padding-bottom: 20px;
    }
    .contact_grid .img:before {
        display: none;
    }
    .grids ul li {
        width: 100%;
        padding: 15px;
    }   
    .strip_grids ul li {
        width: 50%;
    }
    .medium_box_teaser {
        padding: 32px 24px 0 20px;
    }    
    .content_box {
        padding-bottom: 15px;
    }
    .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h2 .has_source:before {
        margin-left: -15px;
    }

    .paths_title {
        font-size: 34px;
    }
    .path_desc_inner, .path_title {
        line-height: 32px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .footbar,
    body.rtl .footbar {
        float: none;
        padding-bottom: 30px;
    }
    .foot_widget {
        width: 33.33%;
    }
    .credit,
    body.rtl .credit {
        text-align: center;
        float: none;
    }
    .credit img {
        margin: 0 auto 9px;
    }
    .login_container .form input[type="submit"],
    input[type="submit"], 
    button {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }
    .fixed {
        position: static;
    }
    .holder {
        display: none !important;
    }
    .banner h1.page_title {
        font-size: 22px;
        line-height: 30px;
    }
    .content .form ul li {
        padding-left: 0;
    }
    .left,
    .right,
    body.rtl .left,
    body.rtl .right {
        width: auto;
        float: none;
    }
    h3.sub_page_title, h2.sub_page_title {
        padding-left: 5px;
        padding-right: 5px;
    }    
    .services_inner, 
    .carousel_inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .owl-nav div {
        background-size: 10px auto !important;
    }
    .owl-nav div.owl-prev {
        left: -25px;
    }
    .owl-nav div.owl-next {
        right: -25px;
    }    
    .index_screen {
        font-size: 16px;
        line-height: 20px;
    }
    .letter-effect span {
        line-height: 20px;
        font-size: 16px;
    }
    .letter-effect span.spacer {
        width: 6px;
    }
    .index_screen .light {
        font-size: 14px;
    }
    .index_screen .text .inner img {
        width: 120px;
    }
    .tip_text {
        font-size: 13px;
        line-height: 20px;
        padding: 0 0 20px;
    } 
    h2 .has_source .source {
        right: 0;
        left: auto;
        margin-right: 10px;
        margin-left: 0;
    } 
    h2 .has_source .source:after {
        right: -4px;
        left: auto;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .title_container .post_nav {
        height: 60px;
    }     
    .news_post .inner {
        padding: 30px 30px 30px;
    }          
}
@media only screen and (max-width: 1024px) {
    .letter-slideshow {
        height: 93px;
    }
    .letter-slide {
        font-size: 24px;
    }
}

@media only screen and (max-width: 567px) {
    .service_more{
        display: none;
    }
    .login_container .title {
        font-size: 15px;
        line-height: 20px;
        padding-right: 30px;
    }
    .back-top-top{
        width: 100%;
        float: none;
        display: block;
        border-bottom: 1px solid #857456;
    }
    .head,
    .login_container,
    .title_container .inner,
    .index_content .inner,
    .foot,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .title_container .title_inner {
        padding-left: 0;
        padding-right: 0;
    }      
    .login_container .title {
        position: static;
    }
    .login_container .form {
        padding-left: 0;
    }
    .foot_widget,
    .foot_widget:first-child,
    body.rtl .foot_widget,
    body.rtl .foot_widget:first-child {
        text-align: center;
        float: none;
        width: auto;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .medium_box {
        height: auto;
    }
    .img_bg {
        height: 520px;
    }
    body .small_box,
    body.rtl .small_box {
        width: auto;
        float: none;
        height: 260px;
    }
    .full_img .inner:after,
    body.rtl .full_img .inner:after {
        left: 50%;
        top: 0;
        margin-left: -5px;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-top: 10px solid #ffffff;
        border-right: 8px solid rgba(0, 0, 0, 0); 
        width: 0;       
    }
    body.rtl .full_img .inner:after {
        right: 50%;
        left: auto;
        margin-left: 0;
        margin-right: -5px;
    }
    .service_box .service_box_grey {
        background: #fff;
    }
    .service_box .small_box:nth-of-type(2n+1) {
        background: #edebe7;
    }    
    .title_container .post_nav,
    body.rtl .title_container .post_nav {
        float: none;
        width: auto;
    }
    .title_container .next:after {
        display: none;
    }
    .news_post .inner {
        padding: 20px 15px 20px;
    }    
    body .news_nav,
    body.rtl .news_nav {
        width: auto;
        float: none;
        height: auto;
        padding: 15px 15px;
    }
    .news_prev {
        border-bottom: 1px solid #857456;
    }
    .current_lang,
    .lang_switcher ul a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .top_nav_box {
        right: 0px;
    }

    .path_icon {
        min-width: 60px;
    }
}

@media (max-width: 544px) {
    .path_desc_inner, .path_title {
        line-height: 18px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .default-text {
        line-height: 18px;
        font-size: 14px;
    }
}
.page_navi{
    text-align: center;
}
.page_navi span.pages{
    display: none;
}
.page_navi a,
.page_navi span.current{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #857456;
    background: #edebe7;
    margin: 0 5px;
}

@media only screen and (max-width: 767px){
    .index_screen .text .inner{
        padding: 0 5px;
    }
    .header_right{
        margin-right: 0;
    }
    h2 .has_source:before{
        left: 90%;
    }
    h2 .has_source, h2 small,
    h3.sub_page_title, h2.sub_page_title,
    .paths_title{
        font-size: 26px;
    }
    .index_content .inner{
        padding-top: 0;
    }
    .index_content h3.title{
        font-size: 18px;
        padding-top: 45px;
    }
    .default-text{
        font-size: 18px;
        line-height: 28px;
    }
}
