@charset "utf-8";

@import url("fontawesome-4.3.0.min.css");
@import url("framework.css");

/* @import url("../fonts/Classica One.ttf"); */
@font-face {
    font-family: 'Classica One';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/classica-one_d6c3719975f7eedc6b08b05524070e9d.woff) format('woff');
    src: url(../fonts/classica-one_d6c3719975f7eedc6b08b05524070e9d.ttf) format('truetype');
}


/* font-family: 'Comfortaa', cursive; */
/* font-family: 'Caveat', cursive; */
/* font-family: 'Pangolin', cursive; */

body::before{position:fixed; top:0; left:0; width:100%; height:100%; content:"";}

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1, .row1 a{}
.row2, .row2 a{}
.row3, .row3 a{}
.row4{border:solid; border-width:1px 0;}
.row5, .row5 a{}
.row6, .row6 a{}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar{}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{padding:30px 0;}

#header #logo{max-width: 295px; height: 100%;}
#logo.one_third {padding: 1%;}
#header #logo h1{margin:0; padding:0; font-size:36px; text-transform:none; font-variant:small-caps;}

#header form{display:block; position:relative; width:100%; margin:8px 0 0 0;}
#header input, #header button{display:block; height:30px; border:none;}
#header input{width:100%; min-width:300px; padding:5px 40px 5px 10px;}
#header button{position:absolute; top:0; right:0; width:35px; font-size:16px; cursor:pointer;}
#header button em{display:none;}


/* Background Slideshow - this doesn't work in IE9 and below
--------------------------------------------------------------------------------------------------------------- */
#bgslideshow{display:block; position:relative; width:100%; min-height:400px; margin:0 auto; padding:0; overflow:hidden; background-color:#000000;}

#bgslideshow ul{display:block; margin:0; padding:0; list-style:none;}
#bgslideshow ul li, #bgslideshow ul li::before, #bgslideshow ul li em{display:block; position:absolute; left:0; width:100%;}
#bgslideshow ul li{top:0; height:100%; text-align:center;}
#bgslideshow ul li::before{top:0; height:100%; content:"";}
#bgslideshow ul li em{bottom:15px; margin:0; padding:0; font-size:150px; font-style:normal; line-height:1;}
#bgslideshow ul:hover li, #bgslideshow ul:hover li em{animation-play-state:paused;}/* Pauses animation on hover - can be a hinderance, so remove if it gets on your nerves */

/* 
Set-up all of the elements here
Opacity is used as it can be transitioned / animated, whereas display="none" can't
animation "name" refers to the individual keyframes to be used for that element
48s is the time it takes for a full rotation = elements * seconds per element eg 10 elements * 5 seconds => 50s
linear - animation-timing-function specifies the speed curve of an animation
infinite - Specifies that the animation should be played infinite times (for ever)
0s - Defines the number of seconds (s) or milliseconds (ms) to wait before the animation starts
*/

#bgslideshow ul li{opacity:0; animation:bgimages 48s linear infinite 0s;}
#bgslideshow ul li em{opacity:0; animation:titletxt 48s linear infinite 0s;}

#bgslideshow ul li:nth-child(1), #bgslideshow ul li:nth-child(1) em{animation-delay:0s;}
#bgslideshow ul li:nth-child(2), #bgslideshow ul li:nth-child(2) em{animation-delay:8s;}
#bgslideshow ul li:nth-child(3), #bgslideshow ul li:nth-child(3) em{animation-delay:16s;}
#bgslideshow ul li:nth-child(4), #bgslideshow ul li:nth-child(4) em{animation-delay:24s;}
#bgslideshow ul li:nth-child(5), #bgslideshow ul li:nth-child(5) em{animation-delay:32s;}
#bgslideshow ul li:nth-child(6), #bgslideshow ul li:nth-child(6) em{animation-delay:40s;}

@keyframes bgimages{0%{opacity:0; animation-timing-function:ease-in;}5%{opacity:1; transform:scale(1.025); animation-timing-function:ease-out;}15%{opacity:1; transform:scale(1.08);}20%{opacity:0; transform:scale(1.08);}25%{opacity:0; transform:scale(1.08) translateY(100%);}100%{opacity:0;}}
@keyframes titletxt{0%{opacity:0; transform:translateY(-200%);}8%{opacity:1; transform:translateY(0%);}15%{opacity:1; transform:translateY(0%);}20%{opacity:0; transform:translateY(100%);}25%{opacity:0;}100%{opacity:0;}}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:50px 0;}

/* Content */
.container .content{}

.services li{display:block; position:relative; width:100%; min-height:80px; margin:0; padding:0 0 50px 80px;}
.services li::before{position:absolute; top:0; left:30px; width:1px; height:100%; content:"";}
.services li:last-child{padding-bottom:0;}
.services li:last-child::before{display:none;}
.services li article *{margin:0; padding:0;}
.services li article .icon{display:block; position:absolute; top:0; left:0; width:60px; height:60px; line-height:60px; border:1px solid; font-size:26px; text-align:center;}
.services li article .heading{margin-bottom:10px; padding-top:5px;}

.services.right{text-align:right;}
.services.right li{padding-left:0; padding-right:80px;}
.services.right li::before{left:auto; right:30px;}
.services.right li article .icon{left:auto; right:0;}

/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}

#comments form{display:block; width:100%;}
#comments input, #comments textarea{width:100%; padding:10px; border:1px solid;}
#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* Sidebar */
.container .sidebar{}

.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:50px 0;}

#footer .title{margin:0 0 30px 0; font-size:16px;}

#footer .linklist li {margin-bottom:10px;}
#footer .linklist li ul {list-style: none;}
#footer .linklist li:last-child {margin-bottom:0;}
#footer .linklist li a {
	font-size: 16px;
	position: relative; 
	left: 0;
	color: #DDDDDD; 
	padding: 3px 6px 4px 6px;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	transition-duration: 1s;
}

#footer .linklist li a.active {
	position: relative; 
	left: 15px; 
	color: #CE0739; 
	padding: 3px 6px 4px 0px;
}
#footer .linklist li i {
	position: relative; 
	top: 1px;
    left: 12px;
    right: 5px;
	color: #CE0739;
	font-size: 1.2em;
}
#footer .linklist li a:hover {
	position: relative; 
	left: 15px; 
	color: #CE0739; 
	padding: 3px 6px 4px 0px;
	
}
#footer .linklist li a:before,
#footer .linklist li a:after {
	content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: .2rem;
    background-color: #CE0739;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
    opacity: 0;
}
#footer .linklist li a:hover:before,
#footer .linklist li a.active:before {
	-webkit-transform:translateX(-20px) rotate(45deg);
	-ms-transform:translateX(-20px) rotate(45deg);
	transform:translateX(-20px) rotate(45deg);
	top:9px;
	opacity: 1;
}
#footer .linklist li a:hover:after,
#footer .linklist li a.active:after {
	-webkit-transform:translateX(-20px) rotate(-45deg);
	-ms-transform:translateX(-20px) rotate(-45deg);
	transform:translateX(-20px) rotate(-45deg);
	top:16px;
	opacity: 1;
}

#footer ul.times {font-size: 16px; margin: 0; padding: 0; list-style: none;}
#footer ul.times li {display: block; line-height: 2em;}
#footer ul.times li i {display: block; margin-right: 10px; vertical-align: middle; color: #5DD28F; float: left;}
#footer ul.times li .fa {
	position: relative;
    top: 5px;
    font-style: normal;
    font-weight: normal;
	font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer .smallfont{font-size:.8rem; margin:0;}
#footer address,
.row3 address {font-size: 16px;}


#footer input, #footer button{border:none;}
#footer input{display:block; width:100%; padding:8px;}
#footer button{padding:6px 12px 8px; text-transform:uppercase; cursor:pointer;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:20px 0;}
#copyright *{margin:0; padding:0;}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
.faico a, #mainav *, #backtotop, .btn{transition:all .3s ease-in-out;}


/* ------------------------------------------------------------------------------------------------------------ */
.slogan-text {
	/* height: 120px; */
    display: block;
    padding: 20px 0;
}
#typed,
#typed-strings span {
	font-family: 'Classica One', arial;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.2;
	color: #CE0739;
}
.typed-cursor {
	font-size: 1.6em;
	color: #CE0739;
}

.feedback_form .infofield {font-size: 1.2rem; padding: 0 0 10px 5px;}

.feedback_form .privacy_field {font-size: 1.2rem;}

/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav {width: 80%; margin: 0 auto;}
#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}

/* Top Navigation */
#mainav{line-height:normal;}
#mainav a {font-family: 'Pangolin', cursive; }
#mainav ul{font-size:0; margin: 0 auto; text-align: center;}/* Removes inline-block element spacing - overridden later */
#mainav ul ul{z-index:9999; position:absolute; width: 220px; text-align:left;}
#mainav ul ul ul{left:160px; top:0;}
#mainav li{font-family: 'Pangolin', cursive; display:inline-block; position:relative; margin:0; padding:0; font-size:1rem; text-transform:uppercase;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0; text-transform:uppercase;}
#mainav li a {
	font-family: 'Pangolin', cursive; 
	display:block; 
	padding:15px 20px; 
	text-transform:uppercase;
}
#mainav li:last-child a{border-width:0 1px;}
#mainav li li a {border-width:0 0 1px 0; text-transform:uppercase;}
#mainav li li:first-child a, #mainav li li:last-child a{border-width:0 0 1px 0;}
#mainav .drop{padding-left:25px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop:after, #mainav li li .drop:after{content:"\f0d7";}
#mainav .drop:after{top:20px; left:15px;}
#mainav li li .drop:after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; margin:0; padding:20px 0;}
#mainav form select, 
#mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{color: #FFFFFF; margin:8px; padding:8px 3px; border:none;}

/* Breadcrumb */
#breadcrumb {padding:15px 0; text-align:left;}
#breadcrumb ul{margin:0; padding:0; list-style:none;}
#breadcrumb span {
	display:block; 
	font-weight: 600;
	color: #CE0739; 
	margin: 0 8px; 
	float: left;
	cursor: pointer;
}
#breadcrumb span a,
#breadcrumb span.separ {
	display:block; 
	position:relative;
	color: #888888;
	margin:0; 
	padding:0; 
	font-size:16px; 
	font-weight: 600;
}
/* #breadcrumb span a::after{top:3px; right:0; content:"\f101";} */
#breadcrumb li:last-child a{margin:0; padding:0;}
#breadcrumb li:last-child a::after{display:none;}

/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:0 0 3px 0; padding:0;}
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.sidebar nav a::after{top:9px; left:5px; content:"\f101";}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}

/* Pagination */
.pagination{display:block; width:100%; text-align:center; clear:both;}
.pagination li{display:inline-block; margin:0 2px 0 0;}
.pagination li:last-child{margin-right:0;}
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top; font-size: 1.2em;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}
table.price_servises tbody tr td{padding: 7px 8px 7px 10px;}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; float:left; margin:0 2px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}

.faico a{display:inline-block; width:40px; height:40px; line-height:40px; font-size:16px; text-align:center;}

.faico a{color:#FFFFFF;}
.faico a:hover{color:#FFFFFF; background-color:#222222;}

/* ----- */

/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{color:#FFFFFF; background-color:#E1EAE9;}
/* body::before{background-color:rgba(0,0,0,.35);}*/ /* Adds a coloured overlay - remove if not required */ 
a {
	color: #CE0739; 
	text-decoration: none; 
	-webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
.btn {color:#FFFFFF; background-color: rgba(232,35,85, .7); border: 2px solid #E7385E;}
.btn:hover {color:#FFFFFF; background-color:#E7385E;  border: 2px solid #CE0739;}
h1, h2, h3, h4, h5, h6, .heading{color:#000000; background-color:inherit;}


/* Rows */
/* .row0{color:#D3D3D3; background-color: #04A75C; margin-top: 80px;} */
.row1 {color:#FFFFFF; background-color:rgba(255,255,255,.7); margin-top: 80px;}
.row1 a {color:#FFFFFF; background-color:#333333;}
.row3 address a {font-weight: bold; color:#CE0739; padding: 10px 0;}
.row2 {width: 100%; color:#D3D3D3; background-color:rgba(232,90,111,.7); position: fixed; top: 0; margin: 0 auto;z-index: 99999;}
.row2 a {color:#D3D3D3;}
/* .row2 a {color:#D3D3D3; background-color:#5DD28F;} */
.row3 {
	color: #474646; 
	background-color:rgba(255,255,255,.7);
}
.row4{color:#888888; background-color:#F7F7F7; border-color:#D7D7D7; margin-top: 80px;}
.row4_2 {color:#888888; background-color:#CE0739; border-color:#D7D7D7;}
.row5{color:#D3D3D3; background-color:#333333;}
.row6, .row6 a{color:#D3D3D3; background-color:#292929;}

.row3 h1,
.row3 h2 {
	font-size: 2em;
	font-weight: 600;
}
.row3 p {font-size: 16px; line-height: 1.5;}

/* Header */
#header #logo h1{color:inherit; background-color:inherit;}
#header input{color:inherit; background-color:#292929;}
#header button{color:inherit; background-color:#56AED4;}


/* Background Slideshow */
#bgslideshow ul li::before{background-color:rgba(0,0,0,.35);}/* Adds a coloured overlay - remove if not required */
#bgslideshow ul li .title{color:rgba(255,255,255,0.65);}


/* Content Area */
.services li::before{background-color:#D7D7D7;}
.services li article .icon{color:inherit; background-color:#F7F7F7; border-color:#D7D7D7;}

/* Footer */
#footer .title{color:#FFFFFF;}
#footer input{color:inherit; background-color:#292929;}
#footer button {color:#FFFFFF; background-color: rgba(232,35,85, .7);}
#footer button:hover {color:#FFFFFF; background-color:#E7385E;}


/* Navigation */
#mainav li a{
	font-family: 'Arial', sans-serif;
	font-weight: 600;
	letter-spacing: .08em;
	color:#ffffff; 
	background-color:inherit; 
	border-color:#ffffff;
}
#mainav .active a, 
#mainav a:hover, 
#mainav li:hover > a {color:#ffffff; background-color:rgba(232,35,85, .5); text-shadow: rgba(0,0,0,.01) 0 0 1px;}
#mainav li li a, #mainav .active li a{color:#FFFFFF; background-color:rgba(0,0,0,.6); border-color:rgba(0,0,0,.6);}
#mainav li li:hover > a, #mainav .active .active > a{color:#FFFFFF; background-color:#56AED4;}
#mainav form select{color:#FFFFFF; background-color:rgba(206,7,57, .7); border-color:rgba(255,255,255,.2);}

#breadcrumb a{color:#888888; background-color:inherit;}
#breadcrumb li:last-child a{color:#56AED4;}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#56AED4;}

.content .map {width: 100%;}
.content input{display:block; width:100%; padding:8px;}
.content textarea {width: 100%; min-height: 150px;}
[class^='group'] {margin: 2em auto;}

.sticky {
	position: sticky;
	top: 0;
}

.inst_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.inst_img {
    width: 200px;
	height: 200px;
	display: block;
	position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin: 0 auto;
    opacity: 1;
}


.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#56AED4;}

#backtotop{color:#FFFFFF; background-color:#56AED4;}


/* Tables + Comments */
table, th, td, 
#comments .avatar, 
#comments input, 
#comments textarea{border-color:#D20E2E;}
th{color:#FFFFFF; background-color: rgba(232,35,85, .7); font-size: 1.1em;}
tr, #comments li, 
#comments input[type="submit"], 
#comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even), 
#comments li:nth-child(even) {color:inherit; background-color:#D8D8D8;}
table a, #comments a{background-color:inherit;}


/* -------- 3W STYLE ------- */

/***  header  ***/
.studio_name { margin: 0 auto; font-size: 16px;}
.brand_name {font-family: 'Caveat', cursive; font-size: 1.4em; font-weight: bold; color: #4B4B4B; text-shadow: 1px 1px 1px #04A75C; text-align: left;}
.brand_name span { font-size: 1.2em; font-weight: bold; color: #5ED28F; padding: 0 10px 0 0;}
.slogan {margin: 0 auto; font-size: 16px; font-style: italic; text-transform: none; color: #394149;}

.develop {width: 32px; height: 32px; background: url(../img/3W_no_color.png); display: block; float: left; position: relative; top: -3px; right: 5px;}
a > .develop:hover {background: url(../img/3W.png);}
#copyright .fl_right a {display: block; float: right;}

#header address {color: #4B4B4B;}

/* mainpage slider */

#mp-slider {
	width: 100%;
	height: 500px;
	max-height: 500px;
    position: relative;
    font-size: 30px;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    font-family: "Open Sans", "Arial", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    margin-top: -12px;
}

#mp-slider .slide {
	background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: padding 1s, opacity 1s, visibility 1s;
    visibility: hidden;
    opacity: 0;
}

#mp-slider .slide.active {
    visibility: visible;
    opacity: 1;
}

#mp-slider .slide .wrapper {
    padding: 20px 0 0 150px;
    transition: padding 1s;
}

#mp-slider .slide.active .wrapper {
    padding: 20px 0 0 50px;
}

#mp-slider h2 {
    color: #FFF;
    font-size: 72px;
    margin-bottom: -40px;
    font-weight: normal;
}

#mp-slider .slide p {
    margin: 1.4em 0;
}

#mp-slider .button {
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Arial","Trebuchet MS",Verdana,sans-serif;
    font-weight: bold;
    margin: 5px 0;
    opacity: 1;
    text-decoration: none;
    transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;
    font-size: 16px;
    padding: 5px 20px;
}

#mp-slider .dots-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#mp-slider .dots-container .dot {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    background: url(../img/slider_dot.png) no-repeat center center;
    width: 18px;
    height: 17px;
    margin: 0 5px;
    cursor: pointer;
}

#mp-slider .dots-container .dot.active {
    background: url(../img/slider_dot_active.png) no-repeat center center;
}

/* -------- 3W STYLE ------- */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1050px){
	.wrapper{max-width:1200px;}
}
@media screen and (min-width:900px) and (max-width:1049px) {
	.wrapper{max-width:98%;}
	.inst_img {width: 180px; height: 180px;}
	#typed,
	#typed-strings span {
		font-size: 2.3em;
	}
}

/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.wrapper{max-width:95%;}
	.inst_img {width: 160px; height: 160px; margin: 10px;}

	#topbar{}

	#header{}

	#bgslideshow ul li em{font-size:100px;}

	#mainav{}
	#mainav ul{display:none;}
	#mainav form{display:block;}

	#breadcrumb{}
	
	#typed,
	#typed-strings span {
		font-size: 2em;
	}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
}


@media screen and (max-width:750px){
	.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
	.inst_img {width: 160px; height: 160px; margin: 10px auto;}
	.fl_left, .fl_right{display:block; float:none;}
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}

	#topbar, #header{text-align:center;}

	#topbar .fl_left ul{display:none;}
	#topbar ul li{display:inline-block; float:none;}
	#topbar li{display:inline-block; float:none;}

	#header #logo{margin-bottom:10px;}
	#header form{max-width:300px; margin:0 auto;}
	#header input{min-width:0;}
	
	.brand_name { text-align: center;}

	.container{padding-bottom:50px;}
	#footer{padding-bottom:20px;}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	#bgslideshow ul li em{font-size:50px;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.font-x2{font-size:1.4rem;}
	.font-x3{font-size:1.6rem;}
}