

a, img{
 	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

img{
	vertical-align:middle;
}


.boxshadow{
	webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}


/* #Site Styles
================================================== */

#site{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}


#site.active{
	margin-left:220px;	
	
	opacity:.25;
	-moz-opacity: 0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=25);
	filter: alpha(opacity=25);
	
}


a.toggleMenu{
	width:50px;
	height:50px;
	text-indent:-9999em;
	background:url(../images/menu-icon.png) center center no-repeat;
	background-color:#1d70f2 ; 
	position:fixed;
	right:10px;
	top:10px;
	
	z-index:9999;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
		
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
	
	display:none;
	visibility:hidden;
}


a.toggleMenu:hover{
	background-color:#6d6e72; 
}

a.toggleMenu.active{
	background-color:#6d6e72; 
}


.mobile-nav{
	width:220px;
	height:100%;
	
	overflow:auto;
	
	background:#000;
	
	
	position:fixed;
	left:0px;
	top:0px;
	
	margin-left:-220px;
	
	z-index:9998;
	
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
	
	visibility:hidden;
}

.mobile-nav.active{
	margin-left:0px;
	visibility:visible;
}


.mobile-nav ul{
	margin: 0;
	padding:0;
}

.mobile-nav ul li{
	margin:0px;
	padding:0px;
	border-top:1px solid #222;
}

.mobile-nav ul li:last-child{
	border-bottom:1px solid #222;
}

.mobile-nav ul li a{
	color:#fff;
	background:#000;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	padding:15px 20px;
	
	
	
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile-nav ul li a:hover{
	color:#fff;
	background:#1d70f2 ;
}



#languages{
	background:#141224;
	font-size:14px;
}


.languages ul{
	margin:0;
	padding:0;
	float:right;
}

.languages ul li{
	margin:0;
	padding:0;
	display:inline;
	line-height:40px;
	margin-left:20px;
}



.languages ul li a{
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
}

.languages ul li a:hover, .languages ul li a.active{
	color: #1d70f2 ;
}

.languages ul .button{
	margin-top:-2px;
	margin-bottom:0px;
	border:none;
	color:#fff !important;
	background:#1d70f2 ;
}



#header{
	background:#fff;
	width:100%;
	position:fixed;
	top:0px;
	z-index:9990;
}


	


.logo{}

.logo img{
	vertical-align:middle;
	max-height:105px;
	width:auto;
}



.nav{
	font-family: 'robotobold';
	text-transform:uppercase;
}

.nav ul{
	margin:0;
	padding:0;
	float:right;
}

.nav ul li{
	margin:0;
	padding:0;
	display:inline;
	line-height:105px;
	margin-left:20px;
	
	font-size:16px;
}



.nav ul li a{
	color: #000;
	text-decoration:none;
}

.nav ul li a:hover, .nav ul li a.active{
	color: #1d70f2 ;
}

.nav ul .button{
	margin-bottom:0px;
}

.nav a.lang, .nav a.lang:hover, .nav a.lang.active{
	color:#fff;
	background:#1d70f2;
	padding:5px 8px;
}

.header.small .logo img{
	max-height:60px;
	width:auto;
}

.header.small .nav ul li{
	line-height:60px;
}




.page-title{
	background:#f7f7f7;
	color:#fff;
	padding:40px 0;
}

.page-title h2{
	font-family: "robotobold";
}

ul.left-nav{
	font-size:21px;
	font-family: "robotobold";
}

ul.left-nav a{
	color:#000;
}

ul.left-nav a:hover, ul.left-nav a.active{
	color:#1d70f2 ;
}

.graybg{
	background:#f4f4f4;
}

ul.fileformats li{
	display:inline-block;
	width:53px;
	height:53px;
	line-height:53px;
	margin-right:10px;
	text-align:center;
	color:#fff;
	background:#a2a2a2;
	
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
}

.partners{
	padding:45px 0 25px 0;
	margin-top:40px;
	border-top:2px solid #a2a2a2;
	text-align:center;
}

.partners a{
	margin:0 15px;
}

.partners a:first-cild{
	margin-left:0px;
}

.partners a:last-cild{
	margin-right:0px;
}


.call-to-action{
	padding:60px 0 60px 0;
	background:url(../images/footer-bg.jpg) center top no-repeat #f4f4f4;
	text-align:center;
}

.get-a-free-quote{
	margin-top:40px;
}

.call-to-action .line{
	color:#000;
	font-size:50px;
	line-height:2em;
}

.call-to-action .line span{
	color:#1acafb;
}

.call-to-action .steps{
	width:280px;
	margin:0 auto 30px auto;
	text-align:left;
	font-size:21px;
	line-height:1.5em;
}

.call-to-action .steps span{
	color:#fff;
	background:#d52751;
	
	
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	margin-right:10px;
	text-align:center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}



.call-to-action form{
	text-align:center;
}

.call-to-action form select{
	width:auto;
	display:inline-block;
	background:#fff;
	padding:20px;
}

.call-to-action input[type=submit], .call-to-action a.button{
	font-size:16px;
	text-transform:uppercase;
	padding:20px 40px;
}




.calculator{
	padding:20px 0 60px 0;
	background:url(../images/footer-bg.jpg) center top no-repeat #f4f4f4;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	padding:40px 0;
}

.calculator form{
	width:320px;
	margin:0 auto;
	text-align: left;
}

.calculator form input[type=text], .calculator form select{
	background:#fff;
	display:inline-block;
	margin-bottom:0px;
}

.calculator form input[type=text].date, .calculator form input[type=text].time{
	width:40%;
}


ul.gallery-pager{
	text-align:center;
	font-family: "robotobold";
	font-size:14px;
}

ul.gallery-pager li{
	display:inline-block;
}

ul.gallery-pager li a{
	color:#000;
	padding:5px;
}

ul.gallery-pager li a:hover, ul.gallery-pager li a.active{
	color:#1d70f2 ;
}

.prev-next{
	font-size:40px;
	margin-top:80px;
}

.prev-next a{
	color:#000;
}

.prev-next a:hover{
	color:#1d70f2 ;
}

.prev-next a.disabled, .prev-next a.disabled:hover{
	color:#999;
	cursor:default;
}

.frame{
	padding:20px;
	background:#f4f4f4;
	margin-bottom:20px;
}

.frame input[type="text"],
.frame input[type="password"],
.frame input[type="email"],
.frame input[type="tel"],
.frame textarea,
.frame select {
		border: 1px solid #949494;
		background: #fff;
		vertical-align:top;
}


#footer{
	padding:30px 0 10px 0;
	background:#f4f4f4;
	font-size:14px;
}

#footer h4{
	color: #1d70f2 ;
}


#footer a{
	text-decoration:underline;
}

#footer a.button{
	text-decoration:none;
}


#copyright{
	padding:10px 0px;
	color:#fff;
	background:#141224;
	font-size:13px;
	line-height:33px;
}

#copyright .social-icons a{
	margin-right:5px;
}

#copyright .copy{
	text-align:center;
}

#copyright .totop{
	text-align:right;
}

#copyright a{
	color:#fff;
}

#copyright i{
	font-size:33px;
	vertical-align:middle;
}










/* #Flexible iFrame
================================================== */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	max-height:350px;
	margin-bottom:20px;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


iframe, object, embed{max-width: 100%;}


#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

			

/* #Page Styles
================================================== */

.page{
	margin:40px 0;
}

.page h3.top, .page h4.top{
	margin-top:2em;
}

.contact-form table{
	width:100%;
}

.contact-form input[type=text]{
	max-width:85%;
}

.contact-form select{
	width:95%;
}

.contact-form textarea{
	width:93%;
}

.page table.default-table{
	width:100%;
	margin:1em 0 1em 0;
	text-align:left;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.page table.default-table thead th{
	padding:20px 10px;
	color:#fff;
	font-size:21px;
	background:#1d70f2 ;
}

.page table.default-table tbody td{
	padding:15px 10px;
}

.page table.default-table tbody tr:nth-child(even){
	background:#fff;
}


.page table.default-table tbody tr:nth-child(odd){
	background:#f4f4f4;
}


.page ul.list{}

.page ul.list.big{
	font-size:21px;
}

.page ul.list i{
	color:#d52751;
}

.pager{
	padding:2em 0 1em 0;
	margin:0 0 20px 0;
}

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

.pager.right{
	text-align:right;
}



.pager.center{
	text-align:center;
}


.pager ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline-block;
}

.pager li{
	display:inline;
	float:left;
	margin:0 2px;
}


.pager li a{
	float:left;
	display:block;
	text-decoration:none;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	
	color:#fff;
	background:#6d6e72;	
	
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	  
	  -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}



.pager li a:hover{
	color:#fff;
	background:#1d70f2 ;
}

.pager li a.active{
	color:#fff;
	background:#1d70f2 ;	
}




/* #Media Queries
================================================== */

	/* Smaller than 1160 (devices and browsers) */
	@media only screen and (max-width: 1160px) {
		
		.slogan span {
			margin-top:3px;
			line-height:38px;
		}
				
		a.toggleMenu{
			top:20px;
		}
	
		.mobile-nav, a.toggleMenu{
			display:block;
			visibility:visible;
		}
		
		.nav{
			display:none;
			visibility:hidden;
		}
		
		.small-screen8 {width:620px !important;}
		.small-screen4 {width:300px !important;}

		
		}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
			
		.mobile-nav, a.toggleMenu{
			display:block;
			visibility:visible;
		}
		
		.nav{
			display:none;
			visibility:hidden;
		}
			

		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
				.slogan span {
					margin-top:-5px;
					line-height:38px;
				}
				
				a.toggleMenu{
					top:10px;
				}
		
				.tablet-remove-bottom{
					margin-bottom:0px !important;
				}

				.hide-tablet{
					display:none;
					visibility:hidden;
				}
				
				.show-tablet{
					display:block !important;
					visibility:visible !important;
				}
				
				
		
				.tablet12 {width:768px !important;}
				.tablet11 {width:684px !important;}
				.tablet10 {width:620px !important;}
				.tablet9 {width:556px !important;}
				.tablet8 {width:492px !important;}
				.tablet7 {width:428px !important;}
				.tablet6 {width:364px !important;}
				.tablet5 {width:300px !important;}
				.tablet4 {width:236px !important;}
				.tablet3 {width:172px !important;}

				
				.login-with-google{
					display:block;
					margin-top:10px;
				}
				
				.contact-form input[type=text]{
					  max-width:100%;
					  width:94%;
				 }

				.contact-form table td{
					  display:block;
				 }
		
				
				

		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
				.small-screen8 {width:100% !important;}
				.small-screen4 {width:100% !important;}

		
				.mobile-remove-bottom{
					margin-bottom:0px !important;
				}

				.hide-mobile{
					display:none;
					visibility:hidden;
				}
				
				.show-mobile{
					display:block !important;
					visibility:visible !important;
				}
				
				a.toggleMenu{
					top:5px;
				}
				
				.logo img{
					max-height:60px;
				}
				
				
				.page-title .column12{
					margin-bottom:0px !important;
				}
				
				.call-to-action{
					padding-bottom:40px;
				}
				
				.call-to-action .line{
					font-size:40px;
					line-height:1.5em;
				}
				
				.call-to-action span{
					font-size:30px;
					display:block;
				}
				
				.call-to-action .button{
					padding:10px !important;
					margin-top:20px;
				}
				
				.login-with-google{
					display:block;
					margin-top:10px;
				}
				
				.contact-form input[type=text]{
					  max-width:92%;
				 }

				.contact-form table td{
					  display:block;
				 }

		
				#copyright .social-icons{
					text-align: center;
				}
		
				#copyright .social-icons a{
					margin-left:2px;
					margin-right:2px;
				}
				
				#copyright .copy{
					text-align:center;
				}
				
				#copyright .totop{
					text-align:center;
				}
	
	

			
	}

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

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


				
		}


/* #Font-Face
================================================== */



@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/Roboto-Italic-webfont.eot');
    src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* GENERAL */
.picture a {
	width: 100%;
	display: block;
}

.article img {
	width: 300px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.article .row {
	padding: 0px 10px;
}