@import url(http://fonts.googleapis.com/css?family=Anton);
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face 
        #Forms
*/

/* #Site Styles
================================================== */
html,
body {
    min-width:320px;
    height:100%;
}

body { 
    background-color:#ededed;
    background-image:url(../images/bg-body.png);
    background-position:center top;
    background-repeat:no-repeat;
    color:#7c8392;
    font:12px/18px Arial, Helvetica, sans-serif;
    position:relative;
}

ul {
    list-style-type:none;
    padding:0px 0 0 0;
    margin:0 0 30px 0;
}
ul li {
    vertical-align:top;
    list-style-type:none; 
    color:#7c8392;
    padding:5px 0 0 26px;
    margin:0 0 8px 0;
    border-top:1px solid #e2e3e6;
    background:url(../images/list-marker.png) 10px 13px no-repeat;
}
ul li:first-child {border-top:none; padding-top:0; background-position:10px 8px;}
ul li a {
    color: #7c8392;
    padding:0;
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul li a:hover {color:#e70810; background-position:0 -66px;}
/*
#wpadminbar li  {border-top:none;}
#wpadminbar li a {
    background:none;
    padding:0;
    -webkit-transition:none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
*/
ul ul {
    margin:0;
    padding:10px 0 0 0;
}

#main { padding:35px 0 50px 0; }

.content-box {
    max-width:1000px;
    width:100%;
    overflow:hidden;
    position:relative;
    margin:0 auto;
    background:#fbfbfb;
    border-radius:5px;
    border-top:1px solid #fff;
}
/*----------------------------------------
                Header 
---------------------------------------- */
header {
    min-height:116px;
    position:relative;
    z-index:99;
    background:url(../images/bg-header.gif) 0 0 repeat-x #fff;
    margin:0px;
    padding:0px;
    border-bottom:2px solid #fbfbfb;
}

/* Logo */
.logo {
    width:198px;
    height:135px;
    position:absolute;
    top:18px;
    left:20px;
    margin:0;
    position:absolute;
    text-align:center;
    z-index:100;
    background:url(../images/logo.png) 50% 0 no-repeat;
    border-radius:5px;
    border:1px solid #e2e3e6;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Social Networks */
.social-networks {
    list-style-type:none;
    padding:0;
    margin:0;
    border:none;
    position:absolute;
    right:21px;
    top:39px;
}
.social-networks li {
    display:inline;
    list-style-type:none;
    padding:0;
    margin:0 0 0 3px;
    background:none;
    border:none;
    width:24px;
    height:24px;
}
.social-networks li a {
    text-decoration:none;
    margin:0;
    padding:0;
    width:24px;
    height:24px;
    display:inline-block;
}
.social-networks li a:hover {text-decoration:none;}
.social-networks li {background:none; padding-left:0;}

/* Lang */
.lang ul{
    text-align:right; 
    margin:82px 0 0 0;
    
}
.lang ul li {
    vertical-align:top;
    list-style-type:none; 
    color:#727a89;
    background:none;
    padding:0;
    border:none;
    font-size:12px;
    line-height:15px;
    display:inline-block;
    margin-left:6px
}
.lang ul li a {
    font-size:12px;
    line-height:15px;
    color:#727a89;
    padding:0;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.lang ul li a:hover {color: #cd1017;}
.lang ul li a.active {border-bottom:1px dotted;}

/* Top search */
#top-search {
    position:absolute;
    right:16px;
    top:39px;
    overflow:hidden;
}
#top-search .input-search {
    width:153px;
    height:26px;
    line-height:16px;
    margin-right:3px;
    float:left;
}
#top-search #submit {
    float:left;
    width:63px;
    cursor:pointer;
    padding-left:0;
    padding-right:0;
}

/* ----------------------------------------
                Slider
---------------------------------------- */
.slider-wrapper {
    width:100%;
    position:relative;
    overflow:hidden;
    z-index:1;
    height:421px;
    padding:0;
    margin:0!important;
    background:url(../images/loading.gif) center center no-repeat #f5f5f5; 
}

/*----------------------------------------
                Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
    position:absolute;
    z-index:2;
    top:175px;
    left:20px;
    width:200px;
    background:url(../images/bg-nav.gif) 0 0 repeat;
    border-radius:4px;
    
}

/* Essential styles for dropdown menu */
.sf-menu {
    padding:0;
    margin:0;
    position:relative;
    background:url(../images/bg-menu.png) 0 0 repeat-x;
    text-align:left;
    border-radius:4px;
}
.sf-menu li {
    position:relative;
    list-style:none;
    border:none;
}
.sf-menu li.firsts {border-radius:4px 4px 0 0; background:none;}
.sf-menu li.lasts {border-radius:0 0 4px 4px;}

.sf-menu > li {
    display:block;
    position:relative;	
    margin:0;
    border:none;
    padding:0;
    background:url(../images/menu-separator.gif) 0 0 repeat-x;
    font-size:14px; 
    line-height:20px;
    color:#fff;
}

.sf-menu li a {
    background:none;
    text-decoration:none;
}
.sf-menu > li > a {
    font-size:14px; 
    line-height:20px;
    color:#fff;
    padding:16px 5px 11px 19px;
    display:block;
    background:url(../images/menu-marker.png) 89.5% 54% no-repeat;
    position:relative;
    z-index:3;
    text-transform:uppercase;
}
.sf-menu li.firsts a  {padding:17px 5px 11px 19px;}
.sf-menu li.lasts a  {padding:16px 5px 14px 19px;}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.active > a {color:#fff; background-position:89.5% 54%;}

.sf-menu .bg-menu{
    background:url(../images/bg-menu-hover.png) 0 0 repeat;
    cursor:pointer;
    bottom: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

.sf-menu > li:hover .bg-menu, .sf-menu > li.sfHover .bg-menu, .sf-menu > li.active .bg-menu{
    bottom: 0;
    left: 0;
    opacity: 1.0;
    right: 0;
    top: 0;
}
.sf-menu li.firsts .bg-menu {border-radius:4px 4px 0 0;}
.sf-menu li.lasts .bg-menu {border-radius:0 0 4px 4px;}

.sf-menu ul {
    position:absolute;
    width:190px; /* left offset of submenus need to match (see below) */
    background:url(../images/bg-submenu.gif) 0 0 repeat;
    padding:16px 10px 10px 20px;
    z-index:200;
    display:none;
    margin:0;
    border-radius:5px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:217px;
    top:1px; /* match top ul list item height */
    z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    width: 190px;
    background:url(../images/bg-submenu.gif) 0 0 repeat;
    padding: 16px 10px 10px 20px;
    margin:0;
    position:		absolute;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:207px; /* match ul width */
    top:0px;
    z-index:99;
    margin:0;
}
.sf-menu ul > li {
    display:block;
    padding:0 0 0px 13px;
    margin:0px 0 11px 0;
    background:url(../images/submenu-marker.png) 0 7px no-repeat!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sf-menu li li > a {
    font-size:12px;
    line-height:18px;
    display:block;
    color:#9faac3;
    letter-spacing:normal;
    font-family:Arial, Helvetica, sans-serif;
}
.sf-menu li li.active > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a{color:#f6f6f6;}

/* Navigation select styling */
.select-menu {
    border:1px solid #c8c8c8;
    background-color:#e4e4e4;
    width:100%;
    height:30px;
    padding:5px;
    cursor:pointer;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.select-menu:focus {border-color:#999;}
.select-menu option {
    padding:5px;
    cursor:pointer;
}
.select-menu option.main_item {font-weight:bold;}

/*----------------------------------------
		Footer
---------------------------------------- */
footer {
    background:url(../images/bg-footer.gif) center top repeat;
    padding:15px 0 15px;
    overflow:hidden;
    position:relative;
    border-radius:0 0 5px 5px;
}

.footer-text {
    font-size:12px;
    line-height:17px;
    color:#9fa7b8;
    float:left;	
}
.footer-text a {
    text-decoration:none;
    color:#9fa7b8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-text a.text-bot {color:#9fa7b8; margin-left:3px;}
.footer-text a:hover {color:#fff;}
.footer-copy-text {
    margin-top: 8px;
    padding: 0;
    font-size: 11px;
    line-height: 1;
}
.footer-iso p { 
    float: left;
    padding-top: 14px;
    width: 80px;
}
.footer-iso img { float: right; }

/*----------------------------------------
		Misc
---------------------------------------- */
.button {
    display:inline-block;
    padding:7px 16px 7px 17px;
    background:url(../images/bg-button.gif) 0 0 repeat-x #ba0d12;
    color:#fff!important;
    text-decoration:none;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    font-family: 'Anton', sans-serif;
    text-transform:uppercase;
    border-radius:3px;
    position:relative;
    overflow:hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media all and (-webkit-min-device-pixel-ratio:0) {.button {margin-bottom:5px;}}

.button .button-txt {
    z-index:4;
    position:relative;
    display:block;
}
.button .bg-button {
    display:block;
    background:url(../images/bg-button-hover.gif) 0 0 repeat-x #323844;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    opacity:0;
    border-radius:3px;
}
.button:hover .bg-button{opacity: 1;}

.link {
    font-weight:bold;
    margin-top:3px;
    display:inline-block;
    color:#d6131c;
    text-decoration:underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.textwidget .link {margin-top:5px;}

.link:hover {color:#404756; text-decoration:none;}

em {
    font-weight:bold;
    padding-left:15px;
    background:url(../images/marker.png) 0 3px no-repeat;
    font-style:normal;
    color:#6c778f;
}

.loader { background:url(../images/loading-folio.gif) 50% 50% no-repeat; }

.table {
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table tr:first-child td:first-child, 
.table tr:first-child td:last-child,
.table tr:first-child th:first-child, 
.table tr:first-child th:last-child { 
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.table tr:last-child td:first-child, 
.table tr:last-child td:last-child, 
.table tr:last-child th:first-child, 
.table tr:last-child th:last-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

/*----------------------------------------
                Content
---------------------------------------- */
.primary-content-wrap {
    position:relative;
    z-index:1;
    padding:50px 0 36px !important;
    background:url(../images/bg-content.gif) 0 0 repeat-x #fbfbfb;
}

.secondary-content-wrap {
    width:100%;
    min-height:150px;
    padding:32px 0 30px;
    background:url(../images/bg-second-content.gif) 0 0 repeat-x #fbfbfb;
}
.secondary-content-wrap h2 {margin-bottom:12px;}

.secondary-content-wrap ul {margin-top:0px;}
.secondary-content-wrap ul li, .secondary-content-wrap ul li:first-child {
    border-top:none;
    background-position:0px 8px;
    padding:0 0 0 14px;
    margin:0 0 11px;
}

/* Featured thumbnail */
.featured-thumbnail {
    position:relative;
    overflow:hidden;
    float:left;
    margin:0 20px 10px 0;
    border-radius:3px;
}
.featured-thumbnail a {display:block;}
.featured-thumbnail img {position:relative; border-radius:3px;}

/* Large thumbnail */
.featured-thumbnail.large {
    overflow:hidden;
    margin:5px 0px 15px 0;
}

/* #Page Styles
================================================== */
.post-content { margin-bottom:16px; }

/*----------------------------------------
	Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
.latestwork li {
        float:left;
        margin-right:20px;
}

/* Gallery */
.header-title {margin-bottom:21px; padding-top:3px;}
.header-title h1 {
    font-size:20px;
    line-height:24px;
    color:#404756;
    /*text-transform:capitalize;*/
    margin:0;
}
.header-title .page-desc {color:#7c8392;}


/* Default layout 3 columns */
#gallery {}
#gallery .portfolio {
    width:100%;
    overflow:hidden;
    list-style-type:none;
    padding:3px 0 0 0;
    margin:0;
    
}
#gallery .portfolio > li {
    list-style-type:none;
    display:-moz-inline-box;
    display:inline-block;
    zoom:1;
    vertical-align:top; 
    width:280px;
    margin:0 36px 36px 0;
    position:relative;
    background:none;
    border:none;
    padding:0;
}
* + html #gallery .portfolio li {display:inline;}
#gallery .portfolio li.nomargin {margin-right:0 !important;}

#gallery .portfolio li a.image-wrap {
    display:block;
    overflow:hidden;
    width:280px;
    height:185px;
    position:relative;
    margin-bottom:16px;
    padding:0;
    border-radius:3px;
    background:url(../images/loading-folio.gif) 50% 50% no-repeat #fbfbfb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#gallery .portfolio li a.image-wrap img {
    border-radius:3px;
    position:relative;
}

#gallery .portfolio .folio-desc {
    margin-bottom:0;
    padding:0;
}
#gallery .portfolio	li h3 {
    font-size:12px!important;
    line-height:18px;
    color:#6c778f;
    font-weight:bold!important;
    margin:0 0 9px;
    font-family:Arial, Helvetica, sans-serif;
}	
#gallery .portfolio	li h3 a {color:#6c778f;}
#gallery .portfolio	li h3 a:hover {color: #e70810;}				
#gallery .portfolio p.excerpt {padding:0; margin-bottom:15px;}


.zoom-icon {
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    cursor:pointer;
    background:rgba(73, 82, 92, .5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity:0;
}
.no-rgba .zoom-icon {
    background:url(../images/black-opacity-60.png);
    visibility:hidden;
}
.zoom-icon:before {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:91px;
    height:91px;
    margin:-45px 0 0 -45px;
    background:url(../images/magnify-alt.png) 50% 50% no-repeat;
}
.image-wrap:hover .zoom-icon {
    opacity:1;
}
.no-rgba .image-wrap:hover .zoom-icon {
    visibility:visible;
}
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
    width:100%;
    margin-right:0;
    margin-left:0;
}
#gallery.one_column .portfolio li a.image-wrap {
    width:440px;
    height:215px;
    float:left;
    margin:0 20px 0 0;
}

#gallery.one_column .folio-desc {
    overflow:hidden;
    padding:0px 0px 0 0;
}
#gallery.one_column .folio-desc h3 {margin-bottom:10px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
    width:440px;
}
#gallery.two_columns .portfolio li a.image-wrap {
    width:440px;
    height:215px;
}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
    width:200px;
}

#gallery.four_columns .portfolio li a.image-wrap {
    width:200px;
    height:145px;
}

/* Google Map */
.google-map {
    width: 100%;
    height: 200px;
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-image:url(../images/loading-map.gif);
}

/* Address */
.address {
    overflow:hidden;
    width:100%;
    margin:0;
    padding:36px 0;
}
.address dt {
    float:left;
    width:180px;
    margin-right:5px;
    padding:0 0 0 55px;
    background:none;
    font-size:1em;
    line-height:18px;
    background:url(../images/address-icon1.png) no-repeat 0 3px;
}
.address dt h2 { margin: 0; }
.address dd {
    float:left;
    width:140px;
    padding:28px 0 0 0px;
    /*background:url(../images/address-icon2.png) no-repeat 0 3px;*/
}
.address dd ul {
    list-style-type:none;
    padding:0;
    margin:0;
}
.address dd ul li {
    background:none;
    padding:0;
    border:none;
    margin:0px;
}
.address dd span {
    float:left;
    width:30px;
}
.address dd a {
    font-style:italic;
    color:#e70810;
    text-decoration:underline;
}
.address dd a:hover { text-decoration:none; }

/* Agency Services */
#calculation { margin-top: 12px; }
#result {
    width: 100%;
    min-height: 200px;
    margin-top: 32px;
}
/*
#result table {
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#result table tr:first-child td { 
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
#result table tr:last-child td {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
*/
#result table tr:first-child td { border-top: 0; }
#result table tr:last-child td { font-weight: bold; }
#result table tr:nth-child(odd) td { background-color: #f7f7f7; }
#result table tr td {
    padding: 8px;
    line-height: 20px;
    border-top: 1px solid #dddddd;
}
#result table tr td:first-child { width: 300px; }
#result table tr td:last-child { text-align: right; }

/* Gallery */
.image-carousel { position: relative; }
.image-carousel .thumb {
    float: left;
    margin: 7px;
}
.image-carousel .thumb a {
    width: 147px;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
}
.image-carousel .thumb a:hover .zoom-icon {
    opacity: 1;
    visibility: visible;
}
.image-carousel .thumb img {
    border-radius:3px;
}
.image-carousel a.prev, .image-carousel a.next {
    position: absolute;
    top: 50px;
    font-size: 22px;
    line-height: 22px;
}
.image-carousel a.prev { left: 0; }
.image-carousel a.next { right: 0; }
.image-carousel .thumb p { 
    width: 147px;
    text-align: center; 
}

/* Weather */
.weather {
    width: 200px;
    height: 100px;
    padding-bottom:0px;
    background-repeat: no-repeat;
    background-position: 0 25px;
    margin-top: -12px;
    display: none;
}
.weather.day { background-image: url(../images/wdgt_day_new.png); }
.weather.night { background-image: url(../images/wdgt_night_new.png); }
.weather div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    text-align: right;
}
.weather .city { 
    padding: 30px 5px 0 0;
    margin: 0;
    font-size:17px; 
    line-height:18px;
}
.weather .temp {
    padding-right: 5px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.weather h6 {
    padding-right: 5px;
    color:#fff;
}
.weather-city {
    text-align: center;
}
.weather-city a {
    padding: 0 10px;
    font-weight: bold;
    color: #404756;
    text-decoration: none;
}
/* Currency */
#currency p {
    margin: 0;
    padding: 2px 0;
}
#currency img { vertical-align: middle; }
#currency em {
    background: none;
    padding: 0 0 0 5px;
    font-weight: normal;
    width: 50px;
    display: inline-block;
}

/* Incoterms && Container */
.incoterms { margin-bottom: 20px; }
.incoterms th {
    width: 8%;
    font-weight: normal;
    line-height: 1.2;
    padding: 4px;
    font-size: 11px;
    border-width: 0 1px 1px 0;
    border-color: #dbdbdb;
    border-style: solid;
}
.incoterms th:first-child {
    font-weight: bold;
    font-size: 12px;
    border-left: none;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-right-radius: 0 !important;
}
.incoterms th:last-child, .incoterms td:last-child { border-right: 0; }
.incoterms td:first-child {
    font-weight: bold;
    border-left: none;
    text-align: right;
    padding-right: 15px;
}
.incoterms td {
    border-width: 0 1px 1px 0;
    border-color: #dbdbdb;
    border-style: solid;
    padding: 5px;
    text-align: center;
}
.incoterms tr:last-child td { border-bottom: 0; }
.incoterms tr:last-child td:first-child { 
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.incoterms tr:last-child td:last-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.incoterms td.buyer { background-color: #ffeded; }
.incoterms td.seller { background-color: #e3e9f7; }

.container { margin-bottom: 30px; }
.container tr { height: 32px; }
.container tr:nth-of-type(even) { background-color: #efefef; }
.container th { 
    font-weight: bold; 
    line-height: 1.2;
    padding: 4px;
}
.container th:nth-child(1) { 
    width: 288px; 
    font-weight: bold;
    font-size: 12px;
}
.container th:nth-child(2) { width: 136px; }
.container td {
    border-width: 0 1px 0 1px;
    border-color: #fff;
    border-style: solid;
    padding-left: 10px;
}
.container td:nth-child(1) { 
    text-align: left; 
    font-weight: bold;
}


/* #Media Queries
================================================== */
        
        /* Large desktop */
        @media (min-width: 1200px) {}
        
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
        @media only screen and (min-width: 768px) and (max-width: 959px) {
            .content-box {max-width:808px;}

            /* Social Networks */
            .social-networks {right:11px;}
            /* ----------------------------------------
                                            Slider
            ---------------------------------------- */
            .slider-wrapper {height:330px;}

            .camera_wrap .camera_pag {bottom:17px;}

            .subtitle {
                    font-size:16px;
                    line-height:22px;
            }

            /*----------------------------------------
                                            Navigations
            ---------------------------------------- */
            .sf-menu > li > a,
            .sf-menu li.firsts a,
            .sf-menu li.lasts a {padding:12px 5px 7px 19px;}
            
            .footer-iso p { padding: 0; }
            .footer-iso img { float: left; }
        }

	/* All Mobile Sizes (devices and browser) */
        @media only screen and (max-width: 767px) {
            .content-box {max-width:340px;}

            
            /* ----------------------------------------
                                            Slider
            ---------------------------------------- */
            .slider-wrapper {height:143px;}
            /*----------------------------------------
				Navigations
            ---------------------------------------- */

            /* Primary navigation */
            nav.primary {
                    clear:both;
                    width:100%;
                    margin:0 auto;
                    text-align:center;
                    padding:3px 0;
                    top:0;
                    left:0;
                    background:none;
            }

            .sf-menu {display:none;}
            
            /*----------------------------------------
				 Header
            ---------------------------------------- */
            #header {height:170px;}
            #header .grid_12 {margin-bottom:0px;}
            .social-networks {right:0px;}
            
            .lang ul {
                    width:100px; 
                    float:right;
            }	
            .lang ul li {
                    font-size:10px;
                    line-height:15px;
                    margin:0;
                    width:90px;	
            }
            .lang ul li:nth-child(2) { display: none; }
            .lang ul li a {
                    font-size:10px;
                    line-height:15px;
            }
            .lang ul li a:hover {color: #cd1017;}
            
            .logo {
                    top:70px;
                    left:0px;
            }	
            /* Top search */
            #top-search {top:40px; right:60px;}
            #top-search .input-search {
                    width:240px;
                    margin-right:0;
            }
            #top-search #submit {
                    width:20px;
                    height:20px;
                    padding:0;
                    background:url(../images/search-icon.gif) 0 0 no-repeat;
                    text-indent: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    position:absolute;
                    right:0;
                    top:8px;
            }
            
            #youtube-video {
                width: 420px;
                height: 300px;
            }
        }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        @media only screen and (min-width: 480px) and (max-width: 767px) {
            .content-box {max-width:460px;}

            /* ----------------------------------------
                                            Slider
            ---------------------------------------- */
            .slider-wrapper {height:194px;}

            /*----------------------------------------
                                            Navigations
            ---------------------------------------- */

            /* Primary navigation */
            nav.primary {
                    clear:both;
                    width:100%;
                    margin:0;
                    text-align:center;
                    padding:4px 0;
            }
            .lang ul {
                padding:75px 0px 0 0;
                width: 150px;
            }
            

            /* Top search */
            #top-search .input-search {width:360px;}
            
            
        }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        @media only screen and (max-width: 479px) {
            #youtube-video {
                width: 300px;
                height: 215px;
            }
        }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* #Forms
================================================== */

/* Form defaults */
input, select, textarea { 
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:16px;
    color:#727a89;
    vertical-align:middle;
    font-weight:normal;
    border:1px solid #e2e3e6;
    outline:none;
}
input[type="text"], textarea, select {
    background:#f7f7f7;
    border:1px solid #e2e3e6;
    padding:4px 10px;
    width: 100%;
    position:relative;
    resize:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:3px;
}
input[type="submit"], input[type="reset"], .button {
    position:relative;
    display:inline-block;
    padding:0 14px;
    font-size:14px;
    line-height:26px;
    color:#fff;
    font-weight:400;
    font-family: 'Anton', sans-serif;
    border-radius:3px;
    text-decoration:none;
    text-transform:uppercase;
    background:url(../images/bg-submit.gif) 0 0 repeat-x #ba0d12;
    border:none;
    height:26px;
    cursor:pointer;
    margin-right:4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"].submit-hover, input[type="reset"].submit-hover, .button:hover {
    color:#000;
}
label {
    display: block;
    margin-bottom: 10px;
}

.qtip-content label { margin: 0; }

/* Contact form */
.contact-form {}
.contact-form p.field {
    margin-bottom:9px;
    overflow:hidden;
    vertical-align:top;
    position:relative;
}
.contact-form p.field input {
    height:27px;
    line-height:16px;
    float:left;	
}
.contact-form textarea {
	max-width:100%;
	resize:none;
	height:255px;
	overflow:auto;
	margin-bottom:17px;
}
.contact-form .submit-wrap {
    padding:0;
    margin:0;
}

