/*
Theme Name: 	Butt Douglas (Centered)
Theme URI: 		http://davekiss.com
Description: 	Shawty got a big ol' butt (bigger than I expected).
Version: 		1.0
Author: 		Dave Kiss
Author URI: 	http://davekiss.com
Tags: 			starkers, naked, clean, basic Elliot Jay Stocks & Keir Whitaker
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries
===========================
*/

/* ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#f0451a; color:#fff; }
::selection 		{ background:#f0451a; color:#fff; }

html, body {height: 100%; overflow: auto;}

.fluid-width-video-wrapper { margin: 0 0 15px;}

/* Start: Recommended Isotope styles */

/**** 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.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.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;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/* ----------------------------------------------------------------------------------------------------------
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

body,
input,
textarea 			{ font-family: 'OpenSansRegular', sans-serif; text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 					{ font-family: 'OpenSansLight', sans-serif; color: #585858;}

strong { font-family: 'OpenSansBold'; font-weight: normal;}

/* Post Title */
article > h2 > a {font-family: 'OpenSansLight', sans-serif; font-size: 22px; margin: 20px 0; padding: 0; color: #585858; text-decoration: none;}

article > h1,
article > .content > h1,
article > .content > h1 > a,
section h1,
.category-title { font-size: 28px; margin: 0 0 15px; text-decoration: none;}

article > h2,
article > .content > h2,
section h2 {font-family: 'OpenSansSemiBold', sans-serif; color: #737373; font-size: 20px; margin: 0 0 15px; }

a {color: #69a5d3; text-decoration: none;}
p, article li { font-size: 16px; line-height: 2em; color: #5b5b5b; padding: 0 0 35px;}
article ul { margin: 0; padding: 0 0 20px 50px; list-style: none; }
article li { list-style-type: disc; padding: 0 0 12px;}

hr {
  color: #efefef;
  background-color: #efefef;
  height: 1px;
  border: 0;
  width: 100%;
}

blockquote:before {
  content: open-quote;
  font-size: 100px;
  color: #5d5d5d;
  font-style: normal;
  position: absolute;
  padding: 0;
  font-family: Arial, sans-serif;
}

blockquote, blockquote p {
  quotes:"\201C""\201D""\2018""\2019";
  padding: 0 0 40px 30px;
  font-family: "Georgia", serif;
}

blockquote p {
  font-family: "Georgia", serif;
  font-size: 20px;
  color: #999;
  font-style: italic;
  padding: 20px 0 0 50px;
}

.attachment-200x200 {
  max-width: 200px !important;
}

/* ----------------------------------------------------------------------------------------------------------
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 320px and up */
@media screen and (min-width: 320px) {

  header .snuggie {
    padding: 0;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  header h1, header ul {
    text-align: center;
  }

  header a {
    display: block;
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'OpenSansSemiBold', sans-serif;
  }

  header a:hover {
    color: #777;
  }

  header img {
    width: 215px;
    height: 130px;
  }

  .menu-toggle {
    display: block;
    text-align: center;
    padding: 0 0 20px;
  }

  .menu-toggle span {
    background: url(img/icons/menu-tiggle-40x26.png) no-repeat 0 5px;
    -webkit-background-size: 16px 19px;
    -moz-background-size: 16px 9px;
    background-size: 16px 9px;
    padding: 0 0 0 26px;
    margin: 0 0 0 -26px;
    color: #777;
    font-family: 'OpenSansBold', sans-serif;
  }

  .menu-primary-container {
    display: none;
  }

  .menu-primary-container li {
    padding: 15px;
  }

  .menu-primary-container li.current-menu-item a,
  .menu-primary-container li.current-page-ancestor a {
    color: #333;
  }

  /* Hide the parallax image on mobile */
  #parallaxical {
    display: none;
  }

  .snuggie {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .snuggie img {
    max-width: 100%;
    height: auto;
  }

  header {
    padding: 0 20px;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
    z-index: 200;
  }

  article {
    padding: 60px 20px 0;
  }

  article .comments-button {
    background: #f0451a;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: 'OpenSansBold', sans-serif;
    display: none;
  }

  article .featured-image, article > .fluid-width-video-wrapper {
    margin: 0 0 45px;
  }

  article > .content img {
    display: block;
    padding: 0 0 15px;
  }

  aside {
    display: none;
  }

  #nav-below {
    padding: 40px 8px 30px;
  }

  #nav-below:before,
  #nav-below:after {
    content: "";
    display: table;
  }
  #nav-below:after {
    clear: both;
  }
  #nav-below  {
    *zoom: 1;
  }

  .nav-previous {
    float: left;
  }

  .nav-next {
    float: right;
  }



  /* Sticky footer styles
  -------------------------------------------------- */

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -160px;
  }

  /* Set the fixed height of the footer here */
  #push { height: 160px; }
  footer {
    height: 160px;
    background: #272727;
    clear: both;
    font-size: 14px;
  }

  footer .footer-col {
    display: none;
  }

  footer h1 {
    color: #ccc;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold', sans-serif;
    padding: 0 0 20px;
  }

  footer p {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  }

  footer li {
    font-size: 14px;
    padding: 0 0 10px;
  }

  footer li a {
    color: #bbb;
  }

  footer .search {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 20px 0;
  }

  footer span {
    color: #555;
    font-size: 11px;
  }

  footer img {
    width: 60px;
    height: 60px;
  }

    /* Archive Page */

  .category-title { margin: 30px 0 0;}

  .loader {
    background: url(img/icons/loader.gif) no-repeat transparent;
    display: block;
    width: 128px;
    height: 128px;
    margin: 50px auto;
  }

  #archive.filterable {
    min-height: 1500px;
    margin-left: 0;
  }

  .filter-menu {
    display: none;
  }

  #archive li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #archive li article {
    position: relative;
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin: 5px;
    padding: 0;
  }

  #archive li article a {
    position: absolute;
    display: block;
    opacity: 0;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(45, 45, 45, .83);
  }

  #archive li article a h3 {
    color: #fff;
    font-family: 'OpenSansBold', sans-serif;
  }

  #archive li article a time,
  #archive li article a .comment-count {
    text-transform: uppercase;
    font-size: 9px;
    color: #aaa;
    font-family: 'OpenSansBold', sans-serif;
    position: absolute;
    bottom: 10px;
  }

  #archive li article a time {
    left: 10px;
  }

  #archive li article a .comment-count {
    right: 10px
  }



  /* Single Post Page */

  .post-footer {
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 40px 0 20px;
    clear: both;
  }

  .post-footer > div {
    background-color: #f5f5f5;
    padding: 30px;
  }

  .post-footer h1 {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 15px;
  }

  .post-footer p {
    font-size: 14px;
    padding: 0 0 20px;
  }

  .share > h1, .share > p {
    display: none;
  }

  .post-footer form {
    margin: -10px 0 0;
    display: block;
  }

  .form-row {
    padding: 0 0 30px;
  }

  label {
    font-size: 24px;
    display: block;
    color: #5d5d5d;
    font-family: 'OpenSansLight', sans-serif;
    padding: 0 0 10px;
  }

  input, textarea {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
    color: #5d5d5d;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  textarea {
    min-height: 125px;
    padding: 7px;
  }

  input[type="checkbox"]
  {
    display: inline-block;
    width: auto;
  }

  input[type="submit"]
  {
    background: #f0451a;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansSemiBold', sans-serif;
    padding: 15px 5px;
    margin: 0;
  }

  /* Chosen.js Customizations */
  .chzn-container {
    width: 100% !important;
  }

  .chzn-container .chzn-results .group-result {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 6px 5px;
  }

  .chzn-container .chzn-results .highlighted {
    background: #69a5d3 !important;
  }

  .chzn-container-active .chzn-single {
    border: 1px solid #69a5d3 !important;
  }

  .chzn-container-single .chzn-single span {
    color: #5d5d5d;
  }

  /* End Chosen */

  .post-footer .comment-block {
    text-align: center;
  }

  .post-footer .comment-block img {
    margin: 10px 0 0;
  }

  .post-footer span {
    color: #999999;
    text-transform: uppercase;
    display: block;
  }

  .post-footer #messages span {
    color: #e01c1c;
    display: block;
    font-size: 14px;
    text-transform: none;
    padding: 0 0 15px;
  }

  .post-footer .comment-count {
    color: #f0451a;
    font-size: 30px;
    font-family: 'OpenSansExtraBold', sans-serif;
  }

  .gsg-ads {
    clear: both;
    background: #fff;
    margin: 0 auto;
    text-align: center;
  }

  /* Comments */

  #comments li {
    position: relative;
    margin: 0 0 30px 0;
    border-bottom: 4px solid #fafafa;
    border-top: 1px solid #f4f4f4;
    padding: 30px 20px 0 40px;
    list-style: none;

  }

  #comments li.thread-odd { background: #fefefe;}

  #comments article {position: static; padding: 0 0 35px;}

  #comments h1 {
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 18px;
    padding: 0 0 5px;
  }

  #comments h2,
  #comments #reply-title {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 24px;
    padding: 10px;
    margin: 10px 0 30px;
    display: block;
    background-color: #f5f5f5;
  }

  .comment-meta {
    margin: 0;
    padding: 0 0 5px;
  }

  .comment-meta h4 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold', sans-serif;
    display: inline-block;
  }

  .comment-meta time a {
    color: #d8d8d8;
    font-size: 12px;
    padding: 0 0 0 5px;
  }

  .comment-meta img {
    width: 60px;
    height: 60px;
  }

  #comments p {
    margin: 0;
    padding: 0 0 15px;
    font-size: 14px;
  }

  #comments ul.children {
    padding: 0 0 0 20px;
  }

  #comments ul.children li {
    border-left: 1px solid #f4f4f4;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #f4f4f4;
    padding-left: 30px;
  }

  #comments .comment-reply-link {
    margin: 0;
    color: #f15030;
    font-size: 12px;
    text-decoration: underline;
  }

  #respond {
    max-width: 600px;
  }

  #respond .form-allowed-tags {
    font-size: 11px;
  }

  #respond .form-allowed-tags code {display: block;}

  .vimeography-ballistic p {margin-bottom: 15px !important; padding: 0;}

}

/* Smartphones (portrait and landscape) */
@media only screen
  and (min-device-width: 320px)
    and (max-device-width: 480px) {

      article > .content {
        max-width: 280px;
        width: 100%;
      }
}

/* Smartphones (landscape) */
@media only screen
  and (min-width: 321px) {

}

/* Smartphones (portrait) */
@media only screen
  and (max-width: 320px) {

}

/* iPads (portrait and landscape) */
@media only screen
  and (min-device-width: 768px)
    and (max-device-width: 1024px) {

}

/* iPads (landscape) */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape) {

}

/* iPads (portrait) */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait) {

}

/* iPad devices and Up */
@media only screen
  and (min-device-width: 768px) {

}

/* iPad screens and Up */
@media only screen
  and (min-width: 768px) {

    article > h2 > a {font-size: 48px;}

    header {
      height: 130px;
    }

    header h1 {
      float: left;
    }

    .menu-toggle {
      display: none;
    }

    .menu-primary-container {
      float: right;
      display: block;
    }

    .menu-primary-container li {
      float: left;
      padding: 55px 0 55px 25px;
    }

    .menu-primary-container li.current-menu-item a,
    .menu-primary-container li.current-page-ancestor a {
      border-bottom: 3px solid #666;
      line-height: 16px;
    }

    #parallaxical {
      width: 100%;
      height: 160px;
      overflow: hidden;
      display: block;
    }

    #parallaxical img {
      width: 100%;
      min-width: 1280px !important;
      margin: -5% auto 0 auto;
      height: auto;
      min-height: 160px !important;
    }

    #parallaxical h2 {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      margin: -20px 0 0;
    }

    #parallaxical a {
      font-family: 'OpenSansSemiBold', sans-serif;
      color: #ddd;
      font-size: 24px;
      letter-spacing: 1px;
      background-color: rgba(0, 0, 0, .7);
      padding: 0 20px;
    }
    #parallaxical a:hover {
      color: #eee;
    }

    /* Post Title */
    article > h2 {
      position: relative;
    }

    article .post-title {
      width: 600px;
      display: block;
    }

    article .comments-button {
      margin: 0;
      position: absolute;
      bottom: 5px;
      right: 0;
      display: block;
    }

    .share > h1, .share > p {
      display: block;
    }

    footer {
      margin: 0;
      padding: 0;
    }

    /* Tutorials Archive page */

    /* Archive Page */

    .loader {
      background: url(img/icons/loader.gif) no-repeat transparent;
      display: block;
      width: 128px;
      height: 128px;
      margin: 50px auto;
    }

    #archive.filterable {
      min-height: 1500px;
      margin-left: 240px;
    }

    .filter-menu {
      display: block;
    }

    #archive li {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    #archive li article {
      position: relative;
      width: 200px;
      height: 200px;
      float: left;
      overflow: hidden;
      margin: 5px;
      padding: 0;
    }

    #archive li article a {
      position: absolute;
      display: block;
      opacity: 0;
      width: 180px;
      height: 180px;
      top: 0;
      left: 0;
      padding: 10px;
      background-color: rgba(45, 45, 45, .83);
    }

    #archive li article a h3 {
      color: #fff;
      font-family: 'OpenSansBold', sans-serif;
    }

    #archive li article a time,
    #archive li article a .comment-count {
      text-transform: uppercase;
      font-size: 9px;
      color: #aaa;
      font-family: 'OpenSansBold', sans-serif;
      position: absolute;
      bottom: 10px;
    }

    #archive li article a time {
      left: 10px;
    }

    #archive li article a .comment-count {
      right: 10px
    }

    .filter-menu {
      text-align: right;
      position: absolute;
      width: 160px;
    }

    .filter-menu h1 {
      color: #161616;
      font-family: 'OpenSansBold', sans-serif;
      font-size: 14px;
      text-transform: uppercase;
	  cursor: pointer;
	  margin: 0 0 10px;
    }

    .filter-menu ul {
      padding: 10px 0 40px;
    }

    .filter-menu ul:last-of-type {
      padding: 10px 0 0;
    }

    .filter-menu li a {
      color: #939393;
      line-height: 32px;
      font-size: 14px;
    }

    .filter-menu li a.active {
      color: #444;
      font-family: 'OpenSansBold', sans-serif;
    }
    
    .filter-menu .deck {
      max-width: 120px;
      text-align: center;
      margin: 30px 0 0;
      clear: both;
      float: right;
    }

    .filter-menu .deck img {
      margin: 0 0 10px;
      width: 100%;
    }

    .filter-menu .deck p {
      font-size: 10px;
      margin: 0;
      padding: 0;
      line-height: 1.5em;
    }

    .filter-menu .deck-link {
      text-transform: uppercase;
      font-size: 10px;
    }
}

/* Desktops and laptops was at 1224 */
@media only screen
  and (min-width: 960px) {

    .menu-primary-container li {
      padding: 55px 0 55px 35px;
    }

    article {
      padding: 60px 0 0;
    }

    article .post-title {
      width: 700px;
    }

    article > .content {
      max-width: 600px;
      width: 100%;
    }

    article hr {
      margin: 25px 0;
    }

    aside {
      display: block;
      float: right;
      width: 260px;
      padding: 0 0 35px 60px;
      text-align: right;
    }

    aside p, aside li {
      font-size: 14px;
      line-height: 1.6em;
    }

    aside a {
      font-size: 14px;
    }

    aside time, aside h3 {
      color: #585858;
      font-family: 'OpenSansBold', sans-serif;
      display: block;
    }

    aside h3 {
      margin: 40px 0 0;
    }

    aside > span {
      padding: 0 0 40px;
      color: #555;
    }

    aside .social {
      padding: 40px 0 60px;
    }

    aside .gsg-ad {
      display: block;
      margin: 40px 0 0;
    }
    
    aside .gsg-ad.sidebar-ad {
      border: 1px solid #a4a8af;
      padding: 9px;
    }
    
    aside .deck {
      overflow: auto;
    }

    aside .deck img {
      float: left;
      width: 120px;
      padding: 0 5px 0 0;
    }

    aside .deck a,
    aside .deck p {
      font-size: 10px;
    }

    aside .deck p {
      padding: 0 0 10px;
    }

    aside .deck .deck-link {
      text-transform: uppercase;
    }

    .post-footer:before,
    .post-footer:after {
      content: "";
      display: table;
    }
    .post-footer:after {
      clear: both;
    }
    .post-footer  {
      *zoom: 1;
    }

    .post-footer .share {
      max-width: 540px;
      width: 100%;
      clear: both;
      float: left;
      margin: 0;
    }

    .post-footer .form-row {
      width: 200px;
      float: left;
      margin: 0 20px 0 0;
      padding: 0;
    }

    .post-footer input[type="submit"] {
      float: left;
      max-width: 100px;
      padding: 7px;
      margin: 40px 0 0;
    }

    .post-footer .comment-block {
      float: right;
      max-width: 260px;
      width: 100%;
      height: 126px;
      padding: 85px 30px;
    }

    .gsg-ads {
      margin: 30px 0;
    }

    .clearfix:before,
    .clearfix:after {
      content: "";
      display: table;
    }
    .clearfix:after {
      clear: both;
    }
    .clearfix  {
      *zoom: 1;
    }

    .gsg-ads .gsg-ad {
      display: block;
      width: 100%;
      max-width: 460px;
      margin: 0 auto;
    }

    .gsg-ads .gsg-left-ad,
    .gsg-ads .gsg-right-ad {
      width: 50%;
      margin: 0;
      padding: 0;
    }

    .gsg-ads .gsg-left-ad {float: left; border-right: 2px solid #e4e4e4; margin: 0 0 0 -2px;}
    .gsg-ads .gsg-right-ad {float: right;}

    #comments li {
      padding: 20px 80px 0 0px;
    }

    #push, footer {
      height: 400px;
    }

    #wrap {
      margin: 0 auto -400px;
    }

    footer .footer-col {
      float: left;
      width: 350px;
      padding: 60px 50px 0 0;
      display: block;
    }

    footer .search {
      padding: 0;
    }
}

/* Large screens */
@media only screen
  and (min-width: 1824px) {

}

/* iPhone 4 + iPhone 5 */
@media
    only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (device-height: 640px),
    only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (device-width: 640px) {

}

 /* Small screen, retina */
@media
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
  only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
  only screen and (                min-resolution: 192dpi) and (min-width: 320px),
  only screen and (                min-resolution: 2dppx)  and (min-width: 320px) {

}

/* Medium screen, retina */
@media
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
  only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
  only screen and (                min-resolution: 192dpi) and (min-width: 700px),
  only screen and (                min-resolution: 2dppx)  and (min-width: 700px) {

}

/* Large screen, retina */
@media
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
  only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
  only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
  only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) {

}