/**
 * aaaaaaaaa
 *
 * @depends /base.css
 * @author joe bloggs
 */
html{
	height: 100%;
}
html,body,.page-wrap{
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
}
body{
	background:url(../img/bg-clients.jpg) fixed center center;
	background-size:100% 100%;
}
::-moz-horizontal-scrollbar,
::-moz-vertical-scrollbar{
	background:red;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 0px;
	display: block;
	background-color: #3b3b3b;
}
::-webkit-scrollbar-track-piece  {
	background-color: #3b3b3b;
}
::-webkit-scrollbar-thumb:vertical {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb5114), color-stop(50%,#f4193d));
	background: -webkit-linear-gradient(top,  #fb5114 0%,#f4193d 50%);
	background: linear-gradient(top,  #fb5114 0%,#f4193d 50%);
}
::-webkit-scrollbar:horizontal{
	background:red;
}
/* header */
.page-header{
	position:absolute;
	position:fixed;
	top:5px;
	left:5px;
	width:236px;
	z-index:100;
}
.wm-logo-wrap{
	background:transparent url(../img/page-header-with-shadow.png) no-repeat top right;
	height:76px;
	position:relative;
	z-index:2;
	padding:5px 5px 0 5px;
}
.wm-logo{
	height:76px;
	background:url(../img/wm-logo.png) no-repeat center center;
	overflow:hidden;
	text-indent:-999em;
}
.wm-logo-shadow{
	height:14px;
	background: url(../img/nav-flash-keyframes.png) no-repeat 0 -154px;
	position:relative;
	z-index:2;
}
.page-header .nav-primary{
	position:absolute;
	top:76px;
	width:226px;
	margin:0 5px;
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.nav-primary li{
	font-size:15px;
	background:#db1637 url(../img/dotted.gif) repeat-x -2px bottom;
	padding-bottom:1px;
}
.nav-primary a{
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:1.2;
	background:transparent;
	overflow:hidden;
	position:relative;border-top-width: 1px
}
.nav-primary a span{
	padding:9px 0 8px;
	display:block;
}
.nav-primary a .hoverState,
.nav-primary .main .current a{
	background:#c51431;
}
.nav-primary a:hover{
}
.nav-primary .title{
	display:block;
	color:#510814;
	font-weight:normal;
	font-size:22px;
	font-family:"Rokkitt", serif;
	text-shadow:1px 1px 2px rgba(0,0,0,.1);
	line-height:1;
}
.nav-primary .subtitle{
	display:block;
	color:#fffbe8;
	font-family:sans-serif;
	font-size:18px;
	text-shadow:1px 1px 2px rgba(255,251,232,.1);
}
.nav-primary .main{
}
.nav-primary .main li.first a span{
	padding-top:12px;
}
.nav-primary .main li.last a span{
	padding-bottom:12px;
}
.nav-primary .main .last{
	background-image:none;
}

.nav-primary .meta{
	font-size:15px;
	background:transparent url(../img/nav-primary-meta.png) repeat-x left top;
	padding:5px 0 0 0;
	margin-top:-5px;
}
.nav-primary .meta a{
	color:#f4193d;
	
}
.nav-primary .meta a .hoverState{
	background:#000;
}
.nav-primary .meta .current a{
	background:#000;
}
.nav-primary .meta li{
	background-color:#222;
	background-image: url(../img/dotted-light.gif);
	font-size:15px;
}
.nav-primary .meta .first{
}
.nav-primary .meta .last{
	background-image:none;
}
.page-header .btn{
	display:inline-block;
    color: #000;
    height:30px;
    width:30px;
    text-align:center;
    line-height:30px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-radius: 4px;
    background: #cb3705;
	background: -moz-linear-gradient(top, #cb3705 0%, #c10928 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3705), color-stop(100%,#c10928));
	background: -webkit-linear-gradient(top, #cb3705 0%,#c10928 100%);
	background: -o-linear-gradient(top, #cb3705 0%,#c10928 100%);
	background: -ms-linear-gradient(top, #cb3705 0%,#c10928 100%);
	background: linear-gradient(top, #cb3705 0%,#c10928 100%);
    border: solid 1px rgba(0,0,0,.1);
    text-decoration:none;
    text-shadow: 0px 1px 1px #fb8d69;
	position:absolute;
	z-index:100;
	top:2px;
}
.page-header .btn img{
	height:30px;
	width:30px;
	display:block;
}
.page-header .btn-home{
	right:40px;
}
.page-header .btn-menu{
	right:5px;
}
.page-header .btn{
	display:none;
}
/* mobile */
@media only screen and (max-width: 720px) {
	.page-header .btn{
		display:block;
	}
	.page-header{
		top:0;
		left:0;
		width:100%;
	}
	.wm-logo-wrap{
		padding:0;
		background:#EA1835;
		height:36px;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .15);
		box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .15);
	}
	.wm-logo{
		height:36px;
		background-size:92px 15px;
		background-position:20px center;
	}
	.wm-logo-shadow{
		display:none;
	}
	.page-header .nav-primary{
		width:100%;
		margin:0;
		top:36px;
	}
	.nav-primary li{
		width:50%;
		float:left;
	}
	.nav-primary .title{
		font-size:18px;
	}
	.nav-primary .subtitle{
		font-size:14px;
	}
	.nav-primary .main{
		overflow:hidden;
	}/*
	.nav-primary .main li.first{
		float:none;
		width:100%;
		display:none;
	}*/
	.nav-primary a span,
	.nav-primary .main li.last a span{
		padding:4px 0 4px;
	}
	.nav-primary .main li.first a span{
		/*padding:12px 0 6px;*/
		padding:4px 0 4px;
	}
	.nav-primary .main .last{
		background:#db1637 url(../img/dotted.gif) repeat-x -2px bottom;
	}
	.nav-primary .meta li{
		/*width:33.333333%;*/
		width:50%;
	}
	.nav-primary .meta .last{
		background-image: url(../img/dotted-light.gif);
	}
}



.overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	background:rgba(0,0,0,.6);
	z-index:90;
}
.loading{
	/*background:transparent url('../img/ajax-loader.gif') no-repeat center center;*/
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	z-index:90;
}
.loading-screen{
	width:100px;
	height:50px;
	position:absolute;
	position:fixed;
	top:50%;
	left:50%;
	margin:-25px -50px;
	z-index:95;
	background:url('../img/wm-loading.png');
}

.grab {
  cursor:hand;
  cursor:grab;
  cursor:-moz-grab;
  cursor:-webkit-grab;
}
.grabbing {
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}

/* Homepage */

.page-home{
	overflow:hidden;
	height: 100%;
}

.wm-cases{
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
}
.wm-case{
	height:100%;
	width:100%;
	position:absolute;
	overflow:hidden;
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:1;
	display:none;
}
.wm-case-video{
	height:auto;
	top:0;
	bottom:40px;
	overflow:visible;
}
.wm-case.current{
	z-index:2;
}
.wm-case-prev,
.wm-case-next{
	width:10%;
	min-width:48px;
	
	position:absolute;
	top:0;
	bottom:45px;
	z-index:5;
	outline:none;
	-webkit-transition: opacity 0.25s ease-in-out;
  	-o-transition: opacity 0.25s ease-in-out;
  	-moz-transition: opacity 0.25s ease-in-out;
  	transition: opacity 0.25s ease-in-out;
  	cursor:pointer;
}
.wm-case-next:focus,
.wm-case-prev:focus{
	outline:none;
}
.wm-case-video-playhackiphone{
	position:absolute;
	top:50%;
	left:50%;
	width:200px;
	height:200px;
	margin:-100px;
	display:block;
	background:rgba(255,255,255,0);
	z-index:80;
	display:none;
}
.touch .wm-case-next,
.touch .wm-case-prev{
	display:none;
}
@media only screen and (min--moz-device-pixel-ratio: 1.2), only screen and (-o-min-device-pixel-ratio: 1.2), only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min-device-pixel-ratio: 1.2){
	.touch .wm-case-next,
	.touch .wm-case-prev{
		display:block;
		opacity:1;
		zoom:.5;
	}
}
.wm-case-prev{
	left:0;
	background: url('../img/cursor-big-left.png') no-repeat center center;
	opacity:.01;
	filter:alpha(opacity=00);
}
.wm-case-prev:hover{
	opacity:1;
	filter:none;
}
.wm-case-next{
	right:0;
	background: url('../img/cursor-big-right.png') no-repeat center center;
	opacity:.01;
	filter:alpha(opacity=00);
}
.wm-case-next:hover{
	opacity:1;
	filter:none;
}
.wm-case-image{
	width:100%;
	position:absolute;
	height:100%;
	overflow:hidden;
	background:url("../img/ajax-loader.gif") no-repeat center center;
}
.wm-case-image img{
	width:100%;
	position:absolute;
	z-index:0;
}
.wm-case-summary{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:5;
	background:#1b1b1b;
	font-family:"Rokkitt", serif;
	color:#fffbe8;
	font-size:33px;
	line-height:.8;
	width:410px;
	border-radius:0px 1px 1px 1px;
	z-index:10;
}
@media only screen and (min--moz-device-pixel-ratio: 1.2), only screen and (-o-min-device-pixel-ratio: 1.2), only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min-device-pixel-ratio: 1.2){
	.wm-case-summary{
		line-height:1;
	}
}
.wm-case-summary h1{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:44px;
	line-height:34px;
}
.wm-case-summary time{
	display:block;
	background: url(../img/wm-case-summary-time.png) no-repeat right center;
	height:50px;
	position:absolute;
	top:0;
	right:399px;
	color:#000;
	line-height:50px;
	padding:0 17px 0 8px;
	text-shadow:1px 1px 2px rgba(0,0,0,.1);
	font-weight:700;
	font-size:16px;
	border-radius:1px 0 0 1px;
}
.wm-case-summary h1 a,
.wm-case-summary h1 span{
	color:#fffbe8;
	padding:8px 5px 8px 15px;
	text-decoration:none;
	background:#f4193d url(../img/wm-case-summary-h2.jpg) no-repeat right center;
	text-shadow:1px 1px 1px rgba(0,0,0,.15);
	display:block;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.wm-case-summary h1 a:hover{
	background-position:left center;
	
}
.wm-case-summary p{
	margin:5px 0;
}
.wm-case-description{
	padding:10px 15px;
}


.btn-more,
.btn-more:visited{
	color:#f4193d;
	font-family:"Rokkitt", serif;
	text-decoration:none;
	font-weight:700;
	font-size:18px;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	display:inline-block;
	vertical-align:middle;
}
.btn-more strong{
	font-size:28px;
	vertical-align:middle;
	display:inline-block;
	margin:-10px 0;
}
.btn-more:hover{
	color:#fffbe8;
}


/* tablet portrait */
@media only screen and (max-width: 991px) {

}
/* mobile */
@media only screen and (max-width: 720px) {
	.wm-case-summary{
		font-size:16px;
		width:auto;
		left:10px;
	}
	.wm-case-summary h1{
		font-size:20px;
		line-height:16px;
	}
	.wm-case-summary h1 a,
	.wm-case-summary h1 span{
		padding:4px 5px 4px 65px;	
	}
	.wm-case-summary time{
		font-size:10px;
		line-height:26px;
		height:24px;
		right:auto;
		left:0;
		background-size:60px 25px;
        padding-right: 10px;
        padding-left: 5px;
        width: 45px;
        text-align: center;
	}
	.wm-case-description{
		padding:5px 8px;
	}
	.btn-more,
	.btn-more:visited{
		font-size:12px;
	}
	.btn-more strong{
		font-size:16px;
	}
}
/* mobile portrait */
@media only screen and (max-width: 479px) {

}










.page-wrap{
	overflow:hidden;
	position:relative;
}




.page-vision{
	background:url(../img/bg-vision.jpg) fixed center center;
	background-size:100% 100%;
}
.page-vision .page-content{
	width:960px;
	margin:0px auto 20px auto;
	padding-top:100px;
	position:relative;
	height:1200px
}

.vision-bubble-01{
	position:absolute;
	top:0;
	right:0;
}
.vision-bubble-02{
	position:absolute;
	top:400px;
	left:0;
}
.vision-bubble-03{
	position:absolute;
	top:660px;
	right:0;
}
.vision-content-01{
	position:absolute;
	top:500px;
	left:400px;
	width:400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}




.page-clients{
	background:url(../img/bg-clients.jpg) fixed center center;
	background-size:100% 100%;
}
.page-clients .page-content{
	width:960px;
	margin:0px auto 20px auto;
	padding-top:100px;
	position:relative;
}
.page-clients h2{
	font-size:32px;
	color:#fffbe8;
	font-weight:400;
	font-family:Rokkitt,serif;
	line-height:.75;
}
.page-clients h2 b{
	font-weight:700;
}
.clients-title{
	position:relative;
}
.clients-title h2{
	position:absolute;
	left: 510px;
	top:0;
	width:450px;
	margin: 20px 0 0 0;
}
.page-clients h3{
	font-size:28px;
	color:#fffbe8;
	font-weight:400;
	font-family:Rokkitt,serif;
	line-height:28px;
	padding:10px 0;
	border-top:1px solid #5d5b56;
	border-bottom:1px solid #5d5b56;
	margin:30px 0 20px 0;
}
.wm-clients{
	margin:0 -10px;
}
.wm-clients .wm-client{
	float:left;
}

.wm-client{
	width:225px;
	height:345px;
	margin:10px;
	text-decoration:none;
	color:#fffbe8;
	display:block;
}
.wm-client figure{
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
	background:#aaa url(../img/image.png) no-repeat center center;
}
.wm-client figure:hover figcaption,
.touch .wm-client figure figcaption{
	bottom:0;
}
.wm-client figcaption{
	display:block;
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	padding:10px;
	background:rgba(0,0,0,.6);
	font-weight:700;
	font-family:Rokkitt,serif;
	font-size:12px;
	overflow:auto;
	-webkit-overflow-scrolling : touch;
	text-transform:uppercase;
	line-height:1;
	-moz-transition: bottom 0.4s linear;
	-o-transition: bottom 0.4s linear;
	-ms-transition: bottom 0.4s linear;
	-webkit-transition: bottom 0.4s linear;
	transition: bottom 0.4s linear;

}
.newsletter-subscribe{
	position: absolute;
	left: 506px;
	top: 40px;
	width: 415px;
	margin: 20px 0 0 0;
	background:#000;
	background:rgba(0,0,0,.4);
	border-radius:5px;
	border:1px solid #111;
	-webkit-box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: inset 5px 5px 5px 0px rgba(0, 0, 0, .2);
}
.newsletter-subscribe .field{
	display:block;
	width:280px;
	padding:6px;
	border:none;
	font-weight:700;
	font-family:Rokkitt,serif;
	background:transparent;
	font-size:18px;
	font-weight:700;
	font-family:Rokkitt,serif;
	border-radius:5px 0  0 5px;
	color:#FFFBE8;
	float:left;
	border-right:none;
}
.newsletter-subscribe .field:focus {
  outline-color:transparent;
  outline-style:none;
}
.newsletter-subscribe .btn{
	padding:6px 10px;
	border:none;
	background:#DB1637;
	font-size:18px;
	font-weight:700;
	font-family:Rokkitt,serif;
	border-radius:5px;
	color:#FFFBE8;
	float:right;
}
.newsletter-subscribe .btn:hover{
	background:#C51431;
}
.newsletter-thankyou{
	color:#FFFBE8;
	font-size:18px;
	font-weight:700;
	font-family:Rokkitt,serif;
	padding: 2px 8px;
}


.wm-client .wm-client-name{
	display:block;
	color:#fffbe8;
}
.wm-client .wm-client-project{
	display:block;
	color:#f4193d;
}



.wm-newsletters{
	margin:0 -10px;
}
.wm-newsletters .wm-newsletter{
	float:left;
}
 
.wm-newsletter{
	width:225px;
	/*height:380px;*/
	margin:10px;
	text-decoration:none;
	color:#fffbe8;
	display:block;
}
.wm-newsletter figure{
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
}
.wm-newsletter figure img{
	height:180px;
	background:#aaa url(../img/image.png) no-repeat center center;
	cursor:pointer;
}
.wm-newsletter figure time {
	background:#333;
	background:rgba(0,0,0,.3);
	padding:5px 10px;
	font-size:14px;
	font-weight:normal;
	font-family:monospace;
	display:block;
}
.wm-newsletter figcaption{
	display:none;
	padding:5px 10px 10px 10px;
	background:#333;
	background:rgba(0,0,0,.3);
	font-weight:normal;
	font-family:monospace;
	font-size:14px;
	line-height:1.1;
	/*height:180px;*/
	overflow-y:auto;
}
.wm-newsletter-open figcaption{
	display:block;
}
.wm-newsletter .wm-newsletter-body{
	display:block;
	color:#fffbe8;
	word-break: hyphenate;
	word-wrap:break-word;
}
.wm-newsletter .wm-newsletter-source{
	display:block;
	color:#fffbe8;
	word-wrap:break-word;
}
.wm-newsletter .wm-newsletter-link,
.wm-newsletter .wm-newsletter-link:visited{
	display:block;
	margin:5px 0 0 0;
	color:#f4193d;
	word-wrap:break-word;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}





/* tablet portrait */
@media only screen and (max-width: 991px) {
	.page-clients .page-content{
		width:715px;
	}
	.clients-title h2{
		width:300px;
		right:0;
		font-size:30px;
		left:390px;
	}
	.newsletter-subscribe{
		width:300px;
		top:60px;
		left:390px;
	}
	.newsletter-subscribe .field{
		width:160px;
	}

}
/* mobile */
@media only screen and (max-width: 720px) {
	.page-clients .page-content{
		width:auto;
		margin:0 10px;
	}
	.wm-clients{
		margin:0 -5px;
	}
	.wm-client{
		margin:5px;
	}
	.wm-newsletters{
		width:470px;
		margin:0 auto;
	}
	.wm-newsletters .wm-newsletter{
		margin:5px;
	}
	.clients-title h1 img{
		width:100%;
		max-width:363px;
	}
	.clients-title h2{
		position:static;
		width:auto;
		font-size:24px;
	}
	.newsletter-subscribe{
		position:static;
		width:auto;
	}
	.newsletter-subscribe .field{
		width:160px;
	}
	.page-clients h3{
		font-size:20px;
		padding:5px 0;
		margin-top:20px;
	}
	.page-clients .page-content{
		padding-top:50px;
	}
}
/* mobile portrait */
@media only screen and (max-width: 479px) {
	.wm-clients .wm-client{
		float:none;
		margin:5px auto;
	}
	.wm-newsletters{
		width:235px;
		margin:0 auto;
	}
	.wm-newsletters .wm-newsletter{
		margin:5px;
	}
	
}

.msg-note,
.msg-note:visited{
	color:#666;
	font-size:11px;
	text-decoration:none;
}



/*
	contact page
*/
.page-contact{
	overflow:hidden;
	height: 100%;
}
.page-contact .btn-map{
	display:inline-block;
    color: #fff;
    padding:5px 7px;
    text-align:center;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-radius: 4px;
    background: #cb3705;
	background: -moz-linear-gradient(top, #cb3705 0%, #c10928 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3705), color-stop(100%,#c10928));
	background: -webkit-linear-gradient(top, #cb3705 0%,#c10928 100%);
	background: -o-linear-gradient(top, #cb3705 0%,#c10928 100%);
	background: -ms-linear-gradient(top, #cb3705 0%,#c10928 100%);
	background: linear-gradient(top, #cb3705 0%,#c10928 100%);
    border: solid 1px rgba(0,0,0,.1);
    text-decoration:none;
    text-shadow: 0px -1px -1px #b4122d;
}
.page-contact .btn-map img{
	height:30px;
	width:30px;
	display:block;
}
.google-map-controls{
	position:absolute;
	top:5px;
	right:5px;
}
#google-map{
	height:100%;
	width:100%;
	position:absolute;
}
.contact-address{
	padding:6px 6px 20px 6px;
	height:248px;
	width:379px;
}
.contact-address .vcard{
	font-style:normal;
}
.contact-address .hello{
	color:#FFF3E2;
	font-weight:400;
	font-family:Rokkitt,serif;
	height:66px;
	line-height:66px;
	font-size:60px;
	text-align:center;
	padding-top:8px;
}
.contact-address .addr{
	height:64px;
	padding:24px 10px 16px 15px;
	line-height:21px;
	color:#1b1c1d;
	font-size:20px;
}
.contact-address .addr,
.contact-address .addr span,
.contact-address .addr div{
	font-size:20px;
	font-family:sans-serif;
	font-weight: normal;
}
.contact-address .addr .number{
	display:block;
	height:64px;
	width:60px;
	margin-right:5px;
	float:left;
	text-align:center;
	padding-top:16px;
	font-size:30px;
	color:#FFF3E2;
	font-weight:400;
	font-family:Rokkitt,serif;
	background: url('../img/address-number.png') no-repeat center top;
}
.contact-address .tel{
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:37px;
}
.contact-address .tel span,
.contact-address .tel div{
	font-size:37px;
	font-family: sans-serif;
	font-weight: normal;
}
.contact-address .email{
	text-align:center;
	height:25px;
	line-height:25px;
	font-size:23px;
	color:#FFF3E2;
	font-weight:400;
	font-family:Rokkitt,serif;
	text-decoration:none;
	display:block;
}
.contact-address .tel a{
	color:#FFF3E2;
	font-weight:400;
	font-family:Rokkitt,serif;
	text-decoration:none;
}
.contact-address .tel span.skype_pnh_container .skype_pnh_text_span{
	font-size:40px !important;
	color:#FFF3E2 !important;
	font-weight:400;
	font-family:Rokkitt,serif;
    height: auto !important;
    padding-right:3px !important;
}
.contact-address .tel span.skype_pnh_container .skype_pnh_textarea_span,
.contact-address .tel span.skype_pnh_container .skype_pnh_text_span{
	background:none !important;
}

.contact-address .tel span.skype_pnh_container .skype_pnh_left_span,
.contact-address .tel span.skype_pnh_container .skype_pnh_dropart_span,
.contact-address .tel span.skype_pnh_container .skype_pnh_right_span{
	position:relative !important;
	top:-10px !important;
}
@media only screen and (max-width: 720px) {
	.contact-address{
		padding:3px 3px 10px 3px;
		height:124px;
		width:190px;
	}
	.contact-address .hello{
		height:33px;
		line-height:33px;
		font-size:32px;
		padding-top:4px;
	}
	.contact-address .addr{
		height:32px;
		padding:8px 0px 8px 7px;
		line-height:11px;
		font-size:10px;
	}
    .contact-address .addr span,
    .contact-address .addr div{
		font-size:10px;
    }
	.contact-address .addr .number{
		height:32px;
		width:30px;
		padding-top:8px;
		font-size:18px;
		background-size:30px 32px;
	}
	.contact-address .tel{
		height:20px;
		line-height:20px;
		font-size:18px;
		margin-top:3px;
	}
    .contact-address .tel span,
    .contact-address .tel div{ 
	    font-size:18px;
    }
	.contact-address .email{
		height:16px;
		line-height:16px;
		font-size:14px;
		margin-top:-3px;
	}
	.google-map-controls{
		position:absolute;
		top:auto;
		bottom:24px;
		right:5px;
	}
}