/*

Theme name: Arsynoe
Version number: 1.0
Author: MagnaThemes
Website: http://themeforest.net/user/MagnaThemes/portfolio
Email support: info@magna-themes.com
Support page: http://magna-themes.com/support/

TABLE OF CONTENTS:

      1. RESET CSS
      2. GENERAL TYPOGRAPHY
      3. HEADER
      4. PORTFOLIO
      5. SERVICES
      6. ABOUT
      7. CONTACT
      8. MOBILE STYLES


*/

/*=====================================================================================*/
/*       1. RESET CSS                                                                  */
/*=====================================================================================*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { width: 100%; height: 100%; font-weight: normal; line-height: 23px; font-family: 'Open Sans', sans-serif; color: #666; }
a { cursor: pointer; text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins    { text-decoration: none; }
del    { text-decoration: line-through; }
table  { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clear   { clear: both; }
.absolute { position: absolute; }
.relative { position: relative; }

/*=====================================================================================*/
/*       2. GENERAL TYPOGRAPHY                                                         */
/*=====================================================================================*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
.content { width: 960px; margin: 0 auto; padding-top: 130px; }
.title { font-size: 40px; font-family: 'Oswald', sans-serif; text-align: center; }
.loading { height: 100px; background: url('images/loading.gif') center center no-repeat; }

/*-- Notifications --*/
.error, .success, .alert, .remember         { display: block; position: relative; width: 98%; margin: 0 auto; padding-top: 20px; padding-bottom: 20px; min-height: 50px; }
.error p, .success p, .alert p, .remember p { line-height: 20px; padding-right: 35px; padding-left: 70px; font-size: 12px; }
.error a, .success a, .alert a, .remember a { display: block; width: 10px; height: 10px; position: absolute; top: 10px; right: 10px; font-size: 14px; font-weight: bold; }

.error    { background: #FF9393 url('images/error.png') 20px 20px no-repeat; border: 1px solid #990000; color: #4A0000; }
.success  { background: #D0F993 url('images/success.png') 20px 20px no-repeat; border: 1px solid #003300; color: #003300; }
.alert    { background: #FFF38C url('images/alert.png') 20px 20px no-repeat; border: 1px solid #D9AD00; color: #886C00; }
.remember { background: #A8DCFF url('images/remember.png') 20px 20px no-repeat; border: 1px solid #0F9FFF; color: #00609F; }

.error a { color: #4A0000; }
.success a { color: #003300; }
.alert a { color: #886C00; }
.remember a { color:  #00609F; }

/*-- ToolTips --*/
#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content { font-size: 11px; color: #fff; text-shadow: 0 0 2px #000; padding: 4px 8px; border: 1px solid rgba(255,255,255,0.25); background-color: rgb(25,25,25); background-color: rgba(25,25,25,0.92); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 0 3px #555; -webkit-box-shadow: 0 0 3px #555; -moz-box-shadow: 0 0 3px #555; }
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px;  height: 0; width: 0; }
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); }
@media screen and (-webkit-min-device-pixel-ratio:0) { #tiptip_content { padding: 4px 8px 5px 8px; background-color: rgba(45,45,45,0.88); }
                                                       #tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: rgba(45,45,45,0.88); }
	                                               #tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: rgba(20,20,20,0.92); }
}

#qLpercentage { font-family: 'Quicksand', sans-serif; }


/*=====================================================================================*/
/*       3. HEADER                                                                     */
/*=====================================================================================*/

#header { width: 100%; background: #FFF;  padding-bottom: 100px; }

/*-- 1. Navigation --*/
div#navigation { width: 100%; height: 49px; line-height: 50px; position: fixed; top: 0px; left: 0px; background: #000; border-bottom: 1px solid #FFF; z-index: 100006; }
div#navigation div { position: relative; float: left; left: 50%; }
div#navigation div ul { position: relative; float: left; left: -50%; }
div#navigation div ul li { float: left; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: bold; border-right: 1px solid #FFF; }
div#navigation div ul li:first-child { border-left: 1px solid #FFF; }
div#navigation div ul li a { display: block; height: 49px; padding: 0px 30px; color: #FFF; }
div#navigation div ul li:hover { background: #FFF; }
div#navigation div ul li:hover a, div#navigation div ul li a:hover { color: #000; }
select.mobile_menu { display: none; }

/*--- 2. Logo --*/
div#logo { margin-bottom: 60px; text-align: center; }

/*-- 3. Intro --*/
div#intro { margin-bottom: 43px; text-align: center; }
div#intro h1 { margin-bottom: 44px; font-size: 50px; font-family: 'Oswald', sans-serif; font-weight: bold; color: #000; }
div#intro p { line-height: 28px; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #666; }
div#intro p strong, div#intro p strong a { color: #000; }

/*-- 4. Slider --*/
#slider_wrapper { width: 960px; height: 400px; margin: 0 auto; }
#slider a:active {outline: none;} .slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
#slider {width: 100%; margin: 0; padding: 0;}
#slider .slides > li {display: none;}
#slider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
#slider {background: #fff; position: relative; zoom: 1;}
#slider .slides {zoom: 1;}
#slider .slides > li {position: relative;}
.flex-caption {width: 100%; height: 40px; line-height: 40px; position: absolute; left: 0%; bottom: 0%; background: #000; color: #FFF; font-size: 14px; font-family: 'Oswald', sans-serif; text-align: center; }
.flex-direction-nav li a { width: 56px; height: 120px; background: transparent; position: absolute; top: 130px; cursor: pointer; text-indent: -9999px; }
#slider:hover .flex-direction-nav li .next { right: 0px; background: url('images/slider_next.png') no-repeat; }
#slider:hover .flex-direction-nav li .prev { left: 0px; background: url('images/slider_prev.png') no-repeat; }
.flex-direction-nav li .disabled {opacity: 0.3; filter:alpha(opacity=30); cursor: default;}
.flex-control-nav {width: 100%; position: absolute; bottom: 5px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: #272727; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover, .flex-control-nav li a.active { width: 11px; height: 11px; border: 1px solid #272727; background: #FFF; }
/* Static Video */
#video_wrapper { height: 0; position: relative; margin-bottom: 50px; padding-bottom: 56.25%; overflow: hidden; }
#video_wrapper iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }


/*=====================================================================================*/
/*       4. PORTFOLIO                                                                  */
/*=====================================================================================*/

/*-- 1. General --*/
div#portfolio { padding-top: 50px; background: #333; overflow-x: hidden; -ms-overflow-x: hidden; }
div#portfolio_title { margin-bottom: 33px; }
div#portfolio_title h2 { color: #FFF; }

/*-- 2. Filter --*/
div#filter {  border-top: 1px solid #666; }
div#filter_wrapper { float: left; position: relative; margin-bottom: 15px; left: 50%}
ul#portfolioFilter { line-height: 18px; float: left; position: relative; left: -50%; }
ul#portfolioFilter li { float: left; height: 46px; line-height: 46px; padding-right: 15px; padding-left: 15px; }
ul#portfolioFilter li.separator { line-height: 49px; padding: 0px; color: #CCC; font-size: 11px; }
ul#portfolioFilter li a { font-size: 12px; color: #CCC; }

/*-- 3. Thumbs --*/
div#portfolio_thumbs { position: relative; z-index: 10; }
div#portfolio_thumbs ul { display: block; }
div#portfolio_thumbs ul li { float: left; width: 20%; position: relative; }
div#portfolio_thumbs ul li img { width: 100%; height: auto; display: block; }
div#portfolio_thumbs ul li img.rollover { position: absolute; opacity: 0; filter: alpha(opacity = 0); top: 0px; left: 0px; }
div#portfolio_thumbs ul li div.item_info { display: none; position: absolute; top: 100%; left: 0px; z-index: 11; width: 100%; padding-top: 25px; padding-bottom: 15px; text-align: center; background: #333; border-bottom: 2px solid #FF9900; }
div#portfolio_thumbs ul li div.item_info h3 { margin-bottom: 10px; font-size: 18px; color: #FFF; font-family: 'Oswald', sans-serif; }
div#portfolio_thumbs ul li div.item_info h3 a { color: #FFF; }
div#portfolio_thumbs ul li div.item_info p { font-size: 12px; font-style: italic; color: #CCC; }

/*-- 4. Item page --*/
#portfolio_item { display: none; width: 100%; margin-top: 20px; padding-bottom: 20px; }
#item_content { width: 960px; margin: 0 auto; }
#text_content { float: left; width: 310px; margin-left: 20px; line-height: 20px; text-align: center; font-size: 12px; color: #CCC; }
#text_content h3 { margin-bottom: 20px; font-size: 20px; color: #FFF; font-family: 'Oswald', sans-serif; }
/* Slider */
#item_slider { float: left; width: 560px; margin: 0; padding: 0; }
#item_slider a:active {outline: none;} .slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
#item_slider .slides > li {display: none;}
#item_slider .slides img {max-width: 100%; display: block;}
#item_slider { position: relative; zoom: 1;}
#item_slider .slides {zoom: 1;}
#item_slider .slides > li {position: relative;}
#item_slider .flex-direction-nav li a { width: 30px; height: 30px; line-height: 29px; background: #666; position: absolute; top: 0px; cursor: pointer; text-indent: 1px; font-size: 15px; font-family: 'Quicksand', sans-serif; text-align: center; }
#item_slider .flex-direction-nav li .next { right: 0px; color: #FFF; }
#item_slider .flex-direction-nav li .prev { right: 30px; color: #FFF; }
#item_slider .flex-direction-nav li .next:hover { background: #999; }
#item_slider .flex-direction-nav li .prev:hover { background: #999; }
/* Video */
#item_video_wrapper { float: left; width: 560px; }
#item_video { height: 0; position: relative; padding-bottom: 56.25%; overflow: hidden; }
#item_video iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; visibility:hidden; }
/* Control buttons */
#control_buttons { width: 30px; float: right; }
#control_buttons a { display: block; width: 30px; height: 30px; line-height: 29px; margin-bottom: 10px; background: #999; font-size: 15px; font-family: 'Quicksand', sans-serif; color: #FFF; text-align: center; }
#control_buttons a:hover { background: #CCC; }

/*-- 5. Quote --*/
div#quote { width: 960px; margin: 0 auto; padding: 45px 0; text-align: center; color: #CCC; }
div#quote p { line-height: 32px; font-size: 24px; font-family: 'Quicksand', sans-serif; }
span#author { display: block; padding-top: 18px; text-align: center; font-size: 13px; }


/*=====================================================================================*/
/*       5. SERVICES                                                                   */
/*=====================================================================================*/

/*-- 1. General --*/
div#services { padding-bottom: 90px; padding-top: 50px; background: #FFF; }
#services_title h2 { margin-bottom: 40px; color: #333; }
div#services_intro { width: 960px; margin: 0 auto; margin-bottom: 40px; line-height: 26px; text-align: center; font-size: 16px; color: #666; }

/*-- 2. Service items --*/
div#service_elements { width: 960px; margin: 0 auto; overflow-x: hidden; -ms-overflow-x: hidden; }
div#service_elements ul { width: 1050px; }
div#service_elements ul li { width: 260px; float: left; margin-right: 90px; margin-bottom: 60px; }
div#service_elements ul li .icon { width: 150px; max-width: 150px; height: 150px; max-height: 150px; line-height: 150px; margin: 0 auto; margin-bottom: 23px; text-align: center; background: #333; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
div#service_elements ul li .icon img { max-width: 150px; max-height: 150px; vertical-align: middle; }
div#service_elements ul li .service_content { text-align: center; }
div#service_elements ul li .service_content h3 { margin-bottom: 16px; font-size: 19px; color: #333; font-family: 'Oswald', sans-serif; }
div#service_elements ul li .service_content p { margin-bottom: 13px; line-height: 19px; font-size: 12px; }
div#service_elements ul li .service_content a.read_more { font-size: 11px; font-weight: bold; font-style: italic; color: #333; }
div#service_elements ul li .service_content a.read_more:hover { color: #FF6600; }

/*-- 3. Single service ( loaded by ajax ) --*/
div#service_item { width: 960px; margin: 0 auto; margin-bottom: 50px; }
div#service_content { display: none; position: relative; font-size: 13px; text-align: left; }
div#service_content h3 { margin-bottom: 22px; font-size: 22px; color: #333; font-family: 'Oswald', sans-serif; }
div#service_content a#close_service { position: absolute; top: 0px; right: 0px; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 13px; color: #CCC; background: #333; }

/*=====================================================================================*/
/*       6. ABOUT                                                                      */
/*=====================================================================================*/

/*-- 1. General --*/
div#about { padding-top: 70px; background: #333; color: #CCC; }
div#about_title h2 { margin-bottom: 50px; color: #FFF; }
div#about_image { width: 260px; height: 260px; margin: 0px auto; margin-bottom: 38px; }
div#about_image img { width: 260px; border-radius: 38px; -moz-border-radius: 38px; -webkit-border-radius: 38px; }
div#about_content { width: 960px; margin: 0px auto; padding-bottom: 78px; text-align: center; }
div#about_content h3 { margin-bottom: 25px; font-size: 22px; color: #FFF; font-family: 'Oswald', sans-serif; }
div#about_content p { font-size: 12px; line-height: 19px; }

/*-- 2. Testimonails --*/
div#testimonials_contaier { padding-top: 40px; padding-bottom: 40px; background: #000; }
div#testimonials { width: 960px; margin: 0 auto; }
div.testimonial { width: 960px; }
div.avatar { float: left; width: 145px; text-align: right; }
div.avatar img { max-width: 80px; }
div.testimonial_content { float: right; width: 770px; padding-top: 10px; line-height: 28px; font-size: 16px; color: #CCC; }
span.customer_name { display: block; text-align: right; font-weight: bold; font-style: italic; }

/*=====================================================================================*/
/*       7. CONTACT                                                                    */
/*=====================================================================================*/

/*-- 1. General --*/
div#contact { padding-top: 70px; background: #FFF; overflow-x: hidden; -ms-overflow-x: hidden; }
#contact_title h2 { margin-bottom: 30px; color: #000; }
div#contact_info { width: 880px; margin: 0 auto; margin-bottom: 26px; font-size: 15px; line-height: 26px; text-align: center; }
div#social_icons { width: 960px; height: 36px; margin: 0 auto; margin-bottom: 28px; }
div#social_icons div { position: relative; float: left; left: 50%; }
div#social_icons div ul { position: relative; float: left; left: -50%; }
div#social_icons div ul li { float: left; margin-right: 10px; }
a.social_icon { display: block; width: 36px; height: 36px; background-size: 36px 36px; }
#fb { background: url('images/social_icons/fb.png') no-repeat; }
#twitter { background: url('images/social_icons/twitter.png') no-repeat; }
#dribbble { background: url('images/social_icons/dribbble.png') no-repeat; }
#tumblr { background: url('images/social_icons/tumblr.png') no-repeat; }
#deviantart { background: url('images/social_icons/deviantart.png') no-repeat; }
#pinterest { background: url('images/social_icons/pinterest.png') no-repeat; }
#linked { background: url('images/social_icons/linked.png') no-repeat; }
#rss { background: url('images/social_icons/rss.png') no-repeat; }
#skype { background: url('images/social_icons/skype.png') no-repeat; }
#vimeo { background: url('images/social_icons/vimeo.png') no-repeat; }
#youtube { background: url('images/social_icons/youtube.png') no-repeat; }

/*-- 2. Contact form --*/
div#contact_form { width: 360px; margin: 0 auto; margin-bottom: 100px; text-align: center; }
div#contact_form input[type="text"], div#contact_form textarea { width: 100%; margin: 0px; padding: 0px; border: 0px; text-align: center; font-family: 'Oswald', sans-serif; font-size: 16px; color: #666; -webkit-appearance: none; }
div#contact_form input[type="text"] { margin-bottom: 11px; padding: 12px 0px; border-bottom: 1px solid #CCC; }
div#contact_form textarea { height: 200px; margin-bottom: 28px; padding-top: 17px; border-bottom: 1px solid #CCC; }
div#contact_form button { width: 60px; height: 60px; line-height: 60px; padding: 0px; border: 0px; font-family: 'Oswald', sans-serif; font-size: 18px; color: #FFF; text-align: center; background: #333; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; cursor: pointer; }

/*-- 3. Google map --*/
div#google_map { width: 100%; }
div#google_map iframe { width: 100%; height: 500px; }

/*=====================================================================================*/
/*       8. MOBILE STYLES                                                              */
/*=====================================================================================*/

/*--- Screen <= 1200px ( Increase the portfolio column number for smaller desktop screen )---*/
@media screen and (max-width: 1200px) {
   div#portfolio_thumbs ul li { width: 25%; }
}

/*--- Screen <= 960px ( Tablets portrait view  )---*/
@media screen and (max-width: 960px) {

   /*- General -*/
   body { overflow-x: hidden; }
   .content { width: 700px; padding-top: 110px; }

   /*- Header -*/
   div#navigation div ul li a { padding: 0px 20px; }
   div#intro h1 { font-size: 46px; }
   #slider_wrapper { width: 700px; height: 290px; }
   .flex-direction-nav li a { top: 87px; }
   
   /*- Portfolio -*/
   div#portfolio_thumbs ul li { width: 33.33%; }
   #item_content { width: 700px; }
   div#quote { width: 700px; }
   #item_slider { width: 350px; }
   #text_content { width: 290px; }
   #item_video_wrapper { width: 350px; }
   
   /*- Services -*/
   div#services_intro { width: 700px; }
   div#service_elements { width: 700px; }
   div#service_elements ul { width: 100%; }
   div#service_elements ul li { margin-right: 45px; margin-left: 45px; }
   div#service_item { width: 600px; }
   
   /*- About -*/
   div#about_content { width: 700px; }
   div#testimonials { width: 700px; }
   div.testimonial { width: 700px; }
   div.avatar { width: 100px; }
   div.avatar img { max-width: 100px; }
   div.testimonial_content { width: 580px; line-height: 24px; font-size: 13px; }
   
   /*- Contact -*/
   div#contact_info { width: 700px; }
   div#social_icons { width: 700px; }
   div#google_map iframe { height: 400px; }

}

/*--- Screen <= 700px ( iPhone5 landscape view )---*/
@media screen and (max-width: 700px) {

   /*- General -*/
   .content { width: 520px; padding-top: 85px; }

   /*- Header -*/
   div#header {  padding-bottom: 50px; }
   div#navigation div { display: none; }
   select.mobile_menu { display: block; width: 250px; height: 28px; margin: 0 auto; margin-top: 10px; }
   div#intro { margin-bottom: 30px; }
   div#intro h1 { font-size: 30px; margin-bottom: 30px; }
   div#intro p { font-size: 14px; }
   #slider_wrapper { width: 520px; height: 215px; }
   .flex-direction-nav li a { display: none; }
   
   /*- Portfolio -*/
   div#portfolio_thumbs ul li { width: 50%; }
   #item_content { width: 520px; padding-top: 50px; position: relative; }
   div#quote { width: 520px; }
   #item_slider { width: 100%; float: none; margin-bottom: 30px; }
   #item_video_wrapper { width: 100%; float: none; margin-bottom: 30px; }
   #text_content { width: 100%; margin: 0px; }
   #control_buttons { width: 0%; float: none; }
   #control_buttons a { position: absolute; top: 0px; }
   #control_buttons a#prev { left: 215px; }
   #control_buttons a#close { left: 255px; }
   #control_buttons a#next { left: 295px; }
   
   /*- Services -*/
   div#services { padding-bottom: 0px; }
   div#services_intro { width: 520px; }
   div#service_elements { width: 520px; }
   div#service_elements ul li { width: 200px; margin-right: 30px; margin-left: 30px; }
   div#service_item { width: 400px; }
   
   /*- About -*/
   div#about_content { width: 520px; }
   div#testimonials { width: 520px; }
   div.testimonial { width: 520px; }
   div.avatar { width: 100px; }
   div.avatar img { max-width: 100px; }
   div.testimonial_content { width: 380px; padding-top: 0px; }

   /*- Contact -*/
   div#contact_info { width:520px; }
   div#social_icons { width: 520px; }
   div#google_map iframe { height: 280px; }

}

/*--- Screen <= 500px ( iPhone 3 & 4 ( and many more devices... ) landscape view )---*/
@media screen and (max-width: 500px) { 

   /*- General -*/
   .content { width: 420px; }
   .title { font-size: 30px; }
   
   /*- Header -*/
   #slider_wrapper { width: 420px; height: 170px; }

   /*- Portfolio -*/
   div#portfolio { padding-top: 40px; }
   #item_content { width: 420px; }
   div#quote { width: 420px; }
   div#quote p { font-size: 15px; line-height: 26px; }
   #control_buttons a#prev { left: 165px; }
   #control_buttons a#close { left: 205px; }
   #control_buttons a#next { left: 245px; }
   
   /*- Services -*/
   div#services { padding-top: 30px; }
   #services_title h2 { margin-bottom: 20px; }
   div#services_intro { width: 420px; font-size: 13px; margin-bottom: 20px; }
   div#service_elements { width: 420px; }
   div#service_elements ul li { width: 160px; margin-right: 25px; margin-left: 25px; }
   div#service_item { width: 320px; }
   
   /*- About -*/
   div#about { padding-top: 35px; }
   div#about_title h2 { margin-bottom: 30px; }
   div#about_content { width: 420px; }
   div#testimonials { width: 420px; }
   div.testimonial { width: 420px; }
   div.avatar { width: 80px; }
   div.avatar img { max-width: 80px; }
   div.testimonial_content { width: 320px; padding-top: 0px; }
   
   /*- Contact -*/
   div#contact { padding-top: 35px; }
   #contact_title h2 { margin-bottom: 20px; }
   div#contact_info { width:420px; font-size: 13px; }
   div#social_icons { width: 420px; }
   div#google_map iframe { height: 220px; }

}

/*--- Screen <= 360px ( iPhone 3 & 4 &5 ( and many more devices... ) portrait )---*/
@media screen and (max-width: 360px) {

   /*- General -*/
   .content { width: 300px; }
   .title { font-size: 26px; }
   
   /*- Header -*/
   div#intro h1 { margin-bottom: 25px; font-size: 26px; }
   #slider_wrapper { width: 300px; height: 125px; }
   
   /*- Portfolio -*/
   div#filter_wrapper { float: none; margin-bottom: 20px; padding-top: 20px; left: auto; }
   ul#portfolioFilter { line-height: 18px; float: none; left: auto; text-align: center; }
   ul#portfolioFilter li { float: none; height: 20px; line-height: 1; margin-bottom: 10px; padding: 0px; }
   ul#portfolioFilter li.separator { display: none; }
   #item_content { width: 300px; }
   div#portfolio_thumbs ul li div.item_info h3 { font-size: 14px; }
   div#quote { width: 300px; }
   div#quote p { font-size: 15px; line-height: 26px; }
   #control_buttons a#prev { left: 105px; }
   #control_buttons a#close { left: 145px; }
   #control_buttons a#next { left: 185px; }
   
   /*- Services -*/
   div#services_intro { width: 300px; }
   div#service_elements { width: 300px; }
   div#service_elements ul li { width: 260px; float: none; margin-right: 20px; margin-bottom: 50px; }
   div#service_item { width: 280px; }
   div#service_content { font-size: 12px; }
   div#service_content h3 { font-size: 16px; }
   
   /*- About -*/
   div#about_content { width: 300px; }
   div#testimonials { width: 300px; }
   div.testimonial { width: 300px; }
   div.avatar { width: 100%; float: none; margin-bottom: 25px; text-align: center; }
   div.avatar img { max-width: 100px; }
   div.testimonial_content { width: 300px; float: none; padding-top: 0px; }
   
   /*- Contact -*/
   div#contact_info { width:300px; }
   div#social_icons { width: 300px; }
   div#google_map iframe { height: 300px; }
   div#contact_form { width: 300px; }

}

/*--- Styles for High Resolution Screens ---*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

       /*- Social icons -*/
       #fb { background: url('images/social_icons/fb@2X.png') no-repeat; }
       #twitter { background: url('images/social_icons/twitter@2X.png') no-repeat; }
       #dribbble { background: url('images/social_icons/dribbble@2X.png') no-repeat; }
       #tumblr { background: url('images/social_icons/tumblr@2X.png') no-repeat; }
       #deviantart { background: url('images/social_icons/deviantart@2X.png') no-repeat; }
       #pinterest { background: url('images/social_icons/pinterest@2X.png') no-repeat; }
       #linked { background: url('images/social_icons/linked@2X.png') no-repeat; }
       #rss { background: url('images/social_icons/rss@2X.png') no-repeat; }
       #skype { background: url('images/social_icons/skype@2X.png') no-repeat; }
       #vimeo { background: url('images/social_icons/vimeo@2X.png') no-repeat; }
       #youtube { background: url('images/social_icons/youtube@2X.png') no-repeat; }

}

