/*
Theme Name: smailling
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smailling
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 smailling is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

.hometr{
	margin-top: 40px;
	background: transparent;
	color: #fff;
	border: 3px solid #fff363;
	border-radius: 25px;
	padding: 10px 20px;
	height: auto;
	width: 60%;
	font-family: "lato", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
}
.hometr:hover{
	background: #fff363;
	color: #555;
	text-decoration: none;
}

#intro .videoBG{
	width: 100%!important;
}

#intro .videoBG video{
	width: 100%!important;
	min-height: 20%!important;
}

#home .videoBG{
	width: 100%!important;
}

#home .videoBG video{
	width: 100%!important;
	min-height: 20%!important;
}

#page{
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	
}

.opacitys{
	opacity: 0!important;
}

.opacitatus{
	opacity: 1!important;
}

.opacity{
	opacity: 0;
	filter: alpha(opacity=0);
}
.no-padding{
	padding: 0;
}
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*Styles*/
#masthead{
	position: fixed;
	z-index: 99999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
}

.site-title{
	padding: 12px 0;
}
.social{
	padding: 30px 0;
	float: right;
}
.social a:first-child{
	margin-right: 10px;
}
#site-navigation{
	
}
#romania{
	height: 650px!important;
	display: none;
}
#germania{
	height: 650px!important;
	display: none;
}
#franta{
	height: 650px!important;
	display: none;
}
.dispnone{
	display: none!important;
}
#site-navigation a {
	display: block;
	float: left;
	text-decoration: none;
}
#site-navigation a .link-cont{
	background: transparent;
	padding: 30px 15px 61px;
}
#site-navigation a:hover .link-cont span{
	font-weight: bold;
	color: #ec008c;
}

#site-navigation a.active .link-cont span{
	font-weight: bold;
	color: #ec008c;
}

#site-navigation a .link-cont span{
	margin: 0 10px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	
}

#site-navigation a:hover .link-triangle{
	
}

#site-navigation a.active .link-triangle{
	
}


.float-number{
	position: absolute;
	top: 25px;
	right: 66px;
	width: 113px;
	opacity: 0;
	font-size: 12px;
	color: #555;
	font-family: "Lato", sans-serif;
	/* border: 1px solid #555; */
	padding: 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
}

.float-email{
	position: absolute;
	top: 25px;
	right: 66px;
	width: 135px;
	opacity: 0;
	font-size: 12px;
	color: #555;
	font-family: "Lato", sans-serif;
	/* border: 1px solid #555; */
	padding: 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
}

.social a.fnb:hover .float-number{
	
	opacity: 1;
}

.social a.fem:hover .float-email{
	
	opacity: 1;
}

.page-section{
	padding: 60px 0px 40px;
}
.section-cont{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.section-cont h1{
	font-family: 'Dorid Serif', serif;
	font-size: 42px;
	color: #fff;
	padding-bottom: 20px;
}

/*.section-cont p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}*/

/*Home*/
#home{
	overflow: hidden;
	position: relative;
	padding: 0;
	min-height: 150px;
	box-shadow: 0 0 250px rgba(0,0,0,0.57) inset;
}
#logo-v, #logo-vector{
	padding-top: 250px;
	max-width: 223px;
	width: 100%;
	height: 142px;
	margin: 0 auto;
	position: relative;
}
#logo-vector.path path{
	fill-opacity: 1!important;
	fill: #fff;
	stroke-opacity: 0!important;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all	2s;
	transition: all 2s;
}
.home-stuff{
	padding-top: 200px;
	text-align: center;
	margin: 0 auto;
}
.home-stuff h1{
	font-size: 36px;
	margin-top: 60px;
	padding-bottom: 0px;
}
.home-stuff h2{
	font-size: 47px;
	padding-bottom: 30px;
	color: #fff;
}
.home-stuff p{
	width: 50%;
	margin: 20px auto;
}
.home-fill {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(images/home_fill.png);
opacity: 0;
}

.home-fill2 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(images/home_fill.png);
opacity: 0.9;
}
/*About*/
#about{
	background: #555;
	position: relative;
	min-height: 346px;
}

.border-decor {
	border-left: 4px solid #ec008c;
	padding-left: 20px;
}
.about-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/about-bg2.png) no-repeat;
	background-position: right bottom;
	
	
}
/*Cashflow*/
#cashflow{
	background: #f9f9f9;
	position: relative;
	min-height: 80px;
	padding: 30px 0 10px;
}

#cashflow h1{
	font-size: 28px;
	color: #ec008c;
	
	text-align: center;
	font-family: "Lato", sans-serif;
}
/*Servicii*/
#servicii{
	overflow: hidden;
	position: relative;
	padding: 60px 0;
	min-height: 800px;

	background-size: cover;
	box-shadow: 0 0 250px rgba(0,0,0,0.57) inset;
}

#servicii .section-cont h3{
	font-family: 'Dorid Serif', serif;
	font-size: 24px;
	color: #fff;
	padding-top: 140px;
	padding-bottom: 40px;
}

.videoBG_wrapper{
	width: 100%!important;
}

#servicii .section-cont a:hover{
	background: #fff363 url('images/mail-box.png') no-repeat 108px center;
	color: #555;
	padding: 10px 40px 10px 40px;
	
}

.servicii-desc{
	margin-bottom: 50px;
	
}

#servicii .section-cont .servicii-desc h3{
	font-family: 'Dorid Serif', serif;
	font-size: 24px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 5px;
}
.servicii-desc img{
	float: left;
	margin-right: 20px;
	/* margin-bottom: 10px; */
	padding-top: 20px;
	margin-bottom: 50px;
}

/*FAQ*/

#faq{
	background: #f9f9f9;
	position: relative;
	min-height: 346px;
	padding: 40px 0 40px;
}

#faq .section-cont h1{
	font-family: 'Dorid Serif', serif;
	font-size: 42px;
	color: #555;
	padding-bottom: 30px;
}

#faq .section-cont h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #555;
	margin-bottom: 5px;
	line-height: 1.8em;
}

#faq .section-cont a.active h6{
	

	color: #ec008c;
}

#faq .section-cont a{
	text-decoration: none;
}

#faq .section-cont h6 .colorizes{
	color: #ec008c;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	
}

#faq .section-cont p{
	color: #555;
}

.faq-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/faq-bg.png) no-repeat;
	background-position: right top;
	
	
	
}

/*Trace*/
#trace{
	background: #555;
	position: relative;
	min-height: 346px;
}
.trace-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/trace.png) no-repeat;
	background-position: right center;
	
	
	
}
.form-container{
	padding: 20px 10px 0 95px;
	width: 100%;
}
.track-trace p{
	
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
}

.track-trace input{
	border-radius: 3px;
	border: none;
	margin-top: 10px;
	width: 100%;
	height: 30px;
	color: #555;
	font-size: 14px;
}
.track-trace input:focus{
	outline: none;
}

.track-trace input.submit{
	background: transparent;
	color: #fff;
	border: 3px solid #fff363;
	border-radius: 25px;
	padding: 7px;
	height: auto;
	width: 60%;
	font-family: "lato", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
}
.track-trace input.submit:hover{
	background: #fff363;
	color: #555;
}
/*Contact*/
#contact{
	background: #f9f9f9;
	position: relative;
	min-height: 346px;
	padding: 40px 0 0;
}

.contact-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/contact-bg.png) no-repeat;
	background-position: left center;
	}
	
#contact .section-cont h1{
	font-family: 'Dorid Serif', serif;
	font-size: 42px;
	color: #555;
	padding-bottom: 20px;
}

#contact .section-cont p{
	color: #555;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

.conditii{
	margin-top: 90px;
	display: block;
	border: 2px solid #ec008c;
	border-radius: 25px;
	background: #ec008c;
	color: #fff;
	padding: 10px 15px;
	width: 160px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
	
}
.conditii:hover{
	background: transparent;
	border: 2px solid #ec008c;
	color: #555;
	text-decoration: none;
}

#wpcf7-f4-o1{
	margin-top: 25px;
	margin-left: 20px;
}

#wpcf7-f4-o1 label{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.wpcf7-text{
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	margin-top: 5px;
	height: 30px;
	color: #555;
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
.wpcf7-text:focus, .wpcf7-textarea:focus{
	outline: none;
	border: 1px solid #ec008c;
}

.wpcf7-textarea{
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	margin-top: 5px;
	color: #555;
	width: 100%;
	height: 100px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

.wpcf7-submit{
	background: transparent;
	color: #555;
	border: 3px solid #ec008c;
	border-radius: 25px;
	padding: 7px;
	height: auto;
	width: 165px;
	font-family: "lato", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all	0.4s;
	transition: all 0.4S;
	margin-bottom: 20px;
}

.wpcf7-submit:focus{
	outline: none;
}

.wpcf7-submit:hover{
	background: #ec008c;
	color: #fff;
}
#circle-map{
	position: relative;
	width: 240px;
	height: 240px;
}
#circle-container{
	position: relative;
	    width: 289px;
	    height: 289px;
	    margin: 40px auto 0;
}
.under {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(
        transparent 70%,
        #f9f9f9 70%
        );
    background: -webkit-radial-gradient(
        transparent 70%, 
        #f9f9f9 70%
        );
    background: -ms-radial-gradient(
        transparent 70%,
       #f9f9f9 70%
        );
    background: -o-radial-gradient(
        transparent 100%,
        #f9f9f9 70%
        );
    pointer-events: none; /* send mouse events beneath this layer */
}
#google-map{
/*position: absolute;
margin-top: 50px;
	width: 240px;
	      height: 240px;
	      border-radius: 50%;
	      -moz-border-radius: 50%;
	      -khtml-border-radius: 50%;
	      -webkit-border-radius: 50%;
	      -webkit-box-sizing:content-box;
	                          -moz-box-sizing:content-box;
	                          box-sizing:content-box; 
	                          z-index: 1;*/
}

.wpcf7-validation-errors, .wpcf7-response-output{
	display: none!important;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}


.servicii-desc:hover	img{
	-webkit-animation-duration: .8s;
	  animation-duration: .8s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@media (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px){
	.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
	}
}
	.topica{
		margin-top: 86px;
	}
	
	
.envelopes tr td
{
	border-bottom: dotted 1px #333;
}
	
.track_0
{
	width: 369px;
	height: 18px;
	background-image: url(images/tracks.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

.track_1
{
	width: 369px;
	height: 18px;
	background-image: url(images/tracks.png);
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

.track_2
{
	width: 369px;
	height: 18px;
	background-image: url(images/tracks.png);
	background-position: 0px -67px;
	background-repeat: no-repeat;
}

.track_3
{
	width: 369px;
	height: 18px;
	background-image: url(images/tracks.png);
	background-position: 0px -102px;
	background-repeat: no-repeat;
}

.track_4
{
	width: 369px;
	height: 18px;
	background-image: url(images/tracks.png);
	background-position: 0px -137px;
	background-repeat: no-repeat;
}

.track_5
{
	width: 369px;
	height: 18px;
	background-image: url(images/tracks.png);
	background-position: 0px -172px;
	background-repeat: no-repeat;
}

.tooltip
{
	position:relative;
	display: inline-block;
	width: 20px;
}